aboutsummaryrefslogtreecommitdiff
path: root/test/CodeGen/X86
AgeCommit message (Expand)Author
2013-10-11Cherry-pick LLVM 187787 to prevent tail calls on x86-32 when not appropriate.Jan Voung
2013-09-16Work around a gcc 4.6.3 / 4.7 bug.Jim Stichnoth
2013-07-25Clean some PNaCl-specific tests.Jim Stichnoth
2013-07-24Hide the x86-64 sandbox base address.Jim Stichnoth
2013-07-18Merge remote-tracking branch 'origin/master'Eli Bendersky
2013-07-17Disallow a global address in the x86-64 displacement field.Jim Stichnoth
2013-07-15Merge commit '7dfcb84fc16b3bf6b2379713b53090757f0a45f9'Eli Bendersky
2013-06-24Merge r179774: Allow misaligned stores in x86 fast-isel.Mark Seaborn
2013-06-13Fix PrologEpilogInserter to save and restore all callee saved registersDerek Schuff
2013-05-22Merging r182486:Bill Wendling
2013-05-21Merging r182364:Bill Wendling
2013-05-17Re-allow an x86-32 fast-isel optimization for NaCl / use shorter insts.Jan Voung
2013-05-17Cherry-pick r181922: Fix miscompile due to StackColoring incorrectly merging ...Mark Seaborn
2013-05-16Merging r181540:Bill Wendling
2013-05-10Merging r181397:Bill Wendling
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