summaryrefslogtreecommitdiff
path: root/utils/TableGen/LLVMCConfigurationEmitter.cpp
Commit message (Expand)AuthorAge
* Distinguish between 'empty' and empty DAG marker.Mikhail Glushenkov2009-09-10
* Add a logical 'not' operator to llvmc's TableGen dialect.Mikhail Glushenkov2009-09-10
* Prune #includes from llvm/Linker.h and llvm/System/Path.h,Chris Lattner2009-08-23
* Add an 'init' option property.Mikhail Glushenkov2009-07-07
* Refactoring.Mikhail Glushenkov2009-07-07
* Comment fix.Mikhail Glushenkov2009-07-07
* Replace std::iostreams with raw_ostream in TableGen.Daniel Dunbar2009-07-03
* Better error message.Mikhail Glushenkov2009-06-25
* Make llvmc work again.Mikhail Glushenkov2009-06-23
* A little bit nicer formatting.Mikhail Glushenkov2009-06-23
* Typo.Mikhail Glushenkov2009-06-23
* A better error message.Mikhail Glushenkov2009-05-06
* The 'forward_as' property did not use its second argument.Mikhail Glushenkov2009-05-06
* Fix incorrect code generation with ENV.Mikhail Glushenkov2009-05-05
* Add some assertions.Mikhail Glushenkov2009-04-19
* 'append_cmd' should split its argument.Mikhail Glushenkov2009-02-27
* Typo.Mikhail Glushenkov2009-01-28
* Add three new option properties.Mikhail Glushenkov2009-01-28
* Change the hook API back to prevent memory leaks.Mikhail Glushenkov2009-01-21
* Allow hooks with arguments.Mikhail Glushenkov2009-01-21
* Fix typo in error message.Mikhail Glushenkov2008-12-18
* Some enhancements for the 'case' expression.Mikhail Glushenkov2008-12-17
* Put Edge* classes into anonymous namespace.Mikhail Glushenkov2008-12-11
* Make 'extern' an option property.Mikhail Glushenkov2008-12-07
* Better error message.Mikhail Glushenkov2008-12-07
* Re-apply Cedric's changes.Mikhail Glushenkov2008-12-07
* Try to guess when the auto-generated cl::Sink option should be marked 'extern'.Mikhail Glushenkov2008-12-07
* Add a (progn)-like construct for (actions). Implemented as a DAG list.Mikhail Glushenkov2008-12-07
* Use (actions) instead of option properties, support external options.Mikhail Glushenkov2008-12-07
* The use of the construct:Cedric Venet2008-12-05
* Support multiple compilation graph definitions. Not terribly useful, but make...Mikhail Glushenkov2008-11-28
* Add 'hidden' and 'really_hidden' option properties.Mikhail Glushenkov2008-11-28
* Small fix: the error message was incorrect in some cases.Mikhail Glushenkov2008-11-26
* Support dependencies between plugins by priority-sorting.Mikhail Glushenkov2008-11-17
* Filter ToolPropertiesList to exclude all Tools not mentioned in the compilati...Mikhail Glushenkov2008-11-17
* Add a layer of indirection to make plugins more flexible.Mikhail Glushenkov2008-11-17
* Check the return value of std::getenv.Mikhail Glushenkov2008-11-12
* Add a bit of lazy evaluation to PopulateCompilationGraph().Mikhail Glushenkov2008-11-12
* Some cosmetic changes.Mikhail Glushenkov2008-11-12
* Allow $CALL and $ENV in command names. Fixes #3025.Mikhail Glushenkov2008-11-08
* Properly escape dashes in TableGen's LLVMC2 emitter.Anton Korobeynikov2008-11-08
* Move llvmc2 header files under include/llvm/CompilerDriverMikhail Glushenkov2008-09-22
* Plugin support for llvmc2 (a-la opt).Mikhail Glushenkov2008-09-22
* Make comments a little bit more clear.Mikhail Glushenkov2008-09-22
* Get rid of GlobalLanguageMap. Global state is evil.Mikhail Glushenkov2008-09-22
* Add a (forward_as) option propertyMikhail Glushenkov2008-09-22
* Delete the file llvmc2/doc/LLVMC-Enhancements.rst + some minor language/spell...Mikhail Glushenkov2008-09-22
* Add #includes required by GCC 4.3, thanks for Zhongxing XuChris Lattner2008-06-04
* Initialize members properly during constructionAnton Korobeynikov2008-06-01
* Callback was not executed on OS X when it was a function.Mikhail Glushenkov2008-05-31