| Commit message (Expand) | Author | Age | Files | Lines |
* | [ms-inline asm] Add basic support for wildcard MCParsedAsmOperands. This type | Chad Rosier | 2012-10-02 | 1 | -8/+26 |
* | [ms-inline asm] Add the convertToMapAndConstraints() function that is used to | Chad Rosier | 2012-10-01 | 1 | -29/+35 |
* | Consistently specify the assembly variant to MatchInstructionImpl. | Bob Wilson | 2012-09-25 | 1 | -4/+8 |
* | Rather then have a wrapper function, have tblgen instantiate the implementation. | Chad Rosier | 2012-09-24 | 1 | -7/+0 |
* | Rather then have a wrapper function, have tblgen instantiate the implementation. | Chad Rosier | 2012-09-24 | 1 | -4/+0 |
* | [ms-inline asm] Expose the mnemonicIsValid() function in the AsmParser. | Chad Rosier | 2012-09-21 | 1 | -0/+4 |
* | Add comment. | Chad Rosier | 2012-09-21 | 1 | -1/+2 |
* | [ms-inline asm] Make the operand size directives case insensitive. | Chad Rosier | 2012-09-12 | 1 | -8/+9 |
* | StringSwitchify. | Chad Rosier | 2012-09-11 | 1 | -8/+10 |
* | Simplify logic. No functional change intended. | Chad Rosier | 2012-09-11 | 1 | -9/+8 |
* | [ms-inline asm] Add support for .att_syntax directive. | Chad Rosier | 2012-09-10 | 1 | -1/+4 |
* | PR13754: llvm-mc/x86 crashes on .cfi directives without the % prefix for regi... | Benjamin Kramer | 2012-09-07 | 1 | -5/+6 |
* | Fix function name per coding standard. | Chad Rosier | 2012-09-05 | 1 | -2/+2 |
* | [ms-inline asm] Asm operands can map to one or more MCOperands. Therefore, add | Chad Rosier | 2012-09-03 | 1 | -2/+3 |
* | [ms-inline asm] Add an interface to the GetMCInstOperandNum() function in the | Chad Rosier | 2012-09-03 | 1 | -0/+6 |
* | Removed unused argument. | Chad Rosier | 2012-09-03 | 1 | -14/+13 |
* | [ms-inline asm] Expose the Kind and Opcode variables from the | Chad Rosier | 2012-09-03 | 1 | -9/+18 |
* | The ConvertToMCInst() function can't fail, so remove the now dead Match_Conve... | Chad Rosier | 2012-08-31 | 1 | -3/+0 |
* | Typo. | Chad Rosier | 2012-08-28 | 1 | -1/+1 |
* | [ms-inline asm] Avoid a false positive assertion | Chad Rosier | 2012-08-22 | 1 | -1/+3 |
* | [ms-inline asm] Do not report a Parser error when matching inline assembly. | Chad Rosier | 2012-08-21 | 1 | -14/+25 |
* | [ms-inline asm] Expose the ErrorInfo from the MatchInstructionImpl. In general, | Chad Rosier | 2012-08-21 | 1 | -4/+6 |
* | [ms-inline asm] Extend the MC AsmParser API to match MCInsts (but not emit). | Chad Rosier | 2012-08-09 | 1 | -3/+19 |
* | Remove tab characters. | Craig Topper | 2012-07-18 | 1 | -13/+13 |
* | Fix typo in error message and remove some tab characters. | Craig Topper | 2012-07-18 | 1 | -5/+5 |
* | Make x86 asm parser to check for xmm vs ymm for index register in gather inst... | Craig Topper | 2012-07-18 | 1 | -0/+29 |
* | Whitespace. | Chad Rosier | 2012-06-27 | 1 | -34/+34 |
* | X86: add GATHER intrinsics (AVX2) in LLVM | Manman Ren | 2012-06-26 | 1 | -2/+5 |
* | Only allow symbolic names for (v)cmpss/sd/ps/pd encodings 8-31 to be used wit... | Craig Topper | 2012-03-29 | 1 | -12/+13 |
* | Prune some includes | Craig Topper | 2012-03-27 | 1 | -1/+0 |
* | Change the X86 assembler to not require a segment register on string | Kevin Enderby | 2012-03-13 | 1 | -4/+5 |
* | Added a missing error check for X86 assembly with mismatched base and index | Kevin Enderby | 2012-03-12 | 1 | -0/+19 |
* | Add the missing call to Error when a bad X86 scale expression is parsed. | Kevin Enderby | 2012-03-09 | 1 | -1/+3 |
* | Updated the llvm-mc disassembler C API to support for the X86 target. | Kevin Enderby | 2012-02-23 | 1 | -1/+5 |
* | Remove dead code. Improve llvm_unreachable text. Simplify some control flow. | Ahmed Charles | 2012-02-19 | 1 | -1/+0 |
* | Add assembler dialect attribute in asm parser which lets target specific asm ... | Devang Patel | 2012-01-31 | 1 | -4/+3 |
* | Intel syntax. Adjust special code, used to recognize cmp<comparison code>{ss,... | Devang Patel | 2012-01-30 | 1 | -2/+4 |
* | Intel syntax. Support .intel_syntax directive. | Devang Patel | 2012-01-30 | 1 | -10/+24 |
* | Intel Syntax: Parse mem operand with seg reg. QWORD PTR FS:[320] | Devang Patel | 2012-01-27 | 1 | -3/+5 |
* | Keep source location information for X86 MCFixup's. | Jim Grosbach | 2012-01-27 | 1 | -0/+3 |
* | Intel Syntax: Extend special hand coded logic, to recognize special instructi... | Devang Patel | 2012-01-24 | 1 | -5/+15 |
* | Fix typo. | Devang Patel | 2012-01-23 | 1 | -1/+1 |
* | Intel syntax: Robustify parsing of memory operand's displacement experssion. | Devang Patel | 2012-01-23 | 1 | -2/+7 |
* | Intel syntax: Parse memory operand with empty base reg, e.g. DWORD PTR [4*RDI] | Devang Patel | 2012-01-23 | 1 | -6/+16 |
* | Intel syntax: Parse segment registers. | Devang Patel | 2012-01-23 | 1 | -4/+16 |
* | Remove unused variables. | Benjamin Kramer | 2012-01-21 | 1 | -2/+0 |
* | Intel syntax: Robustify register parsing. | Devang Patel | 2012-01-20 | 1 | -28/+16 |
* | Intel syntax: Parse ... PTR [-8] | Devang Patel | 2012-01-20 | 1 | -0/+5 |
* | Post process 'and', 'sub' instructions and select better encoding, if available. | Devang Patel | 2012-01-19 | 1 | -0/+78 |
* | Intel syntax: There is no need to create unary expr for simple negative displ... | Devang Patel | 2012-01-19 | 1 | -1/+1 |