Age | Commit message (Expand) | Author |
2019-04-01 | Consume SSP options when using retguard to prevent warnings. | mortimer |
2019-03-31 | If using retguard, we do not also need the stack protector. | mortimer |
2019-03-31 | Do not store the retguard cookie in frame in leaf functions if possible. | mortimer |
2019-03-20 | fix serious markup error: \B -> \fB to select bold font | Ingo Schwarze |
2019-03-06 | When linking libLLVM.a in clang and lld include it within the | Jonathan Gray |
2019-03-06 | Define LLVM_NATIVE_* in llvm-config.h like the result of a cmake | Jonathan Gray |
2019-03-05 | Allow make obj in libLLVM to succeed on non-LLVM architectures by | Patrick Wildt |
2019-03-05 | add llvm-config.1 from llvm-config.rst | Jonathan Gray |
2019-03-05 | Build and install a shared libLLVM, llvm-config and llvm includes. | Jonathan Gray |
2019-03-05 | build AMDGPU Target in addition to native | Jonathan Gray |
2019-03-05 | libLLVM in base will be installed as libLLVM.so.major.minor with no | Jonathan Gray |
2019-03-05 | add Makefile for llvm-config | Jonathan Gray |
2016-09-03 | Use the space freed up by sparc and zaurus to import LLVM. | Pascal Stumpf |
2019-03-01 | Fix a crash: don't assume that all input files are ELF objects | Jeremie Courreges-Anglas |
2019-02-26 | In preparation for reusing libLLVM component library Makefiles to build | Jonathan Gray |
2019-02-26 | define LLVM_ENABLE_THREADS and LLVM_HAS_ATOMICS | Jonathan Gray |
2019-02-26 | use real format strings, resolve compiler warnings; ok millert@ | cheloha |
2019-02-25 | add sources matching unresolved symbols seen using Mesa with libLLVM | Jonathan Gray |
2019-02-24 | Remove -S from install commands | kn |
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-17 | Skip retguard instructions in prologue detection. | mortimer |
2017-10-04 | Import LLVM 5.0.0 release including clang, lld and lldb. | Patrick Wildt |
2019-02-14 | When bsd.lib.mk builds shared libraries it builds with -DPIC which | Jonathan Gray |
2019-02-13 | Apply pre-built unicore patch, remove excess files - perl-5.28.1 | Andrew Fresh |
2019-02-13 | Apply local patches, remove excess files - perl-5.28.1 | Andrew Fresh |
2019-02-13 | Fix merge issues, remove excess files - match perl-5.28.1 dist | Andrew Fresh |
2019-02-13 | Import perl-5.28.1 | Andrew Fresh |
2013-03-25 | import perl 5.16.3 from CPAN - worked on by Andrew Fresh and myself | Stuart Henderson |
2010-09-24 | Perl 5.12.2 from CPAN | Todd C. Miller |
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-10 | On OpenBSD/powerpc (and NetBSD/powerpc) long double == double like on | Mark Kettenis |
2018-04-06 | Import LLVM 6.0.1 release including clang, lld and lldb. | Patrick Wildt |
2019-02-05 | Fix addend handling for relaxing R_PPC_PLTREL24 relocations. This issue has | Mark Kettenis |
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-02-03 | Add some fixes from upstream to the code that parses .eh_frame sections | Mark Kettenis |
2019-02-01 | Fix gdb can handle prologues which has the retguard and teach gdb that | YASUOKA Masahiko |
2004-05-21 | GDB 6.1 (excluding .info files) | Mark Kettenis |
2019-01-31 | Map SHT_LLVM_LINKER_OPTIONS to string | Mark Kettenis |
2019-01-31 | Ignore LLVM 7's LINKER_OPTIONS section. | Mark Kettenis |
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-29 | Correct LLVM backend version. | Patrick Wildt |
2019-01-29 | add AMDGPUCodeGen | Jonathan Gray |
2019-01-29 | add Makefiles for AMDGPU target | Jonathan Gray |