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
/
include
/
llvm
/
Support
/
ToolRunner.h
Age
Commit message (
Expand
)
Author
2004-05-04
Apply simplification suggested by Chris: why assign() when operator = will do?
Brian Gaeke
2004-05-04
Add "Args" optional argument to AbstractInterpreter factory methods, which
Brian Gaeke
2004-02-19
Make ToolExecutionError inherit std::exception and implement its
Alkis Evlogimenos
2004-02-18
Add support for just compiling a program
Chris Lattner
2004-02-18
Byebye method
Chris Lattner
2004-02-18
When an error occurs executing a tool, we now throw an exception instead
Chris Lattner
2004-02-17
The CBE is no longer in llvm-dis
Chris Lattner
2003-11-11
Put all LLVM code into the llvm namespace, as per bug 109.
Brian Gaeke
2003-10-20
Added LLVM copyright header (for lack of a better term).
John Criswell
2003-10-14
Generalize abstract interpreter interface to allow linking in an arbitrary nu...
Chris Lattner
2003-10-14
Substantial cleanups:
Chris Lattner
2003-09-30
Add a file header
Chris Lattner
2003-09-29
Abstracted away the process of running our tools + gcc from bugpoint.
Misha Brukman