summaryrefslogtreecommitdiff
path: root/utils/llvm-build
AgeCommit message (Expand)Author
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
2011-11-03llvm-build: Sketch code to load LLVMBuild.txt files.Daniel Dunbar
2011-11-03build: Stub out llvm-build utility tool.Daniel Dunbar