aboutsummaryrefslogtreecommitdiff
path: root/utils/TableGen/LLVMCConfigurationEmitter.cpp
AgeCommit message (Expand)Author
2008-11-28Add 'hidden' and 'really_hidden' option properties.Mikhail Glushenkov
2008-11-26Small fix: the error message was incorrect in some cases.Mikhail Glushenkov
2008-11-17Support dependencies between plugins by priority-sorting.Mikhail Glushenkov
2008-11-17Filter ToolPropertiesList to exclude all Tools not mentioned in the compilati...Mikhail Glushenkov
2008-11-17Add a layer of indirection to make plugins more flexible.Mikhail Glushenkov
2008-11-12Check the return value of std::getenv.Mikhail Glushenkov
2008-11-12Add a bit of lazy evaluation to PopulateCompilationGraph().Mikhail Glushenkov
2008-11-12Some cosmetic changes.Mikhail Glushenkov
2008-11-08Allow $CALL and $ENV in command names. Fixes #3025.Mikhail Glushenkov
2008-11-08Properly escape dashes in TableGen's LLVMC2 emitter.Anton Korobeynikov
2008-09-22Move llvmc2 header files under include/llvm/CompilerDriverMikhail Glushenkov
2008-09-22Plugin support for llvmc2 (a-la opt).Mikhail Glushenkov
2008-09-22Make comments a little bit more clear.Mikhail Glushenkov
2008-09-22Get rid of GlobalLanguageMap. Global state is evil.Mikhail Glushenkov
2008-09-22Add a (forward_as) option propertyMikhail Glushenkov
2008-09-22Delete the file llvmc2/doc/LLVMC-Enhancements.rst + some minor language/spell...Mikhail Glushenkov
2008-06-04Add #includes required by GCC 4.3, thanks for Zhongxing XuChris Lattner
2008-06-01Initialize members properly during constructionAnton Korobeynikov
2008-05-31Callback was not executed on OS X when it was a function.Mikhail Glushenkov
2008-05-30Add a check for side effect-free options (specified only in the OptionList).Mikhail Glushenkov
2008-05-30Refactoring: remove code duplication introduced in the previous patch.Mikhail Glushenkov
2008-05-30Refactoring: split CollectProperties into two separate function objects.Mikhail Glushenkov
2008-05-30New feature: OptionList.Mikhail Glushenkov
2008-05-30A small optimization: use static char* array instead of StrVector.Mikhail Glushenkov
2008-05-30Make it possible to test if the '-o' option is provided.Mikhail Glushenkov
2008-05-30Fix: 'sink' handling was broken.Mikhail Glushenkov
2008-05-30Add support for option aliases.Mikhail Glushenkov
2008-05-30Allow nesting of case expressions.Mikhail Glushenkov
2008-05-30Small error message improvement.Mikhail Glushenkov
2008-05-30Remove RequireDefault parameter from EmitCaseConstructHandler.Mikhail Glushenkov
2008-05-30Fix some headers.Mikhail Glushenkov
2008-05-30New tests for the 'case' expression: not_empty, in_language.Mikhail Glushenkov
2008-05-30Make it possible to have multiple input languages for a single tool.Mikhail Glushenkov
2008-05-30Better error reporting for the 'case' construct.Mikhail Glushenkov
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