aboutsummaryrefslogtreecommitdiffstats
path: root/test/CodeGen/X86
Commit message (Expand)AuthorAgeFilesLines
* Fix PR10475Michael Liao2013-03-011-0/+30
* Add a test case for r176066.Chad Rosier2013-02-261-0/+10
* Remove a few unused arguments.Chad Rosier2013-02-261-2/+2
* Unify clang/llvm attributes for asan/tsan/msan (LLVM part)Kostya Serebryany2013-02-261-1/+1
* Fix PR10499Michael Liao2013-02-251-0/+14
* Remove extraneous attribute number.Chad Rosier2013-02-251-1/+1
* [fast-isel] Add X86FastIsel::FastLowerArguments to handle functions with 6 orChad Rosier2013-02-251-0/+25
* pre-RA-sched fix: only reevaluate physreg interferences when necessary.Andrew Trick2013-02-251-0/+56
* Fix the root cause of PR15348 by correctly handling alignment 0 onChandler Carruth2013-02-252-0/+29
* Revert r169638 because it broke Mesa llvmpipe tests.Nadav Rotem2013-02-242-2/+2
* X86: Disable cmov-memory patterns on subtargets without cmov.Benjamin Kramer2013-02-231-0/+11
* Fix test by matching movaps instead of AVX-only vmovapsPeter Collingbourne2013-02-221-2/+2
* x86_64: designate most general purpose and SSE registers as callee save under...Peter Collingbourne2013-02-221-0/+24
* Remove unused CHECK lines copied from another testPete Cooper2013-02-221-8/+0
* Fix isa<> check which could never be true.Pete Cooper2013-02-221-0/+32
* DAGCombiner: Make the post-legalize vector op optimization more aggressive.Benjamin Kramer2013-02-211-2/+0
* Fix PR15267Michael Liao2013-02-201-0/+66
* I optimized the following patterns:Elena Demikhovsky2013-02-201-0/+23
* [ms-inline asm] Force the use of a base pointer if the MachineFunction includesChad Rosier2013-02-191-2/+2
* Fix typoEli Bendersky2013-02-191-1/+1
* Fix GCMetadaPrinter::finishAssembly not executed, patch by Yiannis Tsiouris.Benjamin Kramer2013-02-191-0/+31
* Support for HiPE-compatible code emission, patch by Yiannis Tsiouris.Benjamin Kramer2013-02-181-0/+67
* Force a cpu for test. It failed on atom due to different scheduling decisions.Benjamin Kramer2013-02-171-1/+1
* Replace "check:" wth "CHECK:".Jakub Staszak2013-02-161-4/+4
* Reinitialize the ivars in the subtarget so that they can be reset with the ne...Bill Wendling2013-02-161-1/+0
* [ms-inline asm] Do not omit the frame pointer if we have ms-inline assembly.Chad Rosier2013-02-161-2/+8
* Temporary revert of 175320.Bill Wendling2013-02-151-0/+1
* Reinitialize the ivars in the subtarget.Bill Wendling2013-02-151-0/+66
* enable SDISel sincos optimization for GNU environmentsPaul Redmond2013-02-151-14/+40
* Dont merge consecutive loads/stores into vectors when noimplicitfloat is used.Nadav Rotem2013-02-141-0/+34
* Fixed a bug in X86TargetLowering::LowerVectorIntExtend() (assertion failure).Elena Demikhovsky2013-02-141-0/+14
* Reapply "s/grep/FileCheck/ in some tests"Andrew Trick2013-02-145-6/+15
* Revert "s/grep/FileCheck/ in some tests"Andrew Trick2013-02-145-16/+6
* s/grep/FileCheck/ in some testsEli Bendersky2013-02-131-1/+2
* s/grep/FileCheck/ in some testsEli Bendersky2013-02-135-6/+16
* [ms-inline asm] Fix up test case for non-Darwin platforms.Chad Rosier2013-02-131-1/+1
* [ms-inline-asm] Add support for memory references that have non-immediateChad Rosier2013-02-131-0/+23
* X86: Disable generation of rep;movsl when %esi is used as a base pointer.Benjamin Kramer2013-02-131-0/+18
* Prevent insertion of "vzeroupper" before call that preserves YMM registers, s...Elena Demikhovsky2013-02-131-0/+40
* Check i1 as well as i8 variables for 8 bit registers for x86 inlineEric Christopher2013-02-131-0/+31
* Finish obviously broken thought.Eric Christopher2013-02-131-1/+1
* Fix the lit test added in r174972Paul Redmond2013-02-121-2/+2
* PR14562 - Truncation of left shift became undefPaul Redmond2013-02-121-0/+15
* This is a follow-up on r174446, now taking Atom processors intoEli Bendersky2013-02-061-0/+31
* Remove this test in the meantime, since it won't pass on Atom. Atom uses leaEli Bendersky2013-02-061-22/+0
* Attempt to recover gdb bot after r174445.Manman Ren2013-02-062-2/+2
* Test for r174446Eli Bendersky2013-02-051-0/+22
* Dwarf: support for LTO where a single object file can have multiple line tablesManman Ren2013-02-053-3/+3
* Reapply r174343, with a fix for a scary DAG combine bug where it failed to di...Owen Anderson2013-02-051-3/+3
* Add a test case for PR14750.Jakob Stoklund Olesen2013-02-051-2/+40