aboutsummaryrefslogtreecommitdiffstats
path: root/lib/CodeGen/LocalStackSlotAllocation.cpp
Commit message (Expand)AuthorAgeFilesLines
* Update aosp/master llvm for rebase to r233350Pirama Arumuga Nainar2015-04-091-5/+7
* Update aosp/master LLVM for rebase to r230699.Stephen Hines2015-03-231-0/+1
* Update aosp/master LLVM for rebase to r222494.Stephen Hines2014-12-021-4/+5
* Update LLVM for 3.5 rebase (r209712).Stephen Hines2014-05-291-1/+2
* Update to LLVM 3.5a.Stephen Hines2014-04-241-27/+75
* LocalStackSlotAllocation improvementsHal Finkel2013-04-301-94/+111
* Move all of the header files which are involved in modelling the LLVM IRChandler Carruth2013-01-021-6/+6
* Use the new script to sort the includes of every file under lib.Chandler Carruth2012-12-031-9/+9
* Add an MF argument to TRI::getPointerRegClass() and TII::getRegClass().Jakob Stoklund Olesen2012-05-071-1/+2
* Codegen pass definition cleanup. No functionality.Andrew Trick2012-02-081-7/+3
* Rename TargetFrameInfo into TargetFrameLowering. Also, put couple of FIXMEs a...Anton Korobeynikov2011-01-101-5/+5
* Fix a comment typo.Bob Wilson2011-01-071-1/+1
* During local stack slot allocation, the materializeFrameBaseRegister functionBill Wendling2010-12-171-6/+11
* Improve virtual frame base register allocation heuristics.Jim Grosbach2010-08-311-73/+109
* Add ARM heuristic for when to allocate a virtual base register for stackJim Grosbach2010-08-241-1/+1
* Move enabling the local stack allocation pass into the target where it belongs.Jim Grosbach2010-08-241-2/+4
* Better handling of local offsets for downwards growing stacks. This correctsJim Grosbach2010-08-231-19/+31
* Downwards growing stack allocation order reverses relative offsetsJim Grosbach2010-08-201-1/+10
* Add more dbg outputJim Grosbach2010-08-201-0/+1
* properly check for whether base regs were insertedJim Grosbach2010-08-201-4/+7
* Better handling of offsets on frame index references. rdar://8277890Jim Grosbach2010-08-191-7/+21
* Update local stack block allocation to let PEI do the allocs if no additionalJim Grosbach2010-08-191-0/+7
* Add a newline to debug outputJim Grosbach2010-08-181-1/+2
* Enable ARM base register reuse to local stack slot allocation. Whenever a newJim Grosbach2010-08-181-10/+33
* Add hook for re-using virtual base registers for local stack slot access.Jim Grosbach2010-08-181-12/+41
* Add materialization of virtual base registers for frame indices allocated intoJim Grosbach2010-08-171-2/+26
* silence warningJim Grosbach2010-08-171-0/+5
* Add hook to examine an instruction referencing a frame index to determineJim Grosbach2010-08-171-2/+52
* tidy up. remove unused local.Jim Grosbach2010-08-161-2/+0
* Better handle alignment requirements for local objects in pre-regalloc frameJim Grosbach2010-08-161-28/+2
* track local frame size in MFI, not local to the pass, since PEI needs it.Jim Grosbach2010-08-161-4/+1
* Add a local stack object block allocation pass. This is still anJim Grosbach2010-08-141-0/+169