summaryrefslogtreecommitdiff
path: root/lib/CompilerDriver
AgeCommit message (Expand)AuthorFilesLines
2009-06-30#include <iostream> is forbidden. Remove it in favor of raw_ostream.Bill Wendling3-27/+24
2009-06-30Add a way to access argv[0] in hooks.Mikhail Glushenkov1-0/+5
2009-06-30Move the driver entry point out of Main.inc.Mikhail Glushenkov1-0/+125
2009-06-29Fix install of libCompilerDriver dynamic library to not copy on every build.Daniel Dunbar1-4/+5
2009-06-29Make dynamic LLVMC plugins work on Windows (finally!).Mikhail Glushenkov3-2/+74
2009-06-26Guards for the compiler driver plugin list.Owen Anderson1-1/+7
2009-06-25Make -save-temps behave like in GCC 4.5.Mikhail Glushenkov3-14/+6
2009-06-24Get rid of the global CFGOnly flag by threading a ShortNames parameters throu...Owen Anderson1-1/+2
2009-03-27-write-graph now can be used with -o.Mikhail Glushenkov1-8/+5
2009-03-26Fix misc. small issues with debug visualization.Mikhail Glushenkov1-1/+6
2009-03-02Reorganize llvmc code.Mikhail Glushenkov6-0/+788