summaryrefslogtreecommitdiff
path: root/lib/Target/X86/X86InstrInfo.cpp
Commit message (Expand)AuthorAge
* Move all of the header files which are involved in modelling the LLVM IRChandler Carruth2013-01-02
* Remove the Function::getFnAttributes method in favor of using the AttributeSetBill Wendling2012-12-30
* Remove intrinsic specific instructions for (V)SQRTPS/PD. Instead lower to tar...Craig Topper2012-12-29
* Remove intrinsic specific instructions for SSE/SSE2/AVX floating point max/mi...Craig Topper2012-12-29
* Remove alignment from a bunch more VEX encoded operations in the folding tables.Craig Topper2012-12-26
* Remove alignment from folding table for VMOVUPD as an unaligned instruction i...Craig Topper2012-12-26
* Remove alignment requirements from (V)EXTRACTPS. This instruction does 32-bit...Craig Topper2012-12-26
* Remove alignment requirement from VCVTSS2SD in folding tables. Reverting r171...Craig Topper2012-12-26
* VCVTSS2SD requires a strict alignment. Thanks Elena.Nadav Rotem2012-12-25
* Some x86 instructions can load/store one of the operands to memory. On SSE, t...Nadav Rotem2012-12-24
* In some cases, due to scheduling constraints we copy the EFLAGS.Nadav Rotem2012-12-21
* X86: Match the SSE/AVX min/max vector ops using a custom node instead of intr...Benjamin Kramer2012-12-21
* Remove the explicit MachineInstrBuilder(MI) constructor.Jakob Stoklund Olesen2012-12-19
* Rename the 'Attributes' class to 'Attribute'. It's going to represent a singl...Bill Wendling2012-12-19
* Simplify BMI ANDN matching to use patterns instead of a DAG combine. Also add...Craig Topper2012-12-17
* Add rest of BMI/BMI2 instructions to the folding tables as well as popcnt and...Craig Topper2012-12-17
* Remove store forms of DEC/INC from isDefConvertible. Since they are stores th...Craig Topper2012-12-17
* Mark MOVDQ(A/U)rm as ReMaterializable. Mark all MOVDQ(A/U) instructions as ne...Craig Topper2012-12-06
* Use the new script to sort the includes of every file under lib.Chandler Carruth2012-12-03
* Remove all references to TargetInstrInfoImpl.Jakob Stoklund Olesen2012-11-28
* X86: do not fold load instructions such as [V]MOVS[S|D] to other instructionsManman Ren2012-11-27
* Remove alignments from folding tables for scalar FMA4 instructions.Craig Topper2012-11-04
* Add scalar forms of FMA4 VFNMSUB/VFNMADD to folding tables. Patch from Camero...Craig Topper2012-10-31
* Create enums for the different attributes.Bill Wendling2012-10-09
* Move expansion of SETB_C(8/16/32/64)r from MCInstLower to ExpandPostRAPseudos...Craig Topper2012-10-05
* Revert 'Fix a typo 'iff' => 'if''. iff is an abreviation of if and only if. S...Sylvestre Ledru2012-09-27
* Fix a typo 'iff' => 'if'Sylvestre Ledru2012-09-27
* Remove the `hasFnAttr' method from Function.Bill Wendling2012-09-26
* Add SARX/SHRX/SHLX code generation supportMichael Liao2012-09-26
* Add RORX code generation supportMichael Liao2012-09-26
* Add MULX code generation supportMichael Liao2012-09-26
* Re-work X86 code generation of atomic ops with spin-loopMichael Liao2012-09-20
* Add some cases to x86 OptimizeCompare to handle DEC and INC, too.Jan Wen Voung2012-09-17
* Mark FMA4 instructions as commutable and add them to the folding tables.Craig Topper2012-08-31
* Add selection of RegOp2MemOpTable3 to canFoldMemoryOperandCraig Topper2012-08-31
* Convert V_SETALLONES/AVX_SETALLONES/AVX2_SETALLONES to Post-RA pseudos.Craig Topper2012-08-28
* Merge AVX_SET0PSY/AVX_SET0PDY/AVX2_SET0 into a single post-RA pseudo.Craig Topper2012-08-28
* Preserve operand flags in convertToThreeAddress() by copying operands.Jakob Stoklund Olesen2012-08-23
* Use a switch statement instead of a bunch of if-else checks and pull out the ...Craig Topper2012-08-23
* Fix up indentation and remove a couple else's after returns.Craig Topper2012-08-21
* Use uint16_t for tables of opcodes.Craig Topper2012-08-21
* Fix up indentation. No functional change.Craig Topper2012-08-21
* Add a couple llvm_unreachables. Add a message to several others.Craig Topper2012-08-21
* Replace a break with llvm_unreachable in the default case of a nested switch....Craig Topper2012-08-21
* Remove FMA3 intrinsic instructions in favor of patterns.Craig Topper2012-08-20
* X86: move Int_CVTSD2SSrr, Int_CVTSI2SSrr, Int_CVTSI2SDrr, Int_CVTSS2SDrr fromManman Ren2012-08-13
* X86: enable CSE between CMP and SUBManman Ren2012-08-08
* Don't scan physreg use-def chains looking for a PIC base.Jakob Stoklund Olesen2012-08-08
* X86 Peephole: fold loads to the source register operand if possible.Manman Ren2012-08-02
* Added FMA functionality to X86 target.Elena Demikhovsky2012-08-01