aboutsummaryrefslogtreecommitdiff
path: root/llvm/lib/CodeGen/MachineBasicBlock.cpp
AgeCommit message (Expand)AuthorFilesLines
2009-08-23remove std::ostream versions of printing stuff for MBB and MF,Chris Lattner1-10/+1
2009-08-23remove dead PrefixPrinter class.Chris Lattner1-6/+4
2009-08-23random cleanups.Chris Lattner1-25/+24
2009-08-18fix another bozo bugChris Lattner1-2/+2
2009-08-18fix accidentally inverted conditional and add comment.Chris Lattner1-1/+4
2009-08-18turn this conditional into something humans might actuallyChris Lattner1-8/+25
2009-08-03Re-apply LiveInterval index dumping patch, with fixes suggested by BillDavid Greene1-4/+6
2009-07-24Move more to raw_ostream, provide support for writing MachineBasicBlock,Daniel Dunbar1-1/+11
2009-07-21revert r76602, 76603, and r76615, pending design discussions.Chris Lattner1-3/+1
2009-07-21Add PrefixPrinter arguments to the dump routines for MachineFunction andDavid Greene1-1/+3
2009-05-05If a MachineBasicBlock has multiple ways of reaching another block,Dan Gohman1-4/+2
2009-03-31Reapply 68073, with fixes. EH Landing-pad basic blocks are notDan Gohman1-0/+10
2009-03-30Constify arguments in isSuccessor and isLayoutSuccessor.Dan Gohman1-2/+2
2009-01-08Delete unnecessary parens around return values.Dan Gohman1-1/+1
2008-10-03Switch the MachineOperand accessors back to the short names likeDan Gohman1-1/+1
2008-10-02Add a new MachineBasicBlock utility function, isLayoutSuccessor, thatDan Gohman1-0/+5
2008-09-13Remove isImm(), isReg(), and friends, in favor of Dan Gohman1-1/+2
2008-07-28Fold the useful features of alist and alist_node into ilist, andDan Gohman1-24/+12
2008-07-17Re-introduce LeakDetector support for MachineInstrs and MachineBasicBlocks.Dan Gohman1-0/+12
2008-07-07Pool-allocation for MachineInstrs, MachineBasicBlocks, andDan Gohman1-53/+53
2008-05-05Added addition atomic instrinsics and, or, xor, min, and max.Mon P Wang1-0/+13
2008-04-24- Check if a register is livein before removing it. It may have already been ...Evan Cheng1-0/+5
2008-02-28Add a quick and dirty "loop aligner pass". x86 uses it to align its loops to ...Evan Cheng1-0/+1
2008-02-26Rename PrintableName to Name.Bill Wendling1-1/+1
2008-02-26Change "Name" to "AsmName" in the target register info. Gee, a refactoring toolBill Wendling1-1/+1
2008-02-10Rename MRegisterInfo to TargetRegisterInfo.Dan Gohman1-7/+7
2008-01-07remove #includageChris Lattner1-1/+1
2008-01-07rename TargetInstrDescriptor -> TargetInstrDesc.Chris Lattner1-3/+3
2008-01-07Rename MachineInstr::getInstrDescriptor -> getDesc(), which reflectsChris Lattner1-4/+3
2008-01-01Implement automatically updated def/use lists for all MachineInstr register Chris Lattner1-4/+55
2007-12-31properly encapsulate the parent field of MBB and MI with get/set accessors.Chris Lattner1-19/+21
2007-12-30Add new shorter predicates for testing machine operands for various types: Chris Lattner1-3/+2
2007-12-29Remove attribution from file headers, per discussion on llvmdev.Chris Lattner1-2/+2
2007-10-03Use empty() member functions when that's what's being tested for insteadDan Gohman1-1/+1
2007-09-02Silence warning while compiling with gcc 4.2Anton Korobeynikov1-1/+2
2007-06-29Fix misue of iterator pointing to erased object. Uncovered byDavid Greene1-3/+3
2007-06-18Move CorrectExtraCFGEdges() from BranchFolding.cpp to a MachineBasicBlock met...Evan Cheng1-0/+60
2007-06-04Move ReplaceUsesOfBlockWith() out of BranchFolding into a MachineBasicBlock g...Evan Cheng1-0/+27
2007-05-17Move isSuccessor() offline, change it to use std::find.Evan Cheng1-0/+6
2007-04-30print isLandingPad() for MBBsChris Lattner1-3/+5
2007-03-09Print preds / succs BB numbers.Evan Cheng1-2/+2
2007-02-19Re-apply my liveintervalanalysis changes. Now with PR1207 fixes.Evan Cheng1-1/+7
2007-02-19For PR1207:Reid Spencer1-7/+1
2007-02-17Added removeLiveIn.Evan Cheng1-1/+7
2007-02-10Add live-ins to MachineBasicBlock.Evan Cheng1-1/+22
2006-12-16The best unbreakage yet, addressing Bill's concerns.Jeff Cohen1-5/+0
2006-12-15An even better unbreakage...Jeff Cohen1-0/+5
2006-12-07Removed more <iostream> includesBill Wendling1-2/+1
2006-11-27Change MachineInstr ctor's to take a TargetInstrDescriptor reference insteadEvan Cheng1-1/+1
2006-11-18Implement operator<< for machine basic blocks to make it easier to dump them.Chris Lattner1-0/+4