summaryrefslogtreecommitdiffstats
path: root/llvm/include/Config/alloca.h
Commit message (Collapse)AuthorAgeFilesLines
* Changes For Bug 352Reid Spencer2004-09-011-47/+0
| | | | | | | | Move include/Config and include/Support into include/llvm/Config, include/llvm/ADT and include/llvm/Support. From here on out, all LLVM public header files must be under include/llvm/. llvm-svn: 16137
* Make this work on VC++, pull the HAVE_ALLOCA_H case out instead of duplicatingChris Lattner2004-06-041-16/+12
| | | | | | | it. This code can probably be dramatically simplified, as I suspect that the pragma and other stuff is not needed with C++ compilers. llvm-svn: 14015
* Added LLVM header notice.John Criswell2003-10-201-1/+6
| | | | llvm-svn: 9302
* Merged in autoconf branch. This provides configuration via the autoconfJohn Criswell2003-06-301-0/+46
system. llvm-svn: 7014
OpenPOWER on IntegriCloud