summaryrefslogtreecommitdiffstats
path: root/llvm/utils
Commit message (Expand)AuthorAgeFilesLines
...
* make XFAIL, REQUIRES, and UNSUPPORTED support multi-line expressionsEric Fiselier2019-01-203-3/+44
* Update structured references to the license to the new license.Chandler Carruth2019-01-191-2/+2
* Update the file headers across all of the LLVM projects in the monorepoChandler Carruth2019-01-19100-404/+303
* [X86] Deduplicate static calling convention helpers for code size, NFCReid Kleckner2019-01-191-11/+23
* Use llvm_canonicalize_cmake_booleans for LLVM_LIBXML2_ENABLED [llvm]Nico Weber2019-01-193-4/+2
* [ADT] Add streaming operators for llvm::OptionalPavel Labath2019-01-181-1/+14
* gn build: unbreak mac (and maybe win) after r351258, r351277Nico Weber2019-01-182-3/+9
* gn build: Merge r351499Nico Weber2019-01-181-0/+1
* mac: Correctly disable tools/lto tests when building with LLVM_ENABLE_PIC=OFFNico Weber2019-01-181-1/+0
* llvm build: Merge r351448Nico Weber2019-01-172-0/+2
* build_llvm_package.bat: Run more testsHans Wennborg2019-01-171-5/+13
* gn build: Add headers to compiler-rt build files.Peter Collingbourne2019-01-165-1/+104
* Revert r351324 "Build LLVM-C.dll by default on windows and enable in release ...Hans Wennborg2019-01-161-11/+1
* Build LLVM-C.dll by default on windows and enable in release packageHans Wennborg2019-01-161-1/+11
* Bump the trunk version to 9.0.0svnHans Wennborg2019-01-161-2/+2
* Include lldb in Win snapshots again (PR37307)Hans Wennborg2019-01-161-7/+15
* gn build: Merge r351283.Peter Collingbourne2019-01-162-0/+3
* gn build: Add check-hwasan target.Peter Collingbourne2019-01-166-14/+231
* gn build: Add a stage2 host toolchain and make the hwasan runtime buildable o...Peter Collingbourne2019-01-155-20/+65
* gn build: Add a resource_dir.gni file.Peter Collingbourne2019-01-153-7/+8
* gn build: Move target flags from toolchain to a .gni file.Peter Collingbourne2019-01-154-29/+54
* gn build: Add build files for compiler-rt/lib/{hwasan,interception,sanitizer_...Peter Collingbourne2019-01-156-1/+235
* gn build: Merge r351216, r351228.Peter Collingbourne2019-01-152-0/+2
* [Nios2] Remove Nios2 backendCraig Topper2019-01-151-1/+0
* gn build: Don't assume valgrind.h exists on LinuxHans Wennborg2019-01-151-6/+1
* gn build: Rename llvm_host_triple to llvm_current_triple and have it use curr...Peter Collingbourne2019-01-156-13/+29
* gn build: Make a couple of improvements to the unix toolchain.Peter Collingbourne2019-01-151-2/+12
* gn build: Switch to using current_os in lib/Support/BUILD.gn.Peter Collingbourne2019-01-151-1/+1
* gn build: Split no-RTTI flag into a config.Peter Collingbourne2019-01-152-5/+10
* gn build: Stop defining LLVM_ON_UNIX globally.Peter Collingbourne2019-01-151-5/+0
* [lit] llvm-lit.in: specify file encoding to UTF-8George Karpenkov2019-01-141-0/+1
* gn build: Unbreak mac build after r350977Nico Weber2019-01-141-1/+3
* gn build: Fix path to gn.py in docsNico Weber2019-01-142-3/+3
* gn build: svn propset svn:executable on utils/gn/gn.pyNico Weber2019-01-141-0/+0
* gn build: Add gn.py wrapper script that adds --dotfile= and --root= parametersNico Weber2019-01-143-10/+50
* Detect incorrect FileCheck variable CLI definitionThomas Preud'homme2019-01-141-4/+22
* Remove TypeBuilder.h, and fix the few locations using it.James Y Knight2019-01-131-1/+0
* gn build: Unbreak Windows buildNico Weber2019-01-122-3/+3
* gn build: Add a stage2 toolchain for Android.Peter Collingbourne2019-01-116-28/+96
* gn build: Create a template for unix toolchains.Peter Collingbourne2019-01-111-96/+112
* gn build: Merge r350958.Peter Collingbourne2019-01-112-3/+13
* gn build: Create a variable for the host toolchain and start using it in the ...Peter Collingbourne2019-01-113-4/+5
* gn build: s/root_out_dir/root_build_dir/g in llvm/utils/gn/build/write_cmake_...Peter Collingbourne2019-01-111-2/+2
* gn build: Add a template for calling write_cmake_config.pyNico Weber2019-01-1013-276/+207
* gn build: Merge r350852Nico Weber2019-01-102-3/+3
* gn build: Use "git rev-parse --git-dir" to discover the path to the .git dire...Peter Collingbourne2019-01-101-7/+8
* gn build: Merge r350893Nico Weber2019-01-101-0/+1
* [lit] Make it possible for the lit test suite to pass withDan Liew2019-01-101-1/+1
* gn build: Merge r350819Nico Weber2019-01-101-0/+1
* Fix visualization of intrusive reference counted objects in MSVC.Aaron Ballman2019-01-091-3/+3
OpenPOWER on IntegriCloud