summaryrefslogtreecommitdiffstats
path: root/llvm/lib/Support/SystemUtils.cpp
Commit message (Collapse)AuthorAgeFilesLines
...
* Use the C++, more portable, deleterChris Lattner2003-08-011-1/+1
| | | | llvm-svn: 7483
* The word `separate' only has one `e'.Misha Brukman2003-07-141-1/+1
| | | | llvm-svn: 7173
* Merged in autoconf branch. This provides configuration via the autoconfJohn Criswell2003-06-301-6/+6
| | | | | | system. llvm-svn: 7014
* Actually, change it to use explicit new/delete, which is more likely to beChris Lattner2003-06-161-6/+7
| | | | | | optimized INTO an alloca llvm-svn: 6727
* Remove usage of allocaChris Lattner2003-06-161-6/+6
| | | | llvm-svn: 6726
* Isolate machine-dependent use of <alloca.h> in "Support/Alloca.h",Brian Gaeke2003-06-161-1/+1
| | | | | | | so that we can easily change its use to be conditional on the result of an autoconf test later. llvm-svn: 6723
* Fix build problem on sparcChris Lattner2003-01-291-1/+2
| | | | llvm-svn: 5428
* Fix compilation on GCC 3.2Chris Lattner2002-12-241-0/+1
| | | | llvm-svn: 5136
* New files for miscompilation detectionChris Lattner2002-12-231-0/+189
llvm-svn: 5120
OpenPOWER on IntegriCloud