Use getEdgeProbability() instead of getEdgeWeight() in BFI and remove getEdgeWeight...
[oota-llvm.git] / include / llvm / CodeGen / RegisterScavenging.h
2015-12-02 Alexey Samsonov[PowerPC] Remove wild call to RegScavenger::initRegState().
2015-10-05 NAKAMURA TakumiReformat partially.
2015-10-05 NAKAMURA TakumiReformat blank lines.
2015-09-25 Matthias BraunTargetRegisterInfo: Add typedef unsigned LaneBitmask...
2015-09-09 Matthias BraunSave LaneMask with livein registers
2015-06-23 Alexander KornienkoRevert r240137 (Fixed/added namespace ending comments...
2015-06-19 Alexander KornienkoFixed/added namespace ending comments using clang-tidy...
2015-05-22 Sanjay Patelremove names from comments, fix typos; NFC
2015-05-22 Sanjay Patelfix typo in comment; NFC
2014-08-04 Pedro ArtigasChanged the liveness tracking in the RegisterScavenger
2014-04-14 Craig Topper[C++11] More 'nullptr' conversion. In some cases just...
2013-07-03 Eric ChristopherUse SmallVectorImpl::iterator/const_iterator instead...
2013-04-05 Hal FinkelReapply r178845 with fix - Fix bug in PEI's virtual...
2013-04-05 Hal FinkelRevert r178845 - Fix bug in PEI's virtual-register...
2013-04-05 Hal FinkelFix bug in PEI's virtual-register scavenging
2013-03-26 Hal FinkelFix the register scavenger for targets that provide...
2013-03-26 Hal FinkelUpdate PEI's virtual-register-based scavenging to suppo...
2013-03-22 Hal FinkelAllow the register scavenger to spill multiple registers
2013-03-22 Hal FinkelRemove ScavengedRC from RegisterScavenging
2013-01-10 Jakub StaszakFix include guards so they exactly match file names.
2012-12-03 Chandler CarruthSort the #include lines for the include/... tree with...
2012-11-15 Chad Rosier[reg scavenger] Fix the isUsed/isAliasUsed functions...
2012-10-15 Jakob Stoklund OlesenSwitch most getReservedRegs() clients to the MRI equiva...
2012-02-23 Jakob Stoklund OlesenTrack reserved registers separately from RegsAvailable.
2012-01-29 Jakob Stoklund OlesenFix some scavenger performance issues.
2011-03-05 Jim GrosbachTeach the register scavenger to take subregs into accou...
2010-07-08 Jim GrosbachAfter r107880, findSurvivorReg() no longer needs to...
2010-07-08 Jim GrosbachWhen processing frame index virtual registers, consider...
2009-10-07 Jim GrosbachAdd register-reuse to frame-index register scavenging...
2009-09-15 Jim GrosbachCorrect comment pasto
2009-08-18 Jakob Stoklund OlesenSimplify RegScavenger::FindUnusedReg.
2009-08-16 Jakob Stoklund OlesenReplace RegScavenger::DistanceMap with a simpler local...
2009-08-16 Jakob Stoklund OlesenClean up the public interface of RegScavenger.
2009-08-11 Jakob Stoklund OlesenRebuild RegScavenger::DistanceMap each time it is needed.
2009-08-08 Jakob Stoklund OlesenRemove RegisterScavenger::isSuperRegUsed(). This comple...
2009-08-08 Jakob Stoklund OlesenSimplify RegScavenger::forward a bit more.
2009-08-06 Jakob Stoklund OlesenGet rid of RegScavenger::backwards() before the bitrot...
2009-08-06 John MosbyReg Scavenging generalization (Thumb support):
2009-08-02 Jakob Stoklund OlesenScavenger asserts.
2009-07-01 Evan ChengRemove special handling of implicit_def. Fix a couple...
2009-06-30 Evan ChengTemporarily restore the scavenger implicit_def checking...
2009-06-30 Evan ChengAdd a bit IsUndef to MachineOperand. This indicates...
2009-02-06 Roman LevensteinDon't pass BitVectors by value, pass them by reference.
2008-12-19 Dan GohmanFix RegScavenger::forward() to work on basic blocks...
2008-12-19 Dan GohmanDelete the RegScavenging constructor that takes a Machi...
2008-11-20 Evan Cheng- Register scavenger should use MachineRegisterInfo...
2008-04-10 Evan ChengAllow registers defined by implicit_def to be clobbered.
2008-04-05 Evan ChengForgot this.
2008-03-06 Bill WendlingWhen setting the "unused" info, take into account somet...
2008-03-05 Evan ChengRefactor code. Remove duplicated functions that basical...
2008-03-03 Bill WendlingThis is the initial check-in for adding register scaven...
2008-02-10 Dan GohmanRename MRegisterInfo to TargetRegisterInfo.
2007-12-29 Chris LattnerDon't attribute in file headers anymore. See llvmdev...
2007-08-27 Dan GohmanAdd explicit keywords and remove spurious trailing...
2007-07-05 Dan GohmanAdd explicit keywords.
2007-05-01 Evan ChengPass call frame setup SP adjustment along to eliminateF...
2007-03-26 Dale JohannesenFix reversed logic in getRegsUsed. Rename RegStates...
2007-03-20 Dale Johannesenmaintain LiveIn when splitting blocks (register scaveng...
2007-03-18 Evan ChengFix comment.
2007-03-07 Evan ChengAdd skipTo to set internal iterator. Useful when pointe...
2007-03-06 Evan ChengRegister scavenger is now capable of scavenging. It...
2007-03-01 Evan ChengAdd a version of FindUnusedReg that restrict search...
2007-03-01 Evan ChengClean up interface.
2007-02-27 Evan ChengSome more code clean up.
2007-02-27 Evan ChengOops.
2007-02-27 Evan ChengRegScavenger interface change to make it more flexible.
2007-02-27 Evan Chengforward() should not increment internal iterator. Its...
2007-02-23 Evan ChengInitial check in of register scavenger. Its only curren...