| Commit message (Expand) | Author | Age | Files | Lines |
* | AVX-512: Implemented VFIXUPIMMSD and VFIXUPIMMSS instructions for KNL | Elena Demikhovsky | 2015-06-02 | 2 | -0/+179 |
* | revert 238809 | Asaf Badouh | 2015-06-02 | 2 | -375/+0 |
* | AVX-512: Implemented GETEXP instruction for KNL and SKX | Asaf Badouh | 2015-06-02 | 2 | -0/+375 |
* | First commit test. | Asaf Badouh | 2015-06-01 | 1 | -0/+1 |
* | AVX-512: Implemented VRANGEPD and VRANGEPD instructions for SKX. | Elena Demikhovsky | 2015-06-01 | 2 | -0/+375 |
* | AVX-512: added all forms of VPSHUFD and VPSHUFHW, VPSHUFLW | Elena Demikhovsky | 2015-06-01 | 3 | -0/+333 |
* | AVX-512: Implemented VFIXUPIMMPD and VFIXUPIMMPS instructions for KNL and SKX | Elena Demikhovsky | 2015-06-01 | 2 | -0/+375 |
* | [TableGen][AsmMatcherEmitter] Only parse isolated tokens as registers. | Ahmed Bougacha | 2015-05-29 | 1 | -0/+3 |
* | AVX-512: Implemented all forms of sign-extend and zero-extend instructions fo... | Elena Demikhovsky | 2015-05-27 | 3 | -0/+936 |
* | AVX-512: Added VBROADCASTF64X4, VBROADCASTF64X2, VBROADCASTI32X8, and other i... | Elena Demikhovsky | 2015-05-18 | 4 | -6/+377 |
* | AVX-512: fixed a bug in encoding of VPSRAQ instrcution, | Elena Demikhovsky | 2015-05-13 | 1 | -1/+914 |
* | AVX-512: asm parser errors check | Elena Demikhovsky | 2015-05-12 | 1 | -0/+6 |
* | AVX-512: Added SKX instructions and intrinsics: | Elena Demikhovsky | 2015-05-11 | 1 | -0/+583 |
* | AVX-512: Added all forms of FP compare instructions for KNL and SKX. | Elena Demikhovsky | 2015-05-07 | 4 | -9/+738 |
* | AVX-512: added integer "add" and "sub" instructions with saturation for SKX | Elena Demikhovsky | 2015-05-04 | 2 | -0/+3205 |
* | AVX-512: enabled tests for AVX512F set | Elena Demikhovsky | 2015-05-04 | 2 | -13/+10 |
* | AVX-512: Added VPACK* instructions forms for KNL and SKX | Elena Demikhovsky | 2015-05-04 | 2 | -0/+1351 |
* | IR: Give 'DI' prefix to debug info metadata | Duncan P. N. Exon Smith | 2015-04-29 | 1 | -2/+2 |
* | AVX-512: Added VPMOVx2M instructions for SKX, | Elena Demikhovsky | 2015-04-21 | 2 | -0/+49 |
* | AVX-512: Added VPTESTM and VPTESTNM instructions for SKX | Elena Demikhovsky | 2015-04-21 | 2 | -0/+604 |
* | AVX-512: Added logical and arithmetic instructions for SKX | Elena Demikhovsky | 2015-04-21 | 3 | -0/+2912 |
* | Tighten bundling section alignment test. | Derek Schuff | 2015-04-21 | 1 | -0/+2 |
* | [MC] When using bundle aligment, align sections to bundle size | Derek Schuff | 2015-04-21 | 1 | -0/+21 |
* | [opaque pointer type] Add textual IR support for explicit type parameter to t... | David Blaikie | 2015-04-16 | 1 | -17/+17 |
* | Update tests to not be as dependent on section numbers. | Rafael Espindola | 2015-04-15 | 2 | -2/+2 |
* | [MC] Write padding into fragments when -mc-relax-all flag is used | Petr Hosek | 2015-04-12 | 10 | -4/+26 |
* | Fix the operand encoding in the test instruction. | Rafael Espindola | 2015-03-31 | 3 | -3/+3 |
* | Fix PR23025. | Rafael Espindola | 2015-03-26 | 1 | -0/+6 |
* | Fix fixup evaluation when deciding what to relocate with. | Rafael Espindola | 2015-03-25 | 1 | -0/+12 |
* | Produce an error instead of asserting on invalid .sleb128/.uleb128. | Rafael Espindola | 2015-03-25 | 1 | -0/+5 |
* | AVX-512: Added encoding tests for VPROR, VPROL instructions, | Elena Demikhovsky | 2015-03-12 | 1 | -0/+928 |
* | Add the "vbroadcasti128" instruction back. | Juergen Ributzka | 2015-03-11 | 1 | -0/+4 |
* | AVX-512: Added SKX forms of shift instructions. | Elena Demikhovsky | 2015-03-11 | 3 | -0/+2124 |
* | [AsmPrinter][TLOF] ARM64 MachO support for replacing GOT equivalents | Bruno Cardoso Lopes | 2015-03-06 | 1 | -78/+0 |
* | DebugInfo: Move new hierarchy into place | Duncan P. N. Exon Smith | 2015-03-03 | 1 | -3/+3 |
* | AVX-512: Add assembly parser support for Rounding mode | Elena Demikhovsky | 2015-03-02 | 2 | -0/+62 |
* | [MC] Use the non-EH register mapping in the debug_frame section. | Frederic Riss | 2015-02-26 | 1 | -0/+38 |
* | [AsmPrinter] Access pointers to globals via pcrel GOT entries | Bruno Cardoso Lopes | 2015-02-23 | 1 | -0/+78 |
* | [X86] Add assembly parser support for mnemonic aliases for AVX-512 vpcmp inst... | Craig Topper | 2015-02-15 | 2 | -0/+1872 |
* | [X86] Add assembler predicates for the rest of the AVX512 feature flags. This... | Craig Topper | 2015-02-15 | 1 | -1/+1 |
* | [X86] Improve parsing support AVX/SSE floating point compare instruction mnem... | Craig Topper | 2015-02-14 | 4 | -490/+490 |
* | [X86] Add support for parsing and printing the mnemonic aliases for the XOP V... | Craig Topper | 2015-02-13 | 1 | -0/+64 |
* | [X86] Add GETSEC instruction. | Craig Topper | 2015-02-07 | 1 | -0/+4 |
* | [X86] Add assembler and disassembler test cases for clflushopt, clwb, pcommit... | Craig Topper | 2015-02-06 | 1 | -0/+132 |
* | [X86] Remove a ton of duplicate test cases for the assembler. | Craig Topper | 2015-02-06 | 1 | -9251/+149 |
* | [X86] Make fxsave64/fxrstor64/xsave64/xsrstor64/xsaveopt64 parseable in AT&T ... | Craig Topper | 2015-02-03 | 2 | -4/+12 |
* | [x86] Change u8imm operands to always print as unsigned. This makes shuffle m... | Craig Topper | 2015-01-23 | 2 | -8/+8 |
* | [x86] Add assembly parser bounds checking to the immediate value for cmpss/cm... | Craig Topper | 2015-01-21 | 2 | -0/+20 |
* | X86: validate 'int' instruction | Saleem Abdulrasool | 2015-01-14 | 2 | -0/+16 |
* | AVX-512: BLENDM - fixed encoding of the broadcast version | Elena Demikhovsky | 2014-12-23 | 2 | -0/+296 |