Commit message (Collapse) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
* | Finegrainify namespacification | Chris Lattner | 2003-12-14 | 1 | -15/+11 | |
| | | | | llvm-svn: 10464 | |||||
* | Put all LLVM code into the llvm namespace, as per bug 109. | Brian Gaeke | 2003-11-11 | 1 | -0/+3 | |
| | | | | llvm-svn: 9903 | |||||
* | Added LLVM project notice to the top of every C++ source file. | John Criswell | 2003-10-20 | 1 | -0/+7 | |
| | | | | | | Header files will be on the way. llvm-svn: 9298 | |||||
* | Fix up error message. | Brian Gaeke | 2003-10-15 | 1 | -1/+2 | |
| | | | | llvm-svn: 9139 | |||||
* | Fixed space issues, code alignment, tabs -> spaces. | Misha Brukman | 2003-09-29 | 1 | -11/+11 | |
| | | | | llvm-svn: 8755 | |||||
* | In ExecWait(), made the child process exit if it can't execve() the new | John Criswell | 2003-09-17 | 1 | -13/+23 | |
| | | | | | | | | program. Added the use of const (which compiles and is hopefully correct). Added comments. llvm-svn: 8585 | |||||
* | Added the ExecWait() function. It executes a program with the specified | John Criswell | 2003-09-17 | 1 | -0/+98 | |
| | | | | | | | | | arguments and environment. Perhaps it should be merged with the RunProgramWithTimeout function, but I'd want to allow it to inherit the parent process's stdin and stdout. I'll save that for a rainy day... llvm-svn: 8577 | |||||
* | Fixed spelling & grammar. | Misha Brukman | 2003-09-16 | 1 | -1/+1 | |
| | | | | llvm-svn: 8559 | |||||
* | Doxygen-ify the comments by using '///' instead of '//'. | Misha Brukman | 2003-08-07 | 1 | -5/+5 | |
| | | | | llvm-svn: 7694 | |||||
* | Remove references to `bugpoint' from the now-generic system utilities. | Misha Brukman | 2003-08-07 | 1 | -7/+8 | |
| | | | | llvm-svn: 7693 | |||||
* | Moved removeFile() and getUniqueFilename() into FileUtilities. | Misha Brukman | 2003-08-07 | 1 | -36/+1 | |
| | | | | llvm-svn: 7691 | |||||
* | Use the C++, more portable, deleter | Chris Lattner | 2003-08-01 | 1 | -1/+1 | |
| | | | | llvm-svn: 7483 | |||||
* | The word `separate' only has one `e'. | Misha Brukman | 2003-07-14 | 1 | -1/+1 | |
| | | | | llvm-svn: 7173 | |||||
* | Merged in autoconf branch. This provides configuration via the autoconf | John Criswell | 2003-06-30 | 1 | -6/+6 | |
| | | | | | | system. llvm-svn: 7014 | |||||
* | Actually, change it to use explicit new/delete, which is more likely to be | Chris Lattner | 2003-06-16 | 1 | -6/+7 | |
| | | | | | | optimized INTO an alloca llvm-svn: 6727 | |||||
* | Remove usage of alloca | Chris Lattner | 2003-06-16 | 1 | -6/+6 | |
| | | | | llvm-svn: 6726 | |||||
* | Isolate machine-dependent use of <alloca.h> in "Support/Alloca.h", | Brian Gaeke | 2003-06-16 | 1 | -1/+1 | |
| | | | | | | | so that we can easily change its use to be conditional on the result of an autoconf test later. llvm-svn: 6723 | |||||
* | Fix build problem on sparc | Chris Lattner | 2003-01-29 | 1 | -1/+2 | |
| | | | | llvm-svn: 5428 | |||||
* | Fix compilation on GCC 3.2 | Chris Lattner | 2002-12-24 | 1 | -0/+1 | |
| | | | | llvm-svn: 5136 | |||||
* | New files for miscompilation detection | Chris Lattner | 2002-12-23 | 1 | -0/+189 | |
llvm-svn: 5120 |