aboutsummaryrefslogtreecommitdiff
path: root/utils/TableGen/LLVMCConfigurationEmitter.cpp
AgeCommit message (Expand)Author
2010-08-28more dead thing zapping.Chris Lattner
2010-08-24llvmc: Improve error handling in EmitEdgeClasses().Mikhail Glushenkov
2010-08-23llvmc: Make syntax more consistent.Mikhail Glushenkov
2010-08-23llvmc: Allow multiple LanguageMaps.Mikhail Glushenkov
2010-08-23llvmc: Properly handle (error) in edge properties.Mikhail Glushenkov
2010-08-23llvmc: Do not mention plugins in the code.Mikhail Glushenkov
2010-08-20llvmc: Fix alias generation.Mikhail Glushenkov
2010-08-20llvmc: Do not prefix option names with AutoGenerated.Mikhail Glushenkov
2010-08-20llvmc: Cut global namespace pollution.Mikhail Glushenkov
2010-08-19llvmc: Update examples.Mikhail Glushenkov
2010-08-15llvmc: remove dynamic plugins.Mikhail Glushenkov
2010-08-13Revert r111007.Mikhail Glushenkov
2010-08-13Add a workaround for building with Clang.Mikhail Glushenkov
2010-08-13llvmc: fix two tests, remove XFAILs.Mikhail Glushenkov
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