Age | Commit message (Expand) | Author |
2011-04-04 | Add support for the VIA PadLock instructions. | Joerg Sonnenberger |
2011-04-04 | Expand Op0Mask by one bit in preparation for the PadLock prefixes. | Joerg Sonnenberger |
2011-03-15 | Enabled disassembler support for AVX instructions | Sean Callanan |
2011-02-22 | Implement xgetbv and xsetbv. | Rafael Espindola |
2010-11-30 | Fix some grammar in comments I noticed. | Eric Christopher |
2010-11-30 | This defaults to GenericDomain. | Eric Christopher |
2010-11-30 | Implement a PseudoI class and transfer the sse instructions over to use | Eric Christopher |
2010-10-31 | fix the !eq operator in tblgen to return a bit instead of an int. | Chris Lattner |
2010-10-03 | Implement support for the bizarre 3DNow! encoding (which is unlike anything | Chris Lattner |
2010-09-17 | fix rdar://8444631 - encoder crash on 'enter' | Chris Lattner |
2010-08-26 | Fix comment typos. | Bob Wilson |
2010-08-19 | fix PR7465, mishandling of lcall and ljmp: intersegment long | Chris Lattner |
2010-08-19 | minor progress towards fixing PR7465 | Chris Lattner |
2010-07-23 | Add AVX version of CLMUL instructions | Bruno Cardoso Lopes |
2010-07-23 | Add complete assembler support for FMA3 instructions, with descriptions and e... | Bruno Cardoso Lopes |
2010-07-20 | Add new AVX instruction vinsertf128 | Bruno Cardoso Lopes |
2010-07-20 | Add AVX vbroadcast new instruction | Bruno Cardoso Lopes |
2010-07-13 | AVX 256-bit conversion instructions | Bruno Cardoso Lopes |
2010-07-13 | Since AVX is a superset of all SSE versions, only use HasAVX for AVX instruct... | Bruno Cardoso Lopes |
2010-07-07 | Implement the major chunk of PR7195: support for 'callw' | Chris Lattner |
2010-07-06 | Add AVX vblendvpd, vblendvps and vpblendvb instructions | Bruno Cardoso Lopes |
2010-07-01 | - Add AVX SSE2 Move doubleword and quadword instructions. | Bruno Cardoso Lopes |
2010-06-25 | Reapply r106896: | Bruno Cardoso Lopes |
2010-06-24 | Add AVX CMP{SS,SD}{rr,rm} instructions and encoding testcases | Bruno Cardoso Lopes |
2010-06-22 | Add AVX compare packed instructions | Bruno Cardoso Lopes |
2010-06-22 | Add AVX MOV{SS,SD}{rr,rm} instructions | Bruno Cardoso Lopes |
2010-06-18 | Fix typo, SSE1 should be used by XS, not SSE2 | Bruno Cardoso Lopes |
2010-06-18 | Apply some refactor to packed instructions | Bruno Cardoso Lopes |
2010-06-17 | Use new tablegen resources in SSE tablegen code. This will | Bruno Cardoso Lopes |
2010-06-12 | More AVX: {ADD,SUB,MUL,DIV}{PD,PS}rr | Bruno Cardoso Lopes |
2010-06-08 | Reapply r105521, this time appending "LLU" to 64 bit | Bruno Cardoso Lopes |
2010-06-05 | revert r105521, which is breaking the buildbots with stuff like this: | Chris Lattner |
2010-06-05 | Initial AVX support for some instructions. No patterns matched | Bruno Cardoso Lopes |
2010-04-05 | Remove FIXME. | Eric Christopher |
2010-04-05 | Replace TSFlagsFields and TSFlagsShifts with a simpler TSFlags field. | Jakob Stoklund Olesen |
2010-04-02 | Separate out the AES-NI instructions from the SSE4.2 instructions. Add | Eric Christopher |
2010-03-30 | Renumber SSE execution domains for better code size. | Jakob Stoklund Olesen |
2010-03-25 | Teach TableGen to understand X.Y notation in the TSFlagsFields strings. | Jakob Stoklund Olesen |
2010-03-25 | Add a late SSEDomainFix pass that twiddles SSE instructions to avoid domain c... | Jakob Stoklund Olesen |
2010-03-24 | Fixed the SS42AI template for the SSE 4.2 instructions with TA prefix so it does | Kevin Enderby |
2010-02-13 | Added the rdtscp instruction to the x86 instruction | Sean Callanan |
2010-02-13 | remove special cases for vmlaunch, vmresume, vmxoff, and swapgs | Chris Lattner |
2010-02-12 | enhance the immediate field encoding to know whether the immediate | Chris Lattner |
2010-02-12 | add a bunch of mod/rm encoding types for fixed mod/rm bytes. | Chris Lattner |
2009-12-18 | Instruction fixes, added instructions, and AsmString changes in the | Sean Callanan |
2009-10-19 | PR 5245 - The imediate size target flag was not set on 3A-prefixed SSSE3 inst... | Nate Begeman |
2009-09-15 | Modified the Intel instruction tables to include | Sean Callanan |
2009-08-18 | Implement sse4.2 string/text processing instructions: | Eric Christopher |
2009-08-08 | Add crc32 instruction and intrinsics. Add a new class of prefix | Eric Christopher |
2008-10-11 | Add ability to override segment (mostly for code emitter purposes). | Anton Korobeynikov |