| Commit message (Expand) | Author | Age | Files | Lines |
| * | rename TargetInstrDescriptor -> TargetInstrDesc. | Chris Lattner | 2008-01-07 | 1 | -16/+16 |
| * | Rename all the M_* flags to be namespace qualified enums, and switch | Chris Lattner | 2008-01-07 | 1 | -1/+1 |
| * | add more and significantly better comments to the rest of the machineinstr | Chris Lattner | 2008-01-07 | 1 | -1/+1 |
| * | rename hasVariableOperands() -> isVariadic(). Add some comments. | Chris Lattner | 2008-01-07 | 1 | -2/+2 |
| * | Move a bunch more accessors from TargetInstrInfo to TargetInstrDescriptor | Chris Lattner | 2008-01-07 | 1 | -14/+15 |
| * | remove some uses of MachineOpCode, move getSchedClass | Chris Lattner | 2008-01-07 | 1 | -2/+3 |
| * | Add predicates methods to TargetOperandInfo, and switch all clients | Chris Lattner | 2008-01-07 | 1 | -4/+4 |
| * | Rename MachineInstr::getInstrDescriptor -> getDesc(), which reflects | Chris Lattner | 2008-01-07 | 1 | -1/+1 |
| * | Move copyRegToReg from MRegisterInfo to TargetInstrInfo. This is part of the | Owen Anderson | 2007-12-31 | 1 | -5/+5 |
| * | update a couple of references to SSARegMap. | Chris Lattner | 2007-12-31 | 1 | -1/+1 |
| * | Rename SSARegMap -> MachineRegisterInfo in keeping with the idea | Chris Lattner | 2007-12-31 | 1 | -23/+24 |
| * | use simplified operand addition methods. | Chris Lattner | 2007-12-30 | 1 | -30/+22 |
| * | Start using the simplified methods for adding operands. | Chris Lattner | 2007-12-30 | 1 | -11/+11 |
| * | Remove attribution from file headers, per discussion on llvmdev. | Chris Lattner | 2007-12-29 | 1 | -2/+2 |
| * | Bug fix. Must also match ResNo when matching an operand with a user. | Evan Cheng | 2007-12-14 | 1 | -1/+1 |
| * | Make labels work in asm blocks; allow labels as | Dale Johannesen | 2007-11-05 | 1 | -3/+6 |
| * | Executive summary: getTypeSize -> getTypeStoreSize / getABITypeSize. | Duncan Sands | 2007-11-01 | 1 | -1/+1 |
| * | EXTRACT_SUBREG coalescing support. The coalescer now treats EXTRACT_SUBREG like | Evan Cheng | 2007-10-12 | 1 | -3/+0 |
| * | If a node that defines a physical register that is expensive to copy. The | Evan Cheng | 2007-10-05 | 1 | -28/+33 |
| * | Use empty() member functions when that's what's being tested for instead | Dan Gohman | 2007-10-03 | 1 | -1/+1 |
| * | If two instructions are both two-address code, favors (schedule closer to | Evan Cheng | 2007-09-28 | 1 | -5/+5 |
| * | Trim some unneeded fields. | Evan Cheng | 2007-09-28 | 1 | -2/+0 |
| * | - Move getPhysicalRegisterRegClass() from ScheduleDAG to MRegisterInfo. | Evan Cheng | 2007-09-26 | 1 | -24/+46 |
| * | Allow copyRegToReg to emit cross register classes copies. | Evan Cheng | 2007-09-26 | 1 | -4/+6 |
| * | Added major new capabilities to scheduler (only BURR for now) to support phys... | Evan Cheng | 2007-09-25 | 1 | -57/+125 |
| * | Use struct SDep instead of std::pair for SUnit pred and succ lists. First step | Evan Cheng | 2007-09-19 | 1 | -6/+6 |
| * | Remove dead code. | Evan Cheng | 2007-09-12 | 1 | -1/+1 |
| * | Teach the dag scheduler to handle inline asm nodes with multi-value immediate... | Chris Lattner | 2007-08-25 | 1 | -8/+9 |
| * | Do not emit copies for physical register output if it's not used. | Evan Cheng | 2007-08-02 | 1 | -1/+2 |
| * | Instead of adding copyfromreg's to handle physical definitions. Now isel can | Evan Cheng | 2007-08-02 | 1 | -68/+78 |
| * | Teach DAG scheduling how to properly emit subreg insert/extract machine instr... | Christopher Lamb | 2007-07-26 | 1 | -0/+150 |
| * | Skeleton of post-RA scheduler; doesn't do anything yet. | Dale Johannesen | 2007-07-13 | 1 | -1/+1 |
| * | If the operand is marked M_OPTIONAL_DEF_OPERAND, then it's a def. | Evan Cheng | 2007-07-10 | 1 | -1/+4 |
| * | When a node value is only used by a CopyToReg, use the user's dest. This shou... | Evan Cheng | 2007-07-10 | 1 | -50/+55 |
| * | Change CalculateHeights and CalculateDepths to be non-recursive. | Evan Cheng | 2007-07-06 | 1 | -22/+28 |
| * | Pass a SelectionDAG into SDNode::dump everywhere it's used, in prepration | Dan Gohman | 2007-06-19 | 1 | -1/+1 |
| * | Fix some VC++ warnings. | Jeff Cohen | 2007-03-20 | 1 | -0/+1 |
| * | Code clean up. | Lauro Ramos Venancio | 2007-03-20 | 1 | -23/+20 |
| * | CopyToReg source operand can be a physical register. | Lauro Ramos Venancio | 2007-03-20 | 1 | -3/+19 |
| * | print target nodes nicely | Chris Lattner | 2007-02-17 | 1 | -1/+1 |
| * | fix indentation | Chris Lattner | 2007-02-15 | 1 | -2/+2 |
| * | Apply B Scott Michel's patch for PR1184, which improves diagnostics in an | Chris Lattner | 2007-02-15 | 1 | -2/+16 |
| * | For PR1195: | Reid Spencer | 2007-02-15 | 1 | -1/+1 |
| * | switch the VRBaseMap in the scheduler from an std::map to a DenseMap. This | Chris Lattner | 2007-02-04 | 1 | -5/+5 |
| * | Make LABEL a builtin opcode. | Jim Laskey | 2007-01-26 | 1 | -0/+1 |
| * | Renamed getTypeAlignmentShift() to getPreferredTypeAlignmentShift(). | Evan Cheng | 2007-01-24 | 1 | -1/+1 |
| * | Remove the DoubleTy special case. | Evan Cheng | 2007-01-22 | 1 | -9/+5 |
| * | Compensate for loss of DerivedTypes.h in TargetLowering.h | Reid Spencer | 2007-01-12 | 1 | -0/+1 |
| * | CopyToReg source operand can be a register as well. e.g. Copy from GlobalBase... | Evan Cheng | 2007-01-05 | 1 | -2/+6 |
| * | Removing even more <iostream> includes. | Bill Wendling | 2006-12-07 | 1 | -25/+23 |