Age | Commit message (Expand) | Author |
2013-02-14 | Revert r15266. This fixes llvm.org/pr15266. | Rafael Espindola |
2013-02-12 | [ms-inline asm] Add support for lexing binary integers with a [bB] suffix. | Chad Rosier |
2013-02-12 | [ms-inline asm] Add support for lexing hexidecimal integers with a [hH] suffix. | Chad Rosier |
2013-02-05 | [MC] Bundle alignment: Invalidate relaxed fragments | Derek Schuff |
2013-01-31 | [MC] bundle alignment: prevent padding instructions from crossing bundle boun... | Derek Schuff |
2013-01-29 | Merge SSE and AVX shuffle instructions in the comment printer. | Craig Topper |
2013-01-28 | Fix 256-bit PALIGNR comment decoding to understand that it works on independe... | Craig Topper |
2013-01-26 | X86: Decode PALIGN operands so I don't have to do it in my head. | Benjamin Kramer |
2013-01-25 | Now that llvm-dwarfdump supports flags to specify which DWARF section to dump, | Eli Bendersky |
2013-01-22 | Add forgotten test case for the x32 commit | Eli Bendersky |
2013-01-22 | X86: Make sure we account for the FMA4 register immediate value, otherwise ri... | Benjamin Kramer |
2013-01-14 | [ms-inline asm] Extend support for parsing Intel bracketed memory operands that | Chad Rosier |
2013-01-07 | Add some additional tests for the .bundle_lock align_to_end feature that didn't | Eli Bendersky |
2013-01-07 | Add the align_to_end option to .bundle_lock in the MC implementation of aligned | Eli Bendersky |
2013-01-06 | Fix suffix handling for parsing and printing of cvtsi2ss, cvtsi2sd, cvtss2si,... | Craig Topper |
2013-01-02 | Adds missing aliases for fcom and fcomp instructions without arguments. | Kevin Enderby |
2012-12-20 | Change Lit error redirection to FileCheck to a more common syntax since it | Eli Bendersky |
2012-12-20 | Add a largish auto-generated test for the aligned bundling feature, along with | Eli Bendersky |
2012-12-20 | Tests for the aligned bundling support added in r170718 | Eli Bendersky |
2012-12-13 | Make this Lit config file a bit slimmer | Eli Bendersky |
2012-11-14 | X86: Better diagnostics for 32-bit vs. 64-bit mode mismatches. | Jim Grosbach |
2012-11-08 | Add support of RTM from TSX extension | Michael Liao |
2012-10-29 | [ms-inline asm] Add support for the [] operator. Essentially, [expr1][expr2] is | Chad Rosier |
2012-10-24 | Tell llvm-mc we're using intel syntax, so we don't have to use directives. | Chad Rosier |
2012-10-24 | [ms-inline asm] Add back-end test case for r166632. Make sure we emit the | Chad Rosier |
2012-10-13 | X86: Depending on the local semantics of .align this test can also emit a nop... | Benjamin Kramer |
2012-10-13 | X86: Disable long nops for all cpus prior to pentiumpro/i686. | Benjamin Kramer |
2012-09-19 | llvm/test/MC/X86/x86_nop.s: Make sure -arch=x86 when -mcpu=geode. | NAKAMURA Takumi |
2012-09-18 | Add test for r164132. | Roman Divacky |
2012-09-10 | Add newline. | Chad Rosier |
2012-09-10 | [ms-inline asm] Add support for .att_syntax directive. | Chad Rosier |
2012-08-31 | X86: Fix encoding of 'movd %xmm0, %rax' | Jim Grosbach |
2012-07-26 | Make l/q suffixes on AVX forms of scalar convert instructions consistent with... | Craig Topper |
2012-07-18 | Make x86 asm parser to check for xmm vs ymm for index register in gather inst... | Craig Topper |
2012-07-10 | Reverse assembler/disassembler operand order for gather instructions. | Craig Topper |
2012-07-03 | Add aliases for pblendvb, blendvpd, and blendvps instructions with the implic... | Craig Topper |
2012-06-29 | X86: add more GATHER intrinsics in LLVM | Manman Ren |
2012-06-26 | X86: add GATHER intrinsics (AVX2) in LLVM | Manman Ren |
2012-06-26 | Remove some duplicate instructions that exist only to given different mnemoni... | Craig Topper |
2012-05-29 | Add intrinsics, code gen, assembler and disassembler support for the SSE4a ex... | Benjamin Kramer |
2012-04-11 | Add retw and lretw instructions. Also, fix Intel syntax parsing for all | Charles Davis |
2012-04-03 | Add support for AVX enhanced comparison predicates. Patch from Kay Tiong Khoo. | Craig Topper |
2012-03-21 | Fix generation of the address size override prefix. Add assertions for | Joerg Sonnenberger |
2012-03-13 | Change the X86 assembler to not require a segment register on string | Kevin Enderby |
2012-03-12 | Added a missing error check for X86 assembly with mismatched base and index | Kevin Enderby |
2012-03-09 | Add the missing call to Error when a bad X86 scale expression is parsed. | Kevin Enderby |
2012-03-09 | test/MC/X86/lit.local.cfg: Fix up to detect 'X86' in targets. | NAKAMURA Takumi |
2012-03-06 | Fix the operand ordering on aliases for shld and shrd. PR12173, part 2. | Eli Friedman |
2012-03-05 | Make aliases for shld and shrd match gas. PR12173. | Eli Friedman |
2012-02-23 | Updated the llvm-mc disassembler C API to support for the X86 target. | Kevin Enderby |