Age | Commit message (Expand) | Author |
2018-04-06 | Import LLVM 6.0.1 release including clang, lld and lldb. | Patrick Wildt |
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 |
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 |
2016-09-03 | Use the space freed up by sparc and zaurus to import LLVM. | Pascal Stumpf |
2019-01-28 | On i386, produce binaries that are compatible with our W^X implementation. | Mark Kettenis |
2019-01-27 | Tedu files that got removed in LLVM 7.0.1. | Patrick Wildt |
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-24 | Import LLVM 4.0.0 rc1 including clang and lld to help the current | 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-12-29 | The %b printf extension in the kernel is not fixed to a int type. On sparc64 | Claudio Jeker |
2016-09-03 | Use the space freed up by sparc and zaurus to import LLVM. | Pascal Stumpf |
2018-10-24 | Generate __data_start symbol that marks the start of .data when __data_start | Mark Kettenis |
2017-01-14 | Import LLVM 3.9.1 including clang and lld. | Patrick Wildt |
2018-10-23 | Add support for -z initfirst. | Mark Kettenis |
2018-10-22 | Accept both `--foo bar` and `--foo=bar` styles options. | Christian Weisgerber |
2018-10-21 | When merging sections into the output, lld tries to adjust the alignment of | Mark Kettenis |
2018-10-21 | Enable the integrated assembler on mips64. | Visa Hankala |
2017-10-04 | Import LLVM 5.0.0 release including clang, lld and lldb. | Patrick Wildt |
2016-09-03 | Use the space freed up by sparc and zaurus to import LLVM. | Pascal Stumpf |
2018-09-29 | Allow preemption of functions with protected visibility. Disallowing this | Mark Kettenis |
2017-01-14 | Import LLVM 3.9.1 including clang and lld. | Patrick Wildt |
2018-09-11 | Fix --exclude-libs option. Based on code already committed upstream. | Mark Kettenis |
2018-08-12 | Add retguard for arm64. | mortimer |
2018-08-12 | Refactor retguard to make adding additional arches easier. | mortimer |
2016-09-03 | Use the space freed up by sparc and zaurus to import LLVM. | Pascal Stumpf |
2018-06-22 | Emit trap alignment between basic blocks that are unrechable via | mortimer |
2018-06-12 | Put the new retguard symbols in their own section, | Philip Guenther |
2018-06-12 | Merge '.openbsd.randomdata.*' sections into a single '.openbsd.randomdata' | Philip Guenther |
2018-06-07 | Pass -nopie to the linker when -pg is specified to make the | YASUOKA Masahiko |
2018-06-07 | Remove unused variable. | mortimer |
2018-06-06 | Add RETGUARD to clang for amd64. This security mechanism uses per-function | mortimer |
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 |
2018-06-03 | Add ret protctor options as no-ops. | mortimer |
2018-06-03 | Work around a bug where discarding the .ARM.exidx section in the armv7 kernel | Mark Kettenis |
2018-05-05 | Switch armv7 to the "softfp" floating-point ABI. The ABI is identical to | Mark Kettenis |
2017-10-04 | Import LLVM 5.0.0 release including clang, lld and lldb. | Patrick Wildt |
2018-04-28 | Add a clang pass that identifies potential ROP gadgets and replaces ROP | mortimer |