lib/CodeGen/AsmPrinter/CMakeLists.txt: Fix CMake build, following up to r127099.
[oota-llvm.git] / lib / CompilerDriver / CompilationGraph.cpp
2010-12-18 Michael J. SpencerSupport/PathV1: Deprecate get{Basename,Dirname,Suffix}.
2010-12-18 Owen AndersonRevert r122143 through r122140, which collectively...
2010-12-18 Michael J. SpencerSupport/PathV1: Deprecate get{Basename,Dirname,Suffix}.
2010-09-21 Mikhail Glushenkovllvmc: Allow multiple output languages.
2010-09-15 Mikhail Glushenkovllvmc: make -x work with unknown suffixes.
2010-08-23 Mikhail GlushenkovAdd a TODO.
2010-08-23 Mikhail Glushenkovllvmc: Properly handle (error) in edge properties.
2010-07-27 Mikhail GlushenkovFix silent failure with no input files.
2010-07-27 Mikhail GlushenkovReturn -1 only on failure to execute a program.
2010-07-23 Mikhail GlushenkovGet rid of exceptions in llvmc.
2010-02-23 Mikhail GlushenkovInput files with empty suffixes must be passed to linker.
2010-02-23 Mikhail GlushenkovNew experimental/undocumented feature: 'works_on_empty'.
2010-01-26 Mikhail GlushenkovBetter error message.
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-08-23 Chris Lattnerconvert LoopInfo.h and GraphWriter.h to use raw_ostream
2009-06-30 Bill Wendling#include <iostream> is forbidden. Remove it in favor...
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.