Fix physical register liveness calculations:
[oota-llvm.git] / lib / CodeGen / MachineBasicBlock.cpp
2012-11-20 Tim NorthoverFix physical register liveness calculations:
2012-10-26 Akira HatanakaMake sure I is not the end iterator when isInsideBundle...
2012-10-08 Micah VillmowMove TargetData to DataLayout.
2012-09-12 James MolloyAdd a function computeRegisterLiveness() to MachineBasi...
2012-09-11 Manman RenRelease build: guard dump functions with
2012-09-06 Manman RenRelease build: guard dump functions with "ifndef NDEBUG"
2012-08-22 Craig TopperAdd a getName function to MachineFunction. Use it in...
2012-08-20 Jakob Stoklund OlesenFix a quadratic algorithm in MachineBranchProbabilityInfo.
2012-08-13 Jakob Stoklund OlesenTransfer weights in transferSuccessorsAndUpdatePHIs().
2012-08-13 Jakob Stoklund OlesenPrint out MachineBasicBlock successor weights when...
2012-08-10 Jakob Stoklund OlesenUpdate edge weights correctly in replaceSuccessor().
2012-08-09 Jakob Stoklund OlesenMove use list management into MachineRegisterInfo.
2012-08-08 Jakob Stoklund OlesenRevert "Fix a quadratic algorithm in MachineBranchProba...
2012-08-08 Jakob Stoklund OlesenFix a quadratic algorithm in MachineBranchProbabilityInfo.
2012-07-30 Jakob Stoklund OlesenAdd MachineBasicBlock::isPredecessor().
2012-07-19 Bill WendlingRemove tabs.
2012-06-15 Bill WendlingRemove assignments which aren't used afterwards.
2012-04-24 Evan ChengMachineBasicBlock::SplitCriticalEdge() should follow...
2012-04-16 Chandler CarruthFix updateTerminator to be resiliant to degenerate...
2012-03-28 Jakob Stoklund OlesenAllow removeLiveIn to be called with a register that...
2012-03-07 Andrew TrickAdded MachineBasicBlock::getFullName() to standardize...
2012-02-10 Benjamin KramerCache iterators. Some of these are expensive to create.
2012-02-09 Lang HamesPreserve physreg kills in MachineBasicBlock::SplitCriti...
2012-01-26 Chad RosierUpdate comment for r149070.
2012-01-26 Chad RosierReplace the use of isPredicable() with isPredicated...
2011-12-20 Jakub StaszakAdd some constantness to BranchProbabilityInfo and...
2011-12-14 Evan Cheng- Add MachineInstrBundle.h and MachineInstrBundle.cpp...
2011-12-07 Evan ChengAdd bundle aware API for querying instruction propertie...
2011-12-06 Evan ChengFirst chunk of MachineInstr bundle support.
2011-12-06 Jakob Stoklund OlesenPretty-print basic block alignment.
2011-11-23 Chandler CarruthHandle the case of a no-return invoke correctly. It...
2011-11-22 Chandler CarruthFix a devilish miscompile exposed by block placement...
2011-10-14 Jakob Stoklund OlesenUpdate live-in lists when splitting critical edges.
2011-06-28 Evan Cheng- Rename TargetInstrDesc, TargetOperandInfo to MCInstrD...
2011-06-17 Jakub StaszakgetSuccWeight returns now default 0 if Weights vector...
2011-06-17 Jakub StaszakAllow empty Weights vector.
2011-06-16 Jakub StaszakIntroduce MachineBranchProbabilityInfo class, which...
2011-06-16 Jakub StaszakTest commit.
2011-05-29 Jakob Stoklund OlesenFix PR10046 by updating LiveVariables kill info when...
2011-04-18 Eli FriedmanSimplify declarations slightly by using typedefs.
2011-02-04 Jakob Stoklund OlesenAdd LiveIntervals::getLastSplitPoint().
2011-01-14 Jakob Stoklund OlesenTry for the third time to teach getFirstTerminator...
2011-01-14 Jakob Stoklund OlesenRevert r123419. It still breaks llvm-gcc-i386-linux...
2011-01-14 Jakob Stoklund OlesenTry again to teach getFirstTerminator() about debug...
2011-01-13 Jakob Stoklund OlesenTeach frame lowering to ignore debug values after the...
2011-01-13 Devang PatelSpeculatively revert r123384 to make llvm-gcc-i386...
2011-01-13 Jakob Stoklund OlesenTeach MachineBasicBlock::getFirstTerminator to ignore...
2011-01-13 Jakob Stoklund OlesenAdd missing space in debug output
2011-01-09 Jakob Stoklund OlesenReplace TargetRegisterInfo::printReg with a PrintReg...
2010-11-02 Jakob Stoklund OlesenDon't try to split weird critical edges that really...
2010-10-30 Jakob Stoklund OlesenAdd SkipPHIsAndLabels from PHIElimination to MachineBas...
2010-10-26 Jakob Stoklund OlesenTeach MachineBasicBlock::print() to annotate instructio...
2010-08-19 Evan ChengProperly update MachineDominators when splitting critic...
2010-08-17 Evan ChengMove the decision logic whether it's a good idea to...
2010-08-17 Evan ChengFix debug message.
2010-08-17 Evan ChengPHI elimination should not break back edge. It can...
2010-07-07 Dan GohmanAdd a getFirstNonPHI utility function.
2010-07-06 Dan GohmanReapply r107655 with fixes; insert the pseudo instructi...
2010-07-06 Dan GohmanRevert r107655.
2010-07-06 Dan GohmanFix a bunch of custom-inserter functions to handle...
2010-06-22 Dan GohmanMove PHIElimination's SplitCriticalEdge for MachineBasi...
2010-06-17 Stuart HastingsAdd a DebugLoc parameter to TargetInstrInfo::InsertBran...
2010-04-13 Dan GohmanEliminate MachineBasicBlock::const_livein_iterator...
2010-04-01 Bill WendlingReapply r100056. It doesn't look like it's the one...
2010-03-31 Bill WendlingRevert r100056. It was causing a failure on MSVC.
2010-03-31 Bill WendlingRewrite CorrectExtraCFGEdges() to make it more understa...
2010-03-30 Chris LattnerRip out the 'is temporary' nonsense from the MCContext...
2010-03-13 Chris Lattnereliminate the now-unneeded context argument of MBB...
2010-03-10 Chris Lattnerset the temporary bit on MCSymbols correctly.
2010-02-17 Chris Lattnermove isOnlyReachableByFallthrough out of MachineBasicBl...
2010-02-10 Dale JohannesenFix comments to reflect renaming elsewhere.
2010-02-09 Chris Lattnermove target-independent opcodes out of TargetInstrInfo
2010-01-26 Chris Lattneradd a new MachineBasicBlock::getSymbol method, replacing
2010-01-20 Dale Johannesenmake findDebugLoc a class method
2010-01-20 Dale JohannesenMove findDebugLoc somewhere more central. Fix
2010-01-15 Jakob Stoklund OlesenDon't make changes to the MBB in MachineBasicBlock...
2010-01-04 David GreeneChange errs() to dbgs().
2009-12-16 Bill WendlingHelpful comment added. Some code cleanup. No functional...
2009-12-15 Bill WendlingRevert these. They may have been causing 483_xalancbmk...
2009-12-14 Bill WendlingWhitespace changes, comment clarification. No functiona...
2009-12-11 Bill WendlingDon't try to move a MBB into the fall-through position...
2009-12-11 Bill WendlingRevert part of r91101 which was causing an infinite...
2009-12-11 Bill WendlingAddress comments on last patch:
2009-12-11 Bill WendlingA machine basic block may end in an unconditional branc...
2009-12-05 Dan GohmanSimplify this code: don't call AnalyzeBranch before...
2009-12-03 Chris Lattnerimprove portability to avoid conflicting with std:...
2009-11-26 Bob WilsonSplit tail duplication into a separate pass. This...
2009-11-22 Jakob Stoklund OlesenTeach MachineBasicBlock::updateTerminator() to handle...
2009-11-20 Jakob Stoklund OlesenAdd MachineBasicBlock::getName, and use it in place...
2009-11-17 Evan ChengAdd a WriteAsOperand for MachineBasicBlock so MachineLo...
2009-11-12 Jim GrosbachMove the utility function UpdateTerminator() from CodeP...
2009-11-11 Dan GohmanAdd support for tail duplication to BranchFolding,...
2009-10-31 Dan GohmanMake -print-machineinstrs more readable.
2009-10-30 Dan GohmanMention if a block has its address taken in debug output.
2009-10-30 Dan GohmanInitial target-independent CodeGen support for BlockAdd...
2009-08-23 Chris Lattnerremove std::ostream versions of printing stuff for...
2009-08-23 Chris Lattnerremove dead PrefixPrinter class.
2009-08-23 Chris Lattnerrandom cleanups.
2009-08-18 Chris Lattnerfix another bozo bug
2009-08-18 Chris Lattnerfix accidentally inverted conditional and add comment.
next