aboutsummaryrefslogtreecommitdiff
path: root/utils/TableGen/LLVMCConfigurationEmitter.cpp
AgeCommit message (Expand)Author
2010-07-27Return -1 only on failure to execute a program.Mikhail Glushenkov
2010-07-23Get rid of exceptions in llvmc.Mikhail Glushenkov
2010-07-19Remove code duplication.Mikhail Glushenkov
2010-07-19Better error reporting for switch_list.Mikhail Glushenkov
2010-07-19llvmc: Add a new option type (switch_list).Mikhail Glushenkov
2010-03-05Make it not an error to specify -O* options several times.Mikhail Glushenkov
2010-02-23Trailing whitespace.Mikhail Glushenkov
2010-02-23Implement order-preserving option forwarding.Mikhail Glushenkov
2010-02-23Correct option forwarding: initial implementation.Mikhail Glushenkov
2010-02-23New experimental/undocumented feature: 'works_on_empty'.Mikhail Glushenkov
2010-02-23Add a way to enable '-opt=foo' forwarding.Mikhail Glushenkov
2010-02-15Revert r96130 ("Forward parameter options as '-option=param'").Mikhail Glushenkov
2010-02-13Forward parameter options as '-option=parameter'.Mikhail Glushenkov
2010-01-26Escape double quotes in 'help'.Mikhail Glushenkov
2010-01-01Typo.Mikhail Glushenkov
2010-01-01Make CheckForSuperfluousOptions handle list form of 'switch_on' correctly.Mikhail Glushenkov
2010-01-01Minor simplifications.Mikhail Glushenkov
2010-01-01Better error message.Mikhail Glushenkov
2009-12-24Don't emit trailing semicolon.Daniel Dunbar
2009-12-23Cosmetic issue: more consistent naming.Mikhail Glushenkov
2009-12-23Allow (set_option SwitchOption, true).Mikhail Glushenkov
2009-12-18Make 'set_option' work with list options.Mikhail Glushenkov
2009-12-17Add a 'set_option' action for use in OptionPreprocessor.Mikhail Glushenkov
2009-12-17Refactoring, no functionality change.Mikhail Glushenkov
2009-12-17s/TokenizeCmdline/TokenizeCmdLine/Mikhail Glushenkov
2009-12-15Convert llvmc tests to FileCheck.Mikhail Glushenkov
2009-12-15Support hook invocation from 'append_cmd'.Mikhail Glushenkov
2009-12-15Validate the generated C++ code in llvmc tests.Mikhail Glushenkov
2009-12-15Allow $CALL(Hook, '$INFILE') for non-join tools.Mikhail Glushenkov
2009-12-07Simplify a bit.Mikhail Glushenkov
2009-12-07Throw 'const char*' instead of 'std::string'.Mikhail Glushenkov
2009-12-07Deprecate 'unpack_values'.Mikhail Glushenkov
2009-12-07Implement 'forward_value' and 'forward_transformed_value'.Mikhail Glushenkov
2009-12-07Refactoring, no functionality change.Mikhail Glushenkov
2009-12-01Forward -save-temps to llvm-gcc.Mikhail Glushenkov
2009-11-03mark some constant global const.Chris Lattner
2009-10-2780-col violation.Mikhail Glushenkov
2009-10-22Make 'unset_option' work on list options.Mikhail Glushenkov
2009-10-21Implement any_[not_]empty and list versions of switch_on and [not_]empty.Mikhail Glushenkov
2009-10-19More refactoring...Mikhail Glushenkov
2009-10-18Refactoring, no functionality change.Mikhail Glushenkov
2009-10-17First draft of the OptionPreprocessor.Mikhail Glushenkov
2009-10-17Disallow multiple instances of PluginPriority.Mikhail Glushenkov
2009-10-09Omit the 'out_file_index != -1' check when possible.Mikhail Glushenkov
2009-10-08Input files should go before all other options.Mikhail Glushenkov
2009-09-28Add a way to query the number of input files.Mikhail Glushenkov
2009-09-28A bit prettier formatting.Mikhail Glushenkov
2009-09-21Use raw_ostream::indent instead of passing strings.Mikhail Glushenkov
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