aboutsummaryrefslogtreecommitdiff
path: root/test/CodeGen/X86
AgeCommit message (Expand)Author
2013-04-19PR14606: debug info imported_module supportDavid Blaikie
2013-04-18X86: Add an SSE2 lowering for 64 bit compares when pcmpgtq (SSE4.2) isn't ava...Benjamin Kramer
2013-04-18Allow misaligned stores in x86 fast-isel.Derek Schuff
2013-04-17This patch teaches x86 fast-isel to generate the native div/idiv instructionsEli Bendersky
2013-04-16Add support for the div/rem instructions under x86 fast-isel.Jim Stichnoth
2013-04-15Avoid outputting temporary test file into source tree.Tim Northover
2013-04-13Further generalize this scheduler test.Andrew Trick
2013-04-13Fix a dislexic regex.Andrew Trick
2013-04-13Add a missing REQUIRES: assertsAndrew Trick
2013-04-13MI-Sched: schedule physreg copies.Andrew Trick
2013-04-12Fix the test on linux by setting the triple and the align formatNadav Rotem
2013-04-12Add a flag to align all basic blocks in the function.Nadav Rotem
2013-04-11Use FileCheck instead of grep.Preston Gurd
2013-04-11Add a CHECK-NOT for a more faithful translation of the original grep | count 2.Eli Bendersky
2013-04-11Optimize vector select from all 0s or all 1sMichael Liao
2013-04-11Enhance bool simplifcation in X86 to handle more casesMichael Liao
2013-04-10Rewrite some of the test/CodeGen/X86 tests to use FileCheck instead of grepEli Bendersky
2013-04-10__sincosf_stret returns sinf / cosf in bits 0:31 and 32:63 of xmm0, not inEvan Cheng
2013-04-05Make the test/CodeGen/X86/win32_sret.ll reliable on any CPU by explicitly spe...Timur Iskhodzhanov
2013-04-05RegisterPressure heuristics currently require signed comparisons.Andrew Trick
2013-04-03Temporarily relax the WIN32 checks in the SRet test to fix the Atom D2700 botTimur Iskhodzhanov
2013-04-03Fix SRet for thiscall in i686-pc-win32Timur Iskhodzhanov
2013-04-02llvm/test/CodeGen/X86: Unmark them out of XFAIL:cygming, in atomic{32|64}.ll ...NAKAMURA Takumi
2013-04-02Don't attempt MTM heuristics without a scheduling model present.Jakob Stoklund Olesen
2013-04-02[fast-isel] Use the correct API to disable FastLowerArguments for Win64.Chad Rosier
2013-04-02Simplify test cases for Atom preferring call register indirect overPreston Gurd
2013-04-01Merge load/store sequences with adresses: base + index + offsetArnold Schwaighofer
2013-03-31X86: Promote sitofp <8 x i16> to <8 x i32> when AVX is available.Benjamin Kramer
2013-03-30DAGCombine: visitXOR can replace a node without returning it, bail out in tha...Benjamin Kramer
2013-03-30Change '@SECREL' suffix to GAS-compatible '@SECREL32'.Benjamin Kramer
2013-03-29Exclude the X86/complex-fca.ll test at it probably wasn't supposed to work on...Timur Iskhodzhanov
2013-03-29Remove the old CodePlacementOpt pass.Benjamin Kramer
2013-03-28Add support of RDSEED defined in AVX2 extensionMichael Liao
2013-03-28Enhance boolean simplification to handle 16-/64-bit RDRANDMichael Liao
2013-03-28Make Win32 put the SRet address into EAX, fixes PR15556Timur Iskhodzhanov
2013-03-28Revert "Adding DIImportedModules to DIScopes."David Blaikie
2013-03-27This patch follows is a follow up to r178171, which uses the register Preston Gurd
2013-03-27For the current Atom processor, the fastest way to handle a callPreston Gurd
2013-03-27Adding DIImportedModules to DIScopes.David Blaikie
2013-03-26Add XTEST codegen supportMichael Liao
2013-03-26Enable SandyBridgeModel for all modern Intel P6 descendants.Jakob Stoklund Olesen
2013-03-26Fix PRFCHW test on non-x86 buildsMichael Liao
2013-03-26Add PREFETCHW codegen supportMichael Liao
2013-03-25Revise alignment checking/calculation on 256-bit unaligned memory accessMichael Liao
2013-03-25Enhance folding of (extract_subvec (insert_subvec V1, V2, IIdx), EIdx)Michael Liao
2013-03-25Add an -mcpu option to a test that is apparently scheduler-sensitive.Jakob Stoklund Olesen
2013-03-25Disable some unsafe-fp-math DAG-combine transformation after legalization.Shuxin Yang
2013-03-25llvm/test/CodeGen/X86/atomic{32|64}.ll: Unmark them out of XFAIL:win32.NAKAMURA Takumi
2013-03-25Remove unnecessary attributes from test case.Chad Rosier
2013-03-25Add a GC plugin for ErlangYiannis Tsiouris