| Commit message (Expand) | Author | Age | Files | Lines |
... | |
* | add a new MachineBasicBlock::getSymbol method, replacing | Chris Lattner | 2010-01-26 | 1 | -0/+4 |
* | make findDebugLoc a class method | Dale Johannesen | 2010-01-20 | 1 | -3/+4 |
* | Move findDebugLoc somewhere more central. Fix | Dale Johannesen | 2010-01-20 | 1 | -0/+3 |
* | Revert these. They may have been causing 483_xalancbmk to fail: | Bill Wendling | 2009-12-15 | 1 | -5/+0 |
* | Address comments on last patch: | Bill Wendling | 2009-12-11 | 1 | -3/+3 |
* | A machine basic block may end in an unconditional branch, however it may have | Bill Wendling | 2009-12-11 | 1 | -0/+5 |
* | Split tail duplication into a separate pass. This is needed to avoid | Bob Wilson | 2009-11-26 | 1 | -0/+6 |
* | Add MachineBasicBlock::getName, and use it in place of getBasicBlock()->getName. | Jakob Stoklund Olesen | 2009-11-20 | 1 | -1/+6 |
* | Add a WriteAsOperand for MachineBasicBlock so MachineLoopInfo dump looks sane. | Evan Cheng | 2009-11-17 | 1 | -0/+2 |
* | Move the utility function UpdateTerminator() from CodePlacementOpt() into | Jim Grosbach | 2009-11-12 | 1 | -1/+7 |
* | Fix a comment. | Dan Gohman | 2009-11-09 | 1 | -1/+1 |
* | Initial target-independent CodeGen support for BlockAddresses. | Dan Gohman | 2009-10-30 | 1 | -0/+12 |
* | Revert r82214 completely to fix build. | Xerxes Ranby | 2009-09-18 | 1 | -7/+0 |
* | Fix a bug in sdisel switch lowering code. When it updates the phi nodes in sw... | Evan Cheng | 2009-09-18 | 1 | -0/+7 |
* | Remove all the LLVM_COMPACTIFY_SENTINELS-related macro magic as discussed wit... | Gabor Greif | 2009-08-26 | 1 | -1/+1 |
* | re-committing yesterday's r79938. | Gabor Greif | 2009-08-25 | 1 | -1/+1 |
* | --- Reverse-merging r79938 into '.': | Bill Wendling | 2009-08-25 | 1 | -1/+1 |
* | Resubmit an earlier patch of mine: | Gabor Greif | 2009-08-24 | 1 | -1/+1 |
* | remove std::ostream versions of printing stuff for MBB and MF, | Chris Lattner | 2009-08-23 | 1 | -2/+0 |
* | remove some dead print method variants. | Chris Lattner | 2009-08-23 | 1 | -6/+0 |
* | remove dead PrefixPrinter class. | Chris Lattner | 2009-08-23 | 1 | -11/+6 |
* | Re-apply LiveInterval index dumping patch, with fixes suggested by Bill | David Greene | 2009-08-03 | 1 | -4/+13 |
* | Move more to raw_ostream, provide support for writing MachineBasicBlock, | Daniel Dunbar | 2009-07-24 | 1 | -0/+4 |
* | revert r76602, 76603, and r76615, pending design discussions. | Chris Lattner | 2009-07-21 | 1 | -7/+2 |
* | Add PrefixPrinter arguments to the dump routines for MachineFunction and | David Greene | 2009-07-21 | 1 | -2/+7 |
* | Tidy up #includes. | Dan Gohman | 2009-07-16 | 1 | -1/+0 |
* | Reapply 68073, with fixes. EH Landing-pad basic blocks are not | Dan Gohman | 2009-03-31 | 1 | -0/+5 |
* | Really temporarily revert r68073. | Bill Wendling | 2009-03-31 | 1 | -9/+0 |
* | Oy! When reverting r68073, I added in experimental code. Sorry... | Bill Wendling | 2009-03-31 | 1 | -0/+9 |
* | Revert r68073. It's causing a failure in the Apple-style builds. | Bill Wendling | 2009-03-31 | 1 | -9/+0 |
* | Except in asm-verbose mode, avoid printing labels for blocks that are | Dan Gohman | 2009-03-30 | 1 | -0/+9 |
* | Constify arguments in isSuccessor and isLayoutSuccessor. | Dan Gohman | 2009-03-30 | 1 | -2/+2 |
* | Revert r67844. This fixes the llvm-gcc-4.2 build on Darwin. | Dan Gohman | 2009-03-27 | 1 | -1/+1 |
* | Reapply r66415, which was reverted in r66426 for | Duncan Sands | 2009-03-27 | 1 | -1/+1 |
* | Revert r66415. It's causing failures during bootstrap builds: | Bill Wendling | 2009-03-09 | 1 | -1/+1 |
* | in builds without asserts we do not need to allocate the Next pointer in "gho... | Gabor Greif | 2009-03-09 | 1 | -1/+1 |
* | do not close friendship with every odd class | Gabor Greif | 2009-03-06 | 1 | -1/+0 |
* | ooops, forgot to include the pointless-write eliminator in my previous checkin | Gabor Greif | 2009-03-04 | 1 | -0/+1 |
* | Give sentinel traits the right to determine the policy where the sentinel is ... | Gabor Greif | 2009-03-04 | 1 | -0/+3 |
* | "Ghostify" embedded sentinels. This is a real win in all cases | Gabor Greif | 2009-03-04 | 1 | -2/+4 |
* | Simplify the MachineLICM pass by having it only traverse outer | Dan Gohman | 2009-01-15 | 1 | -0/+6 |
* | Const-ify several TargetInstrInfo methods. | Dan Gohman | 2008-10-16 | 1 | -0/+2 |
* | Add a new MachineBasicBlock utility function, isLayoutSuccessor, that | Dan Gohman | 2008-10-02 | 1 | -0/+7 |
* | Update VS projects. | Cedric Venet | 2008-09-20 | 1 | -2/+3 |
* | Fold the useful features of alist and alist_node into ilist, and | Dan Gohman | 2008-07-28 | 1 | -12/+20 |
* | Re-introduce LeakDetector support for MachineInstrs and MachineBasicBlocks. | Dan Gohman | 2008-07-17 | 1 | -1/+1 |
* | Pool-allocation for MachineInstrs, MachineBasicBlocks, and | Dan Gohman | 2008-07-07 | 1 | -43/+26 |
* | For PR1338: rename include/llvm/ADT/ilist and friends to end with ".h" | Anton Korobeynikov | 2008-05-29 | 1 | -1/+1 |
* | Added addition atomic instrinsics and, or, xor, min, and max. | Mon P Wang | 2008-05-05 | 1 | -0/+5 |
* | Fix more -Wshorten-64-to-32 warnings. | Evan Cheng | 2008-05-05 | 1 | -3/+7 |