summaryrefslogtreecommitdiff
path: root/utils/TableGen/LLVMCConfigurationEmitter.cpp
Commit message (Expand)AuthorAge
* llvmc: Make it possible to provide an argument to (join).Mikhail Glushenkov2011-05-05
* Add a TODO.Mikhail Glushenkov2011-04-24
* llvmc: make switch options ZeroOrMore by default.Mikhail Glushenkov2010-12-15
* eliminate the Records global variable, patch by Garrison Venn!Chris Lattner2010-12-13
* Syntax tweak in llvmc: (something [a,b,c]) -> (something a, b, c).Mikhail Glushenkov2010-10-23
* llvmc: Allow multiple output languages.Mikhail Glushenkov2010-09-21
* more dead thing zapping.Chris Lattner2010-08-28
* llvmc: Improve error handling in EmitEdgeClasses().Mikhail Glushenkov2010-08-24
* llvmc: Make syntax more consistent.Mikhail Glushenkov2010-08-23
* llvmc: Allow multiple LanguageMaps.Mikhail Glushenkov2010-08-23
* llvmc: Properly handle (error) in edge properties.Mikhail Glushenkov2010-08-23
* llvmc: Do not mention plugins in the code.Mikhail Glushenkov2010-08-23
* llvmc: Fix alias generation.Mikhail Glushenkov2010-08-20
* llvmc: Do not prefix option names with AutoGenerated.Mikhail Glushenkov2010-08-20
* llvmc: Cut global namespace pollution.Mikhail Glushenkov2010-08-20
* llvmc: Update examples.Mikhail Glushenkov2010-08-19
* llvmc: remove dynamic plugins.Mikhail Glushenkov2010-08-15
* Revert r111007.Mikhail Glushenkov2010-08-13
* Add a workaround for building with Clang.Mikhail Glushenkov2010-08-13
* llvmc: fix two tests, remove XFAILs.Mikhail Glushenkov2010-08-13
* Return -1 only on failure to execute a program.Mikhail Glushenkov2010-07-27
* Get rid of exceptions in llvmc.Mikhail Glushenkov2010-07-23
* Remove code duplication.Mikhail Glushenkov2010-07-19
* Better error reporting for switch_list.Mikhail Glushenkov2010-07-19
* llvmc: Add a new option type (switch_list).Mikhail Glushenkov2010-07-19
* Make it not an error to specify -O* options several times.Mikhail Glushenkov2010-03-05
* Trailing whitespace.Mikhail Glushenkov2010-02-23
* Implement order-preserving option forwarding.Mikhail Glushenkov2010-02-23
* Correct option forwarding: initial implementation.Mikhail Glushenkov2010-02-23
* New experimental/undocumented feature: 'works_on_empty'.Mikhail Glushenkov2010-02-23
* Add a way to enable '-opt=foo' forwarding.Mikhail Glushenkov2010-02-23
* Revert r96130 ("Forward parameter options as '-option=param'").Mikhail Glushenkov2010-02-15
* Forward parameter options as '-option=parameter'.Mikhail Glushenkov2010-02-13
* Escape double quotes in 'help'.Mikhail Glushenkov2010-01-26
* Typo.Mikhail Glushenkov2010-01-01
* Make CheckForSuperfluousOptions handle list form of 'switch_on' correctly.Mikhail Glushenkov2010-01-01
* Minor simplifications.Mikhail Glushenkov2010-01-01
* Better error message.Mikhail Glushenkov2010-01-01
* Don't emit trailing semicolon.Daniel Dunbar2009-12-24
* Cosmetic issue: more consistent naming.Mikhail Glushenkov2009-12-23
* Allow (set_option SwitchOption, true).Mikhail Glushenkov2009-12-23
* Make 'set_option' work with list options.Mikhail Glushenkov2009-12-18
* Add a 'set_option' action for use in OptionPreprocessor.Mikhail Glushenkov2009-12-17
* Refactoring, no functionality change.Mikhail Glushenkov2009-12-17
* s/TokenizeCmdline/TokenizeCmdLine/Mikhail Glushenkov2009-12-17
* Convert llvmc tests to FileCheck.Mikhail Glushenkov2009-12-15
* Support hook invocation from 'append_cmd'.Mikhail Glushenkov2009-12-15
* Validate the generated C++ code in llvmc tests.Mikhail Glushenkov2009-12-15
* Allow $CALL(Hook, '$INFILE') for non-join tools.Mikhail Glushenkov2009-12-15
* Simplify a bit.Mikhail Glushenkov2009-12-07