aboutsummaryrefslogtreecommitdiff
path: root/lib/CodeGen
AgeCommit message (Expand)Author
2013-02-25Fix spelling noticed by Duncan.Chandler Carruth
2013-02-25Fix the root cause of PR15348 by correctly handling alignment 0 onChandler Carruth
2013-02-24Add a use of an otherwise unused variable to remove a warning in non-AssertsCameron Zwarich
2013-02-24TwoAddressInstructionPass::tryInstructionTransform() only potentially returnsCameron Zwarich
2013-02-24TwoAddrInstructionPass::tryInstructionTransform() has a case where it callsCameron Zwarich
2013-02-23TargetInstrInfo::commuteInstruction() doesn't actually return a new instructionCameron Zwarich
2013-02-23Make some fixes for LiveInterval repair with debug info. Debug valueCameron Zwarich
2013-02-23Fix a bug with the LiveIntervals updating in the two-address pass found byCameron Zwarich
2013-02-23Make TwoAddressInstructionPass::sink3AddrInstruction() LiveIntervals-aware.Cameron Zwarich
2013-02-23Make rescheduleMIBelowKill() and rescheduleKillAboveMI() LiveIntervals-aware inCameron Zwarich
2013-02-22Use getSplitDebugFilename when constructing the skeleton cu andEric Christopher
2013-02-22SelectionDAG compile time improvement.Nadav Rotem
2013-02-22Fix isa<> check which could never be true.Pete Cooper
2013-02-21Stop relying on physical register kill flags in isKilled() in the two-addressCameron Zwarich
2013-02-21Re-apply r175688, with the changes suggested by Jakob in PR15320.Lang Hames
2013-02-21Move the eliminateCallFramePseudoInstr method from TargetRegisterInfoEli Bendersky
2013-02-21Make RAFast::UsedInInstr indexed by register units.Jakob Stoklund Olesen
2013-02-21Revert r175688 - It broke a test case (see PR15320).Lang Hames
2013-02-21DAGCombiner: Make the post-legalize vector op optimization more aggressive.Benjamin Kramer
2013-02-21Don't rely on the isDead() MachineOperand flag when updating LiveIntervals.Cameron Zwarich
2013-02-21Use getInterval() instead of getOrCreateInterval().Cameron Zwarich
2013-02-21Make another kill check LiveIntervals-aware.Cameron Zwarich
2013-02-21Split part of isKilled() into a separate function for use elsewhere.Cameron Zwarich
2013-02-21Update isKilledAt in TwoAddressInstructionPass.cpp to use LiveIntervals whenCameron Zwarich
2013-02-20Don't allocate memory in LiveInterval::join().Jakob Stoklund Olesen
2013-02-20Kill of TransferDeadFlag - Dead copies and subreg-to-reg instructions shouldLang Hames
2013-02-20Copy single reaching defs directly into the LiveInterval.Jakob Stoklund Olesen
2013-02-20Only use LiveIntervals in TwoAddressInstructionPass, not a mix of LiveintervalsCameron Zwarich
2013-02-20Find anchoring end points for repairIntervalsInRange and repairIndexesInRangeCameron Zwarich
2013-02-20Make repairIntervalsInRange() more robust. There are now no longer any liveness-Cameron Zwarich
2013-02-20DAGCombiner: Fold pointless truncate, bitcast, buildvector seriesArnold Schwaighofer
2013-02-20Update TargetLowering ivars for name policy.Jim Grosbach
2013-02-20Use LiveRangeUpdater instead of mergeIntervalRanges.Jakob Stoklund Olesen
2013-02-20Add a LiveRangeUpdater class.Jakob Stoklund Olesen
2013-02-20Fix PR15267Michael Liao
2013-02-20Move the SplatByte helper to APInt and generalize it a bit.Benjamin Kramer
2013-02-20Fully qualify llvm::next to avoid ambiguity when building as C++11.David Blaikie
2013-02-20Add support to the two-address pass for updating LiveIntervals in many of theCameron Zwarich
2013-02-20Move the computation of the IsEarlyClobber flag into its own loop, since theCameron Zwarich
2013-02-20Add SlotIndexes::repairIndexesInRange(), which repairs SlotIndexes after addingCameron Zwarich
2013-02-20Remove verification after PHIElimination when using LiveIntervals, and move itCameron Zwarich
2013-02-20Avoid recomputing an inserted instruction's SlotIndex.Cameron Zwarich
2013-02-20Add preservation of SlotIndexes to PHIElimination.Cameron Zwarich
2013-02-19Prune AsmParser (target and generic).Jan Voung
2013-02-20Fix #includes, so we include only what we really need.Jakub Staszak
2013-02-19Assert that the target provided hints are in the allocation order.Jakob Stoklund Olesen
2013-02-19Fix GCMetadaPrinter::finishAssembly not executed, patch by Yiannis Tsiouris.Benjamin Kramer
2013-02-19More const correcting of stack coloring.Craig Topper
2013-02-19Const-correct the stack coloring code.Craig Topper
2013-02-19Avoid extra DenseMap lookups in StackColoring::calculateLocalLiveness.Craig Topper