summaryrefslogtreecommitdiffstats
path: root/llvm/test/CodeGen/X86
Commit message (Expand)AuthorAgeFilesLines
* Move some debug testcases to the debug info directory.Eric Christopher2013-08-2716-966/+0
* AVX-512: added conversion instructions.Elena Demikhovsky2013-08-271-0/+186
* DAGCombiner: make sure or/shl/srl really has zero high bits before forming bswapTim Northover2013-08-271-6/+101
* AVX-512: Added FMA instructions.Elena Demikhovsky2013-08-271-0/+83
* Debug Info: add an identifier field to DICompositeType.Manman Ren2013-08-2635-67/+67
* AVX-512: Added shuffle instructions - Elena Demikhovsky2013-08-261-0/+62
* AVX-512: added UNPACK instructions and tests for all-zero/all-ones vectorsElena Demikhovsky2013-08-252-11/+62
* Update test to use rdrnd instead of rdrand.Rafael Espindola2013-08-231-1/+1
* Update tests to use sse4.2 instead of sse42.Rafael Espindola2013-08-2323-24/+24
* Replace more uses of sse41 with sse4.1.Rafael Espindola2013-08-2339-46/+46
* Update a test that I missed in the previous commit.Rafael Espindola2013-08-231-2/+2
* Rename features to match what gcc and clang use.Rafael Espindola2013-08-2312-14/+14
* Update to remove the no-frame-pointer-elim-non-leaf flag if it was set to 'fa...Bill Wendling2013-08-225-6/+6
* Fix some tests. The 'false' version just omits the attribute altogether.Bill Wendling2013-08-221-4/+4
* [Debug Info Tests] Update testing cases.Manman Ren2013-08-224-6/+6
* [stackprotector] When finding the split point to splice off the end of a pare...Michael Gottesman2013-08-221-0/+99
* TBAA: remove !tbaa from testing cases when they are not needed.Manman Ren2013-08-214-52/+31
* Teach BaseIndexOffset::match to identify base pointers in loops.Juergen Ributzka2013-08-211-0/+30
* Add -mcpu to two X86 tests.Joey Gouly2013-08-212-2/+2
* AVX-512: Added SHIFT instructions.Elena Demikhovsky2013-08-211-0/+108
* AVX-512: Added more patterns for VMOVSS, VMOVSD, VMOVD, VMOVQElena Demikhovsky2013-08-201-0/+27
* Improve the widening of integral binary vector operationsPaul Redmond2013-08-193-10/+4
* AVX-512: added arithmetic and logical operations.Elena Demikhovsky2013-08-192-3/+229
* AVX-512: Added VMOVD, VMOVQ, VMOVSS, VMOVSD instructions.Elena Demikhovsky2013-08-181-0/+75
* [tests] Another attempt to workaround broken misched-copy.s test on some buil...Daniel Dunbar2013-08-162-1/+9
* Don't use v16i32 for load pattern matching. All 512-bit loads are cated to v8...Craig Topper2013-08-161-0/+41
* [tests] Add a hack to eliminate some dangling .s files on buildbots.Daniel Dunbar2013-08-161-0/+8
* [tests] Cleanup initialization of test suffixes.Daniel Dunbar2013-08-162-4/+0
* Revert r188449 as it turns out we're just missing the instructions that need ...Craig Topper2013-08-151-8/+0
* Don't let isPermImmMask handle v16i32 since VPERMI doesn't match on that type...Craig Topper2013-08-151-0/+8
* llvm/test/CodeGen/X86/setcc-sentinals.ll: Relax expressions for x86_64-win32.NAKAMURA Takumi2013-08-141-2/+2
* DAG: Combine (and (setne X, 0), (setne X, -1)) -> (setuge (add X, 1), 2)Jim Grosbach2013-08-131-0/+13
* AVX-512: Added CMP and BLEND instructions.Elena Demikhovsky2013-08-131-0/+113
* Fix FileCheck --check-prefix lines.Tim Northover2013-08-121-1/+1
* Allow compatible extension attributes for tail callsTim Northover2013-08-122-3/+59
* AVX-512: Added more tests for BROADCASTElena Demikhovsky2013-08-111-0/+16
* AVX-512: Added VPERM* instructons and MOV* zmm-to-zmm instructions.Elena Demikhovsky2013-08-111-0/+66
* [stackprotector] Simplify SP Pass so that we emit different fail basic blocks...Michael Gottesman2013-08-091-0/+4
* CHECK-LABEL-ify testsStephen Lin2013-08-092-10/+10
* Add missing 'v' prefix in front of palignr on one of checks.Craig Topper2013-08-091-1/+1
* Set ISD::FROUND to Expand by default for all typesHal Finkel2013-08-091-0/+22
* Revert "Reapply r185872 now that the address sanitizer has been changed to su...Arnold Schwaighofer2013-08-081-3/+4
* test commit.Andrea Di Biagio2013-08-081-1/+1
* Reapply r185872 now that the address sanitizer has been changed to support this.Bill Wendling2013-08-071-4/+3
* AVX-512 set: Added BROADCAST instructionsElena Demikhovsky2013-08-071-0/+37
* Debug Info Finder|Verifier: handle DbgLoc attached to instructions.Manman Ren2013-08-063-4/+4
* Refactor isInTailCallPosition handlingTim Northover2013-08-062-0/+129
* AVX-512 set: added mask operations, lowering BUILD_VECTOR for i1 vector types.Elena Demikhovsky2013-08-051-0/+58
* X86: Turn fp selects into mask operations.Benjamin Kramer2013-08-043-48/+290
* AVX-512 set: added VEXTRACTPS instructionElena Demikhovsky2013-08-041-1/+20
OpenPOWER on IntegriCloud