aboutsummaryrefslogtreecommitdiff
path: root/lib/CodeGen
AgeCommit message (Expand)Author
2012-05-23Reduce indentation by early detection of 'continue'. No functionality change.Bill Wendling
2012-05-23Correctly deal with identity copies in RegisterCoalescer.Jakob Stoklund Olesen
2012-05-23Small fix for the debug output from PBQP (PR12822).Patrik Hägglund
2012-05-23Add support for C++11 enum classes in llvm.Eric Christopher
2012-05-22Untabify and 80-col.Eric Christopher
2012-05-22Formatting consistency.Eric Christopher
2012-05-22Only erase virtregs with no uses left.Jakob Stoklund Olesen
2012-05-21Fix use of an unitialized value in the LegalizeOps expansion for ISD::SUB. N...Owen Anderson
2012-05-21Typo.Chad Rosier
2012-05-21Give a small negative bias to giant edge bundles.Jakob Stoklund Olesen
2012-05-20Clear kill flags on the fly when joining intervals.Jakob Stoklund Olesen
2012-05-20Constrain regclasses in PeepholeOptimizer.Jakob Stoklund Olesen
2012-05-20Constrain register classes in TailDup.Jakob Stoklund Olesen
2012-05-20When legalising shifts, do not pre-build a list of operands whichPeter Collingbourne
2012-05-20Plug a leak when using MCJIT.Benjamin Kramer
2012-05-20Use TargetMachine's register info instead of creating a new one and leaking it.Benjamin Kramer
2012-05-20Properly constrain register classes for sub-registers.Jakob Stoklund Olesen
2012-05-20Properly constrain register classes in 2-addr.Jakob Stoklund Olesen
2012-05-20Missed a push_back in r157147.Jakob Stoklund Olesen
2012-05-20Avoid deleting extra copies when RegistersDefinedFromSameValue is true.Jakob Stoklund Olesen
2012-05-20Fix build bots.Jakob Stoklund Olesen
2012-05-20LiveRangeQuery simplifies shrinkToUses().Jakob Stoklund Olesen
2012-05-20Use LiveRangeQuery in ScheduleDAGInstrs.Jakob Stoklund Olesen
2012-05-20Eliminate some uses of struct LiveRange.Jakob Stoklund Olesen
2012-05-20Use LiveRangeQuery instead of getLiveRangeContaining().Jakob Stoklund Olesen
2012-05-19Simplify overlap check.Jakob Stoklund Olesen
2012-05-19Fix 12892.Jakob Stoklund Olesen
2012-05-19Remove the late DCE in RegisterCoalescer.Jakob Stoklund Olesen
2012-05-19Erase joined copies immediately.Jakob Stoklund Olesen
2012-05-19Fix an ancient bug in removeCopyByCommutingDef().Jakob Stoklund Olesen
2012-05-19Collect inflatable virtual registers on the fly.Jakob Stoklund Olesen
2012-05-19Eliminate dead code after remat.Jakob Stoklund Olesen
2012-05-19Don't remat during updateRegDefsUses().Jakob Stoklund Olesen
2012-05-19Immediately erase trivially useless copies.Jakob Stoklund Olesen
2012-05-19Run proper recursive dead code elimination during coalescing.Jakob Stoklund Olesen
2012-05-19Allow LiveRangeEdit to be created with a NULL parent.Jakob Stoklund Olesen
2012-05-18Modernize naming convention for class members.Jakob Stoklund Olesen
2012-05-18Move all work list processing to copyCoalesceWorkList().Jakob Stoklund Olesen
2012-05-18Refactor data-in-code annotations.Jim Grosbach
2012-05-18Remove duplicate code that we could just fallthrough to.Eric Christopher
2012-05-18Simplify RegisterCoalescer::copyCoalesceInMBB().Jakob Stoklund Olesen
2012-05-18Remove support for PhysReg joining.Jakob Stoklund Olesen
2012-05-18Recommited reworked r156804:Stepan Dyatkovskiy
2012-05-18Teach two-address pass to update the "source" map so it doesn't perform aEvan Cheng
2012-05-17commentsAndrew Trick
2012-05-17misched: trace ReadyQ.Andrew Trick
2012-05-17misched: Added 3-level regpressure back-off.Andrew Trick
2012-05-17commentAndrew Trick
2012-05-17regpressure: Fix getMaxUpwardPressureDelta.Andrew Trick
2012-05-17misched: fix liveness iteratorsAndrew Trick