summaryrefslogtreecommitdiff
path: root/include/llvm/CompilerDriver
Commit message (Expand)AuthorAge
...
* Merge Base.td and Tools.td.Mikhail Glushenkov2008-12-11
* Support -emit-llvm properly (with -S and -c).Mikhail Glushenkov2008-12-09
* Make 'extern' an option property.Mikhail Glushenkov2008-12-07
* Plugin updates: support more options.Mikhail Glushenkov2008-12-07
* Use (actions) instead of option properties, support external options.Mikhail Glushenkov2008-12-07
* Add 'hidden' and 'really_hidden' option properties.Mikhail Glushenkov2008-11-28
* Disallow multiple edges.Mikhail Glushenkov2008-11-26
* Fix the -I option (llvmc -I dir1 -I dir2 didn't work).Mikhail Glushenkov2008-11-26
* Refactor Tools.td to remove repetition.Mikhail Glushenkov2008-11-26
* Make -fsyntax-only, -include and -emit-llvm work for C++ and Objective-C/C++.Mikhail Glushenkov2008-11-25
* LLVMC2: -emit-llvm stops compilation.Daniel Dunbar2008-11-19
* LLVMC2: Teach llvm_gcc_c tool about -include and -fsyntax-only.Daniel Dunbar2008-11-19
* Support dependencies between plugins by priority-sorting.Mikhail Glushenkov2008-11-17
* Add a layer of indirection to make plugins more flexible.Mikhail Glushenkov2008-11-17
* Add LLVMC2 tool definitions for Objective-C and Objective-C++.Daniel Dunbar2008-11-08
* Build system tweaks to make it more convenient for the plugin authors.Mikhail Glushenkov2008-10-02
* Remove silly semicolon.Dale Johannesen2008-09-22
* Remove a compiler warning.Dale Johannesen2008-09-22
* Convert llvmc2 plugins to use llvm/Support/Registry.h machinery.Mikhail Glushenkov2008-09-22
* Move llvmc2 header files under include/llvm/CompilerDriverMikhail Glushenkov2008-09-22