aboutsummaryrefslogtreecommitdiffstats
path: root/lib/CodeGen/RegAllocFast.cpp
Commit message (Expand)AuthorAgeFilesLines
* Update aosp/master LLVM for rebase to r235153Pirama Arumuga Nainar2015-05-181-7/+6
* Update aosp/master LLVM for rebase to r230699.Stephen Hines2015-03-231-7/+14
* Update aosp/master LLVM for rebase to r222494.Stephen Hines2014-12-021-16/+20
* Update LLVM for 3.5 rebase (r209712).Stephen Hines2014-05-291-3/+4
* Update to LLVM 3.5a.Stephen Hines2014-04-241-8/+8
* Explicitly request unsigned enum types when desiredReid Kleckner2013-10-081-1/+1
* Emit a better error when running out of registers on inline asm.Benjamin Kramer2013-10-051-1/+4
* Debug info: Fix PR16736 and rdar://problem/14990587.Adrian Prantl2013-09-161-2/+2
* Use SmallVectorImpl& instead of SmallVector to avoid repeating small vector s...Craig Topper2013-07-141-1/+1
* Use the appropriate unsigned int type for the offset.Adrian Prantl2013-07-101-2/+3
* Reapply an improved version of r180816/180817.Adrian Prantl2013-07-091-1/+2
* Debug Info: Simplify Frame Index handling in DBG_VALUE Machine InstructionsDavid Blaikie2013-06-161-28/+19
* Make RAFast::UsedInInstr indexed by register units.Jakob Stoklund Olesen2013-02-211-22/+30
* Remove special-casing of return blocks for liveness.Jakob Stoklund Olesen2013-02-051-57/+0
* Move all of the header files which are involved in modelling the LLVM IRChandler Carruth2013-01-021-1/+1
* Use MachineInstrBuilder in a few CodeGen passes.Jakob Stoklund Olesen2012-12-201-4/+2
* Use the new script to sort the includes of every file under lib.Chandler Carruth2012-12-031-11/+11
* Use MCPhysReg for RegisterClassInfo allocation orders.Jakob Stoklund Olesen2012-11-291-3/+3
* Revert r168630, r168631, and r168633 as these are causing nightly test failures.Chad Rosier2012-11-281-0/+1
* Now that the X86 Maximal Stack Alignment Check pass has been removed (i.e.,Chad Rosier2012-11-261-1/+0
* [regallocfast] Make sure the MachineRegisterInfo is aware of clobbers from aChad Rosier2012-11-061-0/+5
* Change signature of function RAFast::spillAll to avoid conversion betweenAkira Hatanaka2012-10-311-2/+2
* Use a SparseSet instead of a BitVector for UsedInInstr in RAFast.Jakob Stoklund Olesen2012-10-171-23/+30
* Remove RegisterClassInfo::isReserved() and isAllocatable().Jakob Stoklund Olesen2012-10-151-4/+4
* Tidy up a few more uses of MF.getFunction()->getName().David Blaikie2012-08-221-2/+1
* Don't use getNextOperandForReg() in RAFast.Jakob Stoklund Olesen2012-08-081-8/+4
* Move RegisterClassInfo.h.Andrew Trick2012-06-061-1/+1
* Switch all register list clients to the new MC*Iterator interface.Jakob Stoklund Olesen2012-06-011-6/+6
* Simplify some more getAliasSet callers.Jakob Stoklund Olesen2012-06-011-10/+6
* Don't access MO reference after invalidating operand list.Jakob Stoklund Olesen2012-05-141-2/+3
* Fix PR12821.Jakob Stoklund Olesen2012-05-141-0/+6
* SparseSet: Add support for key-derived indexes and arbitrary key types.Andrew Trick2012-04-201-1/+1
* Use uint16_t to store instruction implicit uses and defs. Reduces static data.Craig Topper2012-03-081-1/+1
* Use uint16_t to store register overlaps to reduce static data.Craig Topper2012-03-041-5/+5
* 80 col.Jakob Stoklund Olesen2012-02-221-3/+5
* Use SparseSet for the RAFast live virtual register map.Jakob Stoklund Olesen2012-02-221-73/+110
* Clear virtual registers after they are no longer referenced.Andrew Trick2012-02-211-0/+4
* Transfer regmasks to MRI.Jakob Stoklund Olesen2012-02-171-3/+0
* RegAlloc superpass: includes phi elimination, coalescing, and scheduling.Andrew Trick2012-02-101-6/+3
* Obvious unnecessary loop removal. Follow through from previous checkin.Andrew Trick2012-01-311-11/+10
* RAFast: Generalize the logic for return operands.Andrew Trick2012-01-311-20/+59
* Freeze reserved registers before starting register allocation.Jakob Stoklund Olesen2012-01-051-0/+1
* Add bundle aware API for querying instruction properties and switch the codeEvan Cheng2011-12-071-3/+3
* If a register is both an early clobber and part of a tied use, handle the useRafael Espindola2011-11-221-7/+16
* Insert modified DBG_VALUE into LiveDbgValueMap. Devang Patel2011-11-151-1/+1
* Better diagnostics when inline asm fails to allocate.Jakob Stoklund Olesen2011-07-021-10/+4
* - Rename TargetInstrDesc, TargetOperandInfo to MCInstrDesc and MCOperandInfo andEvan Cheng2011-06-281-7/+7
* Print registers by name instead of by number.Jakob Stoklund Olesen2011-06-281-6/+7
* After register is spilled there should not be any DBG_VALUE referring the sam...Devang Patel2011-06-211-1/+3
* There could be more than one DBG_VALUE instructions for variables where all o...Devang Patel2011-06-211-4/+6