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
2012-02-13
Fixed bug when custom lowering DEC64m on x86.
Pete Cooper
2012-02-12
This patch addresses the problem of poor code generation for the zext
Nadav Rotem
2012-02-11
Add support for implicit TLS model used with MS VC runtime.
Anton Korobeynikov
2012-02-10
RegAlloc superpass: includes phi elimination, coalescing, and scheduling.
Andrew Trick
2012-02-09
test/CodeGen/X86/atom-lea-sp.ll: Add explicit -mtriple=i686-linux.
NAKAMURA Takumi
2012-02-08
Commit Andy Zhang's test for the lea patch.
Evan Cheng
2012-02-08
Fixed a bug in printing "cmp" pseudo ops.
Elena Demikhovsky
2012-02-07
Add instruction selection for 256-bit VPSHUFD and 128-bit VPERMILPS/VPERMILPD.
Craig Topper
2012-02-05
Testing vector code without sse doesn't make much sense.
Benjamin Kramer
2012-02-05
Add a test for the miscompilation my recent ConstantDataArray patches introdu...
Chris Lattner
2012-02-05
Remove most of the intrinsics for XOP VPCMOV instruction. They all aliased to...
Craig Topper
2012-02-03
The type-legalizer often scalarizes code. One of the common patterns is extra...
Nadav Rotem
2012-02-02
Unix line endings
Matt Beaumont-Gay
2012-02-02
Optimization for SIGN_EXTEND operation on AVX.
Elena Demikhovsky
2012-02-02
Set EFLAGS correctly in EmitLoweredSelect on X86.
Lang Hames
2012-02-01
Instruction scheduling itinerary for Intel Atom.
Andrew Trick
2012-02-01
Avoid creating an extract element to an illegal type after LegalizeTypes has ...
Mon P Wang
2012-02-01
test/CodeGen/X86/avx-minmax.ll: Relax expressions for Win32 targets. YMM argu...
NAKAMURA Takumi
2012-02-01
Passing AVX 256-bit structures in Win64 was wrong.
Elena Demikhovsky
2012-02-01
Optimization for "truncate" operation on AVX.
Elena Demikhovsky
2012-01-31
Remove pcmpgt/pcmpeq intrinsics as clang is not using them.
Craig Topper
2012-01-31
Remove all references to the old EH.
Bill Wendling
2012-01-30
Chris's constant data sequence refactoring actually enabled printing
Chandler Carruth
2012-01-30
Fix pattern for memory form of PSHUFD for use with FP vectors to remove bitca...
Craig Topper
2012-01-27
Add r149110 back with a fix for when the vector and the int have the same
Rafael Espindola
2012-01-27
Revert r149110 and add a testcase that was crashing since that revision.
Rafael Espindola
2012-01-27
Unix line endings
Matt Beaumont-Gay
2012-01-26
Handle call-clobbered ymm registers on Win64.
Jakob Stoklund Olesen
2012-01-26
Fix for the following bug in AVX codegen for double-to-int conversions:
Victor Umansky
2012-01-25
Properly emit ctors / dtors with priorities into desired sections
Anton Korobeynikov
2012-01-24
ZERO_EXTEND operation is optimized for AVX.
Elena Demikhovsky
2012-01-20
Add support for selecting 256-bit PALIGNR.
Craig Topper
2012-01-20
Remove a low-quality test which was failing on Windows; test/CodeGen/X86/sret...
Eli Friedman
2012-01-20
Support MSVC x86-32 sret convention. PR11688. Patch by Joe Groff.
Eli Friedman
2012-01-19
Space after punctuation.
Nick Lewycky
2012-01-19
Add a TargetOption for disabling tail calls.
Nick Lewycky
2012-01-18
Fix a bug in the type-legalization of vector integers. When we bitcast one ve...
Nadav Rotem
2012-01-17
Transform: (EXTRACT_VECTOR_ELT( VECTOR_SHUFFLE )) -> EXTRACT_VECTOR_ELT.
Nadav Rotem
2012-01-17
Fix 11769.
Nadav Rotem
2012-01-16
Make sure the non-SSE lowering for fences correctly clobbers EFLAGS. PR11768.
Eli Friedman
2012-01-15
[AVX] Optimize x86 VSELECT instructions using SimplifyDemandedBits.
Nadav Rotem
2012-01-15
Relax the FileCheck assertion a bit -- all we really care about is that
Chandler Carruth
2012-01-15
FileCheck-ize a test, make it more specific to directly test the shift
Chandler Carruth
2012-01-14
Cleanup test case by adding checks for test names.
Chad Rosier
2012-01-14
Add a test showing how the Leh_func_endN symbol is used.
Rafael Espindola
2012-01-13
Add patterns for v16i16 and v32i8 immAllZerosV to select VPXOR to match v4i64...
Craig Topper
2012-01-12
Fixed a bug in LowerVECTOR_SHUFFLE caused assertion failure
Elena Demikhovsky
2012-01-12
Add error-reporting tests for platforms that don't support segmented stacks.
Rafael Espindola
2012-01-12
Support segmented stacks on 64-bit FreeBSD.
Rafael Espindola
2012-01-12
Support segmented stacks on win32.
Rafael Espindola
[prev]
[next]