| Age | Commit message (Expand) | Author |
| 2008-02-11 | From Chris' review: use isa instead of explicitly using classof. | Dan Gohman |
| 2008-02-11 | From Chris' review: minor corrections in comments. | Dan Gohman |
| 2008-02-10 | Rename MRegisterInfo to TargetRegisterInfo. | Dan Gohman |
| 2008-02-06 | Re-apply the memory operand changes, with a fix for the static | Dan Gohman |
| 2008-02-02 | SDIsel processes llvm.dbg.declare by recording the variable debug information... | Evan Cheng |
| 2008-02-01 | Remove the nasty LABEL hack with a much less evil one. Now llvm.dbg.func.star... | Evan Cheng |
| 2008-01-31 | Revert 46556 and 46585. Dan please fix the PseudoSourceValue problem and re-c... | Evan Cheng |
| 2008-01-31 | Add a comment for a nasty short term hack. | Evan Cheng |
| 2008-01-31 | Add an extra operand to LABEL nodes which distinguishes between debug, EH, or... | Evan Cheng |
| 2008-01-31 | Add more thorough error checking for NULL register classes. | Christopher Lamb |
| 2008-01-31 | Create a new class, MemOperand, for describing memory references | Dan Gohman |
| 2008-01-30 | Treat the label for the first @llvm.dbg.stoppoint the same way as the dbg_fun... | Evan Cheng |
| 2008-01-30 | A semi-gross fix for a debug info issue. When inserting the "function start" ... | Evan Cheng |
| 2008-01-30 | Even though InsertAtEndOfBasicBlock is an ugly hack it still deserves a prope... | Evan Cheng |
| 2008-01-29 | Use empty() instead of comparing size() with zero. | Dan Gohman |
| 2008-01-07 | rename TargetInstrDescriptor -> TargetInstrDesc. | Chris Lattner |
| 2008-01-07 | Rename all the M_* flags to be namespace qualified enums, and switch | Chris Lattner |
| 2008-01-07 | add more and significantly better comments to the rest of the machineinstr | Chris Lattner |
| 2008-01-07 | rename hasVariableOperands() -> isVariadic(). Add some comments. | Chris Lattner |
| 2008-01-07 | Move a bunch more accessors from TargetInstrInfo to TargetInstrDescriptor | Chris Lattner |
| 2008-01-07 | remove some uses of MachineOpCode, move getSchedClass | Chris Lattner |
| 2008-01-07 | Add predicates methods to TargetOperandInfo, and switch all clients | Chris Lattner |
| 2008-01-07 | Rename MachineInstr::getInstrDescriptor -> getDesc(), which reflects | Chris Lattner |
| 2007-12-31 | Move copyRegToReg from MRegisterInfo to TargetInstrInfo. This is part of the | Owen Anderson |
| 2007-12-31 | update a couple of references to SSARegMap. | Chris Lattner |
| 2007-12-31 | Rename SSARegMap -> MachineRegisterInfo in keeping with the idea | Chris Lattner |
| 2007-12-30 | use simplified operand addition methods. | Chris Lattner |
| 2007-12-30 | Start using the simplified methods for adding operands. | Chris Lattner |
| 2007-12-29 | Remove attribution from file headers, per discussion on llvmdev. | Chris Lattner |
| 2007-12-14 | Bug fix. Must also match ResNo when matching an operand with a user. | Evan Cheng |
| 2007-11-05 | Make labels work in asm blocks; allow labels as | Dale Johannesen |
| 2007-11-01 | Executive summary: getTypeSize -> getTypeStoreSize / getABITypeSize. | Duncan Sands |
| 2007-10-12 | EXTRACT_SUBREG coalescing support. The coalescer now treats EXTRACT_SUBREG like | Evan Cheng |
| 2007-10-05 | If a node that defines a physical register that is expensive to copy. The | Evan Cheng |
| 2007-10-03 | Use empty() member functions when that's what's being tested for instead | Dan Gohman |
| 2007-09-28 | If two instructions are both two-address code, favors (schedule closer to | Evan Cheng |
| 2007-09-28 | Trim some unneeded fields. | Evan Cheng |
| 2007-09-26 | - Move getPhysicalRegisterRegClass() from ScheduleDAG to MRegisterInfo. | Evan Cheng |
| 2007-09-26 | Allow copyRegToReg to emit cross register classes copies. | Evan Cheng |
| 2007-09-25 | Added major new capabilities to scheduler (only BURR for now) to support phys... | Evan Cheng |
| 2007-09-19 | Use struct SDep instead of std::pair for SUnit pred and succ lists. First step | Evan Cheng |
| 2007-09-12 | Remove dead code. | Evan Cheng |
| 2007-08-25 | Teach the dag scheduler to handle inline asm nodes with multi-value immediate... | Chris Lattner |
| 2007-08-02 | Do not emit copies for physical register output if it's not used. | Evan Cheng |
| 2007-08-02 | Instead of adding copyfromreg's to handle physical definitions. Now isel can | Evan Cheng |
| 2007-07-26 | Teach DAG scheduling how to properly emit subreg insert/extract machine instr... | Christopher Lamb |
| 2007-07-13 | Skeleton of post-RA scheduler; doesn't do anything yet. | Dale Johannesen |
| 2007-07-10 | If the operand is marked M_OPTIONAL_DEF_OPERAND, then it's a def. | Evan Cheng |
| 2007-07-10 | When a node value is only used by a CopyToReg, use the user's dest. This shou... | Evan Cheng |
| 2007-07-06 | Change CalculateHeights and CalculateDepths to be non-recursive. | Evan Cheng |