aboutsummaryrefslogtreecommitdiff
path: root/utils/TableGen/LLVMCConfigurationEmitter.cpp
AgeCommit message (Expand)Author
2011-09-20Remove more of llvmc and dependencies.Eric Christopher
2011-07-29Unconstify InitsDavid Greene
2011-07-29[AVX] Constify InitsDavid Greene
2011-07-14though it isn't the case here, the key of a StringMap canChris Lattner
2011-07-11Revert r134921, 134917, 134908 and 134907. They're causing failuresEric Christopher
2011-07-11[AVX] Make Inits FoldableDavid Greene
2011-05-05llvmc: Make it possible to provide an argument to (join).Mikhail Glushenkov
2011-04-24Add a TODO.Mikhail Glushenkov
2010-12-15llvmc: make switch options ZeroOrMore by default.Mikhail Glushenkov
2010-12-13eliminate the Records global variable, patch by Garrison Venn!Chris Lattner
2010-10-23Syntax tweak in llvmc: (something [a,b,c]) -> (something a, b, c).Mikhail Glushenkov
2010-09-21llvmc: Allow multiple output languages.Mikhail Glushenkov
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