Age | Commit message (Expand) | Author |
2019-08-12 | Ensure stack protector slot access is resolved by PEI. | mortimer |
2016-09-03 | Use the space freed up by sparc and zaurus to import LLVM. | Pascal Stumpf |
2019-08-01 | The GlobalISel IRTranslator pass assumes that it is safe to use the | mortimer |
2016-09-03 | Use the space freed up by sparc and zaurus to import LLVM. | Pascal Stumpf |
2019-07-28 | Address a few issues in the expansion of li.d and li.s: | Visa Hankala |
2019-07-08 | Fix instruction guard. This prevents the compiler from using | Visa Hankala |
2019-07-01 | Implement the 'h' register constraint on mips64. This lets clang build | Visa Hankala |
2016-09-03 | Use the space freed up by sparc and zaurus to import LLVM. | Pascal Stumpf |
2019-06-24 | Implement .cplocal directive. Needed when building libcrypto. | Visa Hankala |
2019-06-24 | Implement SGE pseudo-instructions. Needed when building libcrypto. | Visa Hankala |
2019-06-24 | Fix a bug in memory operand handling. If a load or store uses a symbol | Visa Hankala |
2016-09-03 | Use the space freed up by sparc and zaurus to import LLVM. | Pascal Stumpf |
2019-06-23 | Re-add files that were previously removed but are now part of LLVM 8.0.0. | Patrick Wildt |
2019-06-23 | Merge LLVM 8.0.0 release. | Patrick Wildt |
2019-06-23 | Import LLVM 8.0.0 release including clang, lld and lldb. | Patrick Wildt |
2018-04-06 | Import LLVM 6.0.1 release including clang, lld and lldb. | Patrick Wildt |
2017-10-04 | Import LLVM 5.0.0 release including clang, lld and lldb. | Patrick Wildt |
2017-01-14 | Import LLVM 3.9.1 including clang and lld. | Patrick Wildt |
2016-09-03 | Use the space freed up by sparc and zaurus to import LLVM. | Pascal Stumpf |
2019-05-31 | Re-enable RETGUARD leaf function optimization for arm64. | mortimer |
2019-04-22 | Remove cast that truncates immediate operands to 32 bits. This fixes | Mark Kettenis |
2016-09-03 | Use the space freed up by sparc and zaurus to import LLVM. | Pascal Stumpf |
2019-04-20 | Restore previous section after setting the MIPS ABI marker. This keeps | Visa Hankala |
2016-09-03 | Use the space freed up by sparc and zaurus to import LLVM. | Pascal Stumpf |
2019-04-17 | retguard-cookie-in-register is slightly unstable on arm64, so surgically | Theo de Raadt |
2019-04-02 | Emit variable length trap padding in retguard epilogue. | mortimer |
2019-03-31 | Do not store the retguard cookie in frame in leaf functions if possible. | mortimer |
2019-02-22 | Improve the X86FixupGadgets pass: | mortimer |
2019-02-18 | When generating code for OpenBSD/powerpc, avoid unaligned floating-point | Mark Kettenis |
2016-09-03 | Use the space freed up by sparc and zaurus to import LLVM. | Pascal Stumpf |
2019-02-13 | Merge LLVM commits r340844, r353818 and r353819 from the 8.0 branch | Patrick Wildt |
2016-09-03 | Use the space freed up by sparc and zaurus to import LLVM. | Pascal Stumpf |
2019-02-05 | Zap unneeded argument to BuildMI(). | mortimer |
2019-02-04 | initialize SaveArgs variable in case neither -msave-args or -mno-save-args ar... | Sebastien Marie |
2019-01-30 | implement -msave-args in clang/llvm, like the sun did for gcc | David Gwynne |
2016-09-03 | Use the space freed up by sparc and zaurus to import LLVM. | Pascal Stumpf |
2019-01-27 | Re-add files that were previously removed but are now part of LLVM 7.0.1. | Patrick Wildt |
2019-01-27 | Tedu files that got removed in LLVM 7.0.1. | Patrick Wildt |
2019-01-27 | Merge LLVM 7.0.1 release. | Patrick Wildt |
2019-01-27 | Import LLVM 7.0.1 release including clang, lld and lldb. | Patrick Wildt |
2017-10-04 | Import LLVM 5.0.0 release including clang, lld and lldb. | Patrick Wildt |
2017-01-14 | Import LLVM 3.9.1 including clang and lld. | Patrick Wildt |
2016-09-03 | Use the space freed up by sparc and zaurus to import LLVM. | Pascal Stumpf |
2019-01-17 | Use a 64-bit register when required for inline asm on sparc64. | Mark Kettenis |
2016-09-03 | Use the space freed up by sparc and zaurus to import LLVM. | Pascal Stumpf |
2018-12-30 | Turn on -mretpoline by default in clang on amd64, but turn it off | Philip Guenther |
2016-09-03 | Use the space freed up by sparc and zaurus to import LLVM. | Pascal Stumpf |
2018-10-21 | Enable the integrated assembler on mips64. | Visa Hankala |
2016-09-03 | Use the space freed up by sparc and zaurus to import LLVM. | Pascal Stumpf |
2018-08-12 | Add retguard for arm64. | mortimer |