summaryrefslogtreecommitdiff
path: root/lib/CompilerDriver/CompilationGraph.cpp
Commit message (Expand)AuthorAge
* llvmc: Allow multiple output languages.Mikhail Glushenkov2010-09-21
* llvmc: make -x work with unknown suffixes.Mikhail Glushenkov2010-09-15
* Add a TODO.Mikhail Glushenkov2010-08-23
* llvmc: Properly handle (error) in edge properties.Mikhail Glushenkov2010-08-23
* Fix silent failure with no input files.Mikhail Glushenkov2010-07-27
* Return -1 only on failure to execute a program.Mikhail Glushenkov2010-07-27
* Get rid of exceptions in llvmc.Mikhail Glushenkov2010-07-23
* 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