aboutsummaryrefslogtreecommitdiff
path: root/lib/CodeGen/MachineBasicBlock.cpp
AgeCommit message (Expand)Author
2009-11-26Split tail duplication into a separate pass. This is needed to avoidBob Wilson
2009-11-22Teach MachineBasicBlock::updateTerminator() to handle a failing TII->ReverseB...Jakob Stoklund Olesen
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-11Add support for tail duplication to BranchFolding, and extendDan Gohman
2009-10-31Make -print-machineinstrs more readable.Dan Gohman
2009-10-30Mention if a block has its address taken in debug output.Dan Gohman
2009-10-30Initial target-independent CodeGen support for BlockAddresses.Dan Gohman
2009-08-23remove std::ostream versions of printing stuff for MBB and MF,Chris Lattner
2009-08-23remove dead PrefixPrinter class.Chris Lattner
2009-08-23random cleanups.Chris Lattner
2009-08-18fix another bozo bugChris Lattner
2009-08-18fix accidentally inverted conditional and add comment.Chris Lattner
2009-08-18turn this conditional into something humans might actuallyChris 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-05-05If a MachineBasicBlock has multiple ways of reaching another block,Dan Gohman
2009-03-31Reapply 68073, with fixes. EH Landing-pad basic blocks are notDan Gohman
2009-03-30Constify arguments in isSuccessor and isLayoutSuccessor.Dan Gohman
2009-01-08Delete unnecessary parens around return values.Dan Gohman
2008-10-03Switch the MachineOperand accessors back to the short names likeDan Gohman
2008-10-02Add a new MachineBasicBlock utility function, isLayoutSuccessor, thatDan Gohman
2008-09-13Remove isImm(), isReg(), and friends, in favor of Dan Gohman
2008-07-28Fold the useful features of alist and alist_node into ilist, andDan Gohman
2008-07-17Re-introduce LeakDetector support for MachineInstrs and MachineBasicBlocks.Dan Gohman
2008-07-07Pool-allocation for MachineInstrs, MachineBasicBlocks, andDan Gohman
2008-05-05Added addition atomic instrinsics and, or, xor, min, and max.Mon P Wang
2008-04-24- Check if a register is livein before removing it. It may have already been ...Evan Cheng
2008-02-28Add a quick and dirty "loop aligner pass". x86 uses it to align its loops to ...Evan Cheng
2008-02-26Rename PrintableName to Name.Bill Wendling
2008-02-26Change "Name" to "AsmName" in the target register info. Gee, a refactoring toolBill Wendling
2008-02-10Rename MRegisterInfo to TargetRegisterInfo.Dan Gohman
2008-01-07remove #includageChris Lattner
2008-01-07rename TargetInstrDescriptor -> TargetInstrDesc.Chris Lattner
2008-01-07Rename MachineInstr::getInstrDescriptor -> getDesc(), which reflectsChris Lattner
2008-01-01Implement automatically updated def/use lists for all MachineInstr register Chris Lattner
2007-12-31properly encapsulate the parent field of MBB and MI with get/set accessors.Chris Lattner
2007-12-30Add new shorter predicates for testing machine operands for various types: Chris Lattner
2007-12-29Remove attribution from file headers, per discussion on llvmdev.Chris Lattner
2007-10-03Use empty() member functions when that's what's being tested for insteadDan Gohman
2007-09-02Silence warning while compiling with gcc 4.2Anton Korobeynikov
2007-06-29Fix misue of iterator pointing to erased object. Uncovered byDavid Greene
2007-06-18Move CorrectExtraCFGEdges() from BranchFolding.cpp to a MachineBasicBlock met...Evan Cheng
2007-06-04Move ReplaceUsesOfBlockWith() out of BranchFolding into a MachineBasicBlock g...Evan Cheng
2007-05-17Move isSuccessor() offline, change it to use std::find.Evan Cheng
2007-04-30print isLandingPad() for MBBsChris Lattner
2007-03-09Print preds / succs BB numbers.Evan Cheng