aboutsummaryrefslogtreecommitdiff
path: root/utils/TableGen/LLVMCConfigurationEmitter.cpp
AgeCommit message (Expand)Author
2009-09-10Distinguish between 'empty' and empty DAG marker.Mikhail Glushenkov
2009-09-10Add a logical 'not' operator to llvmc's TableGen dialect.Mikhail Glushenkov
2009-08-23Prune #includes from llvm/Linker.h and llvm/System/Path.h,Chris Lattner
2009-07-07Add an 'init' option property.Mikhail Glushenkov
2009-07-07Refactoring.Mikhail Glushenkov
2009-07-07Comment fix.Mikhail Glushenkov
2009-07-03Replace std::iostreams with raw_ostream in TableGen.Daniel Dunbar
2009-06-25Better error message.Mikhail Glushenkov
2009-06-23Make llvmc work again.Mikhail Glushenkov
2009-06-23A little bit nicer formatting.Mikhail Glushenkov
2009-06-23Typo.Mikhail Glushenkov
2009-05-06A better error message.Mikhail Glushenkov
2009-05-06The 'forward_as' property did not use its second argument.Mikhail Glushenkov
2009-05-05Fix incorrect code generation with ENV.Mikhail Glushenkov
2009-04-19Add some assertions.Mikhail Glushenkov
2009-02-27'append_cmd' should split its argument.Mikhail Glushenkov
2009-01-28Typo.Mikhail Glushenkov
2009-01-28Add three new option properties.Mikhail Glushenkov
2009-01-21Change the hook API back to prevent memory leaks.Mikhail Glushenkov
2009-01-21Allow hooks with arguments.Mikhail Glushenkov
2008-12-18Fix typo in error message.Mikhail Glushenkov
2008-12-17Some enhancements for the 'case' expression.Mikhail Glushenkov
2008-12-11Put Edge* classes into anonymous namespace.Mikhail Glushenkov
2008-12-07Make 'extern' an option property.Mikhail Glushenkov
2008-12-07Better error message.Mikhail Glushenkov
2008-12-07Re-apply Cedric's changes.Mikhail Glushenkov
2008-12-07Try to guess when the auto-generated cl::Sink option should be marked 'extern'.Mikhail Glushenkov
2008-12-07Add a (progn)-like construct for (actions). Implemented as a DAG list.Mikhail Glushenkov
2008-12-07Use (actions) instead of option properties, support external options.Mikhail Glushenkov
2008-12-05The use of the construct:Cedric Venet
2008-11-28Support multiple compilation graph definitions. Not terribly useful, but make...Mikhail Glushenkov
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