llvmc: remove dynamic plugins.
[oota-llvm.git] / include / llvm / CompilerDriver / Common.td
2010-08-15 Mikhail Glushenkovllvmc: remove dynamic plugins.
2010-07-19 Mikhail Glushenkovllvmc: Add a new option type (switch_list).
2010-03-05 Mikhail GlushenkovMake it not an error to specify -O* options several...
2010-02-23 Mikhail GlushenkovCorrect option forwarding: initial implementation.
2010-02-23 Mikhail GlushenkovNew experimental/undocumented feature: 'works_on_empty'.
2010-02-23 Mikhail GlushenkovAdd a way to enable '-opt=foo' forwarding.
2009-12-17 Mikhail GlushenkovAdd a 'set_option' action for use in OptionPreprocessor.
2009-12-15 Mikhail GlushenkovValidate the generated C++ code in llvmc tests.
2009-12-07 Mikhail GlushenkovDeprecate 'unpack_values'.
2009-12-07 Mikhail GlushenkovImplement 'forward_value' and 'forward_transformed_value'.
2009-10-22 Mikhail GlushenkovForgot a declaration.
2009-10-17 Mikhail GlushenkovFirst draft of the OptionPreprocessor.
2009-09-28 Mikhail GlushenkovAdd a way to query the number of input files.
2009-09-10 Mikhail GlushenkovDistinguish between 'empty' and empty DAG marker.
2009-09-10 Mikhail GlushenkovAdd a logical 'not' operator to llvmc's TableGen dialect.
2009-07-07 Mikhail Glushenkovs/llvmc2/llvmc/
2009-07-07 Mikhail GlushenkovAdd an 'init' option property.
2009-01-28 Mikhail GlushenkovAdd three new option properties.
2008-12-17 Mikhail GlushenkovSome enhancements for the 'case' expression.
2008-12-07 Mikhail GlushenkovMake 'extern' an option property.
2008-12-07 Mikhail GlushenkovUse (actions) instead of option properties, support...
2008-11-28 Mikhail GlushenkovAdd 'hidden' and 'really_hidden' option properties.
2008-11-17 Mikhail GlushenkovSupport dependencies between plugins by priority-sorting.
2008-11-17 Mikhail GlushenkovAdd a layer of indirection to make plugins more flexible.
2008-10-02 Mikhail GlushenkovBuild system tweaks to make it more convenient for...