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
/
SystemUtils.h
Age
Commit message (
Expand
)
Author
2010-11-03
Rename FindExecutable to PrependMainExecutablePath.
Mikhail Glushenkov
2010-11-02
FindExecutable: remove the executability check.
Mikhail Glushenkov
2010-09-01
Reword this comment. Don't mention outs(), as that's not what
Dan Gohman
2009-08-23
eliminate the ostream version of CheckBitcodeOutputToConsole,
Chris Lattner
2009-08-05
Fix FindExecutable to use sys::Path::GetMainExecutable instead of
Dan Gohman
2009-07-15
Add a raw_ostream version of CheckBitcodeOutputToConsole.
Dan Gohman
2007-12-29
Don't attribute in file headers anymore. See llvmdev for the
Chris Lattner
2007-07-05
Here is the bulk of the sanitizing.
Gabor Greif
2005-04-21
Remove trailing whitespace
Misha Brukman
2005-02-13
Move private helper function into the only .cpp file that uses it.
Chris Lattner
2005-01-02
Make printing a warning message optional in CheckBytecodeOutputToConsole.
Reid Spencer
2005-01-01
Implement a function to print a warning if bytecode output is to be sent to
Reid Spencer
2004-12-21
Fix VC++ compilation error
Jeff Cohen
2004-12-19
For PR351:
Reid Spencer
2004-12-13
For PR351:
Reid Spencer
2004-12-13
For PR351:
Reid Spencer
2004-09-01
Changes For Bug 352
Reid Spencer
2004-07-24
Add support for killing the program if it executes for too long.
Chris Lattner
2004-05-28
Add a new function for the JIT
Chris Lattner
2004-04-02
Add new function
Chris Lattner
2003-11-11
Put all LLVM code into the llvm namespace, as per bug 109.
Brian Gaeke
2003-10-20
Added LLVM notice.
John Criswell
2003-09-30
Standardize header file comments
Chris Lattner
2003-09-29
Tersified and fixed whitespace (tabs -> spaces).
Misha Brukman
2003-09-17
In ExecWait(), made the child process exit if it can't execve() the new
John Criswell
2003-09-17
Added the ExecWait() function.
John Criswell
2003-08-07
Remove references to `bugpoint' from the now-generic system utilities.
Misha Brukman
2003-08-07
Moved removeFile() and getUniqueFilename() into FileUtilities.
Misha Brukman
2002-12-23
New files for miscompilation detection
Chris Lattner