Commit message (Collapse) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
* | Mark dead physregdefs dead immediately. This helps MachineSink and | Dan Gohman | 2009-10-28 | 1 | -0/+2 | |
| | | | | | | MachineLICM and other things which run before LiveVariables is run. llvm-svn: 85360 | |||||
* | Create a new InstrEmitter class for translating SelectionDAG nodes | Dan Gohman | 2009-10-10 | 1 | -0/+693 | |
into MachineInstrs. This is mostly just moving the code from ScheduleDAGSDNodesEmit.cpp into a new class. This decouples MachineInstr emitting from scheduling. llvm-svn: 83699 |