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
/
Action.cpp
Age
Commit message (
Expand
)
Author
2011-09-20
Remove more of llvmc and dependencies.
Eric Christopher
2010-12-17
Support/Path: Deprecate PathV1::isAbsolute.
Michael J. Spencer
2010-11-29
I swear I did a make clean and make before committing all this...
Michael J. Spencer
2010-11-03
Rename FindExecutable to PrependMainExecutablePath.
Mikhail Glushenkov
2010-11-02
llvmc: Fix tool finding logic.
Mikhail Glushenkov
2010-10-28
llvmc: Make ExecuteProgram() look in the driver directory first.
Mikhail Glushenkov
2010-07-23
Get rid of exceptions in llvmc.
Mikhail Glushenkov
2010-05-20
Print a space after the colon.
Mikhail Glushenkov
2010-05-20
llvmc: Make segfault detection work on Win32.
Mikhail Glushenkov
2010-05-19
llvmc: report an error if a child process segfaults.
Mikhail Glushenkov
2010-03-05
Use FindExecutable as a fall-back search method.
Mikhail Glushenkov
2009-11-07
llvmc: Add a '-time' option.
Mikhail Glushenkov
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-03-02
Reorganize llvmc code.
Mikhail Glushenkov