aboutsummaryrefslogtreecommitdiffstats
path: root/test/CodeGen/X86
Commit message (Expand)AuthorAgeFilesLines
* More AVX2 instructions and intrinsics.Craig Topper2011-11-021-0/+137
* Add a bunch more X86 AVX2 instructions and their corresponding intrinsics.Craig Topper2011-11-021-0/+224
* Teach the x86 backend a couple tricks for dealing with v16i8 sra by a constan...Eli Friedman2011-11-011-0/+20
* Fix operand type for x86 pmadd_ub_sw intrinsic.Craig Topper2011-11-011-3/+3
* Fix operand type for int_x86_ssse3_phadd_sw_128 intrinsicCraig Topper2011-10-311-4/+4
* Test case for X86 FS/GS Base intrinsicsCraig Topper2011-10-311-0/+57
* Begin adding AVX2 instructions. No selection support yet other than intrinsics.Craig Topper2011-10-311-0/+384
* Switch new .file directive emission off by default, change llc's flag for it toNick Lewycky2011-10-311-1/+1
* X86: Emit logical shift by constant splat of <16 x i8> as a <8 x i16> shift a...Benjamin Kramer2011-10-301-0/+18
* Fix return type for X86 mpsadbw instrinsic. The instruction takes in a vector...Craig Topper2011-10-301-4/+4
* Fix pr11266.Nadav Rotem2011-10-302-2/+34
* Stabilize the test by specifying an exact cpu targetNadav Rotem2011-10-301-1/+1
* Add a new DAGCombine optimization for BUILD_VECTOR.Nadav Rotem2011-10-293-5/+23
* Force SSE for this test.Benjamin Kramer2011-10-291-1/+1
* Revert r143206, as there are still some failing tests.Dan Gohman2011-10-292-29/+14
* Reapply r143177 and r143179 (reverting r143188), with schedulerDan Gohman2011-10-282-14/+29
* Dwarf: [PR11022] Fix emitting DW_AT_const_value(>i64), to be host-endian-neut...NAKAMURA Takumi2011-10-281-1/+1
* test/CodeGen/X86/2010-08-10-DbgConstant.ll: Add explicit -mtriple=i686-linux....NAKAMURA Takumi2011-10-281-1/+1
* Speculatively disable Dan's commits 143177 and 143179 to see ifDuncan Sands2011-10-281-10/+14
* Always use the string pool, even when it makes the .o larger. This may helpNick Lewycky2011-10-284-6/+4
* Eliminate LegalizeOps' LegalizedNodes map and have it just call RAUWDan Gohman2011-10-283-168/+10
* Changed test to check for correct load size instead of shift as the shift mig...Pete Cooper2011-10-271-1/+1
* Teach our Dwarf emission to use the string pool.Nick Lewycky2011-10-271-3/+3
* Don't crash on 128-bit sdiv by constant. Found by inspection.Eli Friedman2011-10-271-0/+24
* Run test with -verify-machineinstrs.Rafael Espindola2011-10-261-2/+2
* Fixes an issue reported by -verify-machineinstrs.Rafael Espindola2011-10-261-5/+10
* This commit introduces two fake instructions MORESTACK_RET andRafael Espindola2011-10-261-1/+1
* Completely re-write the algorithm behind MachineBlockPlacement based onChandler Carruth2011-10-231-2/+1
* Fix pr11193.Nadav Rotem2011-10-221-0/+15
* Fix pr11194. When promoting and splitting integers we need to useNadav Rotem2011-10-211-0/+19
* Don't hard code the desired alignment for loops -- it isn't 16-bytes onChandler Carruth2011-10-211-3/+3
* 1. Fix the widening of SETCC in WidenVecOp_SETCC. Use the correct return CC t...Nadav Rotem2011-10-211-0/+30
* Add loop aligning to MachineBlockPlacement based on review discussion soChandler Carruth2011-10-211-2/+69
* Add a very basic test for MachineBlockPlacement. This is essentially theChandler Carruth2011-10-211-0/+75
* Remove intrinsics for X86 BLSI, BLSMSK, and BLSR intrinsics and replace with ...Craig Topper2011-10-211-24/+18
* Fix TLS lowering bug. The CopyFromReg must be glued to the TLSCALL. rdar://10...Evan Cheng2011-10-191-0/+17
* Improve code generation for vselect on SSE2:Nadav Rotem2011-10-191-6/+11
* Add support for the vector-widening of vselect and vector-setccNadav Rotem2011-10-191-0/+68
* Rename PEXTR to PEXT. Add intrinsics for BMI instructions.Craig Topper2011-10-191-1/+128
* Added testcase for <rdar://problem/10215997>Lang Hames2011-10-181-0/+29
* Add additional element-promotion tests.Nadav Rotem2011-10-181-0/+31
* Fix a bug in the legalization of vector anyext-load and trunc-store. Mem Inde...Nadav Rotem2011-10-181-0/+28
* Add support for a new extension to the .file directive:Nick Lewycky2011-10-171-1/+1
* stabalize tests by specifying the exact sse levelNadav Rotem2011-10-172-3/+3
* Clean the triple, add check lines.Nadav Rotem2011-10-171-5/+8
* Previously v2i32 vectors were legalized to v4i32. Now, they are legalized toNadav Rotem2011-10-172-43/+0
* Add tripple and stabalize a few more tests.Nadav Rotem2011-10-164-11/+11
* Add triple to tests.Nadav Rotem2011-10-162-3/+3
* fix a typo in the testNadav Rotem2011-10-161-1/+1
* Enable element promotion type legalization by deafault.Nadav Rotem2011-10-1619-75/+93