summaryrefslogtreecommitdiffstats
path: root/llvm/lib/CodeGen/SelectionDAG/ScheduleDAGEmit.cpp
Commit message (Expand)AuthorAgeFilesLines
* Next round of earlyclobber handling. Approach theDale Johannesen2008-09-241-18/+5
* Add a bit to mark operands of asm's that conflictDale Johannesen2008-09-171-5/+18
* When converting a CopyFromReg to a copy instruction, use the register class o...Evan Cheng2008-09-161-5/+24
* Reverting r56249. On further investigation, this functionality isn't needed.Bill Wendling2008-09-161-2/+3
* - Change "ExternalSymbolSDNode" to "SymbolSDNode".Bill Wendling2008-09-161-3/+2
* Change ConstantSDNode and ConstantFPSDNode to use ConstantInt* andDan Gohman2008-09-121-1/+1
* Pass "earlyclobber" bit through to machineDale Johannesen2008-09-121-0/+7
* Rename ConstantSDNode::getValue to getZExtValue, for consistencyDan Gohman2008-09-121-5/+6
* Move the code that inserts copies for function livein registersDan Gohman2008-09-051-102/+0
* Revert r55817. It broke PIC. FastISel will need to find a differentDan Gohman2008-09-051-3/+1
* In FastISel mode, the scheduler may be invoked multiple timesDan Gohman2008-09-051-1/+3
* Separate MachineInstr-emitting routines from actual schedulingDan Gohman2008-09-031-0/+771
OpenPOWER on IntegriCloud