aboutsummaryrefslogtreecommitdiff
path: root/llvm/lib/CompilerDriver/CompilationGraph.cpp
AgeCommit message (Expand)AuthorFilesLines
2010-09-21llvmc: Allow multiple output languages.Mikhail Glushenkov1-23/+35
2010-09-15llvmc: make -x work with unknown suffixes.Mikhail Glushenkov1-2/+3
2010-08-23Add a TODO.Mikhail Glushenkov1-0/+1
2010-08-23llvmc: Properly handle (error) in edge properties.Mikhail Glushenkov1-5/+10
2010-07-27Fix silent failure with no input files.Mikhail Glushenkov1-0/+7
2010-07-27Return -1 only on failure to execute a program.Mikhail Glushenkov1-16/+16
2010-07-23Get rid of exceptions in llvmc.Mikhail Glushenkov1-87/+179
2010-02-23Input files with empty suffixes must be passed to linker.Mikhail Glushenkov1-1/+2
2010-02-23New experimental/undocumented feature: 'works_on_empty'.Mikhail Glushenkov1-1/+1
2010-01-26Better error message.Mikhail Glushenkov1-2/+4
2009-12-17Make Path use StringRef instead of std::string where possible.Jeffrey Yasskin1-1/+1
2009-11-30Fix last DOTGraphTraits problems in CompilationGraph.Tobias Grosser1-0/+1
2009-11-30Remove forgotten ShortNames in Trie and CompilationGraphTobias Grosser1-2/+1
2009-08-23convert LoopInfo.h and GraphWriter.h to use raw_ostreamChris Lattner1-3/+3
2009-06-30#include <iostream> is forbidden. Remove it in favor of raw_ostream.Bill Wendling1-17/+16
2009-06-25Make -save-temps behave like in GCC 4.5.Mikhail Glushenkov1-5/+2
2009-06-24Get rid of the global CFGOnly flag by threading a ShortNames parameters throu...Owen Anderson1-1/+2
2009-03-27-write-graph now can be used with -o.Mikhail Glushenkov1-8/+5
2009-03-26Fix misc. small issues with debug visualization.Mikhail Glushenkov1-1/+6
2009-03-02Reorganize llvmc code.Mikhail Glushenkov1-0/+534