| Commit message (Expand) | Author | Age | Files | Lines |
* | Make MC use Windows COFF on Windows and add tests. | Michael J. Spencer | 2010-07-27 | 2 | -0/+141 |
* | Support x86 "eiz" and "riz" pseudo index registers in the assembler. | Bruno Cardoso Lopes | 2010-07-24 | 4 | -0/+48 |
* | Consolidate the ELF section directive tests into a single file as | Matt Fleming | 2010-07-23 | 8 | -42/+23 |
* | Move AVX encoding tests to different files | Bruno Cardoso Lopes | 2010-07-23 | 4 | -6548/+6552 |
* | Add AVX version of CLMUL instructions | Bruno Cardoso Lopes | 2010-07-23 | 2 | -0/+84 |
* | Add complete assembler support for FMA3 instructions, with descriptions and e... | Bruno Cardoso Lopes | 2010-07-23 | 2 | -0/+1348 |
* | Add remaining AVX instructions (most of them dealing with GR64 destinations. ... | Bruno Cardoso Lopes | 2010-07-22 | 1 | -0/+32 |
* | Add more 256-bit forms for a bunch of regular AVX instructions | Bruno Cardoso Lopes | 2010-07-21 | 2 | -0/+260 |
* | Add missing AVX convert instructions. Those instructions are not described in... | Bruno Cardoso Lopes | 2010-07-21 | 2 | -0/+72 |
* | Add AVX only vzeroall and vzeroupper instructions | Bruno Cardoso Lopes | 2010-07-21 | 1 | -0/+8 |
* | Add new AVX vpermilps, vpermilpd and vperm2f128 instructions | Bruno Cardoso Lopes | 2010-07-21 | 2 | -0/+144 |
* | Add new AVX vmaskmov instructions, and also fix the VEX encoding bits to supp... | Bruno Cardoso Lopes | 2010-07-21 | 2 | -0/+64 |
* | Add new AVX vextractf128 instructions | Bruno Cardoso Lopes | 2010-07-20 | 2 | -0/+16 |
* | Include some tests for the recently committed ELF section directive | Matt Fleming | 2010-07-20 | 8 | -0/+48 |
* | Add new AVX instruction vinsertf128 | Bruno Cardoso Lopes | 2010-07-20 | 2 | -0/+16 |
* | x86_32 tests for vbroadcast | Bruno Cardoso Lopes | 2010-07-20 | 1 | -0/+16 |
* | Add AVX vbroadcast new instruction | Bruno Cardoso Lopes | 2010-07-20 | 1 | -0/+16 |
* | Add 256-bit vaddsub, vhadd, vhsub, vblend and vdpp instructions! | Bruno Cardoso Lopes | 2010-07-19 | 2 | -0/+144 |
* | X86: Mark JMP{32,64}[mr] as requires 32-bit/64-bit mode. They are the same | Daniel Dunbar | 2010-07-19 | 2 | -0/+6 |
* | X86-64: Mark WINCALL and more tail call instructions as code gen only. | Daniel Dunbar | 2010-07-19 | 1 | -1/+1 |
* | MC/X86: We now match instructions like "incl %eax" correctly for the arch we are | Daniel Dunbar | 2010-07-19 | 1 | -3/+3 |
* | tests: Force another triple. | Daniel Dunbar | 2010-07-19 | 1 | -1/+1 |
* | tests: Force triples. | Daniel Dunbar | 2010-07-18 | 2 | -2/+2 |
* | MC/AsmParser: Fix .abort and .secure_log_unique to accept arbitrary token | Daniel Dunbar | 2010-07-18 | 1 | -3/+3 |
* | MC/AsmParser: Add macro argument substitution support. | Daniel Dunbar | 2010-07-18 | 2 | -0/+45 |
* | MC/AsmParser: Add basic support for macro instantiation. | Daniel Dunbar | 2010-07-18 | 1 | -1/+1 |
* | MC/AsmParser: Add basic parsing support for .macro definitions. | Daniel Dunbar | 2010-07-18 | 1 | -4/+19 |
* | MC/AsmParser: Add .macros_{off,on} support, not that makes sense since we don't | Daniel Dunbar | 2010-07-18 | 1 | -0/+8 |
* | Test for ELF .size directive. | Eli Friedman | 2010-07-17 | 1 | -0/+8 |
* | Add AVX 256-bit compare instructions and a bunch of testcases | Bruno Cardoso Lopes | 2010-07-13 | 2 | -0/+448 |
* | AVX 256-bit conversion instructions | Bruno Cardoso Lopes | 2010-07-13 | 2 | -0/+208 |
* | my work on adding segment registers to LEA missed the | Chris Lattner | 2010-07-13 | 1 | -0/+3 |
* | Add AVX 256-bit packed logical forms | Bruno Cardoso Lopes | 2010-07-13 | 2 | -0/+128 |
* | Add AVX 256-bit unop arithmetic instructions | Bruno Cardoso Lopes | 2010-07-13 | 2 | -0/+64 |
* | Add AVX 256 binary arithmetic instructions | Bruno Cardoso Lopes | 2010-07-12 | 2 | -0/+192 |
* | Add AVX 256-bit MOVMSK forms | Bruno Cardoso Lopes | 2010-07-12 | 2 | -0/+15 |
* | MC/AsmParser: Move .tbss and .zerofill parsing to Darwin specific parser. | Daniel Dunbar | 2010-07-12 | 2 | -3/+1 |
* | MC/AsmParser: Move .desc parsing to Darwin specific parser. | Daniel Dunbar | 2010-07-12 | 1 | -1/+1 |
* | MC/AsmParser: Move some misc. Darwin directive handling to DarwinAsmParser. | Daniel Dunbar | 2010-07-12 | 2 | -4/+4 |
* | Add AVX 256-bit packed MOVNT variants | Bruno Cardoso Lopes | 2010-07-09 | 2 | -0/+25 |
* | Add AVX 256-bit unpack and interleave | Bruno Cardoso Lopes | 2010-07-09 | 2 | -0/+64 |
* | Start the support for AVX instructions with 256-bit %ymm registers. A couple of | Bruno Cardoso Lopes | 2010-07-09 | 2 | -0/+98 |
* | Rework segment prefix emission code to handle segments | Chris Lattner | 2010-07-08 | 1 | -0/+5 |
* | Implement the major chunk of PR7195: support for 'callw' | Chris Lattner | 2010-07-07 | 1 | -0/+5 |
* | Add more assembly opcodes for SSE compare instructions | Bruno Cardoso Lopes | 2010-07-07 | 2 | -0/+190 |
* | Add AVX AES instructions | Bruno Cardoso Lopes | 2010-07-07 | 2 | -0/+97 |
* | Add AVX SSE4.2 instructions | Bruno Cardoso Lopes | 2010-07-07 | 2 | -0/+79 |
* | Add AVX SSE4.1 insertps, ptest and movntdqa instructions | Bruno Cardoso Lopes | 2010-07-07 | 2 | -0/+40 |
* | Add AVX SSE4.1 extractps and pinsr instructions | Bruno Cardoso Lopes | 2010-07-07 | 2 | -0/+72 |
* | Add AVX SSE4.1 Extract Integer instructions | Bruno Cardoso Lopes | 2010-07-07 | 2 | -0/+56 |