summaryrefslogtreecommitdiffstats
path: root/gnu/llvm/lib/Target/Mips/MipsAsmPrinter.cpp (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Remove LLVM 8.0.1 files.patrick2020-08-031-1384/+0
|
* Add retguard for octeon/mips64.mortimer2019-10-251-0/+77
| | | | | | | | | | 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@
* Merge LLVM 8.0.1 release.patrick2019-09-011-1/+2
| | | | | | | Tested in snaps and package builds Tested on amd64 by naddy@ Tested on arm64 by patrick@ Tested on octeon by visa@
* Merge LLVM 8.0.0 release.patrick2019-06-231-12/+63
| | | | | | | | | Prepared with help from jsg@ and mortimer@ Tested on amd64 by bcallah@, krw@, naddy@ Tested on arm64 by patrick@ Tested on macppc by kettenis@ Tested on octeon by visa@ Tested on sparc64 by claudio@
* Restore previous section after setting the MIPS ABI marker. This keepsvisa2019-04-201-0/+2
| | | | | | | | the .text section in use after the file header, improving compatibility with gcc. Without this change, module-level inline assembly blocks could end up into wrong section. OK kettenis@ guenther@
* Import LLVM 7.0.1 release including clang, lld and lldb.patrick2019-01-271-7/+26
|
* Import LLVM 6.0.1 release including clang, lld and lldb.patrick2018-04-061-27/+44
| | | | "where is the kaboom?" deraadt@
* Import LLVM 5.0.0 release including clang, lld and lldb.patrick2017-10-041-11/+139
|
* Import LLVM 4.0.0 release including clang and lld.patrick2017-03-141-0/+16
|
* Import LLVM 4.0.0 rc1 including clang and lld to help the currentpatrick2017-01-241-15/+18
| | | | development effort on OpenBSD/arm64.
* Import LLVM 3.9.1 including clang and lld.patrick2017-01-141-44/+21
|
* Use the space freed up by sparc and zaurus to import LLVM.pascal2016-09-031-0/+1093
ok hackroom@