summaryrefslogtreecommitdiff
path: root/lib/Support/SystemUtils.cpp
Commit message (Expand)AuthorAge
...
* Finegrainify namespacificationChris Lattner2003-12-14
* Put all LLVM code into the llvm namespace, as per bug 109.Brian Gaeke2003-11-11
* Added LLVM project notice to the top of every C++ source file.John Criswell2003-10-20
* Fix up error message.Brian Gaeke2003-10-15
* Fixed space issues, code alignment, tabs -> spaces.Misha Brukman2003-09-29
* In ExecWait(), made the child process exit if it can't execve() the newJohn Criswell2003-09-17
* Added the ExecWait() function. It executes a program with the specifiedJohn Criswell2003-09-17
* Fixed spelling & grammar.Misha Brukman2003-09-16
* 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