index
:
external_llvm.git
replicant-6.0
Unnamed repository; edit this file 'description' to name the repository.
git repository hosting
about
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
test
/
CodeGen
/
X86
Commit message (
Expand
)
Author
Age
Files
Lines
*
More AVX2 instructions and intrinsics.
Craig Topper
2011-11-02
1
-0
/
+137
*
Add a bunch more X86 AVX2 instructions and their corresponding intrinsics.
Craig Topper
2011-11-02
1
-0
/
+224
*
Teach the x86 backend a couple tricks for dealing with v16i8 sra by a constan...
Eli Friedman
2011-11-01
1
-0
/
+20
*
Fix operand type for x86 pmadd_ub_sw intrinsic.
Craig Topper
2011-11-01
1
-3
/
+3
*
Fix operand type for int_x86_ssse3_phadd_sw_128 intrinsic
Craig Topper
2011-10-31
1
-4
/
+4
*
Test case for X86 FS/GS Base intrinsics
Craig Topper
2011-10-31
1
-0
/
+57
*
Begin adding AVX2 instructions. No selection support yet other than intrinsics.
Craig Topper
2011-10-31
1
-0
/
+384
*
Switch new .file directive emission off by default, change llc's flag for it to
Nick Lewycky
2011-10-31
1
-1
/
+1
*
X86: Emit logical shift by constant splat of <16 x i8> as a <8 x i16> shift a...
Benjamin Kramer
2011-10-30
1
-0
/
+18
*
Fix return type for X86 mpsadbw instrinsic. The instruction takes in a vector...
Craig Topper
2011-10-30
1
-4
/
+4
*
Fix pr11266.
Nadav Rotem
2011-10-30
2
-2
/
+34
*
Stabilize the test by specifying an exact cpu target
Nadav Rotem
2011-10-30
1
-1
/
+1
*
Add a new DAGCombine optimization for BUILD_VECTOR.
Nadav Rotem
2011-10-29
3
-5
/
+23
*
Force SSE for this test.
Benjamin Kramer
2011-10-29
1
-1
/
+1
*
Revert r143206, as there are still some failing tests.
Dan Gohman
2011-10-29
2
-29
/
+14
*
Reapply r143177 and r143179 (reverting r143188), with scheduler
Dan Gohman
2011-10-28
2
-14
/
+29
*
Dwarf: [PR11022] Fix emitting DW_AT_const_value(>i64), to be host-endian-neut...
NAKAMURA Takumi
2011-10-28
1
-1
/
+1
*
test/CodeGen/X86/2010-08-10-DbgConstant.ll: Add explicit -mtriple=i686-linux....
NAKAMURA Takumi
2011-10-28
1
-1
/
+1
*
Speculatively disable Dan's commits 143177 and 143179 to see if
Duncan Sands
2011-10-28
1
-10
/
+14
*
Always use the string pool, even when it makes the .o larger. This may help
Nick Lewycky
2011-10-28
4
-6
/
+4
*
Eliminate LegalizeOps' LegalizedNodes map and have it just call RAUW
Dan Gohman
2011-10-28
3
-168
/
+10
*
Changed test to check for correct load size instead of shift as the shift mig...
Pete Cooper
2011-10-27
1
-1
/
+1
*
Teach our Dwarf emission to use the string pool.
Nick Lewycky
2011-10-27
1
-3
/
+3
*
Don't crash on 128-bit sdiv by constant. Found by inspection.
Eli Friedman
2011-10-27
1
-0
/
+24
*
Run test with -verify-machineinstrs.
Rafael Espindola
2011-10-26
1
-2
/
+2
*
Fixes an issue reported by -verify-machineinstrs.
Rafael Espindola
2011-10-26
1
-5
/
+10
*
This commit introduces two fake instructions MORESTACK_RET and
Rafael Espindola
2011-10-26
1
-1
/
+1
*
Completely re-write the algorithm behind MachineBlockPlacement based on
Chandler Carruth
2011-10-23
1
-2
/
+1
*
Fix pr11193.
Nadav Rotem
2011-10-22
1
-0
/
+15
*
Fix pr11194. When promoting and splitting integers we need to use
Nadav Rotem
2011-10-21
1
-0
/
+19
*
Don't hard code the desired alignment for loops -- it isn't 16-bytes on
Chandler Carruth
2011-10-21
1
-3
/
+3
*
1. Fix the widening of SETCC in WidenVecOp_SETCC. Use the correct return CC t...
Nadav Rotem
2011-10-21
1
-0
/
+30
*
Add loop aligning to MachineBlockPlacement based on review discussion so
Chandler Carruth
2011-10-21
1
-2
/
+69
*
Add a very basic test for MachineBlockPlacement. This is essentially the
Chandler Carruth
2011-10-21
1
-0
/
+75
*
Remove intrinsics for X86 BLSI, BLSMSK, and BLSR intrinsics and replace with ...
Craig Topper
2011-10-21
1
-24
/
+18
*
Fix TLS lowering bug. The CopyFromReg must be glued to the TLSCALL. rdar://10...
Evan Cheng
2011-10-19
1
-0
/
+17
*
Improve code generation for vselect on SSE2:
Nadav Rotem
2011-10-19
1
-6
/
+11
*
Add support for the vector-widening of vselect and vector-setcc
Nadav Rotem
2011-10-19
1
-0
/
+68
*
Rename PEXTR to PEXT. Add intrinsics for BMI instructions.
Craig Topper
2011-10-19
1
-1
/
+128
*
Added testcase for <rdar://problem/10215997>
Lang Hames
2011-10-18
1
-0
/
+29
*
Add additional element-promotion tests.
Nadav Rotem
2011-10-18
1
-0
/
+31
*
Fix a bug in the legalization of vector anyext-load and trunc-store. Mem Inde...
Nadav Rotem
2011-10-18
1
-0
/
+28
*
Add support for a new extension to the .file directive:
Nick Lewycky
2011-10-17
1
-1
/
+1
*
stabalize tests by specifying the exact sse level
Nadav Rotem
2011-10-17
2
-3
/
+3
*
Clean the triple, add check lines.
Nadav Rotem
2011-10-17
1
-5
/
+8
*
Previously v2i32 vectors were legalized to v4i32. Now, they are legalized to
Nadav Rotem
2011-10-17
2
-43
/
+0
*
Add tripple and stabalize a few more tests.
Nadav Rotem
2011-10-16
4
-11
/
+11
*
Add triple to tests.
Nadav Rotem
2011-10-16
2
-3
/
+3
*
fix a typo in the test
Nadav Rotem
2011-10-16
1
-1
/
+1
*
Enable element promotion type legalization by deafault.
Nadav Rotem
2011-10-16
19
-75
/
+93
[next]