summaryrefslogtreecommitdiff
path: root/lib/CodeGen/RegAllocFast.cpp
Commit message (Expand)AuthorAge
* [Modules] Remove potential ODR violations by sinking the DEBUG_TYPEChandler Carruth2014-04-22
* [C++11] More 'nullptr' conversion. In some cases just using a boolean check i...Craig Topper2014-04-14
* Phase 2 of the great MachineRegisterInfo cleanup. This time, we're changingOwen Anderson2014-03-13
* [C++11] Add 'override' keyword to virtual methods that override their base cl...Craig Topper2014-03-07
* [C++11] Replace llvm::tie with std::tie.Benjamin Kramer2014-03-02
* [C++11] Expand and eliminate the LLVM_ENUM_INT_TYPE() macroAlp Toker2014-03-02
* Explicitly request unsigned enum types when desiredReid Kleckner2013-10-08
* Emit a better error when running out of registers on inline asm.Benjamin Kramer2013-10-05
* Debug info: Fix PR16736 and rdar://problem/14990587.Adrian Prantl2013-09-16
* Use SmallVectorImpl& instead of SmallVector to avoid repeating small vector s...Craig Topper2013-07-14
* Use the appropriate unsigned int type for the offset.Adrian Prantl2013-07-10
* Reapply an improved version of r180816/180817.Adrian Prantl2013-07-09
* Debug Info: Simplify Frame Index handling in DBG_VALUE Machine InstructionsDavid Blaikie2013-06-16
* Make RAFast::UsedInInstr indexed by register units.Jakob Stoklund Olesen2013-02-21
* Remove special-casing of return blocks for liveness.Jakob Stoklund Olesen2013-02-05
* Move all of the header files which are involved in modelling the LLVM IRChandler Carruth2013-01-02
* Use MachineInstrBuilder in a few CodeGen passes.Jakob Stoklund Olesen2012-12-20
* Use the new script to sort the includes of every file under lib.Chandler Carruth2012-12-03
* Use MCPhysReg for RegisterClassInfo allocation orders.Jakob Stoklund Olesen2012-11-29
* Revert r168630, r168631, and r168633 as these are causing nightly test failures.Chad Rosier2012-11-28
* Now that the X86 Maximal Stack Alignment Check pass has been removed (i.e.,Chad Rosier2012-11-26
* [regallocfast] Make sure the MachineRegisterInfo is aware of clobbers from aChad Rosier2012-11-06
* Change signature of function RAFast::spillAll to avoid conversion betweenAkira Hatanaka2012-10-31
* Use a SparseSet instead of a BitVector for UsedInInstr in RAFast.Jakob Stoklund Olesen2012-10-17
* Remove RegisterClassInfo::isReserved() and isAllocatable().Jakob Stoklund Olesen2012-10-15
* Tidy up a few more uses of MF.getFunction()->getName().David Blaikie2012-08-22
* Don't use getNextOperandForReg() in RAFast.Jakob Stoklund Olesen2012-08-08
* Move RegisterClassInfo.h.Andrew Trick2012-06-06
* Switch all register list clients to the new MC*Iterator interface.Jakob Stoklund Olesen2012-06-01
* Simplify some more getAliasSet callers.Jakob Stoklund Olesen2012-06-01
* Don't access MO reference after invalidating operand list.Jakob Stoklund Olesen2012-05-14
* Fix PR12821.Jakob Stoklund Olesen2012-05-14
* SparseSet: Add support for key-derived indexes and arbitrary key types.Andrew Trick2012-04-20
* Use uint16_t to store instruction implicit uses and defs. Reduces static data.Craig Topper2012-03-08
* Use uint16_t to store register overlaps to reduce static data.Craig Topper2012-03-04
* 80 col.Jakob Stoklund Olesen2012-02-22
* Use SparseSet for the RAFast live virtual register map.Jakob Stoklund Olesen2012-02-22
* Clear virtual registers after they are no longer referenced.Andrew Trick2012-02-21
* Transfer regmasks to MRI.Jakob Stoklund Olesen2012-02-17
* RegAlloc superpass: includes phi elimination, coalescing, and scheduling.Andrew Trick2012-02-10
* Obvious unnecessary loop removal. Follow through from previous checkin.Andrew Trick2012-01-31
* RAFast: Generalize the logic for return operands.Andrew Trick2012-01-31
* Freeze reserved registers before starting register allocation.Jakob Stoklund Olesen2012-01-05
* Add bundle aware API for querying instruction properties and switch the codeEvan Cheng2011-12-07
* If a register is both an early clobber and part of a tied use, handle the useRafael Espindola2011-11-22
* Insert modified DBG_VALUE into LiveDbgValueMap. Devang Patel2011-11-15
* Better diagnostics when inline asm fails to allocate.Jakob Stoklund Olesen2011-07-02
* - Rename TargetInstrDesc, TargetOperandInfo to MCInstrDesc and MCOperandInfo andEvan Cheng2011-06-28
* Print registers by name instead of by number.Jakob Stoklund Olesen2011-06-28
* After register is spilled there should not be any DBG_VALUE referring the sam...Devang Patel2011-06-21