Age | Commit message (Expand) | Author |
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 |
2008-02-28 | Add a quick and dirty "loop aligner pass". x86 uses it to align its loops to ... | Evan Cheng |
2008-02-26 | Rename PrintableName to Name. | Bill Wendling |
2008-02-26 | Change "Name" to "AsmName" in the target register info. Gee, a refactoring tool | Bill Wendling |
2008-02-10 | Rename MRegisterInfo to TargetRegisterInfo. | Dan Gohman |
2008-01-07 | remove #includage | Chris Lattner |
2008-01-07 | rename TargetInstrDescriptor -> TargetInstrDesc. | Chris Lattner |
2008-01-07 | Rename MachineInstr::getInstrDescriptor -> getDesc(), which reflects | Chris Lattner |
2008-01-01 | Implement automatically updated def/use lists for all MachineInstr register | Chris Lattner |
2007-12-31 | properly encapsulate the parent field of MBB and MI with get/set accessors. | Chris Lattner |
2007-12-30 | Add new shorter predicates for testing machine operands for various types: | Chris Lattner |
2007-12-29 | Remove attribution from file headers, per discussion on llvmdev. | Chris Lattner |
2007-10-03 | Use empty() member functions when that's what's being tested for instead | Dan Gohman |
2007-09-02 | Silence warning while compiling with gcc 4.2 | Anton Korobeynikov |
2007-06-29 | Fix misue of iterator pointing to erased object. Uncovered by | David Greene |
2007-06-18 | Move CorrectExtraCFGEdges() from BranchFolding.cpp to a MachineBasicBlock met... | Evan Cheng |
2007-06-04 | Move ReplaceUsesOfBlockWith() out of BranchFolding into a MachineBasicBlock g... | Evan Cheng |
2007-05-17 | Move isSuccessor() offline, change it to use std::find. | Evan Cheng |
2007-04-30 | print isLandingPad() for MBBs | Chris Lattner |
2007-03-09 | Print preds / succs BB numbers. | Evan Cheng |