Use (actions) instead of option properties, support external options.
[oota-llvm.git] / include / llvm / CompilerDriver / Tools.td
2008-12-07 Mikhail GlushenkovUse (actions) instead of option properties, support...
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-08 Daniel DunbarAdd LLVMC2 tool definitions for Objective-C and Objecti...
2008-10-02 Mikhail GlushenkovBuild system tweaks to make it more convenient for...