summaryrefslogtreecommitdiff
path: root/include/llvm/CompilerDriver
Commit message (Expand)AuthorAge
* Add a 'set_option' action for use in OptionPreprocessor.Mikhail Glushenkov2009-12-17
* Validate the generated C++ code in llvmc tests.Mikhail Glushenkov2009-12-15
* Deprecate 'unpack_values'.Mikhail Glushenkov2009-12-07
* Implement 'forward_value' and 'forward_transformed_value'.Mikhail Glushenkov2009-12-07
* llvmc: Add a '-time' option.Mikhail Glushenkov2009-11-07
* Forgot a declaration.Mikhail Glushenkov2009-10-22
* First draft of the OptionPreprocessor.Mikhail Glushenkov2009-10-17
* Delete bogus semicolons.Dan Gohman2009-10-14
* Raise the limit on built-in plugins in llvmc to 10.Mikhail Glushenkov2009-10-09
* Add a way to query the number of input files.Mikhail Glushenkov2009-09-28
* Distinguish between 'empty' and empty DAG marker.Mikhail Glushenkov2009-09-10
* Add a logical 'not' operator to llvmc's TableGen dialect.Mikhail Glushenkov2009-09-10
* eliminate all 80-col violations that I have introduced in my recent checkins ...Gabor Greif2009-08-27
* Clean up the minor mess I caused with removing iterator.h. I shall take care ...Gabor Greif2009-08-27
* Add a -t="dir" option to the driver. This can be used to specify the director...Sanjiv Gupta2009-07-09
* s/llvmc2/llvmc/Mikhail Glushenkov2009-07-07
* Add an 'init' option property.Mikhail Glushenkov2009-07-07
* Move the driver entry point out of Main.inc.Mikhail Glushenkov2009-06-30
* Make dynamic LLVMC plugins work on Windows (finally!).Mikhail Glushenkov2009-06-29
* Make -save-temps behave like in GCC 4.5.Mikhail Glushenkov2009-06-25
* Make llvmc work again.Mikhail Glushenkov2009-06-23
* Typo.Mikhail Glushenkov2009-06-23
* -write-graph now can be used with -o.Mikhail Glushenkov2009-03-27
* Remove some duplication.Mikhail Glushenkov2009-03-07
* Move code from Main.cpp to the include dir.Mikhail Glushenkov2009-03-02
* Cosmetic fixes: include guards.Mikhail Glushenkov2009-03-02
* Plugin::Priority() doesn't need to be pure virtual.Mikhail Glushenkov2009-03-02
* Add a comment.Mikhail Glushenkov2009-03-02
* Reorganize llvmc code.Mikhail Glushenkov2009-03-02
* Add three new option properties.Mikhail Glushenkov2009-01-28
* Add a --check-graph option to llvmc.Mikhail Glushenkov2009-01-09
* Tidy up #includes, deleting a bunch of unnecessary #includes.Dan Gohman2009-01-05
* Some enhancements for the 'case' expression.Mikhail Glushenkov2008-12-17
* 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