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