aboutsummaryrefslogtreecommitdiffstats
path: root/lib/Support/SystemUtils.cpp
Commit message (Expand)AuthorAgeFilesLines
...
* Added LLVM project notice to the top of every C++ source file.John Criswell2003-10-201-0/+7
* Fix up error message.Brian Gaeke2003-10-151-1/+2
* Fixed space issues, code alignment, tabs -> spaces.Misha Brukman2003-09-291-11/+11
* In ExecWait(), made the child process exit if it can't execve() the newJohn Criswell2003-09-171-13/+23
* Added the ExecWait() function. It executes a program with the specifiedJohn Criswell2003-09-171-0/+98
* Fixed spelling & grammar.Misha Brukman2003-09-161-1/+1
* Doxygen-ify the comments by using '///' instead of '//'.Misha Brukman2003-08-071-5/+5
* Remove references to `bugpoint' from the now-generic system utilities.Misha Brukman2003-08-071-7/+8
* Moved removeFile() and getUniqueFilename() into FileUtilities.Misha Brukman2003-08-071-36/+1
* Use the C++, more portable, deleterChris Lattner2003-08-011-1/+1
* The word `separate' only has one `e'.Misha Brukman2003-07-141-1/+1
* Merged in autoconf branch. This provides configuration via the autoconfJohn Criswell2003-06-301-6/+6
* Actually, change it to use explicit new/delete, which is more likely to beChris Lattner2003-06-161-6/+7
* Remove usage of allocaChris Lattner2003-06-161-6/+6
* Isolate machine-dependent use of <alloca.h> in "Support/Alloca.h",Brian Gaeke2003-06-161-1/+1
* Fix build problem on sparcChris Lattner2003-01-291-1/+2
* Fix compilation on GCC 3.2Chris Lattner2002-12-241-0/+1
* New files for miscompilation detectionChris Lattner2002-12-231-0/+189