aboutsummaryrefslogtreecommitdiffstats
path: root/test/CodeGen/X86
Commit message (Expand)AuthorAgeFilesLines
* Disambiguate function names in some CodeGen tests. (Some tests were using fun...Stephen Lin2013-07-188-74/+73
* Fix copy and paste bug from r186491 to make v2f64 use MOVAPD/MOVUPD as it sho...Craig Topper2013-07-181-0/+16
* Make x86 fast-isel correctly choose between aligned and unaligned operations ...Craig Topper2013-07-173-19/+49
* llvm/test/CodeGen/X86/vec_setcc.ll: Add explicit -mtriple=x86_64-unknown-unkn...NAKAMURA Takumi2013-07-171-3/+3
* Finally, force the target for this test. Should unbreak non-x86 buildbots.Benjamin Kramer2013-07-161-3/+3
* Label names also differ between platforms. Use a relaxed regex.Benjamin Kramer2013-07-161-4/+4
* Fix test not to fail when the target doesn't use leading underscores on symbols.Benjamin Kramer2013-07-161-18/+18
* [X86] Use min/max to optimze unsigend vector comparison on X86Juergen Ributzka2013-07-161-0/+126
* Mass update to CodeGen tests to use CHECK-LABEL for labels corresponding to f...Stephen Lin2013-07-14188-2142/+2142
* Convert Windows to Unix line endings, no functionality change.Stephen Lin2013-07-131-4/+4
* Convert CodeGen/*/*.ll tests to use the new CHECK-LABEL for easier debugging....Stephen Lin2013-07-13110-884/+884
* Convert a couple of grep tests to FileCheck.Benjamin Kramer2013-07-136-31/+109
* X86: Shrink certain forms of movsx.Benjamin Kramer2013-07-124-6/+27
* X86: fold SSE2/AVX2 logical shift by immediate amount into zero vector when p...Stephen Lin2013-07-122-0/+494
* Start using CHECK-LABEL in some tests.Stephen Lin2013-07-126-46/+47
* Target/X86: Add explicit Win64 and System V/x86-64 calling conventions.Charles Davis2013-07-122-0/+38
* Move r186044 tests into CodeGen/X86Hal Finkel2013-07-112-0/+18
* move test into the appropriate subdir.Adrian Prantl2013-07-091-60/+0
* Reapply an improved version of r180816/180817.Adrian Prantl2013-07-091-2/+2
* Appease buildbots after r185956: just set -mcpu explicitly, as it should have...Stephen Lin2013-07-092-4/+4
* Appease Atom buildbot after r185956 (explicitly turn on AVX)Stephen Lin2013-07-092-2/+2
* Attempt to appease buildbot after r185956 by explicitly turning setting -fma,...Stephen Lin2013-07-092-2/+2
* AArch64/PowerPC/SystemZ/X86: This patch fixes the interface, usage, and allStephen Lin2013-07-093-3/+117
* Revert r185872 - "Stop emitting weak symbols into the "coal" sections"Alexander Potapenko2013-07-092-77/+4
* Stop emitting weak symbols into the "coal" sections.Bill Wendling2013-07-082-4/+77
* Reuse %rax after calling __chkstk on win64Nico Rieck2013-07-081-1/+1
* Revert "Proper va_arg/va_copy lowering on win64"Nico Rieck2013-07-081-59/+0
* Revert "Reuse %rax after calling __chkstk on win64"Nico Rieck2013-07-081-1/+1
* Reuse %rax after calling __chkstk on win64Nico Rieck2013-07-071-1/+1
* Proper va_arg/va_copy lowering on win64Nico Rieck2013-07-061-0/+59
* DAGCombiner: Don't drop extension behavior when shrinking a load when unsafe.Benjamin Kramer2013-07-061-0/+23
* Prefix failing commands with not to make clear they are expected to fail.Rafael Espindola2013-07-032-2/+2
* Remove another old test.Rafael Espindola2013-07-031-99/+0
* Remove test for the old EH system. It doesn't parse anymore.Rafael Espindola2013-07-031-19/+0
* DAGCombiner: fix use-counting issue when forming zextloadTim Northover2013-07-021-0/+16
* Debug Info: clean up usage of Verify.Manman Ren2013-06-281-4/+5
* Optimized integer vector multiplication operation by replacing it with shift/...Elena Demikhovsky2013-06-265-3/+85
* Revert "Temporarily enable MI-Sched on X86."Andrew Trick2013-06-2563-273/+257
* llvm/test/CodeGen/X86: Add explicit -mtriple=x86_64-unknown-unknown.NAKAMURA Takumi2013-06-242-2/+2
* llvm/test/CodeGen/X86/legalize-shift-64.ll: Add explicit -mtriple=i686-unknow...NAKAMURA Takumi2013-06-241-1/+1
* Add -mcpu to some unit tests that only fail on certain hosts.Andrew Trick2013-06-247-8/+8
* Temporarily enable MI-Sched on X86.Andrew Trick2013-06-2463-257/+273
* Fix tail merging to assign the (more) correct BasicBlock when splitting.Andrew Trick2013-06-241-2/+2
* Add MI-Sched support for x86 macro fusion.Andrew Trick2013-06-231-0/+108
* Add '-mcpu=' to prevent breaking on ATOM due to different code scheduleMichael Liao2013-06-211-1/+1
* Add missing REQUIRES: asserts in crash.ll.Andrew Trick2013-06-211-0/+1
* Fix PR16360Michael Liao2013-06-211-0/+16
* Update physreg live intervals during remat.Andrew Trick2013-06-211-4/+4
* DebugInfo: don't use location lists when the location covers the whole functi...David Blaikie2013-06-201-12/+6
* During SelectionDAG building explicitly set a node to constant zero when theQuentin Colombet2013-06-183-4/+40