Age | Commit message (Expand) | Author |
2008-03-26 | Use a linked data structure for the uses lists of an SDNode, just like | Roman Levenstein |
2008-03-25 | A quick nm audit turned up several fixed tables and objects that were | Dan Gohman |
2008-03-16 | Make insert_subreg a two-address instruction, vastly simplifying LowerSubregs... | Christopher Lamb |
2008-03-15 | Replace all target specific implicit def instructions with a target independe... | Evan Cheng |
2008-03-14 | Livein copy scheduling fixes: do not coalesce physical register copies, corre... | Evan Cheng |
2008-03-12 | Experimental scheduler change to schedule / coalesce the copies added for fun... | Evan Cheng |
2008-03-11 | Recommitting parts of r48130. These do not appear to cause the observed failu... | Christopher Lamb |
2008-03-11 | When the register allocator runs out of registers, spill a physical register ... | Evan Cheng |
2008-03-11 | variadic instructions don't have operand info for variadic arguments. | Chris Lattner |
2008-03-11 | If a register operand comes from the variadic part of a node, don't | Chris Lattner |
2008-03-10 | Correctly clone FlaggedNodes. | Dan Gohman |
2008-03-10 | Revert 48125, 48126, and 48130 for now to unbreak some x86-64 tests. | Evan Cheng |
2008-03-10 | Allow insert_subreg into implicit, target-specific values. | Christopher Lamb |
2008-03-09 | teach X86InstrInfo::copyRegToReg how to copy into ST(0) from | Chris Lattner |
2008-03-09 | Add ScheduleDAG support for copytoreg where the src/dst register are | Chris Lattner |
2008-03-09 | fix 80 col violation | Chris Lattner |
2008-03-04 | Some improvements related to the computation of heights, depths of SUnits. | Roman Levenstein |
2008-03-04 | Rename isOperand() to isOperandOf() (and other similar methods). It always co... | Evan Cheng |
2008-02-28 | Keep track how many commutes are performed by the scheduler. | Evan Cheng |
2008-02-16 | Rename CountMemOperands to ComputeMemOperandsEnd to reflect what | Dan Gohman |
2008-02-14 | Change how FP immediates are handled. | Nate Begeman |
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 |