summaryrefslogtreecommitdiffstats
path: root/gnu/usr.bin/clang (follow)
Commit message (Expand)AuthorAgeFilesLines
* Shuffle how lldb register contexts are built.mortimer2021-02-141-3/+2
* only amd64 & arm64 lldb work at the momentderaadt2021-02-102-2/+12
* Build and install lldb.patrick2021-02-092-4/+4
* Implement Loongson 2F BTB bug workaround in clangvisa2020-12-011-1/+2
* Sort list of archs in alphabetical order.patrick2020-11-101-4/+4
* Disable retguard for clang build.mortimer2020-10-121-2/+2
* Add RETGUARD implementation for powerpc and powerpc64.mortimer2020-10-121-1/+2
* Update build infrastructure for LLVM 10.0.1.patrick2020-08-0912-21/+37
* Update build infrastructure for LLVM 10.0.0.patrick2020-08-03201-809/+1908
* We need the same header files on powerpc64 as we have on powerpc.kettenis2020-07-021-2/+2
* Initial set of changes to build powerpc64 toolchain.drahn2020-05-301-2/+2
* crank major versions of libLLVM libc++ libc++abigkoehler2020-03-041-1/+1
* Add arm64 support for lldb.mortimer2019-12-211-1/+2
* Like Targets.def include AMDGPU lines in generated .def files forjsg2019-12-061-4/+7
* In lldb, use a OpenBSD signal map instead of leveraging the FreeBSD one.mortimer2019-11-271-1/+2
* Revert previous "honour DEBUG", otherwise clang uses -g resulting in hugesthen2019-11-261-1/+2
* Honour DEBUGkn2019-11-251-2/+1
* Add lldb support for debugging running binaries on amd64.mortimer2019-11-093-3/+95
* Add retguard for octeon/mips64.mortimer2019-10-252-3/+5
* Update clang build infrastructure for LLVM 8.0.1.patrick2019-09-016-14/+14
* Compile clang with -fomit-frame-pointer on mips64. This releases thevisa2019-07-111-1/+6
* Update clang build infrastructure for LLVM 8.0.0.patrick2019-06-2362-152/+259
* stop using the moribund MLINKS bsd.man.mk feature;schwarze2019-05-171-2/+4
* Stop using the moribund MLINKS bsd.man.mk feature for clang(1).schwarze2019-05-162-8/+9
* On powerpc, link with -Wl,-relax as clang is a monster and code exceeds thekettenis2019-04-191-1/+10
* Do not install libLLVM.a. At present the clang tools are eitherderaadt2019-04-021-0/+1
* When linking libLLVM.a in clang and lld include it within thejsg2019-03-063-15/+10
* Define LLVM_NATIVE_* in llvm-config.h like the result of a cmakejsg2019-03-063-41/+12
* Allow make obj in libLLVM to succeed on non-LLVM architectures bypatrick2019-03-051-0/+4
* add llvm-config.1 from llvm-config.rstjsg2019-03-052-2/+210
* Build and install a shared libLLVM, llvm-config and llvm includes.jsg2019-03-0595-964/+460
* build AMDGPU Target in addition to nativejsg2019-03-053-8/+10
* add Makefile for llvm-configjsg2019-03-058-0/+658
* In preparation for reusing libLLVM component library Makefiles to buildjsg2019-02-2613-29/+100
* define LLVM_ENABLE_THREADS and LLVM_HAS_ATOMICSjsg2019-02-261-2/+2
* add sources matching unresolved symbols seen using Mesa with libLLVMjsg2019-02-256-7/+16
* When bsd.lib.mk builds shared libraries it builds with -DPIC whichjsg2019-02-141-0/+12
* Correct LLVM backend version.patrick2019-01-291-1/+1
* add AMDGPUCodeGenjsg2019-01-291-0/+102
* add Makefiles for AMDGPU targetjsg2019-01-297-0/+245
* Install lldb's manpage directly from the GNU directory, like lld does.patrick2019-01-272-155/+2
* regenpatrick2019-01-271-3/+258
* Update clang build infrastructure for LLVM 7.0.1.patrick2019-01-2756-368/+310
* CXXFLAGS are the correct spelling for c++ options.tedu2019-01-191-3/+3
* Check for the CPU architecture and not the system architecture whennaddy2019-01-121-3/+4
* disable the correct performance options, per-architecturederaadt2019-01-111-3/+6
* Disable ret-protector and retpoline protections in the clang compilerbluhm2019-01-081-2/+5
* lldb after release, reasons.deraadt2018-10-051-2/+2
* Add infrastructure to compile and link LLDB. Inspecting core filespatrick2018-10-0446-10/+1865
* Add retguard for arm64.mortimer2018-08-121-1/+2