aboutsummaryrefslogtreecommitdiff
path: root/lib/CompilerDriver
AgeCommit message (Expand)Author
2010-08-15llvmc: remove dynamic plugins.Mikhail Glushenkov
2010-07-27Fix silent failure with no input files.Mikhail Glushenkov
2010-07-27Return -1 only on failure to execute a program.Mikhail Glushenkov
2010-07-23Formatting.Mikhail Glushenkov
2010-07-23Get rid of exceptions in llvmc.Mikhail Glushenkov
2010-07-0180-col violation.Mikhail Glushenkov
2010-05-20Print a space after the colon.Mikhail Glushenkov
2010-05-20llvmc: Make segfault detection work on Win32.Mikhail Glushenkov
2010-05-19llvmc: report an error if a child process segfaults.Mikhail Glushenkov
2010-03-05Use FindExecutable as a fall-back search method.Mikhail Glushenkov
2010-02-23Input files with empty suffixes must be passed to linker.Mikhail Glushenkov
2010-02-23Temporary disable response files.Mikhail Glushenkov
2010-02-23Implement order-preserving option forwarding.Mikhail Glushenkov
2010-02-23Correct option forwarding: initial implementation.Mikhail Glushenkov
2010-02-23New experimental/undocumented feature: 'works_on_empty'.Mikhail Glushenkov
2010-01-26Better error message.Mikhail Glushenkov
2010-01-24mark some libraries that currently require RTTI.Chris Lattner
2009-12-17Make Path use StringRef instead of std::string where possible.Jeffrey Yasskin
2009-11-30Fix last DOTGraphTraits problems in CompilationGraph.Tobias Grosser
2009-11-30Remove forgotten ShortNames in Trie and CompilationGraphTobias Grosser
2009-11-11Remove dead code.Rafael Espindola
2009-11-07llvmc: Add a '-time' option.Mikhail Glushenkov
2009-10-17First draft of the OptionPreprocessor.Mikhail Glushenkov
2009-08-23convert LoopInfo.h and GraphWriter.h to use raw_ostreamChris Lattner
2009-07-11Delete the temp dir even when '--temp-dir' is specified.Mikhail Glushenkov
2009-07-09Remove some duplication.Mikhail Glushenkov
2009-07-09Rename -t to --temp-dir.Mikhail Glushenkov
2009-07-09Fixed handling of -t. It gets the prirority for temp dir name.Sanjiv Gupta
2009-07-09Missing )Bill Wendling
2009-07-09Add a -t="dir" option to the driver. This can be used to specify the director...Sanjiv Gupta
2009-07-07Have scoped mutexes take referenes instead of pointers.Owen Anderson
2009-07-06Reverting back the changes checked-in accidently.Sanjiv Gupta
2009-07-06Implement _CONFIG macro to allow users to se to configuration settings on the...Sanjiv Gupta
2009-07-04Make -save-temps=obj play better with -o.Mikhail Glushenkov
2009-07-04LLVMC can be now compiled w/o dynamic plugin support.Mikhail Glushenkov
2009-07-03Add --enable-llvmc-dynamic configure option.Mikhail Glushenkov
2009-06-30#include <iostream> is forbidden. Remove it in favor of raw_ostream.Bill Wendling
2009-06-30Add a way to access argv[0] in hooks.Mikhail Glushenkov
2009-06-30Move the driver entry point out of Main.inc.Mikhail Glushenkov
2009-06-29Fix install of libCompilerDriver dynamic library to not copy on every build.Daniel Dunbar
2009-06-29Make dynamic LLVMC plugins work on Windows (finally!).Mikhail Glushenkov
2009-06-26Guards for the compiler driver plugin list.Owen Anderson
2009-06-25Make -save-temps behave like in GCC 4.5.Mikhail Glushenkov
2009-06-24Get rid of the global CFGOnly flag by threading a ShortNames parameters throu...Owen Anderson
2009-03-27-write-graph now can be used with -o.Mikhail Glushenkov
2009-03-26Fix misc. small issues with debug visualization.Mikhail Glushenkov
2009-03-02Reorganize llvmc code.Mikhail Glushenkov