aboutsummaryrefslogtreecommitdiff
path: root/include/llvm/CodeGen/MachineBasicBlock.h
AgeCommit message (Expand)Author
2011-02-04Add LiveIntervals::getLastSplitPoint().Jakob Stoklund Olesen
2011-01-13Teach frame lowering to ignore debug values after the terminators.Jakob Stoklund Olesen
2010-10-30Add SkipPHIsAndLabels from PHIElimination to MachineBasicBlock. It is neededJakob Stoklund Olesen
2010-10-26Teach MachineBasicBlock::print() to annotate instructions and blocks withJakob Stoklund Olesen
2010-09-21Add insertAfter. This should have accompanied previous check-in.Devang Patel
2010-07-07Add a getFirstNonPHI utility function.Dan Gohman
2010-07-06Reapply r107655 with fixes; insert the pseudo instruction intoDan Gohman
2010-07-06Revert r107655.Dan Gohman
2010-07-06Fix a bunch of custom-inserter functions to handle the case whereDan Gohman
2010-06-22Move PHIElimination's SplitCriticalEdge for MachineBasicBlocks outDan Gohman
2010-04-13Eliminate MachineBasicBlock::const_livein_iterator and makeDan Gohman
2010-03-13eliminate the now-unneeded context argument of MBB::getSymbol()Chris Lattner
2010-02-17move isOnlyReachableByFallthrough out of MachineBasicBlock into AsmPrinter,Chris Lattner
2010-02-10Stop MachineInstr.h from #including AsmPrinter.hChris Lattner
2010-02-10more comment updatesDale Johannesen
2010-01-26add a new MachineBasicBlock::getSymbol method, replacingChris Lattner
2010-01-20make findDebugLoc a class methodDale Johannesen
2010-01-20Move findDebugLoc somewhere more central. FixDale Johannesen
2009-12-15Revert these. They may have been causing 483_xalancbmk to fail:Bill Wendling
2009-12-11Address comments on last patch:Bill Wendling
2009-12-11A machine basic block may end in an unconditional branch, however it may haveBill Wendling
2009-11-26Split tail duplication into a separate pass. This is needed to avoidBob Wilson
2009-11-20Add MachineBasicBlock::getName, and use it in place of getBasicBlock()->getName.Jakob Stoklund Olesen
2009-11-17Add a WriteAsOperand for MachineBasicBlock so MachineLoopInfo dump looks sane.Evan Cheng
2009-11-12Move the utility function UpdateTerminator() from CodePlacementOpt() intoJim Grosbach
2009-11-09Fix a comment.Dan Gohman
2009-10-30Initial target-independent CodeGen support for BlockAddresses.Dan Gohman
2009-09-18Revert r82214 completely to fix build.Xerxes Ranby
2009-09-18Fix a bug in sdisel switch lowering code. When it updates the phi nodes in sw...Evan Cheng
2009-08-26Remove all the LLVM_COMPACTIFY_SENTINELS-related macro magic as discussed wit...Gabor Greif
2009-08-25re-committing yesterday's r79938.Gabor Greif
2009-08-25--- Reverse-merging r79938 into '.':Bill Wendling
2009-08-24Resubmit an earlier patch of mine:Gabor Greif
2009-08-23remove std::ostream versions of printing stuff for MBB and MF,Chris Lattner
2009-08-23remove some dead print method variants.Chris Lattner
2009-08-23remove dead PrefixPrinter class.Chris Lattner
2009-08-03Re-apply LiveInterval index dumping patch, with fixes suggested by BillDavid Greene
2009-07-24Move more to raw_ostream, provide support for writing MachineBasicBlock,Daniel Dunbar
2009-07-21revert r76602, 76603, and r76615, pending design discussions.Chris Lattner
2009-07-21Add PrefixPrinter arguments to the dump routines for MachineFunction andDavid Greene
2009-07-16Tidy up #includes.Dan Gohman
2009-03-31Reapply 68073, with fixes. EH Landing-pad basic blocks are notDan Gohman
2009-03-31Really temporarily revert r68073.Bill Wendling
2009-03-31Oy! When reverting r68073, I added in experimental code. Sorry...Bill Wendling
2009-03-31Revert r68073. It's causing a failure in the Apple-style builds.Bill Wendling
2009-03-30Except in asm-verbose mode, avoid printing labels for blocks that areDan Gohman
2009-03-30Constify arguments in isSuccessor and isLayoutSuccessor.Dan Gohman
2009-03-27Revert r67844. This fixes the llvm-gcc-4.2 build on Darwin.Dan Gohman
2009-03-27Reapply r66415, which was reverted in r66426 forDuncan Sands
2009-03-09Revert r66415. It's causing failures during bootstrap builds:Bill Wendling