summaryrefslogtreecommitdiffstats
path: root/llvm/lib/Target/X86/AsmParser/X86AsmParser.cpp
Commit message (Expand)AuthorAgeFilesLines
...
* [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
* Post process 'xor', 'or' and 'cmp' instructions and select better encoding, i...Devang Patel2012-01-191-0/+114
* Process instructions after match to select alternative encoding which may be ...Devang Patel2012-01-181-16/+87
* Intel syntax: Parse "BYTE PTR [RDX + RCX]"Devang Patel2012-01-171-0/+4
* Untabify.Devang Patel2012-01-171-12/+12
* Intel syntax: Do not unncessarily create plus expression for memory operand d...Devang Patel2012-01-171-2/+1
* Intel syntax: Robustify memory operand parsing.Devang Patel2012-01-171-51/+113
* Revert r148131, it was committed before it was ready.Devang Patel2012-01-131-46/+40
* Refactor.Devang Patel2012-01-131-40/+46
* Rename X86ATTAsmParser -> X86AsmParserDevang Patel2012-01-121-17/+17
* Add predicate method check match memory operand size, if available.Devang Patel2012-01-121-3/+50
OpenPOWER on IntegriCloud