| Commit message (Expand) | Author | Age | Files | Lines |
| * | Move some debug testcases to the debug info directory. | Eric Christopher | 2013-08-27 | 16 | -966/+0 |
| * | AVX-512: added conversion instructions. | Elena Demikhovsky | 2013-08-27 | 1 | -0/+186 |
| * | DAGCombiner: make sure or/shl/srl really has zero high bits before forming bswap | Tim Northover | 2013-08-27 | 1 | -6/+101 |
| * | AVX-512: Added FMA instructions. | Elena Demikhovsky | 2013-08-27 | 1 | -0/+83 |
| * | Debug Info: add an identifier field to DICompositeType. | Manman Ren | 2013-08-26 | 35 | -67/+67 |
| * | AVX-512: Added shuffle instructions - | Elena Demikhovsky | 2013-08-26 | 1 | -0/+62 |
| * | AVX-512: added UNPACK instructions and tests for all-zero/all-ones vectors | Elena Demikhovsky | 2013-08-25 | 2 | -11/+62 |
| * | Update test to use rdrnd instead of rdrand. | Rafael Espindola | 2013-08-23 | 1 | -1/+1 |
| * | Update tests to use sse4.2 instead of sse42. | Rafael Espindola | 2013-08-23 | 23 | -24/+24 |
| * | Replace more uses of sse41 with sse4.1. | Rafael Espindola | 2013-08-23 | 39 | -46/+46 |
| * | Update a test that I missed in the previous commit. | Rafael Espindola | 2013-08-23 | 1 | -2/+2 |
| * | Rename features to match what gcc and clang use. | Rafael Espindola | 2013-08-23 | 12 | -14/+14 |
| * | Update to remove the no-frame-pointer-elim-non-leaf flag if it was set to 'fa... | Bill Wendling | 2013-08-22 | 5 | -6/+6 |
| * | Fix some tests. The 'false' version just omits the attribute altogether. | Bill Wendling | 2013-08-22 | 1 | -4/+4 |
| * | [Debug Info Tests] Update testing cases. | Manman Ren | 2013-08-22 | 4 | -6/+6 |
| * | [stackprotector] When finding the split point to splice off the end of a pare... | Michael Gottesman | 2013-08-22 | 1 | -0/+99 |
| * | TBAA: remove !tbaa from testing cases when they are not needed. | Manman Ren | 2013-08-21 | 4 | -52/+31 |
| * | Teach BaseIndexOffset::match to identify base pointers in loops. | Juergen Ributzka | 2013-08-21 | 1 | -0/+30 |
| * | Add -mcpu to two X86 tests. | Joey Gouly | 2013-08-21 | 2 | -2/+2 |
| * | AVX-512: Added SHIFT instructions. | Elena Demikhovsky | 2013-08-21 | 1 | -0/+108 |
| * | AVX-512: Added more patterns for VMOVSS, VMOVSD, VMOVD, VMOVQ | Elena Demikhovsky | 2013-08-20 | 1 | -0/+27 |
| * | Improve the widening of integral binary vector operations | Paul Redmond | 2013-08-19 | 3 | -10/+4 |
| * | AVX-512: added arithmetic and logical operations. | Elena Demikhovsky | 2013-08-19 | 2 | -3/+229 |
| * | AVX-512: Added VMOVD, VMOVQ, VMOVSS, VMOVSD instructions. | Elena Demikhovsky | 2013-08-18 | 1 | -0/+75 |
| * | [tests] Another attempt to workaround broken misched-copy.s test on some buil... | Daniel Dunbar | 2013-08-16 | 2 | -1/+9 |
| * | Don't use v16i32 for load pattern matching. All 512-bit loads are cated to v8... | Craig Topper | 2013-08-16 | 1 | -0/+41 |
| * | [tests] Add a hack to eliminate some dangling .s files on buildbots. | Daniel Dunbar | 2013-08-16 | 1 | -0/+8 |
| * | [tests] Cleanup initialization of test suffixes. | Daniel Dunbar | 2013-08-16 | 2 | -4/+0 |
| * | Revert r188449 as it turns out we're just missing the instructions that need ... | Craig Topper | 2013-08-15 | 1 | -8/+0 |
| * | Don't let isPermImmMask handle v16i32 since VPERMI doesn't match on that type... | Craig Topper | 2013-08-15 | 1 | -0/+8 |
| * | llvm/test/CodeGen/X86/setcc-sentinals.ll: Relax expressions for x86_64-win32. | NAKAMURA Takumi | 2013-08-14 | 1 | -2/+2 |
| * | DAG: Combine (and (setne X, 0), (setne X, -1)) -> (setuge (add X, 1), 2) | Jim Grosbach | 2013-08-13 | 1 | -0/+13 |
| * | AVX-512: Added CMP and BLEND instructions. | Elena Demikhovsky | 2013-08-13 | 1 | -0/+113 |
| * | Fix FileCheck --check-prefix lines. | Tim Northover | 2013-08-12 | 1 | -1/+1 |
| * | Allow compatible extension attributes for tail calls | Tim Northover | 2013-08-12 | 2 | -3/+59 |
| * | AVX-512: Added more tests for BROADCAST | Elena Demikhovsky | 2013-08-11 | 1 | -0/+16 |
| * | AVX-512: Added VPERM* instructons and MOV* zmm-to-zmm instructions. | Elena Demikhovsky | 2013-08-11 | 1 | -0/+66 |
| * | [stackprotector] Simplify SP Pass so that we emit different fail basic blocks... | Michael Gottesman | 2013-08-09 | 1 | -0/+4 |
| * | CHECK-LABEL-ify tests | Stephen Lin | 2013-08-09 | 2 | -10/+10 |
| * | Add missing 'v' prefix in front of palignr on one of checks. | Craig Topper | 2013-08-09 | 1 | -1/+1 |
| * | Set ISD::FROUND to Expand by default for all types | Hal Finkel | 2013-08-09 | 1 | -0/+22 |
| * | Revert "Reapply r185872 now that the address sanitizer has been changed to su... | Arnold Schwaighofer | 2013-08-08 | 1 | -3/+4 |
| * | test commit. | Andrea Di Biagio | 2013-08-08 | 1 | -1/+1 |
| * | Reapply r185872 now that the address sanitizer has been changed to support this. | Bill Wendling | 2013-08-07 | 1 | -4/+3 |
| * | AVX-512 set: Added BROADCAST instructions | Elena Demikhovsky | 2013-08-07 | 1 | -0/+37 |
| * | Debug Info Finder|Verifier: handle DbgLoc attached to instructions. | Manman Ren | 2013-08-06 | 3 | -4/+4 |
| * | Refactor isInTailCallPosition handling | Tim Northover | 2013-08-06 | 2 | -0/+129 |
| * | AVX-512 set: added mask operations, lowering BUILD_VECTOR for i1 vector types. | Elena Demikhovsky | 2013-08-05 | 1 | -0/+58 |
| * | X86: Turn fp selects into mask operations. | Benjamin Kramer | 2013-08-04 | 3 | -48/+290 |
| * | AVX-512 set: added VEXTRACTPS instruction | Elena Demikhovsky | 2013-08-04 | 1 | -1/+20 |