summaryrefslogtreecommitdiff
path: root/support/lib/Support/SystemUtils.cpp
Commit message (Expand)AuthorAge
* Doxygen-ify the comments by using '///' instead of '//'.Misha Brukman2003-08-07
* Remove references to `bugpoint' from the now-generic system utilities.Misha Brukman2003-08-07
* Moved removeFile() and getUniqueFilename() into FileUtilities.Misha Brukman2003-08-07
* Use the C++, more portable, deleterChris Lattner2003-08-01
* The word `separate' only has one `e'.Misha Brukman2003-07-14
* Merged in autoconf branch. This provides configuration via the autoconfJohn Criswell2003-06-30
* Actually, change it to use explicit new/delete, which is more likely to beChris Lattner2003-06-16
* Remove usage of allocaChris Lattner2003-06-16
* Isolate machine-dependent use of <alloca.h> in "Support/Alloca.h",Brian Gaeke2003-06-16
* Fix build problem on sparcChris Lattner2003-01-29
* Fix compilation on GCC 3.2Chris Lattner2002-12-24
* New files for miscompilation detectionChris Lattner2002-12-23