Reapply commit 112702 which was speculatively reverted by echristo.
[oota-llvm.git] / include / llvm / CompilerDriver /
2010-08-23 Mikhail Glushenkovllvmc: Make syntax more consistent.
2010-08-23 Mikhail Glushenkovllvmc: Properly handle (error) in edge properties.
2010-08-20 Mikhail Glushenkovllvmc: Cut global namespace pollution.
2010-08-15 Mikhail Glushenkovllvmc: remove dynamic plugins.
2010-07-27 Mikhail GlushenkovReturn -1 only on failure to execute a program.
2010-07-23 Mikhail GlushenkovStringRef'icate.
2010-07-23 Mikhail GlushenkovGet rid of exceptions in llvmc.
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.
2010-02-18 Duncan SandsRefer to -help instead of --help since this is what...
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-11-07 Mikhail Glushenkovllvmc: Add a '-time' option.
2009-10-22 Mikhail GlushenkovForgot a declaration.
2009-10-17 Mikhail GlushenkovFirst draft of the OptionPreprocessor.
2009-10-14 Dan GohmanDelete bogus semicolons.
2009-10-09 Mikhail GlushenkovRaise the limit on built-in plugins in llvmc to 10.
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-08-27 Gabor Greifeliminate all 80-col violations that I have introduced...
2009-08-27 Gabor GreifClean up the minor mess I caused with removing iterator...
2009-07-09 Sanjiv GuptaAdd a -t="dir" option to the driver. This can be used...
2009-07-07 Mikhail Glushenkovs/llvmc2/llvmc/
2009-07-07 Mikhail GlushenkovAdd an 'init' option property.
2009-06-30 Mikhail GlushenkovMove the driver entry point out of Main.inc.
2009-06-29 Mikhail GlushenkovMake dynamic LLVMC plugins work on Windows (finally!).
2009-06-25 Mikhail GlushenkovMake -save-temps behave like in GCC 4.5.
2009-06-23 Mikhail GlushenkovMake llvmc work again.
2009-06-23 Mikhail GlushenkovTypo.
2009-03-27 Mikhail Glushenkov-write-graph now can be used with -o.
2009-03-07 Mikhail GlushenkovRemove some duplication.
2009-03-02 Mikhail GlushenkovMove code from Main.cpp to the include dir.
2009-03-02 Mikhail GlushenkovCosmetic fixes: include guards.
2009-03-02 Mikhail GlushenkovPlugin::Priority() doesn't need to be pure virtual.
2009-03-02 Mikhail GlushenkovAdd a comment.
2009-03-02 Mikhail GlushenkovReorganize llvmc code.
2009-01-28 Mikhail GlushenkovAdd three new option properties.
2009-01-09 Mikhail GlushenkovAdd a --check-graph option to llvmc.
2009-01-05 Dan GohmanTidy up #includes, deleting a bunch of unnecessary...
2008-12-17 Mikhail GlushenkovSome enhancements for the 'case' expression.
2008-12-11 Mikhail GlushenkovMerge Base.td and Tools.td.
2008-12-09 Mikhail GlushenkovSupport -emit-llvm properly (with -S and -c).
2008-12-07 Mikhail GlushenkovMake 'extern' an option property.
2008-12-07 Mikhail GlushenkovPlugin updates: support more options.
2008-12-07 Mikhail GlushenkovUse (actions) instead of option properties, support...
2008-11-28 Mikhail GlushenkovAdd 'hidden' and 'really_hidden' option properties.
2008-11-26 Mikhail GlushenkovDisallow multiple edges.
2008-11-26 Mikhail GlushenkovFix the -I option (llvmc -I dir1 -I dir2 didn't work).
2008-11-26 Mikhail GlushenkovRefactor Tools.td to remove repetition.
2008-11-25 Mikhail GlushenkovMake -fsyntax-only, -include and -emit-llvm work for...
2008-11-19 Daniel DunbarLLVMC2: -emit-llvm stops compilation.
2008-11-19 Daniel DunbarLLVMC2: Teach llvm_gcc_c tool about -include and -fsynt...
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-11-08 Daniel DunbarAdd LLVMC2 tool definitions for Objective-C and Objecti...
2008-10-02 Mikhail GlushenkovBuild system tweaks to make it more convenient for...
2008-09-22 Dale JohannesenRemove silly semicolon.
2008-09-22 Dale JohannesenRemove a compiler warning.
2008-09-22 Mikhail GlushenkovConvert llvmc2 plugins to use llvm/Support/Registry...
2008-09-22 Mikhail GlushenkovMove llvmc2 header files under include/llvm/CompilerDriver