summaryrefslogtreecommitdiff
path: root/test/CodeGen/X86
Commit message (Expand)AuthorAge
* Reverted r143600 - selector reference changePete Cooper2011-11-03
* Add new X86 AVX2 VBROADCAST instructions.Craig Topper2011-11-03
* Treat objc selector reference globals as invariant so that MachineLICM can ho...Pete Cooper2011-11-03
* Don't emit a directory entry for the value in DW_AT_comp_dir, that is alwaysNick Lewycky2011-11-02
* More AVX2 instructions and intrinsics.Craig Topper2011-11-02
* Add a bunch more X86 AVX2 instructions and their corresponding intrinsics.Craig Topper2011-11-02
* Teach the x86 backend a couple tricks for dealing with v16i8 sra by a constan...Eli Friedman2011-11-01
* Fix operand type for x86 pmadd_ub_sw intrinsic.Craig Topper2011-11-01
* Fix operand type for int_x86_ssse3_phadd_sw_128 intrinsicCraig Topper2011-10-31
* Test case for X86 FS/GS Base intrinsicsCraig Topper2011-10-31
* Begin adding AVX2 instructions. No selection support yet other than intrinsics.Craig Topper2011-10-31
* Switch new .file directive emission off by default, change llc's flag for it toNick Lewycky2011-10-31
* X86: Emit logical shift by constant splat of <16 x i8> as a <8 x i16> shift a...Benjamin Kramer2011-10-30
* Fix return type for X86 mpsadbw instrinsic. The instruction takes in a vector...Craig Topper2011-10-30
* Fix pr11266.Nadav Rotem2011-10-30
* Stabilize the test by specifying an exact cpu targetNadav Rotem2011-10-30
* Add a new DAGCombine optimization for BUILD_VECTOR.Nadav Rotem2011-10-29
* Force SSE for this test.Benjamin Kramer2011-10-29
* Revert r143206, as there are still some failing tests.Dan Gohman2011-10-29
* Reapply r143177 and r143179 (reverting r143188), with schedulerDan Gohman2011-10-28
* Dwarf: [PR11022] Fix emitting DW_AT_const_value(>i64), to be host-endian-neut...NAKAMURA Takumi2011-10-28
* test/CodeGen/X86/2010-08-10-DbgConstant.ll: Add explicit -mtriple=i686-linux....NAKAMURA Takumi2011-10-28
* Speculatively disable Dan's commits 143177 and 143179 to see ifDuncan Sands2011-10-28
* Always use the string pool, even when it makes the .o larger. This may helpNick Lewycky2011-10-28
* Eliminate LegalizeOps' LegalizedNodes map and have it just call RAUWDan Gohman2011-10-28
* Changed test to check for correct load size instead of shift as the shift mig...Pete Cooper2011-10-27
* Teach our Dwarf emission to use the string pool.Nick Lewycky2011-10-27
* Don't crash on 128-bit sdiv by constant. Found by inspection.Eli Friedman2011-10-27
* Run test with -verify-machineinstrs.Rafael Espindola2011-10-26
* Fixes an issue reported by -verify-machineinstrs.Rafael Espindola2011-10-26
* This commit introduces two fake instructions MORESTACK_RET andRafael Espindola2011-10-26
* Completely re-write the algorithm behind MachineBlockPlacement based onChandler Carruth2011-10-23
* Fix pr11193.Nadav Rotem2011-10-22
* Fix pr11194. When promoting and splitting integers we need to useNadav Rotem2011-10-21
* Don't hard code the desired alignment for loops -- it isn't 16-bytes onChandler Carruth2011-10-21
* 1. Fix the widening of SETCC in WidenVecOp_SETCC. Use the correct return CC t...Nadav Rotem2011-10-21
* Add loop aligning to MachineBlockPlacement based on review discussion soChandler Carruth2011-10-21
* Add a very basic test for MachineBlockPlacement. This is essentially theChandler Carruth2011-10-21
* Remove intrinsics for X86 BLSI, BLSMSK, and BLSR intrinsics and replace with ...Craig Topper2011-10-21
* Fix TLS lowering bug. The CopyFromReg must be glued to the TLSCALL. rdar://10...Evan Cheng2011-10-19
* Improve code generation for vselect on SSE2:Nadav Rotem2011-10-19
* Add support for the vector-widening of vselect and vector-setccNadav Rotem2011-10-19
* Rename PEXTR to PEXT. Add intrinsics for BMI instructions.Craig Topper2011-10-19
* Added testcase for <rdar://problem/10215997>Lang Hames2011-10-18
* Add additional element-promotion tests.Nadav Rotem2011-10-18
* Fix a bug in the legalization of vector anyext-load and trunc-store. Mem Inde...Nadav Rotem2011-10-18
* Add support for a new extension to the .file directive:Nick Lewycky2011-10-17
* stabalize tests by specifying the exact sse levelNadav Rotem2011-10-17
* Clean the triple, add check lines.Nadav Rotem2011-10-17
* Previously v2i32 vectors were legalized to v4i32. Now, they are legalized toNadav Rotem2011-10-17