aboutsummaryrefslogtreecommitdiff
path: root/llvm/utils/llvm-build/llvmbuild/main.py
AgeCommit message (Expand)AuthorFilesLines
2016-02-09llvm-config: Add preliminary Windows supportEhsan Akhgari1-1/+1
2015-10-06Fix Clang-tidy modernize-use-nullptr warnings in source directories and gener...Hans Wennborg1-3/+7
2015-08-21Filter libraries that are not installed out of CMake exports (currentlyDan Liew1-5/+12
2015-08-21llvm-build: Adopt generation of LLVM_LIBS_TO_EXPORT. Patch byDan Liew1-2/+16
2015-08-21llvm-build: Factor out duplicate cmake export listing. Patch byDan Liew1-27/+36
2014-11-19Teach llvm-build to avoid touching LibraryDependencies.inc unless the contentsPeter Collingbourne1-1/+10
2014-10-29Fix build with CMake if LLVM_USE_INTEL_JITEVENTS option is enabledMichael Kuperstein1-11/+23
2014-09-02Reinstate "Nuke the old JIT."Eric Christopher1-1/+1
2014-08-07Temporarily Revert "Nuke the old JIT." as it's not quite ready toEric Christopher1-1/+1
2014-08-07Nuke the old JIT.Rafael Espindola1-1/+1
2014-04-23llvm-build: Get rid of 'import *'Anders Waldenborg1-1/+1
2014-04-18Fixed llvm-build when no targets are enabledGreg Fitzgerald1-1/+3
2014-02-16llvmbuild: Exclude disabled targets from LLVMExports.cmake.NAKAMURA Takumi1-0/+5
2014-02-09Provide CMake package modules in install treeNAKAMURA Takumi1-0/+40
2013-08-14[llvm-build] Make Py3 compatible.Daniel Dunbar1-57/+65
2013-01-02Rename VMCore directory to IR.Chandler Carruth1-2/+2
2012-12-20llvmbuild/main.py: Let LibraryDependencies.inc deterministic.NAKAMURA Takumi1-1/+3
2012-06-02Fix typos found by http://github.com/lyda/misspell-checkBenjamin Kramer1-1/+1
2012-05-15llvm-build: Add support for non-installed libraries (e.g., gtest).Daniel Dunbar1-7/+13
2012-05-15llvm-build: Don't emit library information for disabled targets.Daniel Dunbar1-1/+6
2012-05-07Make IntelJITEvents and OProfileJIT as optional libraries and addPreston Gurd1-4/+16
2011-12-15build/unittests: Fix llvm-config names for gtest libraries, and bring MakefileDaniel Dunbar1-4/+2
2011-12-12llvm-build: Switch to using the common subdirectory list instead ofDaniel Dunbar1-23/+17
2011-12-12LLVMBuild: Introduce a common section which currently has a list of theDaniel Dunbar1-7/+39
2011-12-12llvm-build: Don't write out the required_libraries list for "special" compone...Daniel Dunbar1-0/+1
2011-12-12llvm-build: Add sketchy support for preserving comments when usingDaniel Dunbar1-2/+22
2011-12-12LLVMBuild: Remove trailing newline, which irked me.Daniel Dunbar1-1/+2
2011-12-06llvm-build: Don't generate duplicate dependencies when LLVMBuild files defineDaniel Dunbar1-2/+8
2011-11-29llvmbuild/CMake: Update CMake output fragment to include explicit libraryDaniel Dunbar1-0/+49
2011-11-17llvm-build: Attempt to work around a CMake Makefile generator bug that doesn'tDaniel Dunbar1-1/+16
2011-11-11llvm-build: Add --configure-target-def-file option.Daniel Dunbar1-0/+47
2011-11-10build/Make & CMake: Pass the appropriate --native-target and --enable-targetsDaniel Dunbar1-4/+10
2011-11-10llvm-build: Add --native-target and --enable-targets options, and add logic toDaniel Dunbar1-0/+113
2011-11-10llvm-build: Split out the validation logic.Daniel Dunbar1-3/+20
2011-11-10llvm-build: Add an explicit component type to represent targets.Daniel Dunbar1-5/+5
2011-11-10llvm-build: Tidy up options.Daniel Dunbar1-20/+29
2011-11-05utils/llvm-build: Ensure output directory exists for tools which write variou...Daniel Dunbar1-0/+14
2011-11-05utils/llvm-build: Add trivial quoting of slashes for CMake fragment.Daniel Dunbar1-2/+16
2011-11-04llvm-build: Quote colons in target names, in an attempt to make msys happy.Daniel Dunbar1-2/+15
2011-11-04llvm-build: Add initial --write-cmake-fragment option.Daniel Dunbar1-11/+88
2011-11-03llvm-build: Add initial code for --write-make-fragment.Daniel Dunbar1-0/+96
2011-11-03llvm-build: Avoid followlinks keyword argument to os.walk.Daniel Dunbar1-2/+7
2011-11-03llvm-build: Update --write-llvmbuild to write out a standard LLVM style fileDaniel Dunbar1-0/+25
2011-11-03llvm-build: Add "--write-library-table" option for generating the C++ libraryDaniel Dunbar1-4/+105
2011-11-03llvm-build: Add --write-llvmbuild option, which writes out the component tree.Daniel Dunbar1-0/+46
2011-11-03llvm-build: Add --print-tree command line option.Daniel Dunbar1-6/+26
2011-11-03llvm-build: Fill in some details w.r.t. component's parents.Daniel Dunbar1-0/+18
2011-11-03llvm-build: Validate information on the loaded components and form the topolo...Daniel Dunbar1-1/+58
2011-11-03llvm-build: Sketch code to load LLVMBuild.txt files.Daniel Dunbar1-0/+47
2011-11-03build: Stub out llvm-build utility tool.Daniel Dunbar1-0/+27