aboutsummaryrefslogtreecommitdiff
path: root/include/Support/SystemUtils.h
AgeCommit message (Expand)Author
2004-09-01Changes For Bug 352Reid Spencer
2004-07-24Add support for killing the program if it executes for too long.Chris Lattner
2004-05-28Add a new function for the JITChris Lattner
2004-04-02Add new functionChris Lattner
2003-11-11Put all LLVM code into the llvm namespace, as per bug 109.Brian Gaeke
2003-10-20Added LLVM notice.John Criswell
2003-09-30Standardize header file commentsChris Lattner
2003-09-29Tersified and fixed whitespace (tabs -> spaces).Misha Brukman
2003-09-17In ExecWait(), made the child process exit if it can't execve() the newJohn Criswell
2003-09-17Added the ExecWait() function.John Criswell
2003-08-07Remove references to `bugpoint' from the now-generic system utilities.Misha Brukman
2003-08-07Moved removeFile() and getUniqueFilename() into FileUtilities.Misha Brukman
2002-12-23New files for miscompilation detectionChris Lattner