summaryrefslogtreecommitdiffstats
path: root/llvm/utils/TableGen/LLVMCConfigurationEmitter.cpp
Commit message (Expand)AuthorAgeFilesLines
...
* Try to guess when the auto-generated cl::Sink option should be marked 'extern'.Mikhail Glushenkov2008-12-071-5/+20
* Add a (progn)-like construct for (actions). Implemented as a DAG list.Mikhail Glushenkov2008-12-071-10/+37
* Use (actions) instead of option properties, support external options.Mikhail Glushenkov2008-12-071-975/+885
* The use of the construct:Cedric Venet2008-12-051-12/+12
* Support multiple compilation graph definitions. Not terribly useful, but make...Mikhail Glushenkov2008-11-281-42/+51
* Add 'hidden' and 'really_hidden' option properties.Mikhail Glushenkov2008-11-281-1/+43
* Small fix: the error message was incorrect in some cases.Mikhail Glushenkov2008-11-261-3/+3
* Support dependencies between plugins by priority-sorting.Mikhail Glushenkov2008-11-171-5/+19
* Filter ToolPropertiesList to exclude all Tools not mentioned in the compilati...Mikhail Glushenkov2008-11-171-49/+78
* Add a layer of indirection to make plugins more flexible.Mikhail Glushenkov2008-11-171-55/+58
* Check the return value of std::getenv.Mikhail Glushenkov2008-11-121-4/+8
* Add a bit of lazy evaluation to PopulateCompilationGraph().Mikhail Glushenkov2008-11-121-11/+18
* Some cosmetic changes.Mikhail Glushenkov2008-11-121-0/+2
* Allow $CALL and $ENV in command names. Fixes #3025.Mikhail Glushenkov2008-11-081-1/+1
* Properly escape dashes in TableGen's LLVMC2 emitter.Anton Korobeynikov2008-11-081-2/+2
* Move llvmc2 header files under include/llvm/CompilerDriverMikhail Glushenkov2008-09-221-3/+3
* Plugin support for llvmc2 (a-la opt).Mikhail Glushenkov2008-09-221-4/+42
* Make comments a little bit more clear.Mikhail Glushenkov2008-09-221-2/+4
* Get rid of GlobalLanguageMap. Global state is evil.Mikhail Glushenkov2008-09-221-7/+9
* Add a (forward_as) option propertyMikhail Glushenkov2008-09-221-11/+39
* Delete the file llvmc2/doc/LLVMC-Enhancements.rst + some minor language/spell...Mikhail Glushenkov2008-09-221-3/+2
* Add #includes required by GCC 4.3, thanks for Zhongxing XuChris Lattner2008-06-041-2/+1
* Initialize members properly during constructionAnton Korobeynikov2008-06-011-2/+2
* Callback was not executed on OS X when it was a function.Mikhail Glushenkov2008-05-311-1/+1
* Add a check for side effect-free options (specified only in the OptionList).Mikhail Glushenkov2008-05-301-2/+38
* Refactoring: remove code duplication introduced in the previous patch.Mikhail Glushenkov2008-05-301-86/+65
* Refactoring: split CollectProperties into two separate function objects.Mikhail Glushenkov2008-05-301-137/+226
* New feature: OptionList.Mikhail Glushenkov2008-05-301-4/+31
* A small optimization: use static char* array instead of StrVector.Mikhail Glushenkov2008-05-301-12/+21
* Make it possible to test if the '-o' option is provided.Mikhail Glushenkov2008-05-301-5/+11
* Fix: 'sink' handling was broken.Mikhail Glushenkov2008-05-301-5/+5
* Add support for option aliases.Mikhail Glushenkov2008-05-301-17/+68
* Allow nesting of case expressions.Mikhail Glushenkov2008-05-301-17/+36
* Small error message improvement.Mikhail Glushenkov2008-05-301-0/+5
* Remove RequireDefault parameter from EmitCaseConstructHandler.Mikhail Glushenkov2008-05-301-9/+3
* Fix some headers.Mikhail Glushenkov2008-05-301-1/+1
* New tests for the 'case' expression: not_empty, in_language.Mikhail Glushenkov2008-05-301-4/+14
* Make it possible to have multiple input languages for a single tool.Mikhail Glushenkov2008-05-301-24/+65
* Better error reporting for the 'case' construct.Mikhail Glushenkov2008-05-301-4/+17
* Do not generate empty 'if's for the output_suffix property.Mikhail Glushenkov2008-05-301-5/+13
* Make it possible to use hooks like this: '$CALL(MyHook)/path/to/file'.Mikhail Glushenkov2008-05-301-17/+36
* Make it possible to change the output file suffix based on command-line options.Mikhail Glushenkov2008-05-301-3/+32
* Add support for user-provided hooks and environment variable reads to the cmd...Mikhail Glushenkov2008-05-301-16/+113
* Some small tweaks to make the generated code prettier.Mikhail Glushenkov2008-05-301-4/+14
* Make it possible to use the generalised 'case' construct in the cmd_line prop...Mikhail Glushenkov2008-05-301-177/+218
* Add a generalised 'case' construct.Mikhail Glushenkov2008-05-301-72/+106
* Filter option names to escape symbols not allowed as C++ identifiers.Mikhail Glushenkov2008-05-121-5/+22
* Reapply 50867: A small refactoring (extract method) + some comment fixes.Mikhail Glushenkov2008-05-091-54/+64
* Revertin 50867 since it was breaking the build.Tanya Lattner2008-05-081-62/+52
* A small refactoring (extract method) + some comment fixes.Mikhail Glushenkov2008-05-081-52/+62
OpenPOWER on IntegriCloud