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
/
CodeGen
/
PrologEpilogInserter.h
Age
Commit message (
Expand
)
Author
2012-02-08
Codegen pass definition cleanup. No functionality.
Andrew Trick
2010-10-19
Get rid of static constructors for pass registration. Instead, every pass ex...
Owen Anderson
2010-08-26
Simplify eliminateFrameIndex() interface back down now that PEI doesn't need
Jim Grosbach
2010-08-06
Reapply r110396, with fixes to appease the Linux buildbot gods.
Owen Anderson
2010-08-06
Revert r110396 to fix buildbots.
Owen Anderson
2010-08-05
Don't use PassInfo* as a type identifier for passes. Instead, use the addres...
Owen Anderson
2010-03-10
Clear up the last (famous last words) frame index value reuse issues for Thumb1.
Jim Grosbach
2009-10-08
Re-enable register scavenging in Thumb1 by default.
Jim Grosbach
2009-10-08
bugfix. The target may use virtual registers that aren't tracked for re-use b...
Jim Grosbach
2009-10-07
reverting thumb1 scavenging default due to test failure while I figure out wh...
Jim Grosbach
2009-10-07
Enable thumb1 register scavenging by default.
Jim Grosbach
2009-10-07
Add register-reuse to frame-index register scavenging. When a target uses
Jim Grosbach
2009-09-24
Start of revamping the register scavenging in PEI. ARM Thumb1 is the driving
Jim Grosbach
2009-07-16
Scan for presence of calls and determine max callframe size early. To allow P...
Anton Korobeynikov
2009-05-13
PEI: rename PEI.h to PrologEpilogInserter.h to adhere to file naming standard
John Mosby