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
/
lib
/
Transforms
/
IPO
/
RaiseAllocations.cpp
Age
Commit message (
Expand
)
Author
2002-10-01
Updates to work with recent Statistic's changes:
Chris Lattner
2002-09-14
Function.h is unnecessary when Module.h is included.
Misha Brukman
2002-09-13
Change the MallocInst & AllocaInst ctors to take the allocated type, not the
Chris Lattner
2002-09-10
Fix bug in previous checkin
Chris Lattner
2002-09-10
Clean up code due to auto-insert constructors
Chris Lattner
2002-07-26
* Add support for different "PassType's"
Chris Lattner
2002-07-23
Merge ChangeAllocations into scalar.h
Chris Lattner
2002-07-23
* Remove getPassName implementation
Chris Lattner
2002-07-18
* Correctly get prototype for void*malloc(size_t)
Chris Lattner
2002-06-25
MEGAPATCH checkin.
Chris Lattner
2002-05-24
Support programs that do not #include <malloc.h> or give a full prototype
Chris Lattner
2002-05-10
Add support for printing out statistics information when -stats is added to
Chris Lattner
2002-05-07
fix comments and documentation in file
Chris Lattner
2002-05-07
Split ChangeAllocations.cpp into Raise & LowerAllocations.cpp
Chris Lattner