summaryrefslogtreecommitdiff
path: root/include/llvm/CompilerDriver/Common.td
Commit message (Expand)AuthorAge
* llvmc: Make 'true' and 'false' instances of a 'Bool' class.Mikhail Glushenkov2011-05-05
* llvmc: Make syntax more consistent.Mikhail Glushenkov2010-08-23
* llvmc: Properly handle (error) in edge properties.Mikhail Glushenkov2010-08-23
* llvmc: remove dynamic plugins.Mikhail Glushenkov2010-08-15
* 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
* 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
* Add a 'set_option' action for use in OptionPreprocessor.Mikhail Glushenkov2009-12-17
* Validate the generated C++ code in llvmc tests.Mikhail Glushenkov2009-12-15
* Deprecate 'unpack_values'.Mikhail Glushenkov2009-12-07
* Implement 'forward_value' and 'forward_transformed_value'.Mikhail Glushenkov2009-12-07
* Forgot a declaration.Mikhail Glushenkov2009-10-22
* First draft of the OptionPreprocessor.Mikhail Glushenkov2009-10-17
* Add a way to query the number of input files.Mikhail Glushenkov2009-09-28
* Distinguish between 'empty' and empty DAG marker.Mikhail Glushenkov2009-09-10
* Add a logical 'not' operator to llvmc's TableGen dialect.Mikhail Glushenkov2009-09-10
* s/llvmc2/llvmc/Mikhail Glushenkov2009-07-07
* Add an 'init' option property.Mikhail Glushenkov2009-07-07
* Add three new option properties.Mikhail Glushenkov2009-01-28
* Some enhancements for the 'case' expression.Mikhail Glushenkov2008-12-17
* Make 'extern' an option property.Mikhail Glushenkov2008-12-07
* Use (actions) instead of option properties, support external options.Mikhail Glushenkov2008-12-07
* Add 'hidden' and 'really_hidden' option properties.Mikhail Glushenkov2008-11-28
* Support dependencies between plugins by priority-sorting.Mikhail Glushenkov2008-11-17
* Add a layer of indirection to make plugins more flexible.Mikhail Glushenkov2008-11-17
* Build system tweaks to make it more convenient for the plugin authors.Mikhail Glushenkov2008-10-02