aboutsummaryrefslogtreecommitdiffstats
path: root/utils/llvm-build
Commit message (Expand)AuthorAgeFilesLines
* 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-032-4/+114
* llvm-build: Add --write-llvmbuild option, which writes out the component tree.Daniel Dunbar2011-11-032-1/+95
* 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-032-0/+27
* llvm-build: Validate information on the loaded components and form the topolo...Daniel Dunbar2011-11-032-1/+91
* llvm-build: Fill in more of component parsing to be more strict andDaniel Dunbar2011-11-032-20/+108
* llvm-build: Sketch code to load LLVMBuild.txt files.Daniel Dunbar2011-11-032-0/+181
* build: Stub out llvm-build utility tool.Daniel Dunbar2011-11-034-0/+39