summaryrefslogtreecommitdiffstats
path: root/llvm/include/Support/SystemUtils.h
Commit message (Collapse)AuthorAgeFilesLines
* Changes For Bug 352Reid Spencer2004-09-011-65/+0
| | | | | | | | Move include/Config and include/Support into include/llvm/Config, include/llvm/ADT and include/llvm/Support. From here on out, all LLVM public header files must be under include/llvm/. llvm-svn: 16137
* Add support for killing the program if it executes for too long.Chris Lattner2004-07-241-2/+3
| | | | llvm-svn: 15158
* Add a new function for the JITChris Lattner2004-05-281-0/+7
| | | | llvm-svn: 13869
* Add new functionChris Lattner2004-04-021-0/+4
| | | | llvm-svn: 12601
* Put all LLVM code into the llvm namespace, as per bug 109.Brian Gaeke2003-11-111-0/+5
| | | | llvm-svn: 9903
* Added LLVM notice.John Criswell2003-10-201-0/+7
| | | | llvm-svn: 9300
* Standardize header file commentsChris Lattner2003-09-301-1/+1
| | | | llvm-svn: 8782
* Tersified and fixed whitespace (tabs -> spaces).Misha Brukman2003-09-291-10/+6
| | | | llvm-svn: 8752
* In ExecWait(), made the child process exit if it can't execve() the newJohn Criswell2003-09-171-1/+1
| | | | | | | | program. Added the use of const (which compiles and is hopefully correct). Added comments. llvm-svn: 8585
* Added the ExecWait() function.John Criswell2003-09-171-0/+8
| | | | llvm-svn: 8578
* Remove references to `bugpoint' from the now-generic system utilities.Misha Brukman2003-08-071-5/+6
| | | | llvm-svn: 7693
* Moved removeFile() and getUniqueFilename() into FileUtilities.Misha Brukman2003-08-071-10/+0
| | | | llvm-svn: 7691
* New files for miscompilation detectionChris Lattner2002-12-231-0/+46
llvm-svn: 5120
OpenPOWER on IntegriCloud