aboutsummaryrefslogtreecommitdiffstats
path: root/lib/Target/X86/AsmParser/X86AsmParser.cpp
Commit message (Expand)AuthorAgeFilesLines
* [ms-inline asm] Add basic support for wildcard MCParsedAsmOperands. This typeChad Rosier2012-10-021-8/+26
* [ms-inline asm] Add the convertToMapAndConstraints() function that is used toChad Rosier2012-10-011-29/+35
* Consistently specify the assembly variant to MatchInstructionImpl.Bob Wilson2012-09-251-4/+8
* Rather then have a wrapper function, have tblgen instantiate the implementation.Chad Rosier2012-09-241-7/+0
* Rather then have a wrapper function, have tblgen instantiate the implementation.Chad Rosier2012-09-241-4/+0
* [ms-inline asm] Expose the mnemonicIsValid() function in the AsmParser.Chad Rosier2012-09-211-0/+4
* Add comment.Chad Rosier2012-09-211-1/+2
* [ms-inline asm] Make the operand size directives case insensitive.Chad Rosier2012-09-121-8/+9
* StringSwitchify.Chad Rosier2012-09-111-8/+10
* Simplify logic. No functional change intended.Chad Rosier2012-09-111-9/+8
* [ms-inline asm] Add support for .att_syntax directive.Chad Rosier2012-09-101-1/+4
* PR13754: llvm-mc/x86 crashes on .cfi directives without the % prefix for regi...Benjamin Kramer2012-09-071-5/+6
* Fix function name per coding standard.Chad Rosier2012-09-051-2/+2
* [ms-inline asm] Asm operands can map to one or more MCOperands. Therefore, addChad Rosier2012-09-031-2/+3
* [ms-inline asm] Add an interface to the GetMCInstOperandNum() function in theChad Rosier2012-09-031-0/+6
* Removed unused argument.Chad Rosier2012-09-031-14/+13
* [ms-inline asm] Expose the Kind and Opcode variables from theChad Rosier2012-09-031-9/+18
* The ConvertToMCInst() function can't fail, so remove the now dead Match_Conve...Chad Rosier2012-08-311-3/+0
* Typo.Chad Rosier2012-08-281-1/+1
* [ms-inline asm] Avoid a false positive assertionChad Rosier2012-08-221-1/+3
* [ms-inline asm] Do not report a Parser error when matching inline assembly.Chad Rosier2012-08-211-14/+25
* [ms-inline asm] Expose the ErrorInfo from the MatchInstructionImpl. In general,Chad Rosier2012-08-211-4/+6
* [ms-inline asm] Extend the MC AsmParser API to match MCInsts (but not emit).Chad Rosier2012-08-091-3/+19
* Remove tab characters.Craig Topper2012-07-181-13/+13
* Fix typo in error message and remove some tab characters.Craig Topper2012-07-181-5/+5
* Make x86 asm parser to check for xmm vs ymm for index register in gather inst...Craig Topper2012-07-181-0/+29
* Whitespace.Chad Rosier2012-06-271-34/+34
* X86: add GATHER intrinsics (AVX2) in LLVMManman Ren2012-06-261-2/+5
* Only allow symbolic names for (v)cmpss/sd/ps/pd encodings 8-31 to be used wit...Craig Topper2012-03-291-12/+13
* Prune some includesCraig Topper2012-03-271-1/+0
* Change the X86 assembler to not require a segment register on stringKevin Enderby2012-03-131-4/+5
* Added a missing error check for X86 assembly with mismatched base and indexKevin Enderby2012-03-121-0/+19
* Add the missing call to Error when a bad X86 scale expression is parsed.Kevin Enderby2012-03-091-1/+3
* Updated the llvm-mc disassembler C API to support for the X86 target.Kevin Enderby2012-02-231-1/+5
* Remove dead code. Improve llvm_unreachable text. Simplify some control flow.Ahmed Charles2012-02-191-1/+0
* Add assembler dialect attribute in asm parser which lets target specific asm ...Devang Patel2012-01-311-4/+3
* Intel syntax. Adjust special code, used to recognize cmp<comparison code>{ss,...Devang Patel2012-01-301-2/+4
* Intel syntax. Support .intel_syntax directive.Devang Patel2012-01-301-10/+24
* Intel Syntax: Parse mem operand with seg reg. QWORD PTR FS:[320]Devang Patel2012-01-271-3/+5
* Keep source location information for X86 MCFixup's.Jim Grosbach2012-01-271-0/+3
* Intel Syntax: Extend special hand coded logic, to recognize special instructi...Devang Patel2012-01-241-5/+15
* Fix typo. Devang Patel2012-01-231-1/+1
* Intel syntax: Robustify parsing of memory operand's displacement experssion.Devang Patel2012-01-231-2/+7
* Intel syntax: Parse memory operand with empty base reg, e.g. DWORD PTR [4*RDI]Devang Patel2012-01-231-6/+16
* Intel syntax: Parse segment registers.Devang Patel2012-01-231-4/+16
* Remove unused variables.Benjamin Kramer2012-01-211-2/+0
* Intel syntax: Robustify register parsing.Devang Patel2012-01-201-28/+16
* Intel syntax: Parse ... PTR [-8]Devang Patel2012-01-201-0/+5
* Post process 'and', 'sub' instructions and select better encoding, if available.Devang Patel2012-01-191-0/+78
* Intel syntax: There is no need to create unary expr for simple negative displ...Devang Patel2012-01-191-1/+1