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