aboutsummaryrefslogtreecommitdiffstats
path: root/lib/CompilerDriver/CompilationGraph.cpp
Commit message (Expand)AuthorAgeFilesLines
* Support/PathV1: Deprecate get{Basename,Dirname,Suffix}.Michael J. Spencer2010-12-181-1/+2
* Revert r122143 through r122140, which collectively broke the LLVMC tests onOwen Anderson2010-12-181-1/+1
* Support/PathV1: Deprecate get{Basename,Dirname,Suffix}.Michael J. Spencer2010-12-181-1/+1
* llvmc: Allow multiple output languages.Mikhail Glushenkov2010-09-211-23/+35
* llvmc: make -x work with unknown suffixes.Mikhail Glushenkov2010-09-151-2/+3
* Add a TODO.Mikhail Glushenkov2010-08-231-0/+1
* llvmc: Properly handle (error) in edge properties.Mikhail Glushenkov2010-08-231-5/+10
* Fix silent failure with no input files.Mikhail Glushenkov2010-07-271-0/+7
* Return -1 only on failure to execute a program.Mikhail Glushenkov2010-07-271-16/+16
* Get rid of exceptions in llvmc.Mikhail Glushenkov2010-07-231-87/+179
* 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