Gitiles
Code Review
Sign In
gerrit-public.fairphone.software
/
fp2-dev
/
platform
/
external
/
llvm
/
c23b933d5f8be9b51a1d22e717c0311f65f87dcd
/
lib
/
CodeGen
/
LocalStackSlotAllocation.cpp
397fc48
Add an MF argument to TRI::getPointerRegClass() and TII::getRegClass().
by Jakob Stoklund Olesen
· 13 years ago
1dd8c85
Codegen pass definition cleanup. No functionality.
by Andrew Trick
· 14 years ago
16c29b5
Rename TargetFrameInfo into TargetFrameLowering. Also, put couple of FIXMEs and fixes here and there.
by Anton Korobeynikov
· 15 years ago
67b067d
Fix a comment typo.
by Bob Wilson
· 15 years ago
976ef86
During local stack slot allocation, the materializeFrameBaseRegister function
by Bill Wendling
· 15 years ago
864d22e
Improve virtual frame base register allocation heuristics.
by Jim Grosbach
· 15 years ago
3197380
Add ARM heuristic for when to allocate a virtual base register for stack
by Jim Grosbach
· 15 years ago
a273442
Move enabling the local stack allocation pass into the target where it belongs.
by Jim Grosbach
· 15 years ago
67ff81a
Better handling of local offsets for downwards growing stacks. This corrects
by Jim Grosbach
· 15 years ago
4c207c2
Downwards growing stack allocation order reverses relative offsets
by Jim Grosbach
· 15 years ago
ab6bdec
Add more dbg output
by Jim Grosbach
· 15 years ago
2d16f5b
properly check for whether base regs were inserted
by Jim Grosbach
· 15 years ago
e2f5569
Better handling of offsets on frame index references. rdar://8277890
by Jim Grosbach
· 15 years ago
a0fc005
Update local stack block allocation to let PEI do the allocs if no additional
by Jim Grosbach
· 15 years ago
cd799ce
Add a newline to debug output
by Jim Grosbach
· 15 years ago
2b1e202
Enable ARM base register reuse to local stack slot allocation. Whenever a new
by Jim Grosbach
· 15 years ago
74d803a
Add hook for re-using virtual base registers for local stack slot access.
by Jim Grosbach
· 15 years ago
dc140c6
Add materialization of virtual base registers for frame indices allocated into
by Jim Grosbach
· 15 years ago
8ae231a
silence warning
by Jim Grosbach
· 15 years ago
8708ead
Add hook to examine an instruction referencing a frame index to determine
by Jim Grosbach
· 15 years ago
fecdea0
tidy up. remove unused local.
by Jim Grosbach
· 15 years ago
4861ed6
Better handle alignment requirements for local objects in pre-regalloc frame
by Jim Grosbach
· 15 years ago
6324934
track local frame size in MFI, not local to the pass, since PEI needs it.
by Jim Grosbach
· 15 years ago
3d72367
Add a local stack object block allocation pass. This is still an
by Jim Grosbach
· 15 years ago