aboutsummaryrefslogtreecommitdiffstats
path: root/lib/CodeGen/CalcSpillWeights.cpp
Commit message (Expand)AuthorAgeFilesLines
* Remove duplicated #include.Evan Cheng2010-02-101-1/+0
* Emit an error for illegal inline asm constraint (which uses illegal type) rat...Evan Cheng2010-02-101-0/+1
* fix missing #includes.Chris Lattner2010-02-101-1/+1
* move target-independent opcodes out of TargetInstrInfoChris Lattner2010-02-091-7/+1
* Skip DEBUG_VALUE in some places where it was affecting codegen.Dale Johannesen2010-02-091-0/+3
* Change errs() to dbgs().David Greene2009-12-241-1/+1
* Changed slot index ranges for MachineBasicBlocks to be exclusive of endpoint.Lang Hames2009-12-221-1/+1
* Moved spill weight calculation out of SimpleRegisterCoalescing and into its o...Lang Hames2009-12-141-0/+154