aboutsummaryrefslogtreecommitdiffstats
path: root/lib/Target/X86
Commit message (Expand)AuthorAgeFilesLines
* [ms-inline asm] Expose the ErrorInfo from the MatchInstructionImpl. In general,Chad Rosier2012-08-211-4/+6
* Fix up indentation and remove a couple else's after returns.Craig Topper2012-08-211-11/+12
* Use uint16_t for tables of opcodes.Craig Topper2012-08-211-2/+2
* Fix up indentation. No functional change.Craig Topper2012-08-211-61/+61
* Add a couple llvm_unreachables. Add a message to several others.Craig Topper2012-08-211-8/+6
* Replace a break with llvm_unreachable in the default case of a nested switch....Craig Topper2012-08-211-50/+18
* Cleanup the scalar FMA3 definitions. Add patterns to fold loads with scalar f...Craig Topper2012-08-211-44/+49
* Merge FMA3 instructions with and without patterns into single classes using n...Craig Topper2012-08-211-38/+21
* fix a case where all operands of BUILD_VECTOR are undefinedMichael Liao2012-08-201-0/+4
* Remove FMA3 intrinsic instructions in favor of patterns.Craig Topper2012-08-202-94/+146
* Use correct intrinsic for 256-bit VFMSUBADDPS.Craig Topper2012-08-201-1/+1
* Remove trailing white space and tab characters. No functional change.Craig Topper2012-08-191-33/+33
* When unsafe math is used, we can use commutative FMAX and FMIN. In some casesNadav Rotem2012-08-194-3/+59
* Reapply r162160 with a fix: Optimize Arith->Trunc->SETCC sequence to allow be...Nadav Rotem2012-08-181-15/+60
* Refactor code a bit to reduce number of calls in the final compiled code. No ...Craig Topper2012-08-181-134/+144
* Revert r162160 because it made a few buildbots fail.Nadav Rotem2012-08-181-43/+6
* The X86 backend has a number of optimizations for SETCC nodes which useNadav Rotem2012-08-181-6/+43
* Use nested switch to select arguments to reduce calls to EmitPCMP.Craig Topper2012-08-171-5/+20
* Make ReplaceATOMIC_BINARY_64 a static function. Use a nested switch to reduce...Craig Topper2012-08-172-19/+30
* Patch to enable FMA on bdver2 target. Make XOP feature enable FMA4 as well.Anitha Boyapati2012-08-161-2/+2
* git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@162010 91177308-0d34...Anitha Boyapati2012-08-161-2/+2
* minor fix of X86ISD::VSEXT_MOVL dumpMichael Liao2012-08-141-0/+1
* fix PR11334Michael Liao2012-08-144-0/+99
* Factor duplicate calls to getUNDEF in several functions.Craig Topper2012-08-141-10/+10
* Re-factor intrinsic lowering to combine common parts of similar intrinsics. R...Craig Topper2012-08-141-34/+133
* X86: move Int_CVTSD2SSrr, Int_CVTSI2SSrr, Int_CVTSI2SDrr, Int_CVTSS2SDrr fromManman Ren2012-08-131-6/+6
* X86: when auto-detecting the subtarget features, make sure use IsIntel to detectManman Ren2012-08-131-2/+2
* Tidy up VSETCC lowering code a bit more by adding an llvm_unreachable and put...Craig Topper2012-08-131-7/+9
* Refactor code a bit to share commonalities. No functional change intended.Craig Topper2012-08-131-20/+21
* Fix an unused variable warning from r161742.Craig Topper2012-08-131-3/+0
* Remove the LowerMMXCONCAT_VECTORS function. It could never execute because th...Craig Topper2012-08-133-57/+1
* Remove call to setOperationAction for SETCC of v4f32. SETCC returns an intege...Craig Topper2012-08-121-1/+0
* Remove unnecessary call to setOperationAction for SETCC of v2i64 under SSE42....Craig Topper2012-08-121-3/+0
* Make replace many calls to getSizeInBits() with is128BitVector/is256BitVectorCraig Topper2012-08-121-60/+65
* Use MVT.isXBitVector instead of EVT.isXBitVector when setting up operation ac...Craig Topper2012-08-121-41/+35
* fix PR13577, an issue introduced by r161687Michael Liao2012-08-111-1/+19
* Move setOperationAction for CONCAT_VECTORS for 256-bit vectors into loop sinc...Craig Topper2012-08-111-7/+2
* Tidy up indentation. No functional change.Craig Topper2012-08-111-25/+25
* Fix a cast that was casting away 'const' unnecessarily Craig Topper2012-08-111-1/+1
* Add a couple default: llvm_unreachable() to some switch statements. Fix a bad...Craig Topper2012-08-111-2/+4
* X86: when we are auto-detecting the subtarget features, make sure we turn onManman Ren2012-08-101-2/+5
* add X86-specific DAG optimization to simplify boolean testMichael Liao2012-08-101-4/+113
* remove tailing whitespaces and test commitMichael Liao2012-08-101-3/+3
* Add some missing includes for the build against stdcxx.Joerg Sonnenberger2012-08-101-0/+1
* [ms-inline asm] Extend the MC AsmParser API to match MCInsts (but not emit).Chad Rosier2012-08-091-3/+19
* X86: enable CSE between CMP and SUBManman Ren2012-08-084-47/+98
* Don't scan physreg use-def chains looking for a PIC base.Jakob Stoklund Olesen2012-08-081-10/+4
* X86 cmp lowering is looking past truncate on the condition node. It should onlyEvan Cheng2012-08-071-6/+16
* Allow x86 subtargets to use the GenericModel defined in X86Schedule.td.Andrew Trick2012-08-071-3/+3
* Add support for the OpenBSD for Bitrig.Eric Christopher2012-08-061-3/+4