aboutsummaryrefslogtreecommitdiff
path: root/lib/Support/SystemUtils.cpp
AgeCommit message (Expand)Author
2003-10-20Added LLVM project notice to the top of every C++ source file.John Criswell
2003-10-15Fix up error message.Brian Gaeke
2003-09-29Fixed space issues, code alignment, tabs -> spaces.Misha Brukman
2003-09-17In ExecWait(), made the child process exit if it can't execve() the newJohn Criswell
2003-09-17Added the ExecWait() function. It executes a program with the specifiedJohn Criswell
2003-09-16Fixed spelling & grammar.Misha Brukman
2003-08-07Doxygen-ify the comments by using '///' instead of '//'.Misha Brukman
2003-08-07Remove references to `bugpoint' from the now-generic system utilities.Misha Brukman
2003-08-07Moved removeFile() and getUniqueFilename() into FileUtilities.Misha Brukman
2003-08-01Use the C++, more portable, deleterChris Lattner
2003-07-14The word `separate' only has one `e'.Misha Brukman
2003-06-30Merged in autoconf branch. This provides configuration via the autoconfJohn Criswell
2003-06-16Actually, change it to use explicit new/delete, which is more likely to beChris Lattner
2003-06-16Remove usage of allocaChris Lattner
2003-06-16Isolate machine-dependent use of <alloca.h> in "Support/Alloca.h",Brian Gaeke
2003-01-29Fix build problem on sparcChris Lattner
2002-12-24Fix compilation on GCC 3.2Chris Lattner
2002-12-23New files for miscompilation detectionChris Lattner