index
:
emscripten-fastcomp
master
LLVM with the emscripten fastcomp javascript backend
git repository hosting
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
lib
/
CompilerDriver
/
CompilationGraph.cpp
Age
Commit message (
Expand
)
Author
2011-09-20
Remove more of llvmc and dependencies.
Eric Christopher
2010-12-18
Support/PathV1: Deprecate get{Basename,Dirname,Suffix}.
Michael J. Spencer
2010-12-18
Revert r122143 through r122140, which collectively broke the LLVMC tests on
Owen Anderson
2010-12-18
Support/PathV1: Deprecate get{Basename,Dirname,Suffix}.
Michael J. Spencer
2010-09-21
llvmc: Allow multiple output languages.
Mikhail Glushenkov
2010-09-15
llvmc: make -x work with unknown suffixes.
Mikhail Glushenkov
2010-08-23
Add a TODO.
Mikhail Glushenkov
2010-08-23
llvmc: Properly handle (error) in edge properties.
Mikhail Glushenkov
2010-07-27
Fix silent failure with no input files.
Mikhail Glushenkov
2010-07-27
Return -1 only on failure to execute a program.
Mikhail Glushenkov
2010-07-23
Get rid of exceptions in llvmc.
Mikhail Glushenkov
2010-02-23
Input files with empty suffixes must be passed to linker.
Mikhail Glushenkov
2010-02-23
New experimental/undocumented feature: 'works_on_empty'.
Mikhail Glushenkov
2010-01-26
Better error message.
Mikhail Glushenkov
2009-12-17
Make Path use StringRef instead of std::string where possible.
Jeffrey Yasskin
2009-11-30
Fix last DOTGraphTraits problems in CompilationGraph.
Tobias Grosser
2009-11-30
Remove forgotten ShortNames in Trie and CompilationGraph
Tobias Grosser
2009-08-23
convert LoopInfo.h and GraphWriter.h to use raw_ostream
Chris Lattner
2009-06-30
#include <iostream> is forbidden. Remove it in favor of raw_ostream.
Bill Wendling
2009-06-25
Make -save-temps behave like in GCC 4.5.
Mikhail Glushenkov
2009-06-24
Get rid of the global CFGOnly flag by threading a ShortNames parameters throu...
Owen Anderson
2009-03-27
-write-graph now can be used with -o.
Mikhail Glushenkov
2009-03-26
Fix misc. small issues with debug visualization.
Mikhail Glushenkov
2009-03-02
Reorganize llvmc code.
Mikhail Glushenkov