aboutsummaryrefslogtreecommitdiff
path: root/lib/CodeGen/Spiller.cpp
AgeCommit message (Expand)Author
2009-03-20Fixed build warnings for unused variables.Sanjiv Gupta
2009-03-19Added MachineInstr::isRegTiedToDefOperand to check for two-addressness.Evan Cheng
2009-03-17Spiller may unfold load / mod / store instructions as an optimization when th...Evan Cheng
2009-03-14Add newlines at end of file (this can annoy gcov)Daniel Dunbar
2009-03-12Reorganize some #include's.Owen Anderson
2009-03-11Reorganization: Move the Spiller out of VirtRegMap.cpp into its own files. N...Owen Anderson