summaryrefslogtreecommitdiff
path: root/gnu
AgeCommit message (Expand)Author
2021-08-05Remove the TableGen library from libLLVM. It's only needed for the tblgenPatrick Wildt
2021-08-02Add infrastructure to build llvm-objcopy and llvm-objdump.Patrick Wildt
2021-07-29Allow relocation R_386_GOTOFF to be used from .debug_info sections. NewerPascal Stumpf
2021-07-24Pretty print ELF machine name as "RISC-V"Jeremie Courreges-Anglas
2021-07-11Optimize gadget fixups for MOV instructions.mortimer
2021-06-28Fix base-gcc -Wno-error=uninitializedJeremie Courreges-Anglas
2021-06-25minimalistic diff to use %ld instead of %d for ptrdiff printingTheo de Raadt
2021-06-25Pull in support from a future clang for __GCC_HAVE_SYNC_COMPARE_AND_SWAP_xTheo de Raadt
2020-08-03Import LLVM 10.0.0 release including clang, lld and lldb.Patrick Wildt
2021-06-24add some aarch64 bits missed in Makefile.in 1.6Jonathan Gray
2021-06-24repair missing dependencies against bfd.h for riscv64Theo de Raadt
2021-06-23help the debugger look in ports for external parts like PadWalkerMarc Espie
2021-06-21correct riscv64 blocksTheo de Raadt
2021-06-11remove netbsd specific LIBRARY section; ok jcaJason McIntyre
2021-06-10Minor mandoc -Tlint fixesJeremie Courreges-Anglas
2021-06-10IndentationJeremie Courreges-Anglas
2021-06-10No RCS IDs in shlib_version filesJeremie Courreges-Anglas
2021-06-09Remove pledgenames() from OpenBSD::Pledge perl moduleAndrew Fresh
2021-06-09Enable libexecinfo.mortimer
2021-06-09Add libexecinfo.mortimer
2021-05-19Revert hack to build clang with -static on riscv64.Dale Rahn
2021-05-14On riscv64, dynamically linked clang binary fails with:Dale Rahn
2021-05-14Initial enablment of EMULTLS on RiscVDale Rahn
2020-08-03Import LLVM 10.0.0 release including clang, lld and lldb.Patrick Wildt
2021-05-11Since ld.lld doesn't properly support R_RISCV_RELAX relocations, switch theMark Kettenis
2020-08-03Import LLVM 10.0.0 release including clang, lld and lldb.Patrick Wildt
2021-05-05riscv64 binutils 'support'Dale Rahn
2021-05-05Fix backtrace command with kernel core.asou
2011-04-24Here comes the easter bunnytils 2.17 (the last version released against aMiod Vallat
2021-05-03recognise a small number of riscv relocations in readelfJonathan Gray
2021-05-03don't build gdb on riscv64Jonathan Gray
2021-05-01regen llvm man pages from rst withJonathan Gray
2021-05-01arvm7 -> armv7Jonathan Gray
2020-08-03Import LLVM 10.0.0 release including clang, lld and lldb.Patrick Wildt
2021-04-29regenJonathan Gray
2021-04-29add RISCVJonathan Gray
2021-04-29riscv64 clang support.Dale Rahn
2021-04-28Build libcompiler_rt for riscv64Dale Rahn
2021-04-28Enable libunwind on riscv64Dale Rahn
2021-04-28Update build infrastructure for libc++ and libc++abi version 11.1.0.Patrick Wildt
2021-04-28Merge libc++, libc++abi and libunwind version 11.1.0.Patrick Wildt
2021-04-28Import libc++ 11.1.0 release.Patrick Wildt
2021-04-28Import libc++abi 11.1.0 release.Patrick Wildt
2021-04-28Import libunwind 11.1.0 release.Patrick Wildt
2021-04-28Update clang build infrastructure for LLVM 11.1.0.Patrick Wildt
2021-04-28Merge LLVM 11.1.0.Patrick Wildt
2021-04-28Import LLVM 11.1.0 release including clang, lld and lldb.Patrick Wildt
2020-08-03Import LLVM 10.0.0 release including clang, lld and lldb.Patrick Wildt
2020-08-03Import LLVM 10.0.0 release including clang, lld and lldb.Patrick Wildt
2021-04-21Fix __builtin_bitreverse32 on 32-bit PowerPCgkoehler