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