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