aboutsummaryrefslogtreecommitdiff
path: root/lib/CodeGen/SelectionDAG/SelectionDAGBuilder.cpp
AgeCommit message (Expand)Author
2009-12-22To make things interesting, I added MORE code to set the ordering ofBill Wendling
2009-12-21Add more plumbing to assign ordering to SDNodes. Have the "getValue" methodBill Wendling
2009-12-21More ordering plumbing. This time for GEP. I need to remember to assignBill Wendling
2009-12-21Another incremental check-in for assigning ordering to SDNodes. This time forBill Wendling
2009-12-21Assign ordering to more instructions. Incremental check-in.Bill Wendling
2009-12-21- Add a bit more plumbing assigning an order to SDNodes.Bill Wendling
2009-12-21First wave of plumbing for assigning an ordering to SDNodes. This takes care ofBill Wendling
2009-12-18Changes from review:Bill Wendling
2009-12-18Handle ARM inline asm "w" constraints with 64-bit ("d") registers.Bob Wilson
2009-12-17Fix a comment grammaro.Bob Wilson
2009-12-16Reapply r91392, it was only unmasking the bug, and since TOT is still broken ...Daniel Dunbar
2009-12-16Revert "Initial work on disabling the scheduler. This is a work in progress, andDaniel Dunbar
2009-12-15Initial work on disabling the scheduler. This is a work in progress, and thisBill Wendling
2009-12-11Fix the result type of SELECT nodes lowered from Select instructions withDan Gohman
2009-11-23Rename SelectionDAGLowering to SelectionDAGBuilder, and renameDan Gohman