Teach instCombine to remove malloc+free if malloc's only uses are comparisons
[oota-llvm.git] / lib / CompilerDriver /
2010-05-20 Mikhail GlushenkovPrint a space after the colon.
2010-05-20 Mikhail Glushenkovllvmc: Make segfault detection work on Win32.
2010-05-19 Mikhail Glushenkovllvmc: report an error if a child process segfaults.
2010-03-05 Mikhail GlushenkovUse FindExecutable as a fall-back search method.
2010-02-23 Mikhail GlushenkovInput files with empty suffixes must be passed to linker.
2010-02-23 Mikhail GlushenkovTemporary disable response files.
2010-02-23 Mikhail GlushenkovImplement order-preserving option forwarding.
2010-02-23 Mikhail GlushenkovCorrect option forwarding: initial implementation.
2010-02-23 Mikhail GlushenkovNew experimental/undocumented feature: 'works_on_empty'.
2010-01-26 Mikhail GlushenkovBetter error message.
2010-01-24 Chris Lattnermark some libraries that currently require RTTI.
2009-12-17 Jeffrey YasskinMake Path use StringRef instead of std::string where...
2009-11-30 Tobias GrosserFix last DOTGraphTraits problems in CompilationGraph.
2009-11-30 Tobias GrosserRemove forgotten ShortNames in Trie and CompilationGraph
2009-11-11 Rafael EspindolaRemove dead code.
2009-11-07 Mikhail Glushenkovllvmc: Add a '-time' option.
2009-10-17 Mikhail GlushenkovFirst draft of the OptionPreprocessor.
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.