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
/
LocalStackSlotAllocation.cpp
Age
Commit message (
Expand
)
Author
2013-04-30
LocalStackSlotAllocation improvements
Hal Finkel
2013-01-02
Move all of the header files which are involved in modelling the LLVM IR
Chandler Carruth
2012-12-03
Use the new script to sort the includes of every file under lib.
Chandler Carruth
2012-05-07
Add an MF argument to TRI::getPointerRegClass() and TII::getRegClass().
Jakob Stoklund Olesen
2012-02-08
Codegen pass definition cleanup. No functionality.
Andrew Trick
2011-01-10
Rename TargetFrameInfo into TargetFrameLowering. Also, put couple of FIXMEs a...
Anton Korobeynikov
2011-01-07
Fix a comment typo.
Bob Wilson
2010-12-17
During local stack slot allocation, the materializeFrameBaseRegister function
Bill Wendling
2010-08-31
Improve virtual frame base register allocation heuristics.
Jim Grosbach
2010-08-24
Add ARM heuristic for when to allocate a virtual base register for stack
Jim Grosbach
2010-08-24
Move enabling the local stack allocation pass into the target where it belongs.
Jim Grosbach
2010-08-23
Better handling of local offsets for downwards growing stacks. This corrects
Jim Grosbach
2010-08-20
Downwards growing stack allocation order reverses relative offsets
Jim Grosbach
2010-08-20
Add more dbg output
Jim Grosbach
2010-08-20
properly check for whether base regs were inserted
Jim Grosbach
2010-08-19
Better handling of offsets on frame index references. rdar://8277890
Jim Grosbach
2010-08-19
Update local stack block allocation to let PEI do the allocs if no additional
Jim Grosbach
2010-08-18
Add a newline to debug output
Jim Grosbach
2010-08-18
Enable ARM base register reuse to local stack slot allocation. Whenever a new
Jim Grosbach
2010-08-18
Add hook for re-using virtual base registers for local stack slot access.
Jim Grosbach
2010-08-17
Add materialization of virtual base registers for frame indices allocated into
Jim Grosbach
2010-08-17
silence warning
Jim Grosbach
2010-08-17
Add hook to examine an instruction referencing a frame index to determine
Jim Grosbach
2010-08-16
tidy up. remove unused local.
Jim Grosbach
2010-08-16
Better handle alignment requirements for local objects in pre-regalloc frame
Jim Grosbach
2010-08-16
track local frame size in MFI, not local to the pass, since PEI needs it.
Jim Grosbach
2010-08-14
Add a local stack object block allocation pass. This is still an
Jim Grosbach