aboutsummaryrefslogtreecommitdiffstats
path: root/test/CodeGen/X86
Commit message (Expand)AuthorAgeFilesLines
* Temporarily revert "Change the informal convention of DBG_VALUE so that we ca...Adrian Prantl2013-04-303-4/+4
* Change the informal convention of DBG_VALUE so that we can express aAdrian Prantl2013-04-303-4/+4
* TBAA: remove !tbaa from testing cases if not used.Manman Ren2013-04-3015-153/+106
* Rewrite X86 codegen regression test with FileCheckMichael Liao2013-04-3016-34/+75
* Rewrite test in FileCheck instead of grep in X86 codegenMichael Liao2013-04-301-4/+7
* Duplicate a testcase.Bill Wendling2013-04-291-0/+89
* Rewrite some tests with FileCHeck in X86 codegenMichael Liao2013-04-2920-28/+85
* Make CHECK lines a bit less strict so they also match code generated for win64.Benjamin Kramer2013-04-261-10/+10
* X86: Now that we have a canonical form for vector integer abs, match it into ...Benjamin Kramer2013-04-261-13/+130
* DAGCombiner: Canonicalize vector integer abs in the same way we do it for sca...Benjamin Kramer2013-04-261-0/+66
* This patch adds the X86FixupLEAs pass, which will reduce instructionPreston Gurd2013-04-254-1/+174
* [inline asm] Add a test case for r180226. The specific issue is that the inlineChad Rosier2013-04-251-0/+9
* Move test from grep to FileCheck.Rafael Espindola2013-04-231-2/+5
* Cleanup: test source files do not need to be executableArnaud A. de Grandmaison2013-04-229-0/+0
* Revert "Revert "PR14606: debug info imported_module support""David Blaikie2013-04-2218-18/+18
* Remove tbaa metadata.Bill Wendling2013-04-211-7/+3
* Minor renaming of tests (for consistency with an in-development patch)Stephen Lin2013-04-201-10/+10
* Don't litter .s files in test directory.Benjamin Kramer2013-04-201-1/+1
* Add CodeGen support for functions that always return arguments via a new para...Stephen Lin2013-04-201-0/+89
* Allow tail call opportunity detection through nested and/or multiple iteratio...Stephen Lin2013-04-201-0/+88
* Do not mangle in MS-way the globals with magic \001 in the name.Anton Korobeynikov2013-04-192-8/+21
* Make test slightly more readable.Bill Wendling2013-04-191-4/+4
* Add a testcase to make sure we generate the proper compact unwind section for...Bill Wendling2013-04-191-0/+60
* Revert "PR14606: debug info imported_module support"Eric Christopher2013-04-1918-18/+18
* PR14606: debug info imported_module supportDavid Blaikie2013-04-1918-18/+18
* X86: Add an SSE2 lowering for 64 bit compares when pcmpgtq (SSE4.2) isn't ava...Benjamin Kramer2013-04-181-0/+136
* Allow misaligned stores in x86 fast-isel.Derek Schuff2013-04-181-0/+18
* This patch teaches x86 fast-isel to generate the native div/idiv instructionsEli Bendersky2013-04-172-0/+163
* Avoid outputting temporary test file into source tree.Tim Northover2013-04-151-1/+1
* Further generalize this scheduler test.Andrew Trick2013-04-131-2/+2
* Fix a dislexic regex.Andrew Trick2013-04-131-1/+1
* Add a missing REQUIRES: assertsAndrew Trick2013-04-131-0/+1
* MI-Sched: schedule physreg copies.Andrew Trick2013-04-131-0/+48
* Fix the test on linux by setting the triple and the align formatNadav Rotem2013-04-121-4/+4
* Add a flag to align all basic blocks in the function.Nadav Rotem2013-04-121-0/+22
* Use FileCheck instead of grep.Preston Gurd2013-04-112-17/+12
* Add a CHECK-NOT for a more faithful translation of the original grep | count 2.Eli Bendersky2013-04-111-0/+1
* Optimize vector select from all 0s or all 1sMichael Liao2013-04-111-0/+72
* Enhance bool simplifcation in X86 to handle more casesMichael Liao2013-04-113-2/+299
* Rewrite some of the test/CodeGen/X86 tests to use FileCheck instead of grepEli Bendersky2013-04-1011-15/+31
* __sincosf_stret returns sinf / cosf in bits 0:31 and 32:63 of xmm0, not inEvan Cheng2013-04-101-1/+3
* Make the test/CodeGen/X86/win32_sret.ll reliable on any CPU by explicitly spe...Timur Iskhodzhanov2013-04-051-7/+6
* RegisterPressure heuristics currently require signed comparisons.Andrew Trick2013-04-051-0/+228
* Temporarily relax the WIN32 checks in the SRet test to fix the Atom D2700 botTimur Iskhodzhanov2013-04-031-2/+5
* Fix SRet for thiscall in i686-pc-win32Timur Iskhodzhanov2013-04-032-47/+40
* llvm/test/CodeGen/X86: Unmark them out of XFAIL:cygming, in atomic{32|64}.ll ...NAKAMURA Takumi2013-04-023-5/+0
* Don't attempt MTM heuristics without a scheduling model present.Jakob Stoklund Olesen2013-04-021-0/+2
* [fast-isel] Use the correct API to disable FastLowerArguments for Win64.Chad Rosier2013-04-021-3/+6
* Simplify test cases for Atom preferring call register indirect overPreston Gurd2013-04-022-409/+160
* Merge load/store sequences with adresses: base + index + offsetArnold Schwaighofer2013-04-011-0/+96