Add special case handling for calloc and realloc
[oota-llvm.git] / lib / Support / SystemUtils.cpp
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