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
/
Program.h
Age
Commit message (
Expand
)
Author
2013-04-11
Add a function to check if an argument list is too long.
Rafael Espindola
2013-03-26
Add a boolean parameter to the ExecuteAndWait static function to indicated
Chad Rosier
2013-01-10
Fix include guards so they exactly match file names.
Jakub Staszak
2012-12-31
Make it explicit that the only entry points to the Program object are
Chandler Carruth
2012-12-31
Remove an unused method on Program.
Chandler Carruth
2012-12-31
Remove an unused method on the Program class.
Chandler Carruth
2012-09-16
Use LLVM_DELETED_FUNCTION for copy constructors and copy assignment operators...
Craig Topper
2011-12-13
Support/Program: Make Change<stream>ToBinary return error_code.
Michael J. Spencer
2011-05-21
Have Program::Wait return -2 for crashed and timeouts instead of embedding
Andrew Trick
2011-05-11
Bugpoint support for miscompilations that result in a crash.
Andrew Trick
2011-04-15
Fix a ton of comment typos found by codespell. Patch by
Chris Lattner
2010-11-29
Now to chant the magical incantation that will exorcise the System library
Charles Davis
2010-11-29
Merge System into Support.
Michael J. Spencer