Age | Commit message (Expand) | Author |
2010-03-13 | eliminate the now-unneeded context argument of MBB::getSymbol() | Chris Lattner |
2010-03-10 | set the temporary bit on MCSymbols correctly. | Chris Lattner |
2010-02-17 | move isOnlyReachableByFallthrough out of MachineBasicBlock into AsmPrinter, | Chris Lattner |
2010-02-10 | Fix comments to reflect renaming elsewhere. | Dale Johannesen |
2010-02-09 | move target-independent opcodes out of TargetInstrInfo | Chris Lattner |
2010-01-26 | add a new MachineBasicBlock::getSymbol method, replacing | Chris Lattner |
2010-01-20 | make findDebugLoc a class method | Dale Johannesen |
2010-01-20 | Move findDebugLoc somewhere more central. Fix | Dale Johannesen |
2010-01-15 | Don't make changes to the MBB in MachineBasicBlock::canFallThrough(). | Jakob Stoklund Olesen |
2010-01-04 | Change errs() to dbgs(). | David Greene |
2009-12-16 | Helpful comment added. Some code cleanup. No functional change. | Bill Wendling |
2009-12-15 | Revert these. They may have been causing 483_xalancbmk to fail: | Bill Wendling |
2009-12-14 | Whitespace changes, comment clarification. No functional changes. | Bill Wendling |
2009-12-11 | Don't try to move a MBB into the fall-through position if it's a landing pad or | Bill Wendling |
2009-12-11 | Revert part of r91101 which was causing an infinite loop in the self-hosting | Bill Wendling |
2009-12-11 | Address comments on last patch: | Bill Wendling |
2009-12-11 | A machine basic block may end in an unconditional branch, however it may have | Bill Wendling |
2009-12-05 | Simplify this code: don't call AnalyzeBranch before doing simpler checks. | Dan Gohman |
2009-12-03 | improve portability to avoid conflicting with std::next in c++'0x. | Chris Lattner |
2009-11-26 | Split tail duplication into a separate pass. This is needed to avoid | Bob Wilson |
2009-11-22 | Teach MachineBasicBlock::updateTerminator() to handle a failing TII->ReverseB... | Jakob Stoklund Olesen |
2009-11-20 | Add MachineBasicBlock::getName, and use it in place of getBasicBlock()->getName. | Jakob Stoklund Olesen |
2009-11-17 | Add a WriteAsOperand for MachineBasicBlock so MachineLoopInfo dump looks sane. | Evan Cheng |
2009-11-12 | Move the utility function UpdateTerminator() from CodePlacementOpt() into | Jim Grosbach |
2009-11-11 | Add support for tail duplication to BranchFolding, and extend | Dan Gohman |
2009-10-31 | Make -print-machineinstrs more readable. | Dan Gohman |
2009-10-30 | Mention if a block has its address taken in debug output. | Dan Gohman |
2009-10-30 | Initial target-independent CodeGen support for BlockAddresses. | Dan Gohman |
2009-08-23 | remove std::ostream versions of printing stuff for MBB and MF, | Chris Lattner |
2009-08-23 | remove dead PrefixPrinter class. | Chris Lattner |
2009-08-23 | random cleanups. | Chris Lattner |
2009-08-18 | fix another bozo bug | Chris Lattner |
2009-08-18 | fix accidentally inverted conditional and add comment. | Chris Lattner |
2009-08-18 | turn this conditional into something humans might actually | Chris Lattner |
2009-08-03 | Re-apply LiveInterval index dumping patch, with fixes suggested by Bill | David Greene |
2009-07-24 | Move more to raw_ostream, provide support for writing MachineBasicBlock, | Daniel Dunbar |
2009-07-21 | revert r76602, 76603, and r76615, pending design discussions. | Chris Lattner |
2009-07-21 | Add PrefixPrinter arguments to the dump routines for MachineFunction and | David Greene |
2009-05-05 | If a MachineBasicBlock has multiple ways of reaching another block, | Dan Gohman |
2009-03-31 | Reapply 68073, with fixes. EH Landing-pad basic blocks are not | Dan Gohman |
2009-03-30 | Constify arguments in isSuccessor and isLayoutSuccessor. | Dan Gohman |
2009-01-08 | Delete unnecessary parens around return values. | Dan Gohman |
2008-10-03 | Switch the MachineOperand accessors back to the short names like | Dan Gohman |
2008-10-02 | Add a new MachineBasicBlock utility function, isLayoutSuccessor, that | Dan Gohman |
2008-09-13 | Remove isImm(), isReg(), and friends, in favor of | Dan Gohman |
2008-07-28 | Fold the useful features of alist and alist_node into ilist, and | Dan Gohman |
2008-07-17 | Re-introduce LeakDetector support for MachineInstrs and MachineBasicBlocks. | Dan Gohman |
2008-07-07 | Pool-allocation for MachineInstrs, MachineBasicBlocks, and | Dan Gohman |
2008-05-05 | Added 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 |