aboutsummaryrefslogtreecommitdiffstats
path: root/utils/TableGen/LLVMCConfigurationEmitter.cpp
Commit message (Expand)AuthorAgeFilesLines
* Remove more of llvmc and dependencies.Eric Christopher2011-09-201-3134/+0
* Unconstify InitsDavid Greene2011-07-291-23/+23
* [AVX] Constify InitsDavid Greene2011-07-291-23/+23
* though it isn't the case here, the key of a StringMap canChris Lattner2011-07-141-2/+2
* Revert r134921, 134917, 134908 and 134907. They're causing failuresEric Christopher2011-07-111-23/+23
* [AVX] Make Inits FoldableDavid Greene2011-07-111-23/+23
* llvmc: Make it possible to provide an argument to (join).Mikhail Glushenkov2011-05-051-9/+36
* Add a TODO.Mikhail Glushenkov2011-04-241-0/+2
* llvmc: make switch options ZeroOrMore by default.Mikhail Glushenkov2010-12-151-1/+8
* eliminate the Records global variable, patch by Garrison Venn!Chris Lattner2010-12-131-2/+3
* Syntax tweak in llvmc: (something [a,b,c]) -> (something a, b, c).Mikhail Glushenkov2010-10-231-139/+100
* llvmc: Allow multiple output languages.Mikhail Glushenkov2010-09-211-35/+61
* more dead thing zapping.Chris Lattner2010-08-281-17/+1
* llvmc: Improve error handling in EmitEdgeClasses().Mikhail Glushenkov2010-08-241-14/+24
* llvmc: Make syntax more consistent.Mikhail Glushenkov2010-08-231-79/+116
* llvmc: Allow multiple LanguageMaps.Mikhail Glushenkov2010-08-231-5/+5
* llvmc: Properly handle (error) in edge properties.Mikhail Glushenkov2010-08-231-11/+8
* llvmc: Do not mention plugins in the code.Mikhail Glushenkov2010-08-231-18/+14
* llvmc: Fix alias generation.Mikhail Glushenkov2010-08-201-1/+1
* llvmc: Do not prefix option names with AutoGenerated.Mikhail Glushenkov2010-08-201-15/+26
* llvmc: Cut global namespace pollution.Mikhail Glushenkov2010-08-201-2/+7
* llvmc: Update examples.Mikhail Glushenkov2010-08-191-2/+0
* llvmc: remove dynamic plugins.Mikhail Glushenkov2010-08-151-115/+33
* Revert r111007.Mikhail Glushenkov2010-08-131-16/+2
* Add a workaround for building with Clang.Mikhail Glushenkov2010-08-131-2/+16
* llvmc: fix two tests, remove XFAILs.Mikhail Glushenkov2010-08-131-3/+4
* 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