summaryrefslogtreecommitdiff
path: root/lib/Target/X86/X86InstrInfo.cpp
Commit message (Expand)AuthorAge
* Be more conservative with clustering f32 / f64 loads.Evan Cheng2010-01-22
* Add two target hooks to determine whether two loads are near and should be sc...Evan Cheng2010-01-22
* Fix a minor issue in x86 load / store folding table. movups does an unaligned...Evan Cheng2010-01-21
* make findDebugLoc a class methodDale Johannesen2010-01-20
* Move findDebugLoc somewhere more central. FixDale Johannesen2010-01-20
* For aligned load/store instructions, it's only required to know whether aJim Grosbach2010-01-19
* For now, avoid issuing extract_subreg to reuse lower 8-bit, it's not safe in ...Evan Cheng2010-01-13
* Add a quick pass to optimize sign / zero extension instructions. For targets ...Evan Cheng2010-01-13
* Reapply the MOV64r0 patch, with a fix: MOV64r0 clobbers EFLAGS.Dan Gohman2010-01-12
* Add TargetInstrInfo::isCoalescableInstr. It returns true if the specifiedEvan Cheng2010-01-12
* Revert 93158. It's breaking quite a few x86_64 tests.Evan Cheng2010-01-11
* Re-instate MOV64r0 and MOV16r0, with adjustments to work with theDan Gohman2010-01-11
* Change errs() to dbgs().David Greene2010-01-05
* Remove dead variable.Bill Wendling2009-12-28
* completely eliminate the MOV16r0 'instruction'. The onlyChris Lattner2009-12-23
* Remove target attribute break-sse-dep. Instead, do not fold load into sse par...Evan Cheng2009-12-22
* On recent Intel u-arch's, folding loads into some unary SSE instructions canEvan Cheng2009-12-18
* Instruction fixes, added instructions, and AsmString changes in theSean Callanan2009-12-18
* Whitespace changes, comment clarification. No functional changes.Bill Wendling2009-12-14
* Disable r91104 for x86. It causes partial register stall which pessimize code...Evan Cheng2009-12-12
* Add comment about potential partial register stall.Evan Cheng2009-12-12
* Add support to 3-addressify 16-bit instructions.Evan Cheng2009-12-11
* Remove the target hook TargetInstrInfo::BlockHasNoFallThrough in favor ofDan Gohman2009-12-05
* Remove an unneeded include.David Greene2009-12-04
* Have hasLoad/StoreFrom/ToStackSlot return the relevant MachineMemOperand.David Greene2009-12-04
* improve portability to avoid conflicting with std::next in c++'0x.Chris Lattner2009-12-03
* Remove ISD::DEBUG_LOC and ISD::DBG_LABEL, which are no longer used.Dan Gohman2009-11-23
* Re-apply 89011. It's not to be blamed.Evan Cheng2009-11-17
* Revert 89011. Buildbot thinks it might be breaking stuff.Evan Cheng2009-11-17
* A few more instructions that should be marked re-materializable.Evan Cheng2009-11-17
* - Check memoperand alignment instead of checking stack alignment. Most load /...Evan Cheng2009-11-16
* - Change TargetInstrInfo::reMaterialize to pass in TargetRegisterInfo.Evan Cheng2009-11-14
* Fix a bootstrap failure.David Greene2009-11-13
* Add hasLoadFromStackSlot and hasStoreToStackSlot to return whether aDavid Greene2009-11-12
* Fix DenseMap iterator constness.Jeffrey Yasskin2009-11-10
* Fix MachineLICM to use the correct virtual register class whenDan Gohman2009-10-30
* Make isSafeToClobberEFLAGS more aggressive. Teach it to scan backwardsDan Gohman2009-10-14
* Remove a no-longer-necessary #include.Dan Gohman2009-10-10
* Replace X86's CanRematLoadWithDispOperand by calling the target-independentDan Gohman2009-10-10
* Add basic infrastructure and x86 support for preserving MachineMemOperandDan Gohman2009-10-09
* Replace TargetInstrInfo::isInvariantLoad and its target-specificDan Gohman2009-10-07
* Introduce the TargetInstrInfo::KILL machine instruction and get rid of theJakob Stoklund Olesen2009-09-28
* Improve MachineMemOperand handling.Dan Gohman2009-09-25
* Rename getTargetNode to getMachineNode, for consistency with theDan Gohman2009-09-25
* Fix X86's unfoldMemoryOperand to properly handle MachineMemOperands.Dan Gohman2009-09-23
* Add support for rematerializing FsFLD0SS and FsFLD0SD as constant-poolDan Gohman2009-09-21
* Follow up to 81494. When the folded reload is narrowed to a 32-bit load then ...Evan Cheng2009-09-11
* It's not legal to fold a load from a narrower stack slot into a wider instruc...Evan Cheng2009-09-11
* Remove Offset from ExternalSybmol MachineOperands, this is unused (and at lea...Daniel Dunbar2009-09-01
* Short-term workaround for frame-related weirdness on win64.Anton Korobeynikov2009-08-28