aboutsummaryrefslogtreecommitdiffstats
path: root/test/CodeGen/X86
Commit message (Expand)AuthorAgeFilesLines
* Target/X86: Always emit "push/pop GPRs" in prologue/epilogue and emit "spill/...NAKAMURA Takumi2011-02-271-1/+1
* Fix PR9324 / <rdar://problem/9052489> by handling the case where a PHI has no...Cameron Zwarich2011-02-271-0/+20
* Give a test file a more sensible name so that it can hold more test cases.Cameron Zwarich2011-02-271-0/+0
* Add some DAGCombines for (adde 0, 0, glue), which are useful to optimize lega...Benjamin Kramer2011-02-261-0/+26
* Enable support for vector sext and trunc:Nadav Rotem2011-02-242-0/+146
* Move arch specific tests in arch specific directories.Devang Patel2011-02-242-0/+156
* Merge information about the number of zero, one, and sign bits of live-outCameron Zwarich2011-02-241-0/+35
* Fix bug in X86 folding / unfolding table. Int_CMPSDrm and Int_CMPSSrm memoryEvan Cheng2011-02-241-0/+42
* Use DW_FORM_data2 for DW_AT_language and let users use DW_LANG_lo_user=0x8000...Devang Patel2011-02-231-1/+1
* Check only relevant strings in output to increase stability of the tests.Devang Patel2011-02-231-4/+4
* Revert r126195, "test/CodeGen/X86/vec_cast.ll: Mark as XFAIL: migw,win32 for ...NAKAMURA Takumi2011-02-221-2/+1
* Relax expressions and add explicit triplets -linux and -win32.NAKAMURA Takumi2011-02-221-4/+5
* Relax expressions and add explicit triplets -linux and -win32.NAKAMURA Takumi2011-02-221-2/+3
* Relax expressions and add explicit triplets -linux and -win32.NAKAMURA Takumi2011-02-221-6/+7
* Relax expressions and add explicit triplets -linux and -win32.NAKAMURA Takumi2011-02-221-10/+11
* Relax expressions and add explicit triplets -linux and -win32.NAKAMURA Takumi2011-02-221-7/+8
* Relax expressions and add explicit triplets -linux and -win32.NAKAMURA Takumi2011-02-221-2/+3
* Relax expressions and add explicit triplets -linux and -win32.NAKAMURA Takumi2011-02-221-5/+6
* Relax expressions and add explicit triplets -linux and -win32.NAKAMURA Takumi2011-02-221-3/+4
* Relax expressions and add explicit triplets -linux and -win32.NAKAMURA Takumi2011-02-221-10/+11
* Relax expressions and add explicit triplets -linux and -win32.NAKAMURA Takumi2011-02-221-4/+5
* Relax expressions and add explicit triplets -linux and -win32.NAKAMURA Takumi2011-02-221-2/+3
* Relax expressions and add explicit triplets -linux and -win32.NAKAMURA Takumi2011-02-221-4/+5
* Relax expressions and add explicit triplets -linux and -win32.NAKAMURA Takumi2011-02-221-2/+4
* Relax expressions and add explicit triplets -linux and -win32.NAKAMURA Takumi2011-02-221-11/+12
* Relax expressions and add explicit triplets -linux and -win32.NAKAMURA Takumi2011-02-221-8/+9
* Relax expressions and add explicit triplets -linux and -win32.NAKAMURA Takumi2011-02-221-3/+4
* Relax expressions and add explicit triplets -linux and -win32.NAKAMURA Takumi2011-02-221-2/+2
* Relax expressions and add explicit triplets -linux and -win32.NAKAMURA Takumi2011-02-221-3/+4
* Relax expressions and add explicit triplets -linux and -win32.NAKAMURA Takumi2011-02-221-2/+3
* Relax expressions and add explicit triplets -linux and -win32.NAKAMURA Takumi2011-02-221-7/+8
* Relax expressions and add explicit triplets -linux and -win32.NAKAMURA Takumi2011-02-221-6/+7
* test/CodeGen/X86/vec_cast.ll: Mark as XFAIL: migw,win32 for workaround of PR8...NAKAMURA Takumi2011-02-221-1/+2
* test/CodeGen/X86/red-zone.ll: Add explicit -mtriple=x86_64-linux.NAKAMURA Takumi2011-02-221-1/+1
* VirtRegRewriter assertion fix.Andrew Trick2011-02-221-0/+50
* Roll out r126169 and r126170 in an attempt to fix the selfhost bot.Cameron Zwarich2011-02-221-35/+0
* Merge information about the number of zero, one, and sign bits of live-out re...Cameron Zwarich2011-02-221-0/+35
* Revert r125960, it's breaking darwin10 bootstrap.Eric Christopher2011-02-211-24/+0
* Revert r124611 - "Keep track of incoming argument's location while emitting L...Devang Patel2011-02-211-84/+0
* Target/X86/X86FastISel: [PR6275] Fix Win32's dllimport function with fastisel.NAKAMURA Takumi2011-02-211-0/+5
* The signed version of our "magic number" computation for the integer approxim...Cameron Zwarich2011-02-211-1/+1
* Make RecursivelyDeleteDeadPHINode delete a phi node that has no users and add aNick Lewycky2011-02-201-43/+0
* Fix 9267; Add vector zext support.Nadav Rotem2011-02-201-0/+69
* DIE numbers do not add any value in this test. Devang Patel2011-02-191-5/+5
* Do not lose debug info of an inlined function argument even if the argument i...Devang Patel2011-02-181-0/+86
* Reapply r114997 now that the buildbots have been updated.Bill Wendling2011-02-181-0/+24
* Roll out r125794 to help diagnose the llvm-gcc-i386-linux-selfhost failure.Cameron Zwarich2011-02-181-86/+0
* Do not lose debug info of an inlined function argument even if the argument i...Devang Patel2011-02-171-0/+86
* Triple::MinGW64 is deprecated and removed. We can use Triple::MinGW32 generally.NAKAMURA Takumi2011-02-172-2/+2
* The change for PR9190 wasn't quite right. We need to avoid making theEric Christopher2011-02-161-0/+41