Add the private linkage.
[oota-llvm.git] / include / llvm / CompilerDriver /
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