aboutsummaryrefslogtreecommitdiff
path: root/usr.bin/clang
Commit message (Expand)AuthorAgeFilesLines
* Merge llvm-project 13.0.0 releaseDimitry Andric2021-11-131-0/+16
* Merge llvm-project main llvmorg-13-init-16847-g88e66fa60ae5Dimitry Andric2021-11-1314-9/+92
* Fix a syntax error in 1b85b68da0b2Alex Richardson2021-10-141-1/+0
* llvm-readobj: Attach to buildsystemCameron Katri2021-10-144-0/+707
* ncurses: chase dependency changes in the source treeBaptiste Daroussin2021-10-044-3/+5
* llvm-objcopy: Install llvm-strip, and optionally strip, linksJessica Clarke2021-09-131-1/+4
* Add WITH_LLVM_BINUTILS to install LLVM binutils instead of ElftoolchainAlex Richardson2021-09-067-4/+51
* Don't build and install {llvm,clang,lldb}-tblgen for the targetAlex Richardson2021-09-061-5/+1
* clang: Support building with GCC and DEBUG_FILES disabledJessica Clarke2021-08-241-0/+3
* Allow bootstrapping llvm-tblgen on macOS and LinuxAlex Richardson2021-08-023-0/+6
* Merge llvm-project 12.0.0 releaseDimitry Andric2021-06-1331-454/+2087
* Merge llvm-project main llvmorg-12-init-17869-g8e464dd76befDimitry Andric2021-06-134-16/+20
* Add WITH_LLVM_CXXFILT option to install llvm-cxxfilt as c++filtDimitry Andric2020-11-032-1/+11
* Update Makefiles under lib/clang and usr.bin/clang for 11.0.0 builds,Dimitry Andric2020-08-066-1/+8
* Fix llvm-strings.1 not installing, this was a copy/paste error.Dimitry Andric2020-06-281-1/+0
* Merge llvm, clang, compiler-rt, libc++, libunwind, lld, lldb and openmpDimitry Andric2020-06-286-0/+486
* Regenerate ReStructuredText based manpages for llvm-project tools:Dimitry Andric2020-06-2730-663/+2585
* Add WITH_CLANG_FORMAT optionConrad Meyer2020-06-241-1/+4
* lldb: build and enable lua script bindingsEd Maste2020-04-031-0/+1
* Remove -mlong-calls vhen building arm libraries and llvm.Dimitry Andric2020-03-101-3/+0
* Merge ^/head r358400 through r358465.Dimitry Andric2020-02-291-2/+0
|\
| * remove GCC 4.2.1 build infrastructureEd Maste2020-02-291-2/+0
* | Update build glue for lldb (MK_LLDB=yes). Also update lldb's generatedDimitry Andric2020-01-272-3/+411
* | Update build glue for lld (MK_LLD=yes). Also update invocation ofDimitry Andric2020-01-261-0/+2
* | Update build glue for extra clang/llvm tools (MK_CLANG_EXTRAS=yes).Dimitry Andric2020-01-263-4/+7
* | Adjust libllvmminimal and tblgen Makefiles so all the tblgen executablesDimitry Andric2020-01-253-0/+19
|/
* Move all sources from the llvm project into contrib/llvm-project.Dimitry Andric2019-12-2035-41/+42
* Ensure lld respects the WITH/WITHOUT_SHARED_TOOLCHAIN optionDimitry Andric2019-10-161-0/+4
* Merge ^/head r352764 through r353315.Dimitry Andric2019-10-081-0/+5
|\
| * clang: use -mxgot for 32-bit mipsKyle Evans2019-10-021-0/+5
* | Update build glue for a build of clang plus lldb (enabled via MK_LLDB).Dimitry Andric2019-08-261-0/+1
* | Add lldb-tblgen tool.Dimitry Andric2019-08-263-1/+16
* | Update build glue for a build of clang plus lld (enabled via MK_LLD).Dimitry Andric2019-08-241-1/+2
* | Update build glue for a build of clang plus the extra tools (enabled viaDimitry Andric2019-08-243-0/+7
* | Update build glue for a minimal build of the clang executable.Dimitry Andric2019-08-233-0/+3
|/
* build llvm-ar and llvm-nm with Clang (promote out of CLANG_EXTRAS)Ed Maste2019-06-041-2/+2
* llvm-symbolizer: Move out of CLANG_EXTRAS, into CLANGKyle Evans2019-06-021-1/+1
* Merge ^/head r344178 through r344512.Dimitry Andric2019-02-251-0/+2
|\
| * Add WITH_PIE knob to build Position Independent ExecutablesEd Maste2019-02-151-0/+2
* | Remove customizations in #includes of Options.inc, and adjust lldDimitry Andric2019-01-221-6/+7
* | Update lldb build glue to make MK_LLDB=yes work.Dimitry Andric2019-01-221-0/+13
* | Update lld build glue to make MK_LLD=yes work.Dimitry Andric2019-01-211-1/+3
* | Update llvm and clang build glue to make MK_CLANG_EXTRAS=yes andDimitry Andric2019-01-214-28/+23
* | Update libllvmminimal and llvm-tblgen Makefiles, so llvm-tblgen andDimitry Andric2019-01-201-0/+1
|/
* Merge ^/head r340918 through r341763.Dimitry Andric2018-12-092-1/+197
|\
| * llvm-objdump.1: remove more unintentional optionsEd Maste2018-11-271-10/+1
| * llvm-objdump.1: fix igor / mandoc -Tlint warningsEd Maste2018-11-261-2/+3
| * llvm-objdump.1: remove invalid optionsEd Maste2018-11-261-8/+0
| * llvm-objdump: initial man pageEd Maste2018-11-262-1/+213
* | Merge ^/head r340235 through r340367.Dimitry Andric2018-11-122-1/+7
|\|