aboutsummaryrefslogtreecommitdiff
path: root/include/llvm/Config/alloca.h
AgeCommit message (Expand)Author
2009-08-24Remove include/llvm/Config/alloca.h, it is dead.Daniel Dunbar
2009-01-05Tidy up #includes, deleting a bunch of unnecessary #includes.Dan Gohman
2008-03-23Use C-style comments :)Anton Korobeynikov
2007-12-29Don't attribute in file headers anymore. See llvmdev for theChris Lattner
2005-04-22Convert tabs to spacesMisha Brukman
2005-04-21Remove trailing whitespaceMisha Brukman
2005-02-19Change __MINGW to __MINGW32__. Patch submitted by Henrik Bach.Jeff Cohen
2004-11-02Fix typo, contributed by Henrik Bach!Chris Lattner
2004-10-25Patch to support MSVC correctly, contributed by Morten Ofstad!Chris Lattner
2004-09-22The alloca function, strangely enough, is found in the malloc.h header fileReid Spencer
2004-09-01Changes For Bug 352Reid Spencer
2004-06-04Make this work on VC++, pull the HAVE_ALLOCA_H case out instead of duplicatingChris Lattner
2003-10-20Added LLVM header notice.John Criswell
2003-06-30Merged in autoconf branch. This provides configuration via the autoconfJohn Criswell