summaryrefslogtreecommitdiffstats
path: root/gnu/llvm/lib/Target/Mips/MipsFrameLowering.cpp (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Remove LLVM 8.0.1 files.patrick2020-08-031-161/+0
|
* Add retguard for octeon/mips64.mortimer2019-10-251-0/+9
| | | | | | | | | | For this architecture we use separate retguard prologue and epilogue code for static or PIC code. In the PIC case we use some additional code before the retguard epilogue to recover the function start address and the GOT pointer in order to get the per-function random cookie. Much thanks to visa@ for suggestions and advice making it all work. ok deraadt@ visa@
* Import LLVM 5.0.1 release including clang, lld and lldb.patrick2017-12-241-21/+14
|
* Import LLVM 5.0.0 release including clang, lld and lldb.patrick2017-10-041-1/+1
|
* Import LLVM 4.0.0 rc1 including clang and lld to help the currentpatrick2017-01-241-13/+13
| | | | development effort on OpenBSD/arm64.
* Import LLVM 3.9.1 including clang and lld.patrick2017-01-141-9/+7
|
* Use the space freed up by sparc and zaurus to import LLVM.pascal2016-09-031-0/+161
ok hackroom@