llvm-build: Add an explicit component type to represent targets.
[oota-llvm.git] / utils / llvm-build / llvmbuild / main.py
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: Sketch code to load LLVMBuild.txt files.
2011-11-03 Daniel Dunbarbuild: Stub out llvm-build utility tool.