aboutsummaryrefslogtreecommitdiff
path: root/test/CodeGen/X86
AgeCommit message (Expand)Author
2012-02-24test/CodeGen/X86/2012-02-23-mmx-inlineasm.ll: Fixup to add -march=x86.NAKAMURA Takumi
2012-02-24Turn avx insert intrinsic calls into INSERT_SUBVECTOR DAG nodes and remove du...Pete Cooper
2012-02-23Allow an integer to be converted into an MMX type when it's used in an inlineBill Wendling
2012-02-23Fix to make sure that a comdat group gets generated correctly for a static me...Anton Korobeynikov
2012-02-22MC: Fix the MCNullStreamer which was broken in r147763.Daniel Dunbar
2012-02-22Properly emit _fltused with FastISel. Refactor to share code with SDAG.Michael J. Spencer
2012-02-22Adding support for Microsoft's thiscall calling convention. LLVM side of the...Aaron Ballman
2012-02-21test/CodeGen/X86/2012-02-20-MachineCPBug.ll: Fix on generic(non-x86) hosts to...NAKAMURA Takumi
2012-02-20Fix machine-cp by having it to check sub-register indicies. e.g.Evan Cheng
2012-02-18Testcase for the previous commit.Eric Christopher
2012-02-17It turns out that putting an 8-byte symbol in a 4-byte section makes Solaris ...David Chisnall
2012-02-16Use –mcpu=generic, so that the test will not fail when run on an Intel AtomBill Wendling
2012-02-16Disable machine copy propagation for now. It's known to be buggy (PR11940) an...Benjamin Kramer
2012-02-16Replace all instances of dg.exp file with lit.local.cfg, since all tests are ...Eli Bendersky
2012-02-15Add a test for generating Objective-C metadata from module flags.Bill Wendling
2012-02-15Stop custom lowering forr x86 DEC64m from happening if the load in the lowere...Pete Cooper
2012-02-14Fix PR12000. Some vector operations may use scalar operands with typesNadav Rotem
2012-02-13Fix a bug in DAGCombine for the optimization of BUILD_VECTOR. We cant generat...Nadav Rotem
2012-02-13Revert accidental commit of a pruned testcase from r150360.Craig Topper
2012-02-13Update CanXFormVExtractWithShuffleIntoLoad to ensure bitcasts of loads only h...Craig Topper
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