Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Changes For Bug 352 | Reid Spencer | 2004-09-01 | 1 | -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 Lattner | 2004-07-24 | 1 | -2/+3 |
| | | | | llvm-svn: 15158 | ||||
* | Add a new function for the JIT | Chris Lattner | 2004-05-28 | 1 | -0/+7 |
| | | | | llvm-svn: 13869 | ||||
* | Add new function | Chris Lattner | 2004-04-02 | 1 | -0/+4 |
| | | | | llvm-svn: 12601 | ||||
* | Put all LLVM code into the llvm namespace, as per bug 109. | Brian Gaeke | 2003-11-11 | 1 | -0/+5 |
| | | | | llvm-svn: 9903 | ||||
* | Added LLVM notice. | John Criswell | 2003-10-20 | 1 | -0/+7 |
| | | | | llvm-svn: 9300 | ||||
* | Standardize header file comments | Chris Lattner | 2003-09-30 | 1 | -1/+1 |
| | | | | llvm-svn: 8782 | ||||
* | Tersified and fixed whitespace (tabs -> spaces). | Misha Brukman | 2003-09-29 | 1 | -10/+6 |
| | | | | llvm-svn: 8752 | ||||
* | In ExecWait(), made the child process exit if it can't execve() the new | John Criswell | 2003-09-17 | 1 | -1/+1 |
| | | | | | | | | program. Added the use of const (which compiles and is hopefully correct). Added comments. llvm-svn: 8585 | ||||
* | Added the ExecWait() function. | John Criswell | 2003-09-17 | 1 | -0/+8 |
| | | | | llvm-svn: 8578 | ||||
* | Remove references to `bugpoint' from the now-generic system utilities. | Misha Brukman | 2003-08-07 | 1 | -5/+6 |
| | | | | llvm-svn: 7693 | ||||
* | Moved removeFile() and getUniqueFilename() into FileUtilities. | Misha Brukman | 2003-08-07 | 1 | -10/+0 |
| | | | | llvm-svn: 7691 | ||||
* | New files for miscompilation detection | Chris Lattner | 2002-12-23 | 1 | -0/+46 |
llvm-svn: 5120 |