index
:
llvm
master
release_1
release_16
release_20
release_21
release_22
release_23
release_24
release_25
release_26
release_27
release_28
release_29
release_30
release_31
release_32
release_33
stable
svn-tags/RELEASE_1
svn-tags/RELEASE_20
svn-tags/RELEASE_21
svn-tags/RELEASE_22
svn-tags/RELEASE_23
svn-tags/RELEASE_24
svn-tags/RELEASE_25
svn-tags/RELEASE_26
svn-tags/RELEASE_27
svn-tags/RELEASE_28
svn-tags/RELEASE_29
svn-tags/RELEASE_30
svn-tags/RELEASE_31
svn-tags/RELEASE_32
testing
http://llvm.org
git repository hosting
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
test
/
CodeGen
/
X86
Age
Commit message (
Expand
)
Author
2011-12-30
Fix load size for FMA4 SS/SD instructions. They need to use f32 and f64 size,...
Craig Topper
2011-12-28
Fix type-checking for load transformation which is not legal on floating-poin...
Eli Friedman
2011-12-28
PR11662.
Nadav Rotem
2011-12-28
Fixed a bug in LowerVECTOR_SHUFFLE and LowerBUILD_VECTOR.
Elena Demikhovsky
2011-12-26
Make sure DAGCombiner doesn't introduce multiple loads from the same memory l...
Eli Friedman
2011-12-24
Use standard promotion for i8 CTTZ nodes and i8 CTLZ nodes when the
Chandler Carruth
2011-12-24
Add systematic testing for cttz as well, and fix the bug I spotted by
Chandler Carruth
2011-12-24
Add i8 and i64 testing for ctlz on x86. Also simplify the i16 test.
Chandler Carruth
2011-12-24
Tidy up this rather crufty test. Put the declarations at the top to make
Chandler Carruth
2011-12-24
Expand more when we have a nice 'tzcnt' instruction, to avoid generating
Chandler Carruth
2011-12-24
Tidy up some of these tests.
Chandler Carruth
2011-12-24
Switch the lowering of CTLZ_ZERO_UNDEF from a .td pattern back to the
Chandler Carruth
2011-12-24
Cleanup this test a bit, sorting things and grouping them more clearly.
Chandler Carruth
2011-12-20
This is the second fix related to VZEXT_MOVL node.
Elena Demikhovsky
2011-12-20
Begin teaching the X86 target how to efficiently codegen patterns that
Chandler Carruth
2011-12-17
Make sure that the lower bits on the VSELECT condition are properly set.
Lang Hames
2011-12-16
Don't try to match 'unpackl/h v, v' for 32xi8 and 16xi16 when only AVX1 is su...
Craig Topper
2011-12-15
Add missing zmovl AVX patterns which were causing crashes.
Chad Rosier
2011-12-15
Fix assert in LowerBUILD_VECTOR for v16i16 type on AVX.
Chad Rosier
2011-12-15
Set specific target cpu for testcase.
Lang Hames
2011-12-15
Added test case for r146671.
Lang Hames
2011-12-15
Don't try to form FGETSIGN after legalization; it is possible in some cases, ...
Eli Friedman
2011-12-15
Add support for lowering fneg when AVX is enabled.
Chad Rosier
2011-12-12
Manually upgrade the test suite to specify the flag to cttz and ctlz.
Chandler Carruth
2011-12-09
Update test to something more sensible.
Evan Cheng
2011-12-09
X86: Add patterns for the various rounding ops for SSE4.1 and AVX.
Benjamin Kramer
2011-12-09
Forgot setting -march.
Evan Cheng
2011-12-08
Add 256-bit variant vmovss and vmovsd patterns. rdar://10538417
Evan Cheng
2011-12-08
Add various missing AVX patterns which was causing crashes. Sadly, the generated
Evan Cheng
2011-12-08
Add test for r146163.
Evan Cheng
2011-12-08
test/CodeGen/X86/vec_compare-2.ll: Add explicit -mtriple=i686-linux.
NAKAMURA Takumi
2011-12-08
Fix a bug in the integer-promotion of bitcast operations on vector types.
Nadav Rotem
2011-12-07
Support vector bitcasts in the AsmPrinter. PR11495.
Eli Friedman
2011-12-07
Fix an optimization involving EXTRACT_SUBVECTOR in DAGCombine so it behaves c...
Eli Friedman
2011-12-06
Fix a bunch of SSE/AVX patterns to use v2i64/v4i64 loads since all other inte...
Craig Topper
2011-12-06
Merge isSHUFPMask and isCommutedSHUFPMask into single function that can do bo...
Craig Topper
2011-12-05
test/CodeGen/X86/pointer-vector.ll: Add explicit -mtriple=i686-linux.
NAKAMURA Takumi
2011-12-05
Add support for vectors of pointers.
Nadav Rotem
2011-12-03
Check for stack space more intelligently.
Sanjoy Das
2011-12-03
Fix a bug in the x86-32 code generated for segmented stacks.
Sanjoy Das
2011-12-02
Add instruction selection support for horizontal add/sub of 256-bit floating ...
Craig Topper
2011-12-01
For 64-bit the rest of the general regs are ok for the q constraint. Make
Eric Christopher
2011-12-01
Pass AVX vectors which are arguments to varargs functions on the stack. <rdar...
Eli Friedman
2011-11-30
Support for encoding all FMA4 instructions and tablegen patterns for all
Jan Sjödin
2011-11-30
Add test arch to make it pass on non x86 targets
Nadav Rotem
2011-11-30
Add a tripple to the test
Nadav Rotem
2011-11-30
X86: PerformOrCombine introduced a vselect node with a wrong order of operand...
Nadav Rotem
2011-11-29
Add another missing pattern. llvm-gcc likes f64 but clang likes i64 so it was...
Evan Cheng
2011-11-29
Make X86::FsFLD0SS / FsFLD0SD real pseudo-instructions.
Jakob Stoklund Olesen
2011-11-29
Fixed vsqrt.ss intrinsic usage - order of input operands was wrong.
Elena Demikhovsky
[prev]
[next]