aboutsummaryrefslogtreecommitdiff
path: root/utils/TableGen/LLVMCConfigurationEmitter.cpp
AgeCommit message (Expand)Author
2008-05-30Do not generate empty 'if's for the output_suffix property.Mikhail Glushenkov
2008-05-30Make it possible to use hooks like this: '$CALL(MyHook)/path/to/file'.Mikhail Glushenkov
2008-05-30Make it possible to change the output file suffix based on command-line options.Mikhail Glushenkov
2008-05-30Add support for user-provided hooks and environment variable reads to the cmd...Mikhail Glushenkov
2008-05-30Some small tweaks to make the generated code prettier.Mikhail Glushenkov
2008-05-30Make it possible to use the generalised 'case' construct in the cmd_line prop...Mikhail Glushenkov
2008-05-30Add a generalised 'case' construct.Mikhail Glushenkov
2008-05-12Filter option names to escape symbols not allowed as C++ identifiers.Mikhail Glushenkov
2008-05-09Reapply 50867: A small refactoring (extract method) + some comment fixes.Mikhail Glushenkov
2008-05-08Revertin 50867 since it was breaking the build.Tanya Lattner
2008-05-08A small refactoring (extract method) + some comment fixes.Mikhail Glushenkov
2008-05-07Use Doxygen-style comments.Mikhail Glushenkov
2008-05-06Change from llvm::SmallSet<std::string> to llvm::StringMap<char>.Mikhail Glushenkov
2008-05-06Add new edge property combinator: weight.Mikhail Glushenkov
2008-05-06Use edge weights to choose the right linker based on input language names.Mikhail Glushenkov
2008-05-06Add weights to graph edges. Choose between edges based on their weight.Mikhail Glushenkov
2008-05-06Remove the UnpackValues() function.Mikhail Glushenkov
2008-05-06Add a --linker command-line option, make all tests pass.Mikhail Glushenkov
2008-05-06Naming fix: LLVMCCConfigurationEmitter -> LLVMCConfigurationEmitter.Mikhail Glushenkov
2008-05-06Rename LLVMCCConfigurationEmitter to LLVMCConfigurationEmitterMikhail Glushenkov