index
:
llvm
master
release_1
release_16
release_20
release_21
release_22
release_23
release_24
release_25
release_26
release_27
release_28
release_29
release_30
release_31
release_32
release_33
stable
svn-tags/RELEASE_1
svn-tags/RELEASE_20
svn-tags/RELEASE_21
svn-tags/RELEASE_22
svn-tags/RELEASE_23
svn-tags/RELEASE_24
svn-tags/RELEASE_25
svn-tags/RELEASE_26
svn-tags/RELEASE_27
svn-tags/RELEASE_28
svn-tags/RELEASE_29
svn-tags/RELEASE_30
svn-tags/RELEASE_31
svn-tags/RELEASE_32
testing
http://llvm.org
git repository hosting
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
utils
/
TableGen
/
LLVMCConfigurationEmitter.cpp
Age
Commit message (
Expand
)
Author
2008-05-30
Do not generate empty 'if's for the output_suffix property.
Mikhail Glushenkov
2008-05-30
Make it possible to use hooks like this: '$CALL(MyHook)/path/to/file'.
Mikhail Glushenkov
2008-05-30
Make it possible to change the output file suffix based on command-line options.
Mikhail Glushenkov
2008-05-30
Add support for user-provided hooks and environment variable reads to the cmd...
Mikhail Glushenkov
2008-05-30
Some small tweaks to make the generated code prettier.
Mikhail Glushenkov
2008-05-30
Make it possible to use the generalised 'case' construct in the cmd_line prop...
Mikhail Glushenkov
2008-05-30
Add a generalised 'case' construct.
Mikhail Glushenkov
2008-05-12
Filter option names to escape symbols not allowed as C++ identifiers.
Mikhail Glushenkov
2008-05-09
Reapply 50867: A small refactoring (extract method) + some comment fixes.
Mikhail Glushenkov
2008-05-08
Revertin 50867 since it was breaking the build.
Tanya Lattner
2008-05-08
A small refactoring (extract method) + some comment fixes.
Mikhail Glushenkov
2008-05-07
Use Doxygen-style comments.
Mikhail Glushenkov
2008-05-06
Change from llvm::SmallSet<std::string> to llvm::StringMap<char>.
Mikhail Glushenkov
2008-05-06
Add new edge property combinator: weight.
Mikhail Glushenkov
2008-05-06
Use edge weights to choose the right linker based on input language names.
Mikhail Glushenkov
2008-05-06
Add weights to graph edges. Choose between edges based on their weight.
Mikhail Glushenkov
2008-05-06
Remove the UnpackValues() function.
Mikhail Glushenkov
2008-05-06
Add a --linker command-line option, make all tests pass.
Mikhail Glushenkov
2008-05-06
Naming fix: LLVMCCConfigurationEmitter -> LLVMCConfigurationEmitter.
Mikhail Glushenkov
2008-05-06
Rename LLVMCCConfigurationEmitter to LLVMCConfigurationEmitter
Mikhail Glushenkov
[prev]