aboutsummaryrefslogtreecommitdiff
path: root/include/llvm/CompilerDriver
AgeCommit message (Expand)Author
2011-09-20Remove more of llvmc and dependencies.Eric Christopher
2011-05-05llvmc: Make 'true' and 'false' instances of a 'Bool' class.Mikhail Glushenkov
2011-03-20If a class inherits from RefCountedBaseVPTR allow all its subclasses to be us...Argyrios Kyrtzidis
2010-11-29Merge System into Support.Michael J. Spencer
2010-09-21llvmc: Allow multiple output languages.Mikhail Glushenkov
2010-08-23llvmc: Make syntax more consistent.Mikhail Glushenkov
2010-08-23llvmc: Properly handle (error) in edge properties.Mikhail Glushenkov
2010-08-20llvmc: Cut global namespace pollution.Mikhail Glushenkov
2010-08-15llvmc: remove dynamic plugins.Mikhail Glushenkov
2010-07-27Return -1 only on failure to execute a program.Mikhail Glushenkov
2010-07-23StringRef'icate.Mikhail Glushenkov
2010-07-23Get rid of exceptions in llvmc.Mikhail Glushenkov
2010-07-19llvmc: Add a new option type (switch_list).Mikhail Glushenkov
2010-03-05Make it not an error to specify -O* options several times.Mikhail Glushenkov
2010-02-23Correct option forwarding: initial implementation.Mikhail Glushenkov
2010-02-23New experimental/undocumented feature: 'works_on_empty'.Mikhail Glushenkov
2010-02-23Add a way to enable '-opt=foo' forwarding.Mikhail Glushenkov
2010-02-18Refer to -help instead of --help since this is what tools themselves say.Duncan Sands
2009-12-17Add a 'set_option' action for use in OptionPreprocessor.Mikhail Glushenkov
2009-12-15Validate the generated C++ code in llvmc tests.Mikhail Glushenkov
2009-12-07Deprecate 'unpack_values'.Mikhail Glushenkov
2009-12-07Implement 'forward_value' and 'forward_transformed_value'.Mikhail Glushenkov
2009-11-07llvmc: Add a '-time' option.Mikhail Glushenkov
2009-10-22Forgot a declaration.Mikhail Glushenkov
2009-10-17First draft of the OptionPreprocessor.Mikhail Glushenkov
2009-10-14Delete bogus semicolons.Dan Gohman
2009-10-09Raise the limit on built-in plugins in llvmc to 10.Mikhail Glushenkov
2009-09-28Add a way to query the number of input files.Mikhail Glushenkov
2009-09-10Distinguish between 'empty' and empty DAG marker.Mikhail Glushenkov
2009-09-10Add a logical 'not' operator to llvmc's TableGen dialect.Mikhail Glushenkov
2009-08-27eliminate all 80-col violations that I have introduced in my recent checkins ...Gabor Greif
2009-08-27Clean up the minor mess I caused with removing iterator.h. I shall take care ...Gabor Greif
2009-07-09Add a -t="dir" option to the driver. This can be used to specify the director...Sanjiv Gupta
2009-07-07s/llvmc2/llvmc/Mikhail Glushenkov
2009-07-07Add an 'init' option property.Mikhail Glushenkov
2009-06-30Move the driver entry point out of Main.inc.Mikhail Glushenkov
2009-06-29Make dynamic LLVMC plugins work on Windows (finally!).Mikhail Glushenkov
2009-06-25Make -save-temps behave like in GCC 4.5.Mikhail Glushenkov
2009-06-23Make llvmc work again.Mikhail Glushenkov
2009-06-23Typo.Mikhail Glushenkov
2009-03-27-write-graph now can be used with -o.Mikhail Glushenkov
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