aboutsummaryrefslogtreecommitdiffstats
path: root/lib/CodeGen/Spiller.cpp
Commit message (Expand)AuthorAgeFilesLines
* Fix pr3954. The register scavenger asserts for inline assembly withBob Wilson2009-04-091-2/+2
* Oy! When reverting r68073, I added in experimental code. Sorry...Bill Wendling2009-03-311-62/+31
* Revert r68073. It's causing a failure in the Apple-style builds.Bill Wendling2009-03-311-31/+62
* Balance out quote in debug output.Bill Wendling2009-03-301-1/+1
* Fixed build warnings for unused variables.Sanjiv Gupta2009-03-201-3/+0
* Added MachineInstr::isRegTiedToDefOperand to check for two-addressness.Evan Cheng2009-03-191-10/+9
* Spiller may unfold load / mod / store instructions as an optimization when th...Evan Cheng2009-03-171-4/+9
* Add newlines at end of file (this can annoy gcov)Daniel Dunbar2009-03-141-1/+1
* Reorganize some #include's.Owen Anderson2009-03-121-1/+4
* Reorganization: Move the Spiller out of VirtRegMap.cpp into its own files. N...Owen Anderson2009-03-111-0/+1655