summaryrefslogtreecommitdiff
path: root/include/llvm/Support/SystemUtils.h
Commit message (Expand)AuthorAge
* Don't attribute in file headers anymore. See llvmdev for theChris Lattner2007-12-29
* Here is the bulk of the sanitizing.Gabor Greif2007-07-05
* Remove trailing whitespaceMisha Brukman2005-04-21
* Move private helper function into the only .cpp file that uses it.Chris Lattner2005-02-13
* Make printing a warning message optional in CheckBytecodeOutputToConsole.Reid Spencer2005-01-02
* Implement a function to print a warning if bytecode output is to be sent toReid Spencer2005-01-01
* Fix VC++ compilation errorJeff Cohen2004-12-21
* For PR351:Reid Spencer2004-12-19
* For PR351:Reid Spencer2004-12-13
* For PR351:Reid Spencer2004-12-13
* Changes For Bug 352Reid Spencer2004-09-01
* Add support for killing the program if it executes for too long.Chris Lattner2004-07-24
* Add a new function for the JITChris Lattner2004-05-28
* Add new functionChris Lattner2004-04-02
* Put all LLVM code into the llvm namespace, as per bug 109.Brian Gaeke2003-11-11
* Added LLVM notice.John Criswell2003-10-20
* Standardize header file commentsChris Lattner2003-09-30
* Tersified and fixed whitespace (tabs -> spaces).Misha Brukman2003-09-29
* In ExecWait(), made the child process exit if it can't execve() the newJohn Criswell2003-09-17
* Added the ExecWait() function.John Criswell2003-09-17
* Remove references to `bugpoint' from the now-generic system utilities.Misha Brukman2003-08-07
* Moved removeFile() and getUniqueFilename() into FileUtilities.Misha Brukman2003-08-07
* New files for miscompilation detectionChris Lattner2002-12-23