Remove target triple from this test, it fails on x86-64 with
[oota-llvm.git] / lib / CompilerDriver /
2009-08-23 Chris Lattnerconvert LoopInfo.h and GraphWriter.h to use raw_ostream
2009-07-11 Mikhail GlushenkovDelete the temp dir even when '--temp-dir' is specified.
2009-07-09 Mikhail GlushenkovRemove some duplication.
2009-07-09 Mikhail GlushenkovRename -t to --temp-dir.
2009-07-09 Sanjiv GuptaFixed handling of -t. It gets the prirority for temp...
2009-07-09 Bill WendlingMissing )
2009-07-09 Sanjiv GuptaAdd a -t="dir" option to the driver. This can be used...
2009-07-07 Owen AndersonHave scoped mutexes take referenes instead of pointers.
2009-07-06 Sanjiv GuptaReverting back the changes checked-in accidently.
2009-07-06 Sanjiv GuptaImplement _CONFIG macro to allow users to se to configu...
2009-07-04 Mikhail GlushenkovMake -save-temps=obj play better with -o.
2009-07-04 Mikhail GlushenkovLLVMC can be now compiled w/o dynamic plugin support.
2009-07-03 Mikhail GlushenkovAdd --enable-llvmc-dynamic configure option.
2009-06-30 Bill Wendling#include <iostream> is forbidden. Remove it in favor...
2009-06-30 Mikhail GlushenkovAdd a way to access argv[0] in hooks.
2009-06-30 Mikhail GlushenkovMove the driver entry point out of Main.inc.
2009-06-29 Daniel DunbarFix install of libCompilerDriver dynamic library to...
2009-06-29 Mikhail GlushenkovMake dynamic LLVMC plugins work on Windows (finally!).
2009-06-26 Owen AndersonGuards for the compiler driver plugin list.
2009-06-25 Mikhail GlushenkovMake -save-temps behave like in GCC 4.5.
2009-06-24 Owen AndersonGet rid of the global CFGOnly flag by threading a Short...
2009-03-27 Mikhail Glushenkov-write-graph now can be used with -o.
2009-03-26 Mikhail GlushenkovFix misc. small issues with debug visualization.
2009-03-02 Mikhail GlushenkovReorganize llvmc code.