| Commit message (Expand) | Author | Age | Files | Lines |
* | revert r76602, 76603, and r76615, pending design discussions. | Chris Lattner | 2009-07-21 | 1 | -3/+1 |
* | Add PrefixPrinter arguments to the dump routines for MachineFunction and | David Greene | 2009-07-21 | 1 | -1/+3 |
* | If a MachineBasicBlock has multiple ways of reaching another block, | Dan Gohman | 2009-05-05 | 1 | -4/+2 |
* | Reapply 68073, with fixes. EH Landing-pad basic blocks are not | Dan Gohman | 2009-03-31 | 1 | -0/+10 |
* | Constify arguments in isSuccessor and isLayoutSuccessor. | Dan Gohman | 2009-03-30 | 1 | -2/+2 |
* | Delete unnecessary parens around return values. | Dan Gohman | 2009-01-08 | 1 | -1/+1 |
* | Switch the MachineOperand accessors back to the short names like | Dan Gohman | 2008-10-03 | 1 | -1/+1 |
* | Add a new MachineBasicBlock utility function, isLayoutSuccessor, that | Dan Gohman | 2008-10-02 | 1 | -0/+5 |
* | Remove isImm(), isReg(), and friends, in favor of | Dan Gohman | 2008-09-13 | 1 | -1/+2 |
* | Fold the useful features of alist and alist_node into ilist, and | Dan Gohman | 2008-07-28 | 1 | -24/+12 |
* | Re-introduce LeakDetector support for MachineInstrs and MachineBasicBlocks. | Dan Gohman | 2008-07-17 | 1 | -0/+12 |
* | Pool-allocation for MachineInstrs, MachineBasicBlocks, and | Dan Gohman | 2008-07-07 | 1 | -53/+53 |
* | Added addition atomic instrinsics and, or, xor, min, and max. | Mon P Wang | 2008-05-05 | 1 | -0/+13 |
* | - Check if a register is livein before removing it. It may have already been ... | Evan Cheng | 2008-04-24 | 1 | -0/+5 |
* | Add a quick and dirty "loop aligner pass". x86 uses it to align its loops to ... | Evan Cheng | 2008-02-28 | 1 | -0/+1 |
* | Rename PrintableName to Name. | Bill Wendling | 2008-02-26 | 1 | -1/+1 |
* | Change "Name" to "AsmName" in the target register info. Gee, a refactoring tool | Bill Wendling | 2008-02-26 | 1 | -1/+1 |
* | Rename MRegisterInfo to TargetRegisterInfo. | Dan Gohman | 2008-02-10 | 1 | -7/+7 |
* | remove #includage | Chris Lattner | 2008-01-07 | 1 | -1/+1 |
* | rename TargetInstrDescriptor -> TargetInstrDesc. | Chris Lattner | 2008-01-07 | 1 | -3/+3 |
* | Rename MachineInstr::getInstrDescriptor -> getDesc(), which reflects | Chris Lattner | 2008-01-07 | 1 | -4/+3 |
* | Implement automatically updated def/use lists for all MachineInstr register | Chris Lattner | 2008-01-01 | 1 | -4/+55 |
* | properly encapsulate the parent field of MBB and MI with get/set accessors. | Chris Lattner | 2007-12-31 | 1 | -19/+21 |
* | Add new shorter predicates for testing machine operands for various types: | Chris Lattner | 2007-12-30 | 1 | -3/+2 |
* | Remove attribution from file headers, per discussion on llvmdev. | Chris Lattner | 2007-12-29 | 1 | -2/+2 |
* | Use empty() member functions when that's what's being tested for instead | Dan Gohman | 2007-10-03 | 1 | -1/+1 |
* | Silence warning while compiling with gcc 4.2 | Anton Korobeynikov | 2007-09-02 | 1 | -1/+2 |
* | It's not necessary to do rounding for alloca operations when the requested | Dan Gohman | 2007-07-18 | 1 | -0/+287 |