summaryrefslogtreecommitdiffstats
path: root/llvm/utils/TableGen/LLVMCConfigurationEmitter.cpp
Commit message (Expand)AuthorAgeFilesLines
* Return -1 only on failure to execute a program.Mikhail Glushenkov2010-07-271-1/+1
* Get rid of exceptions in llvmc.Mikhail Glushenkov2010-07-231-35/+51
* Remove code duplication.Mikhail Glushenkov2010-07-191-26/+21
* Better error reporting for switch_list.Mikhail Glushenkov2010-07-191-9/+42
* llvmc: Add a new option type (switch_list).Mikhail Glushenkov2010-07-191-8/+43
* Make it not an error to specify -O* options several times.Mikhail Glushenkov2010-03-051-19/+57
* Trailing whitespace.Mikhail Glushenkov2010-02-231-1/+1
* Implement order-preserving option forwarding.Mikhail Glushenkov2010-02-231-20/+44
* Correct option forwarding: initial implementation.Mikhail Glushenkov2010-02-231-162/+127
* New experimental/undocumented feature: 'works_on_empty'.Mikhail Glushenkov2010-02-231-3/+33
* Add a way to enable '-opt=foo' forwarding.Mikhail Glushenkov2010-02-231-3/+30
* Revert r96130 ("Forward parameter options as '-option=param'").Mikhail Glushenkov2010-02-151-2/+2
* Forward parameter options as '-option=parameter'.Mikhail Glushenkov2010-02-131-2/+2
* Escape double quotes in 'help'.Mikhail Glushenkov2010-01-261-2/+17
* 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
OpenPOWER on IntegriCloud