aboutsummaryrefslogtreecommitdiffstats
path: root/utils/TableGen/LLVMCConfigurationEmitter.cpp
Commit message (Expand)AuthorAgeFilesLines
* Typo.Mikhail Glushenkov2010-01-011-1/+1
* Make CheckForSuperfluousOptions handle list form of 'switch_on' correctly.Mikhail Glushenkov2010-01-011-5/+18
* Minor simplifications.Mikhail Glushenkov2010-01-011-1/+1
* Better error message.Mikhail Glushenkov2010-01-011-1/+1
* Don't emit trailing semicolon.Daniel Dunbar2009-12-241-1/+1
* Cosmetic issue: more consistent naming.Mikhail Glushenkov2009-12-231-55/+55
* Allow (set_option SwitchOption, true).Mikhail Glushenkov2009-12-231-12/+29
* Make 'set_option' work with list options.Mikhail Glushenkov2009-12-181-10/+23
* Add a 'set_option' action for use in OptionPreprocessor.Mikhail Glushenkov2009-12-171-16/+64
* Refactoring, no functionality change.Mikhail Glushenkov2009-12-171-120/+149
* s/TokenizeCmdline/TokenizeCmdLine/Mikhail Glushenkov2009-12-171-14/+13
* Convert llvmc tests to FileCheck.Mikhail Glushenkov2009-12-151-1/+1
* Support hook invocation from 'append_cmd'.Mikhail Glushenkov2009-12-151-37/+62
* Validate the generated C++ code in llvmc tests.Mikhail Glushenkov2009-12-151-19/+20
* Allow $CALL(Hook, '$INFILE') for non-join tools.Mikhail Glushenkov2009-12-151-37/+74
* Simplify a bit.Mikhail Glushenkov2009-12-071-13/+5
* Throw 'const char*' instead of 'std::string'.Mikhail Glushenkov2009-12-071-11/+10
* Deprecate 'unpack_values'.Mikhail Glushenkov2009-12-071-45/+41
* Implement 'forward_value' and 'forward_transformed_value'.Mikhail Glushenkov2009-12-071-28/+143
* Refactoring, no functionality change.Mikhail Glushenkov2009-12-071-98/+163
* Forward -save-temps to llvm-gcc.Mikhail Glushenkov2009-12-011-0/+3
* mark some constant global const.Chris Lattner2009-11-031-7/+8
* 80-col violation.Mikhail Glushenkov2009-10-271-1/+2
* Make 'unset_option' work on list options.Mikhail Glushenkov2009-10-221-6/+6
* Implement any_[not_]empty and list versions of switch_on and [not_]empty.Mikhail Glushenkov2009-10-211-60/+146
* More refactoring...Mikhail Glushenkov2009-10-191-46/+55
* Refactoring, no functionality change.Mikhail Glushenkov2009-10-181-69/+158
* First draft of the OptionPreprocessor.Mikhail Glushenkov2009-10-171-32/+191
* Disallow multiple instances of PluginPriority.Mikhail Glushenkov2009-10-171-4/+10
* Omit the 'out_file_index != -1' check when possible.Mikhail Glushenkov2009-10-091-6/+54
* Input files should go before all other options.Mikhail Glushenkov2009-10-081-14/+24
* Add a way to query the number of input files.Mikhail Glushenkov2009-09-281-5/+21
* A bit prettier formatting.Mikhail Glushenkov2009-09-281-3/+3
* Use raw_ostream::indent instead of passing strings.Mikhail Glushenkov2009-09-211-145/+163
* Distinguish between 'empty' and empty DAG marker.Mikhail Glushenkov2009-09-101-1/+1
* Add a logical 'not' operator to llvmc's TableGen dialect.Mikhail Glushenkov2009-09-101-0/+12
* Prune #includes from llvm/Linker.h and llvm/System/Path.h,Chris Lattner2009-08-231-3/+3
* Add an 'init' option property.Mikhail Glushenkov2009-07-071-2/+23
* Refactoring.Mikhail Glushenkov2009-07-071-18/+28
* Comment fix.Mikhail Glushenkov2009-07-071-3/+2
* Replace std::iostreams with raw_ostream in TableGen.Daniel Dunbar2009-07-031-37/+35
* Better error message.Mikhail Glushenkov2009-06-251-3/+5
* Make llvmc work again.Mikhail Glushenkov2009-06-231-1/+8
* A little bit nicer formatting.Mikhail Glushenkov2009-06-231-2/+2
* Typo.Mikhail Glushenkov2009-06-231-5/+5
* A better error message.Mikhail Glushenkov2009-05-061-2/+2
* The 'forward_as' property did not use its second argument.Mikhail Glushenkov2009-05-061-1/+1
* Fix incorrect code generation with ENV.Mikhail Glushenkov2009-05-051-1/+0
* Add some assertions.Mikhail Glushenkov2009-04-191-1/+2
* 'append_cmd' should split its argument.Mikhail Glushenkov2009-02-271-1/+6