aboutsummaryrefslogtreecommitdiffstats
path: root/utils/llvm-build/llvmbuild/main.py
Commit message (Expand)AuthorAgeFilesLines
* llvm-build: Add support for non-installed libraries (e.g., gtest).Daniel Dunbar2012-05-151-7/+13
* llvm-build: Don't emit library information for disabled targets.Daniel Dunbar2012-05-151-1/+6
* Make IntelJITEvents and OProfileJIT as optional libraries and addPreston Gurd2012-05-071-4/+16
* build/unittests: Fix llvm-config names for gtest libraries, and bring MakefileDaniel Dunbar2011-12-151-4/+2
* llvm-build: Switch to using the common subdirectory list instead ofDaniel Dunbar2011-12-121-23/+17
* LLVMBuild: Introduce a common section which currently has a list of theDaniel Dunbar2011-12-121-7/+39
* llvm-build: Don't write out the required_libraries list for "special" compone...Daniel Dunbar2011-12-121-0/+1
* llvm-build: Add sketchy support for preserving comments when usingDaniel Dunbar2011-12-121-2/+22
* LLVMBuild: Remove trailing newline, which irked me.Daniel Dunbar2011-12-121-1/+2
* llvm-build: Don't generate duplicate dependencies when LLVMBuild files defineDaniel Dunbar2011-12-061-2/+8
* llvmbuild/CMake: Update CMake output fragment to include explicit libraryDaniel Dunbar2011-11-291-0/+49
* llvm-build: Attempt to work around a CMake Makefile generator bug that doesn'tDaniel Dunbar2011-11-171-1/+16
* llvm-build: Add --configure-target-def-file option.Daniel Dunbar2011-11-111-0/+47
* build/Make & CMake: Pass the appropriate --native-target and --enable-targetsDaniel Dunbar2011-11-101-4/+10
* llvm-build: Add --native-target and --enable-targets options, and add logic toDaniel Dunbar2011-11-101-0/+113
* llvm-build: Split out the validation logic.Daniel Dunbar2011-11-101-3/+20
* llvm-build: Add an explicit component type to represent targets.Daniel Dunbar2011-11-101-5/+5
* llvm-build: Tidy up options.Daniel Dunbar2011-11-101-20/+29
* utils/llvm-build: Ensure output directory exists for tools which write variou...Daniel Dunbar2011-11-051-0/+14
* utils/llvm-build: Add trivial quoting of slashes for CMake fragment.Daniel Dunbar2011-11-051-2/+16
* llvm-build: Quote colons in target names, in an attempt to make msys happy.Daniel Dunbar2011-11-041-2/+15
* llvm-build: Add initial --write-cmake-fragment option.Daniel Dunbar2011-11-041-11/+88
* llvm-build: Add initial code for --write-make-fragment.Daniel Dunbar2011-11-031-0/+96
* llvm-build: Avoid followlinks keyword argument to os.walk.Daniel Dunbar2011-11-031-2/+7
* llvm-build: Update --write-llvmbuild to write out a standard LLVM style fileDaniel Dunbar2011-11-031-0/+25
* llvm-build: Add "--write-library-table" option for generating the C++ libraryDaniel Dunbar2011-11-031-4/+105
* llvm-build: Add --write-llvmbuild option, which writes out the component tree.Daniel Dunbar2011-11-031-0/+46
* llvm-build: Add --print-tree command line option.Daniel Dunbar2011-11-031-6/+26
* llvm-build: Fill in some details w.r.t. component's parents.Daniel Dunbar2011-11-031-0/+18
* llvm-build: Validate information on the loaded components and form the topolo...Daniel Dunbar2011-11-031-1/+58
* llvm-build: Sketch code to load LLVMBuild.txt files.Daniel Dunbar2011-11-031-0/+47
* build: Stub out llvm-build utility tool.Daniel Dunbar2011-11-031-0/+27