aboutsummaryrefslogtreecommitdiffstats
path: root/lib/CompilerDriver/CompilationGraph.cpp
Commit message (Expand)AuthorAgeFilesLines
* Input files with empty suffixes must be passed to linker.Mikhail Glushenkov2010-02-231-1/+2
* New experimental/undocumented feature: 'works_on_empty'.Mikhail Glushenkov2010-02-231-1/+1
* Better error message.Mikhail Glushenkov2010-01-261-2/+4
* Make Path use StringRef instead of std::string where possible.Jeffrey Yasskin2009-12-171-1/+1
* Fix last DOTGraphTraits problems in CompilationGraph.Tobias Grosser2009-11-301-0/+1
* Remove forgotten ShortNames in Trie and CompilationGraphTobias Grosser2009-11-301-2/+1
* convert LoopInfo.h and GraphWriter.h to use raw_ostreamChris Lattner2009-08-231-3/+3
* #include <iostream> is forbidden. Remove it in favor of raw_ostream.Bill Wendling2009-06-301-17/+16
* Make -save-temps behave like in GCC 4.5.Mikhail Glushenkov2009-06-251-5/+2
* Get rid of the global CFGOnly flag by threading a ShortNames parameters throu...Owen Anderson2009-06-241-1/+2
* -write-graph now can be used with -o.Mikhail Glushenkov2009-03-271-8/+5
* Fix misc. small issues with debug visualization.Mikhail Glushenkov2009-03-261-1/+6
* Reorganize llvmc code.Mikhail Glushenkov2009-03-021-0/+534