Remove redundant code in MachineBasicBlock.cpp. NFC.
[oota-llvm.git] / lib / CodeGen / MachineBasicBlock.cpp
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.
2009-08-18 Chris Lattnerturn this conditional into something humans might actually
2009-08-03 David GreeneRe-apply LiveInterval index dumping patch, with fixes...
2009-07-24 Daniel DunbarMove more to raw_ostream, provide support for writing...
2009-07-21 Chris Lattnerrevert r76602, 76603, and r76615, pending design discus...
2009-07-21 David GreeneAdd PrefixPrinter arguments to the dump routines for...
2009-05-05 Dan GohmanIf a MachineBasicBlock has multiple ways of reaching...
2009-03-31 Dan GohmanReapply 68073, with fixes. EH Landing-pad basic blocks...
2009-03-30 Dan GohmanConstify arguments in isSuccessor and isLayoutSuccessor.
2009-01-08 Dan GohmanDelete unnecessary parens around return values.
2008-10-03 Dan GohmanSwitch the MachineOperand accessors back to the short...
2008-10-02 Dan GohmanAdd a new MachineBasicBlock utility function, isLayoutS...
2008-09-13 Dan GohmanRemove isImm(), isReg(), and friends, in favor of
2008-07-28 Dan GohmanFold the useful features of alist and alist_node into...
2008-07-17 Dan GohmanRe-introduce LeakDetector support for MachineInstrs...
2008-07-07 Dan GohmanPool-allocation for MachineInstrs, MachineBasicBlocks...
2008-05-05 Mon P WangAdded addition atomic instrinsics and, or, xor, min...
2008-04-24 Evan Cheng- Check if a register is livein before removing it...
2008-02-28 Evan ChengAdd a quick and dirty "loop aligner pass". x86 uses...
2008-02-26 Bill WendlingRename PrintableName to Name.
2008-02-26 Bill WendlingChange "Name" to "AsmName" in the target register info...
2008-02-10 Dan GohmanRename MRegisterInfo to TargetRegisterInfo.
2008-01-07 Chris Lattnerremove #includage
2008-01-07 Chris Lattnerrename TargetInstrDescriptor -> TargetInstrDesc.
2008-01-07 Chris LattnerRename MachineInstr::getInstrDescriptor -> getDesc...
2008-01-01 Chris LattnerImplement automatically updated def/use lists for all...
2007-12-31 Chris Lattnerproperly encapsulate the parent field of MBB and MI...
2007-12-30 Chris LattnerAdd new shorter predicates for testing machine operands...
2007-12-29 Chris LattnerRemove attribution from file headers, per discussion...
2007-10-03 Dan GohmanUse empty() member functions when that's what's being...
2007-09-02 Anton KorobeynikovSilence warning while compiling with gcc 4.2
2007-06-29 David GreeneFix misue of iterator pointing to erased object. Uncov...
2007-06-18 Evan ChengMove CorrectExtraCFGEdges() from BranchFolding.cpp...
2007-06-04 Evan ChengMove ReplaceUsesOfBlockWith() out of BranchFolding...
next