aboutsummaryrefslogtreecommitdiff
path: root/lib/Target/X86/AsmParser
AgeCommit message (Expand)Author
2012-10-12[ms-inline asm] Use the new API introduced in r165830 in lieu of theChad Rosier
2012-10-05[ms-inline asm] Add a few typedefs to simplify future changes.Chad Rosier
2012-10-04[ms-inline asm] Add support for parsing [Intel dialect] memory operands that useChad Rosier
2012-10-02Revert 165057, per Jim's request. This requires further discussion.Chad Rosier
2012-10-02[ms-inline asm] Add basic support for wildcard MCParsedAsmOperands. This typeChad Rosier
2012-10-01[ms-inline asm] Add the convertToMapAndConstraints() function that is used toChad Rosier
2012-09-25Consistently specify the assembly variant to MatchInstructionImpl.Bob Wilson
2012-09-24Rather then have a wrapper function, have tblgen instantiate the implementation.Chad Rosier
2012-09-24Rather then have a wrapper function, have tblgen instantiate the implementation.Chad Rosier
2012-09-21[ms-inline asm] Expose the mnemonicIsValid() function in the AsmParser.Chad Rosier
2012-09-21Add comment.Chad Rosier
2012-09-12[ms-inline asm] Make the operand size directives case insensitive.Chad Rosier
2012-09-11StringSwitchify.Chad Rosier
2012-09-11Simplify logic. No functional change intended.Chad Rosier
2012-09-10[ms-inline asm] Add support for .att_syntax directive.Chad Rosier
2012-09-07PR13754: llvm-mc/x86 crashes on .cfi directives without the % prefix for regi...Benjamin Kramer
2012-09-05Fix function name per coding standard.Chad Rosier
2012-09-03[ms-inline asm] Asm operands can map to one or more MCOperands. Therefore, addChad Rosier
2012-09-03[ms-inline asm] Add an interface to the GetMCInstOperandNum() function in theChad Rosier
2012-09-03Removed unused argument.Chad Rosier
2012-09-03[ms-inline asm] Expose the Kind and Opcode variables from theChad Rosier
2012-08-31The ConvertToMCInst() function can't fail, so remove the now dead Match_Conve...Chad Rosier
2012-08-28Typo.Chad Rosier
2012-08-22[ms-inline asm] Avoid a false positive assertionChad Rosier
2012-08-21[ms-inline asm] Do not report a Parser error when matching inline assembly.Chad Rosier
2012-08-21[ms-inline asm] Expose the ErrorInfo from the MatchInstructionImpl. In general,Chad Rosier
2012-08-09[ms-inline asm] Extend the MC AsmParser API to match MCInsts (but not emit).Chad Rosier
2012-07-18Remove tab characters.Craig Topper
2012-07-18Fix typo in error message and remove some tab characters.Craig Topper
2012-07-18Make x86 asm parser to check for xmm vs ymm for index register in gather inst...Craig Topper
2012-06-27Whitespace.Chad Rosier
2012-06-26X86: add GATHER intrinsics (AVX2) in LLVMManman Ren
2012-03-29Only allow symbolic names for (v)cmpss/sd/ps/pd encodings 8-31 to be used wit...Craig Topper
2012-03-27Prune some includesCraig Topper
2012-03-13Change the X86 assembler to not require a segment register on stringKevin Enderby
2012-03-12Added a missing error check for X86 assembly with mismatched base and indexKevin Enderby
2012-03-09Add the missing call to Error when a bad X86 scale expression is parsed.Kevin Enderby
2012-02-23Updated the llvm-mc disassembler C API to support for the X86 target.Kevin Enderby
2012-02-19Remove dead code. Improve llvm_unreachable text. Simplify some control flow.Ahmed Charles
2012-01-31Add assembler dialect attribute in asm parser which lets target specific asm ...Devang Patel
2012-01-30Intel syntax. Adjust special code, used to recognize cmp<comparison code>{ss,...Devang Patel
2012-01-30Intel syntax. Support .intel_syntax directive.Devang Patel
2012-01-27Intel Syntax: Parse mem operand with seg reg. QWORD PTR FS:[320]Devang Patel
2012-01-27Keep source location information for X86 MCFixup's.Jim Grosbach
2012-01-24Intel Syntax: Extend special hand coded logic, to recognize special instructi...Devang Patel
2012-01-23Fix typo. Devang Patel
2012-01-23Intel syntax: Robustify parsing of memory operand's displacement experssion.Devang Patel
2012-01-23Intel syntax: Parse memory operand with empty base reg, e.g. DWORD PTR [4*RDI]Devang Patel
2012-01-23Intel syntax: Parse segment registers.Devang Patel
2012-01-21Remove unused variables.Benjamin Kramer