`cat' is usually in /bin, not /usr/bin, at least on our systems.
[oota-llvm.git] / lib / Support / SystemUtils.cpp
2004-01-10 Chris LattnerRemove config wrapper around <cerrno>
2003-12-14 Chris LattnerFinegrainify namespacification
2003-11-11 Brian GaekePut all LLVM code into the llvm namespace, as per bug...
2003-10-20 John CriswellAdded LLVM project notice to the top of every C++ sourc...
2003-10-15 Brian GaekeFix up error message.
2003-09-29 Misha BrukmanFixed space issues, code alignment, tabs -> spaces.
2003-09-17 John CriswellIn ExecWait(), made the child process exit if it can...
2003-09-17 John CriswellAdded the ExecWait() function. It executes a program...
2003-09-16 Misha BrukmanFixed spelling & grammar.
2003-08-07 Misha BrukmanDoxygen-ify the comments by using '///' instead of...
2003-08-07 Misha BrukmanRemove references to `bugpoint' from the now-generic...
2003-08-07 Misha BrukmanMoved removeFile() and getUniqueFilename() into FileUti...
2003-08-01 Chris LattnerUse the C++, more portable, deleter
2003-07-14 Misha BrukmanThe word `separate' only has one `e'.
2003-06-30 John CriswellMerged in autoconf branch. This provides configuration...
2003-06-16 Chris LattnerActually, change it to use explicit new/delete, which...
2003-06-16 Chris LattnerRemove usage of alloca
2003-06-16 Brian GaekeIsolate machine-dependent use of <alloca.h> in "Support...
2003-01-29 Chris LattnerFix build problem on sparc
2002-12-24 Chris LattnerFix compilation on GCC 3.2
2002-12-23 Chris LattnerNew files for miscompilation detection