summaryrefslogtreecommitdiffstats
path: root/gnu/llvm (follow)
Commit message (Expand)AuthorAgeFilesLines
* Make the unwind cache tread-safe by declaring it thread_local. Solvesotto2021-02-201-1/+1
* Shuffle how lldb register contexts are built.mortimer2021-02-148-26/+46
* Cleanup lldb amd64 support.mortimer2021-02-134-474/+213
* Fix lldb.mortimer2021-02-092-14/+4
* switch clang to -fno-common by defaultnaddy2021-02-063-21/+6
* Backport fix to avoid including math.h from stdlib.h.kettenis2021-01-102-62/+63
* Re-apply our libc++ 8.0.0 patches to libc++ 10.0.1.patrick2021-01-027-12/+35
* Import libc++abi 10.0.1 release.patrick2021-01-0249-0/+15495
* Import libc++ 10.0.1 release.patrick2021-01-02469-0/+220737
* Merge compiler-rt 11.0.0.patrick2021-01-027-157/+10
* Import compiler-rt 11.0.0 release.patrick2021-01-02357-3776/+10123
* Adjust local modifications to follow changes made upstream.kettenis2021-01-022-3/+3
* Re-apply our libunwind 8.0.0 patches to libunwind 11.0.0. Patches to thepatrick2021-01-0212-23/+407
* Import libunwind 11.0.0 in new LLVM directory, thus not yet linked topatrick2021-01-0233-0/+19171
* Skip leaf function optimization under some circumstances.mortimer2021-01-011-1/+110
* Implement Loongson 2F BTB bug workaround in clangvisa2020-12-017-0/+160
* Teach lld to link the macppc kernelgkoehler2020-11-291-0/+2
* Backport https://reviews.llvm.org/D75419. This adds a workaround forkettenis2020-11-212-4/+9
* Fix va_arg in C++, Objective-C on 32-bit powerpcgkoehler2020-11-201-3/+2
* Do not reserve PowerPC GOT header entries when creating a relocatablekettenis2020-11-011-1/+1
* Use all 64 bits of the RETGUARD cookie on powerpc64gkoehler2020-10-181-14/+7
* Add RETGUARD implementation for powerpc and powerpc64.mortimer2020-10-128-0/+449
* Always allocate GOT header entries on powerpc.kettenis2020-10-111-0/+2
* Fix frame pointer slot on aarch64 for functions that do not save calleemortimer2020-09-191-12/+6
* Disable strict floating point if not X86gkoehler2020-09-1012-0/+40
* Delete my leftover comment.gkoehler2020-08-311-1/+0
* Remove local change to fix powerpc floating-point alignmentgkoehler2020-08-142-9/+0
* Re-apply our patches to compiler-rt.patrick2020-08-102-2/+24
* Import compiler-rt 10.0.1 release.patrick2020-08-101302-0/+244280
* Tedu files that got removed in LLVM 10.0.1.patrick2020-08-097-4978/+0
* Merge LLVM 10.0.1.patrick2020-08-091-0/+24
* Import LLVM 10.0.1 including clang, lld and lldb.patrick2020-08-092-2/+5
* Import LLVM 10.0.1 including clang, lld and lldb.patrick2020-08-0911-27/+71
* Import LLVM 10.0.1 including clang, lld and lldb.patrick2020-08-0934-286/+437
* Import LLVM 10.0.1 including clang, lld and lldb.patrick2020-08-09116-478/+9814
* default to -march=i586 on i386jsg2020-08-071-1/+1
* Remove LLVM 8.0.1 files.patrick2020-08-0316693-5574423/+0
* Import LLVM 10.0.0 release including clang, lld and lldb.patrick2020-08-035258-0/+899209
* Import LLVM 10.0.0 release including clang, lld and lldb.patrick2020-08-03281-0/+91036
* Import LLVM 10.0.0 release including clang, lld and lldb.patrick2020-08-032435-0/+1550414
* Import LLVM 10.0.0 release including clang, lld and lldb.patrick2020-08-038149-0/+3055003
* int64_t and intmax_t are always (signed) long long on OpenBSD.kettenis2020-07-181-0/+2
* Set the default ABI for OpenBSD to ELFv2 in the clang frontend as well.kettenis2020-07-111-0/+4
* Make long double the same as double for now on powerpc64 like we do onkettenis2020-06-281-0/+1
* Set max atomic size for PowerPC.gkoehler2020-06-041-1/+4
* Switch Powerpc64 Big Endian to ELFv2 on OpenBSD, as least for now.drahn2020-05-301-0/+2
* Powerpc64 should use same _mcount profiling as powerpc 32bit.drahn2020-05-301-0/+1
* PowerPC: optimize away the frame pointer.gkoehler2020-05-251-3/+4
* Use a distinct trap code with retguard on mips64.visa2020-05-231-2/+3
* Make sure that we add our OpenBSD specific defines on PowerPC64 targets.patrick2020-05-201-0/+4