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