summaryrefslogtreecommitdiffstats
path: root/llvm/lib/CodeGen/SelectionDAG/ScheduleDAGSDNodesEmit.cpp
Commit message (Expand)AuthorAgeFilesLines
* Instead of adding dependence edges between terminator instructionsDan Gohman2009-01-161-8/+9
* CreateVirtualRegisters does trivial copy coalescing. If a node def is used by...Evan Cheng2009-01-161-56/+62
* Move a few containers out of ScheduleDAGInstrs::BuildSchedGraphDan Gohman2009-01-151-4/+4
* Rename getABITypeSize to getTypePaddedSize, asDuncan Sands2009-01-121-1/+1
* Fix PR3241: Currently EmitCopyFromReg emits a copy from the physical register...Evan Cheng2009-01-121-4/+7
* Duplicated node may produce a non-physical register def.Evan Cheng2009-01-091-3/+5
* Remove the code from the scheduler that commuted two-addressDan Gohman2009-01-031-17/+0
* Experimental post-pass scheduling support. Post-pass schedulingDan Gohman2008-11-191-0/+661
OpenPOWER on IntegriCloud