aboutsummaryrefslogtreecommitdiff
path: root/include/llvm/CompilerDriver
AgeCommit message (Expand)Author
2009-03-07Remove some duplication.Mikhail Glushenkov
2009-03-02Move code from Main.cpp to the include dir.Mikhail Glushenkov
2009-03-02Cosmetic fixes: include guards.Mikhail Glushenkov
2009-03-02Plugin::Priority() doesn't need to be pure virtual.Mikhail Glushenkov
2009-03-02Add a comment.Mikhail Glushenkov
2009-03-02Reorganize llvmc code.Mikhail Glushenkov
2009-01-28Add three new option properties.Mikhail Glushenkov
2009-01-09Add a --check-graph option to llvmc.Mikhail Glushenkov
2009-01-05Tidy up #includes, deleting a bunch of unnecessary #includes.Dan Gohman
2008-12-17Some enhancements for the 'case' expression.Mikhail Glushenkov
2008-12-11Merge Base.td and Tools.td.Mikhail Glushenkov
2008-12-09Support -emit-llvm properly (with -S and -c).Mikhail Glushenkov
2008-12-07Make 'extern' an option property.Mikhail Glushenkov
2008-12-07Plugin updates: support more options.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-26Disallow multiple edges.Mikhail Glushenkov
2008-11-26Fix the -I option (llvmc -I dir1 -I dir2 didn't work).Mikhail Glushenkov
2008-11-26Refactor Tools.td to remove repetition.Mikhail Glushenkov
2008-11-25Make -fsyntax-only, -include and -emit-llvm work for C++ and Objective-C/C++.Mikhail Glushenkov
2008-11-19LLVMC2: -emit-llvm stops compilation.Daniel Dunbar
2008-11-19LLVMC2: Teach llvm_gcc_c tool about -include and -fsyntax-only.Daniel Dunbar
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-11-08Add LLVMC2 tool definitions for Objective-C and Objective-C++.Daniel Dunbar
2008-10-02Build system tweaks to make it more convenient for the plugin authors.Mikhail Glushenkov
2008-09-22Remove silly semicolon.Dale Johannesen
2008-09-22Remove a compiler warning.Dale Johannesen
2008-09-22Convert llvmc2 plugins to use llvm/Support/Registry.h machinery.Mikhail Glushenkov
2008-09-22Move llvmc2 header files under include/llvm/CompilerDriverMikhail Glushenkov