summaryrefslogtreecommitdiff
path: root/include/llvm/CompilerDriver
Commit message (Expand)AuthorAge
* llvmc: Make 'true' and 'false' instances of a 'Bool' class.Mikhail Glushenkov2011-05-05
* If a class inherits from RefCountedBaseVPTR allow all its subclasses to be us...Argyrios Kyrtzidis2011-03-20
* Merge System into Support.Michael J. Spencer2010-11-29
* llvmc: Allow multiple output languages.Mikhail Glushenkov2010-09-21
* llvmc: Make syntax more consistent.Mikhail Glushenkov2010-08-23
* llvmc: Properly handle (error) in edge properties.Mikhail Glushenkov2010-08-23
* llvmc: Cut global namespace pollution.Mikhail Glushenkov2010-08-20
* llvmc: remove dynamic plugins.Mikhail Glushenkov2010-08-15
* Return -1 only on failure to execute a program.Mikhail Glushenkov2010-07-27
* StringRef'icate.Mikhail Glushenkov2010-07-23
* Get rid of exceptions in llvmc.Mikhail Glushenkov2010-07-23
* llvmc: Add a new option type (switch_list).Mikhail Glushenkov2010-07-19
* Make it not an error to specify -O* options several times.Mikhail Glushenkov2010-03-05
* Correct option forwarding: initial implementation.Mikhail Glushenkov2010-02-23
* New experimental/undocumented feature: 'works_on_empty'.Mikhail Glushenkov2010-02-23
* Add a way to enable '-opt=foo' forwarding.Mikhail Glushenkov2010-02-23
* Refer to -help instead of --help since this is what tools themselves say.Duncan Sands2010-02-18
* 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