summaryrefslogtreecommitdiff
path: root/test/CodeGen/X86
Commit message (Expand)AuthorAge
* DAGCombiner: Generate a correct constant for vector types when folding (xor (...Benjamin Kramer2013-05-10
* Teach SelectionDAG to constant fold all-constant FMA nodes the same way that ...Owen Anderson2013-05-09
* Generate a compact unwind encoding in the face of a stack alignment push.Bill Wendling2013-05-09
* Fix a bug in codegenprep where it was losing track of values OptimizeMemoryInstNick Lewycky2013-05-08
* DAGCombiner: Simplify inverted bit testsDavid Majnemer2013-05-08
* Reduce attributes.Bill Wendling2013-05-06
* Fix slightly too aggressive conact_vector optimization.Michael Kuperstein2013-05-06
* Add a testcase that checks that we generate functions with frameBill Wendling2013-05-06
* Remove a recently redundant transform from X86ISelLowering.David Majnemer2013-05-05
* TBAA: remove !tbaa from testing cases if not used.Manman Ren2013-05-02
* Rewrite X86 codegen regression test with FileCheckMichael Liao2013-05-02
* Avoid generating tempfile(s) never usedMichael Liao2013-05-01
* Revert r180737. The companion patch was reverted, and this is not relevant ri...Bill Wendling2013-05-01
* Put VMOVPQIto64rr in the VRPDI class.Rafael Espindola2013-05-01
* Forget remove the tempfile argumentMichael Liao2013-05-01
* More rewrites of x86 codegen regression tests with FileCheckMichael Liao2013-05-01
* Temporarily revert "Change the informal convention of DBG_VALUE so that we ca...Adrian Prantl2013-04-30
* Change the informal convention of DBG_VALUE so that we can express aAdrian Prantl2013-04-30
* TBAA: remove !tbaa from testing cases if not used.Manman Ren2013-04-30
* Rewrite X86 codegen regression test with FileCheckMichael Liao2013-04-30
* Rewrite test in FileCheck instead of grep in X86 codegenMichael Liao2013-04-30
* Duplicate a testcase.Bill Wendling2013-04-29
* Rewrite some tests with FileCHeck in X86 codegenMichael Liao2013-04-29
* Make CHECK lines a bit less strict so they also match code generated for win64.Benjamin Kramer2013-04-26
* X86: Now that we have a canonical form for vector integer abs, match it into ...Benjamin Kramer2013-04-26
* DAGCombiner: Canonicalize vector integer abs in the same way we do it for sca...Benjamin Kramer2013-04-26
* This patch adds the X86FixupLEAs pass, which will reduce instructionPreston Gurd2013-04-25
* [inline asm] Add a test case for r180226. The specific issue is that the inlineChad Rosier2013-04-25
* Move test from grep to FileCheck.Rafael Espindola2013-04-23
* Cleanup: test source files do not need to be executableArnaud A. de Grandmaison2013-04-22
* Revert "Revert "PR14606: debug info imported_module support""David Blaikie2013-04-22
* Remove tbaa metadata.Bill Wendling2013-04-21
* Minor renaming of tests (for consistency with an in-development patch)Stephen Lin2013-04-20
* Don't litter .s files in test directory.Benjamin Kramer2013-04-20
* Add CodeGen support for functions that always return arguments via a new para...Stephen Lin2013-04-20
* Allow tail call opportunity detection through nested and/or multiple iteratio...Stephen Lin2013-04-20
* Do not mangle in MS-way the globals with magic \001 in the name.Anton Korobeynikov2013-04-19
* Make test slightly more readable.Bill Wendling2013-04-19
* Add a testcase to make sure we generate the proper compact unwind section for...Bill Wendling2013-04-19
* Revert "PR14606: debug info imported_module support"Eric Christopher2013-04-19
* PR14606: debug info imported_module supportDavid Blaikie2013-04-19
* X86: Add an SSE2 lowering for 64 bit compares when pcmpgtq (SSE4.2) isn't ava...Benjamin Kramer2013-04-18
* Allow misaligned stores in x86 fast-isel.Derek Schuff2013-04-18
* This patch teaches x86 fast-isel to generate the native div/idiv instructionsEli Bendersky2013-04-17
* Avoid outputting temporary test file into source tree.Tim Northover2013-04-15
* Further generalize this scheduler test.Andrew Trick2013-04-13
* Fix a dislexic regex.Andrew Trick2013-04-13
* Add a missing REQUIRES: assertsAndrew Trick2013-04-13
* MI-Sched: schedule physreg copies.Andrew Trick2013-04-13
* Fix the test on linux by setting the triple and the align formatNadav Rotem2013-04-12