aboutsummaryrefslogtreecommitdiff
path: root/test/CodeGen/X86
AgeCommit message (Expand)Author
2013-05-10DAGCombiner: Generate a correct constant for vector types when folding (xor (...Benjamin Kramer
2013-05-09Teach SelectionDAG to constant fold all-constant FMA nodes the same way that ...Owen Anderson
2013-05-09Generate a compact unwind encoding in the face of a stack alignment push.Bill Wendling
2013-05-08Fix a bug in codegenprep where it was losing track of values OptimizeMemoryInstNick Lewycky
2013-05-08DAGCombiner: Simplify inverted bit testsDavid Majnemer
2013-05-06Reduce attributes.Bill Wendling
2013-05-06Fix slightly too aggressive conact_vector optimization.Michael Kuperstein
2013-05-06Add a testcase that checks that we generate functions with frameBill Wendling
2013-05-05Remove a recently redundant transform from X86ISelLowering.David Majnemer
2013-05-02TBAA: remove !tbaa from testing cases if not used.Manman Ren
2013-05-02Rewrite X86 codegen regression test with FileCheckMichael Liao
2013-05-01Avoid generating tempfile(s) never usedMichael Liao
2013-05-01Revert r180737. The companion patch was reverted, and this is not relevant ri...Bill Wendling
2013-05-01Put VMOVPQIto64rr in the VRPDI class.Rafael Espindola
2013-05-01Forget remove the tempfile argumentMichael Liao
2013-05-01More rewrites of x86 codegen regression tests with FileCheckMichael Liao
2013-04-30Temporarily revert "Change the informal convention of DBG_VALUE so that we ca...Adrian Prantl
2013-04-30Change the informal convention of DBG_VALUE so that we can express aAdrian Prantl
2013-04-30TBAA: remove !tbaa from testing cases if not used.Manman Ren
2013-04-30Rewrite X86 codegen regression test with FileCheckMichael Liao
2013-04-30Rewrite test in FileCheck instead of grep in X86 codegenMichael Liao
2013-04-29Duplicate a testcase.Bill Wendling
2013-04-29Rewrite some tests with FileCHeck in X86 codegenMichael Liao
2013-04-26Make CHECK lines a bit less strict so they also match code generated for win64.Benjamin Kramer
2013-04-26X86: Now that we have a canonical form for vector integer abs, match it into ...Benjamin Kramer
2013-04-26DAGCombiner: Canonicalize vector integer abs in the same way we do it for sca...Benjamin Kramer
2013-04-25This patch adds the X86FixupLEAs pass, which will reduce instructionPreston Gurd
2013-04-25[inline asm] Add a test case for r180226. The specific issue is that the inlineChad Rosier
2013-04-23Move test from grep to FileCheck.Rafael Espindola
2013-04-22Cleanup: test source files do not need to be executableArnaud A. de Grandmaison
2013-04-22Revert "Revert "PR14606: debug info imported_module support""David Blaikie
2013-04-21Remove tbaa metadata.Bill Wendling
2013-04-20Minor renaming of tests (for consistency with an in-development patch)Stephen Lin
2013-04-20Don't litter .s files in test directory.Benjamin Kramer
2013-04-20Add CodeGen support for functions that always return arguments via a new para...Stephen Lin
2013-04-20Allow tail call opportunity detection through nested and/or multiple iteratio...Stephen Lin
2013-04-19Do not mangle in MS-way the globals with magic \001 in the name.Anton Korobeynikov
2013-04-19Make test slightly more readable.Bill Wendling
2013-04-19Add a testcase to make sure we generate the proper compact unwind section for...Bill Wendling
2013-04-19Revert "PR14606: debug info imported_module support"Eric Christopher
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-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