aboutsummaryrefslogtreecommitdiff
path: root/lib/clang
Commit message (Expand)AuthorAgeFilesLines
* libllvmminimal: Add missing Support/ABIBreak.cppJessica Clarke2021-01-271-0/+1
* fix incorrect LLD_VERSION_STRING from previous commitGlen Barber2021-01-221-1/+1
* Bump CURRENT to 14.0Glen Barber2021-01-223-3/+3
* Merge llvm-project llvmorg-11.0.1-0-g43ff75f2c3f (aka 11.0.1 release)Dimitry Andric2021-01-142-5/+5
* Merge llvm, clang, compiler-rt, libc++, libunwind, lld, lldb and openmpDimitry Andric2021-01-038-15/+15
* Merge llvm, clang, compiler-rt, libc++, libunwind, lld, lldb and openmpDimitry Andric2020-10-122-5/+5
* Merge llvm, clang, compiler-rt, libc++, libunwind, lld, lldb and openmpDimitry Andric2020-10-012-5/+5
* build: provide a default WARNS for all in-tree buildsKyle Evans2020-09-181-0/+2
* Merge llvm, clang, compiler-rt, libc++, libunwind, lld, lldb and openmpDimitry Andric2020-09-162-5/+5
* Add a few more files to libllvm, which are required when doing sanitizedDimitry Andric2020-09-031-0/+3
* Merge llvm, clang, compiler-rt, libc++, libunwind, lld, lldb and openmpDimitry Andric2020-08-242-5/+5
* Add a missed source file for LLVM's BPF target. This target is notDimitry Andric2020-08-221-0/+1
* Fix the mips64 world build after r364284.Dimitry Andric2020-08-191-0/+5
* Merge llvm, clang, compiler-rt, libc++, libunwind, lld, lldb and openmpDimitry Andric2020-08-152-5/+5
* Re-add generated arm_neon.h header, which was accidentally dropped whileDimitry Andric2020-08-071-1/+2
* Put clang/lib/Tooling/Core/Replacement.cpp under SRCS_MIN, since it isDimitry Andric2020-08-061-1/+1
* Update Makefiles under lib/clang and usr.bin/clang for 11.0.0 builds,Dimitry Andric2020-08-065-80/+239
* Regenerate lib/clang/liblldb/LLDBWrapLua.cpp with swig 4.0.2.Dimitry Andric2020-08-061-799/+1648
* Update generated llvm-project related version headers, config.h filesDimitry Andric2020-08-069-30/+109
* Merge llvm, clang, compiler-rt, libc++, libunwind, lld, lldb and openmpDimitry Andric2020-07-212-5/+5
* Merge llvm, clang, compiler-rt, libc++, libunwind, lld, lldb and openmpDimitry Andric2020-06-282-5/+5
* Merge llvm, clang, compiler-rt, libc++, libunwind, lld, lldb and openmpDimitry Andric2020-06-253-6/+11
* Add WITH_CLANG_FORMAT optionConrad Meyer2020-06-241-2/+2
* Merge llvm, clang, compiler-rt, libc++, libunwind, lld, lldb and openmpDimitry Andric2020-06-202-5/+5
* Merge llvm, clang, compiler-rt, libc++, libunwind, lld, lldb and openmpDimitry Andric2020-05-238-16/+22
* llvm: add a build knob for enabling assertionsKyle Evans2020-04-061-1/+3
* lldb: build and enable lua script bindingsEd Maste2020-04-032-1/+6
* lldb: commit generated LLDBWrapLua.cppEd Maste2020-04-031-0/+71334
* lldb: add rule to generate LLDBWrapLua.cppEd Maste2020-04-031-0/+13
* Merge llvm, clang, compiler-rt, libc++, libunwind, lld, lldb and openmpDimitry Andric2020-03-262-5/+5
* Remove sparc support from clang build infrastructure. Any remaining sparc filesWarner Losh2020-03-202-49/+5
* Merge llvm, clang, compiler-rt, libc++, libunwind, lld, lldb and openmpDimitry Andric2020-03-182-5/+5
* Move another file in libllvm from sources required for world, to sourcesDimitry Andric2020-03-101-1/+1
* Add one additional file to libllvmminimal, to help the ppc64 bootstrap.Dimitry Andric2020-03-101-0/+1
* Remove -mlong-calls vhen building arm libraries and llvm.Dimitry Andric2020-03-101-5/+0
* Merge ^/vendor/llvm-project/release-10.x up to its last change (upstreamDimitry Andric2020-03-052-5/+5
* Merge ^/vendor/llvm-project/release-10.x up to its last change (upstreamDimitry Andric2020-02-272-5/+5
* Instead of using just the long upstream commit hash for LLVM componentDimitry Andric2020-02-242-5/+5
* Work around riscv buildworld failure where it cannot link the finalDimitry Andric2020-02-171-0/+1
* Merge ^/vendor/llvm-project/release-10.x up to its last change (upstreamDimitry Andric2020-02-153-5/+7
* Update build glue for lldb (MK_LLDB=yes). Also update lldb's generatedDimitry Andric2020-01-273-20/+41
* Update build glue for extra clang/llvm tools (MK_CLANG_EXTRAS=yes).Dimitry Andric2020-01-261-0/+15
* Update build glue for a world stage, e.g. when not only clang, but alsoDimitry Andric2020-01-261-0/+9
* Update build glue for a full build (MK_CLANG_FULL=yes) of the clangDimitry Andric2020-01-261-0/+10
* Update build glue for a minimal build of the clang executable.Dimitry Andric2020-01-264-46/+159
* Adjust libllvmminimal and tblgen Makefiles so all the tblgen executablesDimitry Andric2020-01-252-2/+1
* From 10.0.0 onwards, llvm requires C++14 to build.Dimitry Andric2020-01-251-1/+1
* * Bump version numbers to 10.0.0Dimitry Andric2020-01-2510-35/+81
* [PowerPC] Fix libllvmminimal build when building from powerpc64 ELFv1.Brandon Bergren2020-01-071-0/+1
* Merge llvm, clang, compiler-rt, libc++, libunwind, lld, lldb and openmpDimitry Andric2019-12-229-21/+22