index
:
emscripten-fastcomp
master
LLVM with the emscripten fastcomp javascript backend
git repository hosting
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
utils
/
llvm-build
/
llvmbuild
/
componentinfo.py
Age
Commit message (
Expand
)
Author
2012-05-15
llvm-build: Add support for non-installed libraries (e.g., gtest).
Daniel Dunbar
2012-05-15
llvm-build: Don't emit library information for disabled targets.
Daniel Dunbar
2012-05-07
Make IntelJITEvents and OProfileJIT as optional libraries and add
Preston Gurd
2011-12-12
llvm-build: Switch to using the common subdirectory list instead of
Daniel Dunbar
2011-12-12
llvm-build: Don't write out the required_libraries list for "special" compone...
Daniel Dunbar
2011-12-12
llvm-build: Add sketchy support for preserving comments when using
Daniel Dunbar
2011-11-29
llvmbuild/CMake: Update CMake output fragment to include explicit library
Daniel Dunbar
2011-11-11
LLVMBuild: Add explicit information on whether targets define an assembly pri...
Daniel Dunbar
2011-11-10
llvm-build: Add --native-target and --enable-targets options, and add logic to
Daniel Dunbar
2011-11-10
llvm-build: Add an explicit component type to represent targets.
Daniel Dunbar
2011-11-03
llvm-build: Add "--write-library-table" option for generating the C++ library
Daniel Dunbar
2011-11-03
llvm-build: Add --write-llvmbuild option, which writes out the component tree.
Daniel Dunbar
2011-11-03
llvm-build: Fill in some details w.r.t. component's parents.
Daniel Dunbar
2011-11-03
llvm-build: Validate information on the loaded components and form the topolo...
Daniel Dunbar
2011-11-03
llvm-build: Fill in more of component parsing to be more strict and
Daniel Dunbar
2011-11-03
llvm-build: Sketch code to load LLVMBuild.txt files.
Daniel Dunbar