summaryrefslogtreecommitdiff
path: root/utils/llvm-build
AgeCommit message (Expand)Author
2016-02-09llvm-config: Add preliminary Windows supportEhsan Akhgari
2015-10-06Fix Clang-tidy modernize-use-nullptr warnings in source directories and gener...Hans Wennborg
2015-08-21Filter libraries that are not installed out of CMake exports (currentlyDan Liew
2015-08-21llvm-build: Adopt generation of LLVM_LIBS_TO_EXPORT. Patch byDan Liew
2015-08-21llvm-build: Factor out duplicate cmake export listing. Patch byDan Liew
2014-11-19Teach llvm-build to avoid touching LibraryDependencies.inc unless the contentsPeter Collingbourne
2014-10-29Fix build with CMake if LLVM_USE_INTEL_JITEVENTS option is enabledMichael Kuperstein
2014-09-02Reinstate "Nuke the old JIT."Eric Christopher
2014-08-07Temporarily Revert "Nuke the old JIT." as it's not quite ready toEric Christopher
2014-08-07Nuke the old JIT.Rafael Espindola
2014-04-23llvm-build: Get rid of 'import *'Anders Waldenborg
2014-04-18Fixed llvm-build when no targets are enabledGreg Fitzgerald
2014-02-16llvmbuild: Exclude disabled targets from LLVMExports.cmake.NAKAMURA Takumi
2014-02-09Provide CMake package modules in install treeNAKAMURA Takumi
2013-08-14[llvm-build] Make Py3 compatible.Daniel Dunbar
2013-01-02Rename VMCore directory to IR.Chandler Carruth
2012-12-20llvmbuild/main.py: Let LibraryDependencies.inc deterministic.NAKAMURA Takumi
2012-06-02Fix typos found by http://github.com/lyda/misspell-checkBenjamin Kramer
2012-05-15llvm-build: Add support for non-installed libraries (e.g., gtest).Daniel Dunbar
2012-05-15llvm-build: Don't emit library information for disabled targets.Daniel Dunbar
2012-05-07Make IntelJITEvents and OProfileJIT as optional libraries and addPreston Gurd
2011-12-15build/unittests: Fix llvm-config names for gtest libraries, and bring MakefileDaniel Dunbar
2011-12-12llvm-build: Switch to using the common subdirectory list instead ofDaniel Dunbar
2011-12-12LLVMBuild: Introduce a common section which currently has a list of theDaniel Dunbar
2011-12-12llvm-build: Don't write out the required_libraries list for "special" compone...Daniel Dunbar
2011-12-12llvm-build: Add sketchy support for preserving comments when usingDaniel Dunbar
2011-12-12LLVMBuild: Remove trailing newline, which irked me.Daniel Dunbar
2011-12-06llvm-build: Don't generate duplicate dependencies when LLVMBuild files defineDaniel Dunbar
2011-11-29llvmbuild/CMake: Update CMake output fragment to include explicit libraryDaniel Dunbar
2011-11-17llvm-build: Attempt to work around a CMake Makefile generator bug that doesn'tDaniel Dunbar
2011-11-11llvm-build: Add --configure-target-def-file option.Daniel Dunbar
2011-11-11LLVMBuild: Add explicit information on whether targets define an assembly pri...Daniel Dunbar
2011-11-10build/Make & CMake: Pass the appropriate --native-target and --enable-targetsDaniel Dunbar
2011-11-10llvm-build: Add --native-target and --enable-targets options, and add logic toDaniel Dunbar
2011-11-10llvm-build: Split out the validation logic.Daniel Dunbar
2011-11-10llvm-build: Add an explicit component type to represent targets.Daniel Dunbar
2011-11-10llvm-build: Tidy up options.Daniel Dunbar
2011-11-05utils/llvm-build: Ensure output directory exists for tools which write variou...Daniel Dunbar
2011-11-05utils/llvm-build: Add trivial quoting of slashes for CMake fragment.Daniel Dunbar
2011-11-04llvm-build: Quote colons in target names, in an attempt to make msys happy.Daniel Dunbar
2011-11-04llvm-build: Add initial --write-cmake-fragment option.Daniel Dunbar
2011-11-03llvm-build: Add initial code for --write-make-fragment.Daniel Dunbar
2011-11-03llvm-build: Avoid followlinks keyword argument to os.walk.Daniel Dunbar
2011-11-03llvm-build: Update --write-llvmbuild to write out a standard LLVM style fileDaniel Dunbar
2011-11-03llvm-build: Add "--write-library-table" option for generating the C++ libraryDaniel Dunbar
2011-11-03llvm-build: Add --write-llvmbuild option, which writes out the component tree.Daniel Dunbar
2011-11-03llvm-build: Add --print-tree command line option.Daniel Dunbar
2011-11-03llvm-build: Fill in some details w.r.t. component's parents.Daniel Dunbar
2011-11-03llvm-build: Validate information on the loaded components and form the topolo...Daniel Dunbar
2011-11-03llvm-build: Fill in more of component parsing to be more strict andDaniel Dunbar