aboutsummaryrefslogtreecommitdiffstats
path: root/lib/CodeGen
Commit message (Expand)AuthorAgeFilesLines
* Move the eliminateCallFramePseudoInstr method from TargetRegisterInfoEli Bendersky2013-02-211-3/+2
* Make RAFast::UsedInInstr indexed by register units.Jakob Stoklund Olesen2013-02-211-22/+30
* Revert r175688 - It broke a test case (see PR15320).Lang Hames2013-02-211-13/+25
* DAGCombiner: Make the post-legalize vector op optimization more aggressive.Benjamin Kramer2013-02-211-10/+0
* Don't rely on the isDead() MachineOperand flag when updating LiveIntervals.Cameron Zwarich2013-02-211-1/+3
* Use getInterval() instead of getOrCreateInterval().Cameron Zwarich2013-02-211-1/+1
* Make another kill check LiveIntervals-aware.Cameron Zwarich2013-02-211-1/+1
* Split part of isKilled() into a separate function for use elsewhere.Cameron Zwarich2013-02-211-22/+28
* Update isKilledAt in TwoAddressInstructionPass.cpp to use LiveIntervals whenCameron Zwarich2013-02-211-4/+26
* Don't allocate memory in LiveInterval::join().Jakob Stoklund Olesen2013-02-201-10/+7
* Kill of TransferDeadFlag - Dead copies and subreg-to-reg instructions shouldLang Hames2013-02-201-25/+13
* Copy single reaching defs directly into the LiveInterval.Jakob Stoklund Olesen2013-02-202-47/+76
* Only use LiveIntervals in TwoAddressInstructionPass, not a mix of LiveintervalsCameron Zwarich2013-02-201-6/+4
* Find anchoring end points for repairIntervalsInRange and repairIndexesInRangeCameron Zwarich2013-02-203-12/+21
* Make repairIntervalsInRange() more robust. There are now no longer any liveness-Cameron Zwarich2013-02-201-15/+58
* DAGCombiner: Fold pointless truncate, bitcast, buildvector seriesArnold Schwaighofer2013-02-201-0/+32
* Update TargetLowering ivars for name policy.Jim Grosbach2013-02-201-5/+5
* Use LiveRangeUpdater instead of mergeIntervalRanges.Jakob Stoklund Olesen2013-02-201-140/+11
* Add a LiveRangeUpdater class.Jakob Stoklund Olesen2013-02-201-0/+200
* Fix PR15267Michael Liao2013-02-201-14/+119
* Move the SplatByte helper to APInt and generalize it a bit.Benjamin Kramer2013-02-202-29/+7
* Fully qualify llvm::next to avoid ambiguity when building as C++11.David Blaikie2013-02-202-3/+4
* Add support to the two-address pass for updating LiveIntervals in many of theCameron Zwarich2013-02-202-14/+102
* Move the computation of the IsEarlyClobber flag into its own loop, since theCameron Zwarich2013-02-201-1/+5
* Add SlotIndexes::repairIndexesInRange(), which repairs SlotIndexes after addingCameron Zwarich2013-02-202-0/+63
* Remove verification after PHIElimination when using LiveIntervals, and move itCameron Zwarich2013-02-202-3/+3
* Avoid recomputing an inserted instruction's SlotIndex.Cameron Zwarich2013-02-201-2/+1
* Add preservation of SlotIndexes to PHIElimination.Cameron Zwarich2013-02-201-0/+1
* Fix #includes, so we include only what we really need.Jakub Staszak2013-02-201-1/+1
* Assert that the target provided hints are in the allocation order.Jakob Stoklund Olesen2013-02-191-0/+5
* Fix GCMetadaPrinter::finishAssembly not executed, patch by Yiannis Tsiouris.Benjamin Kramer2013-02-192-40/+3
* More const correcting of stack coloring.Craig Topper2013-02-191-8/+8
* Const-correct the stack coloring code.Craig Topper2013-02-191-18/+15
* Avoid extra DenseMap lookups in StackColoring::calculateLocalLiveness.Craig Topper2013-02-191-18/+32
* Make the dump() function const and reduce the number of hash lookups it perfo...Craig Topper2013-02-191-11/+17
* Use a reference into the BlockLiveness DenseMap to avoid repeated hash lookup...Craig Topper2013-02-191-6/+9
* Support for HiPE-compatible code emission, patch by Yiannis Tsiouris.Benjamin Kramer2013-02-181-0/+8
* [ms-inline asm] Remove a redundant call to the setHasMSInlineAsm function.Chad Rosier2013-02-181-2/+1
* [ms-inline asm] Fix undefined behavior to reset hasMSInlineAsm in advance of ...NAKAMURA Takumi2013-02-181-0/+1
* Remove use of reverse iterators in repairIntervalsInRange(). While they wereCameron Zwarich2013-02-172-16/+13
* Use ArrayRef instead of a reference to a SmallVectorImpl.Cameron Zwarich2013-02-171-1/+1
* Fix a conversion from a forward iterator to a reverse iterator inCameron Zwarich2013-02-171-6/+7
* Add support for updating the LiveIntervals of registers used by 'exotic'Cameron Zwarich2013-02-172-0/+65
* Replace erase loop with std::remove_if.Benjamin Kramer2013-02-161-6/+5
* Replace loop with std::find.Benjamin Kramer2013-02-161-10/+4
* LegalizeDAG.cpp doesn't need DenseMap.Jakub Staszak2013-02-161-1/+0
* Use const reference instead of vector object when passing an argument toJakub Staszak2013-02-161-1/+1
* [ms-inline asm] Do not omit the frame pointer if we have ms-inline assembly.Chad Rosier2013-02-161-14/+17
* Use the 'target-features' and 'target-cpu' attributes to reset the subtarget ...Bill Wendling2013-02-151-0/+4
* enable SDISel sincos optimization for GNU environmentsPaul Redmond2013-02-152-9/+33