aboutsummaryrefslogtreecommitdiff
path: root/llvm/utils/llvm-build/llvmbuild/componentinfo.py
AgeCommit message (Expand)AuthorFilesLines
2014-04-23llvm-build: Get rid of 'import *'Anders Waldenborg1-1/+1
2013-08-14[llvm-build] Make Py3 compatible.Daniel Dunbar1-43/+50
2012-05-15llvm-build: Add support for non-installed libraries (e.g., gtest).Daniel Dunbar1-3/+9
2012-05-15llvm-build: Don't emit library information for disabled targets.Daniel Dunbar1-0/+15
2012-05-07Make IntelJITEvents and OProfileJIT as optional libraries and addPreston Gurd1-2/+21
2011-12-12llvm-build: Switch to using the common subdirectory list instead ofDaniel Dunbar1-0/+10
2011-12-12llvm-build: Don't write out the required_libraries list for "special" compone...Daniel Dunbar1-1/+5
2011-12-12llvm-build: Add sketchy support for preserving comments when usingDaniel Dunbar1-0/+4
2011-11-29llvmbuild/CMake: Update CMake output fragment to include explicit libraryDaniel Dunbar1-0/+17
2011-11-11LLVMBuild: Add explicit information on whether targets define an assembly pri...Daniel Dunbar1-4/+22
2011-11-10llvm-build: Add --native-target and --enable-targets options, and add logic toDaniel Dunbar1-0/+4
2011-11-10llvm-build: Add an explicit component type to represent targets.Daniel Dunbar1-1/+71
2011-11-03llvm-build: Add "--write-library-table" option for generating the C++ libraryDaniel Dunbar1-0/+9
2011-11-03llvm-build: Add --write-llvmbuild option, which writes out the component tree.Daniel Dunbar1-1/+49
2011-11-03llvm-build: Fill in some details w.r.t. component's parents.Daniel Dunbar1-0/+9
2011-11-03llvm-build: Validate information on the loaded components and form the topolo...Daniel Dunbar1-0/+33
2011-11-03llvm-build: Fill in more of component parsing to be more strict andDaniel Dunbar1-20/+88
2011-11-03llvm-build: Sketch code to load LLVMBuild.txt files.Daniel Dunbar1-0/+134