[TableGen] Remove an assumption about the order of encodings in the MVT::SimpleValueT...
[oota-llvm.git] / utils / llvm-build /
2015-10-06 Hans WennborgFix Clang-tidy modernize-use-nullptr warnings in source...
2015-08-21 Dan LiewFilter libraries that are not installed out of CMake...
2015-08-21 Dan Liewllvm-build: Adopt generation of LLVM_LIBS_TO_EXPORT...
2015-08-21 Dan Liewllvm-build: Factor out duplicate cmake export listing...
2014-11-19 Peter CollingbourneTeach llvm-build to avoid touching LibraryDependencies...
2014-10-29 Michael KupersteinFix build with CMake if LLVM_USE_INTEL_JITEVENTS option...
2014-09-02 Eric ChristopherReinstate "Nuke the old JIT."
2014-08-07 Eric ChristopherTemporarily Revert "Nuke the old JIT." as it's not...
2014-08-07 Rafael EspindolaNuke the old JIT.
2014-04-23 Anders Waldenborgllvm-build: Get rid of 'import *'
2014-04-18 Greg FitzgeraldFixed llvm-build when no targets are enabled
2014-02-16 NAKAMURA Takumillvmbuild: Exclude disabled targets from LLVMExports...
2014-02-09 NAKAMURA TakumiProvide CMake package modules in install tree
2013-08-14 Daniel Dunbar[llvm-build] Make Py3 compatible.
2013-01-02 Chandler CarruthRename VMCore directory to IR.
2012-12-20 NAKAMURA Takumillvmbuild/main.py: Let LibraryDependencies.inc determin...
2012-06-02 Benjamin KramerFix typos found by github.com/lyda/misspell-check
2012-05-15 Daniel Dunbarllvm-build: Add support for non-installed libraries...
2012-05-15 Daniel Dunbarllvm-build: Don't emit library information for disabled...
2012-05-07 Preston GurdMake IntelJITEvents and OProfileJIT as optional librari...
2011-12-15 Daniel Dunbarbuild/unittests: Fix llvm-config names for gtest librar...
2011-12-12 Daniel Dunbarllvm-build: Switch to using the common subdirectory...
2011-12-12 Daniel DunbarLLVMBuild: Introduce a common section which currently...
2011-12-12 Daniel Dunbarllvm-build: Don't write out the required_libraries...
2011-12-12 Daniel Dunbarllvm-build: Add sketchy support for preserving comments...
2011-12-12 Daniel DunbarLLVMBuild: Remove trailing newline, which irked me.
2011-12-06 Daniel Dunbarllvm-build: Don't generate duplicate dependencies when...
2011-11-29 Daniel Dunbarllvmbuild/CMake: Update CMake output fragment to includ...
2011-11-17 Daniel Dunbarllvm-build: Attempt to work around a CMake Makefile...
2011-11-11 Daniel Dunbarllvm-build: Add --configure-target-def-file option.
2011-11-11 Daniel DunbarLLVMBuild: Add explicit information on whether targets...
2011-11-10 Daniel Dunbarbuild/Make & CMake: Pass the appropriate --native-targe...
2011-11-10 Daniel Dunbarllvm-build: Add --native-target and --enable-targets...
2011-11-10 Daniel Dunbarllvm-build: Split out the validation logic.
2011-11-10 Daniel Dunbarllvm-build: Add an explicit component type to represent...
2011-11-10 Daniel Dunbarllvm-build: Tidy up options.
2011-11-05 Daniel Dunbarutils/llvm-build: Ensure output directory exists for...
2011-11-05 Daniel Dunbarutils/llvm-build: Add trivial quoting of slashes for...
2011-11-04 Daniel Dunbarllvm-build: Quote colons in target names, in an attempt...
2011-11-04 Daniel Dunbarllvm-build: Add initial --write-cmake-fragment option.
2011-11-03 Daniel Dunbarllvm-build: Add initial code for --write-make-fragment.
2011-11-03 Daniel Dunbarllvm-build: Avoid followlinks keyword argument to os...
2011-11-03 Daniel Dunbarllvm-build: Update --write-llvmbuild to write out a...
2011-11-03 Daniel Dunbarllvm-build: Add "--write-library-table" option for...
2011-11-03 Daniel Dunbarllvm-build: Add --write-llvmbuild option, which writes...
2011-11-03 Daniel Dunbarllvm-build: Add --print-tree command line option.
2011-11-03 Daniel Dunbarllvm-build: Fill in some details w.r.t. component's...
2011-11-03 Daniel Dunbarllvm-build: Validate information on the loaded componen...
2011-11-03 Daniel Dunbarllvm-build: Fill in more of component parsing to be...
2011-11-03 Daniel Dunbarllvm-build: Sketch code to load LLVMBuild.txt files.
2011-11-03 Daniel Dunbarbuild: Stub out llvm-build utility tool.