Age | Commit message (Expand) | Author |
2012-03-29 | Only allow symbolic names for (v)cmpss/sd/ps/pd encodings 8-31 to be used wit... | Craig Topper |
2012-03-27 | Prune some includes | Craig Topper |
2012-03-13 | Change the X86 assembler to not require a segment register on string | Kevin Enderby |
2012-03-12 | Added a missing error check for X86 assembly with mismatched base and index | Kevin Enderby |
2012-03-09 | Add the missing call to Error when a bad X86 scale expression is parsed. | Kevin Enderby |
2012-02-23 | Updated the llvm-mc disassembler C API to support for the X86 target. | Kevin Enderby |
2012-02-19 | Remove dead code. Improve llvm_unreachable text. Simplify some control flow. | Ahmed Charles |
2012-01-31 | Add assembler dialect attribute in asm parser which lets target specific asm ... | Devang Patel |
2012-01-30 | Intel syntax. Adjust special code, used to recognize cmp<comparison code>{ss,... | Devang Patel |
2012-01-30 | Intel syntax. Support .intel_syntax directive. | Devang Patel |
2012-01-27 | Intel Syntax: Parse mem operand with seg reg. QWORD PTR FS:[320] | Devang Patel |
2012-01-27 | Keep source location information for X86 MCFixup's. | Jim Grosbach |
2012-01-24 | Intel Syntax: Extend special hand coded logic, to recognize special instructi... | Devang Patel |
2012-01-23 | Fix typo. | Devang Patel |
2012-01-23 | Intel syntax: Robustify parsing of memory operand's displacement experssion. | Devang Patel |
2012-01-23 | Intel syntax: Parse memory operand with empty base reg, e.g. DWORD PTR [4*RDI] | Devang Patel |
2012-01-23 | Intel syntax: Parse segment registers. | Devang Patel |
2012-01-21 | Remove unused variables. | Benjamin Kramer |
2012-01-20 | Intel syntax: Robustify register parsing. | Devang Patel |
2012-01-20 | Intel syntax: Parse ... PTR [-8] | Devang Patel |
2012-01-19 | Post process 'and', 'sub' instructions and select better encoding, if available. | Devang Patel |
2012-01-19 | Intel syntax: There is no need to create unary expr for simple negative displ... | Devang Patel |
2012-01-19 | Post process 'xor', 'or' and 'cmp' instructions and select better encoding, i... | Devang Patel |
2012-01-18 | Process instructions after match to select alternative encoding which may be ... | Devang Patel |
2012-01-17 | Intel syntax: Parse "BYTE PTR [RDX + RCX]" | Devang Patel |
2012-01-17 | Untabify. | Devang Patel |
2012-01-17 | Intel syntax: Do not unncessarily create plus expression for memory operand d... | Devang Patel |
2012-01-17 | Intel syntax: Robustify memory operand parsing. | Devang Patel |
2012-01-13 | Revert r148131, it was committed before it was ready. | Devang Patel |
2012-01-13 | Refactor. | Devang Patel |
2012-01-12 | Rename X86ATTAsmParser -> X86AsmParser | Devang Patel |
2012-01-12 | Add predicate method check match memory operand size, if available. | Devang Patel |
2012-01-12 | Add intel style operand parser skeleton. | Devang Patel |
2011-11-06 | Replace (Lower|Upper)caseString in favor of StringRef's newest methods. | Benjamin Kramer |
2011-10-16 | Add AsmToken::getEndLoc and use it to add ranges to x86 asm register parsing. | Benjamin Kramer |
2011-10-16 | X86AsmParser: Synthesize EndLoc for tokens out of StartLoc + Length and print... | Benjamin Kramer |
2011-10-16 | Enhance llvm::SourceMgr to support diagnostic ranges, the same way clang does... | Chris Lattner |
2011-08-24 | Move TargetRegistry and TargetSelect from Target to Support where they belong. | Evan Cheng |
2011-08-15 | MCTargetAsmParser target match predicate support. | Jim Grosbach |
2011-07-27 | Emit an error is asm parser parsed X86_64 only registers, e.g. %rax, %sil. | Evan Cheng |
2011-07-27 | Fix llvm-mc handing of x86 instructions that take 8-bit unsigned immediates. | Kevin Enderby |
2011-07-27 | Support .code32 and .code64 in X86 assembler. | Evan Cheng |
2011-07-26 | Rename TargetAsmParser to MCTargetAsmParser and TargetAsmLexer to MCTargetAsm... | Evan Cheng |
2011-07-23 | Move TargetAsmParser.h TargetAsmBackend.h and TargetAsmLexer.h to MC where th... | Evan Cheng |
2011-07-14 | Next round of MC refactoring. This patch factor MC table instantiations, MC | Evan Cheng |
2011-07-13 | Update MCParsedAsmOperand debug methods. | Jim Grosbach |
2011-07-11 | - Eliminate MCCodeEmitter's dependency on TargetMachine. It now uses MCInstrInfo | Evan Cheng |
2011-07-09 | Change createAsmParser to take a MCSubtargetInfo instead of triple, | Evan Cheng |
2011-07-08 | Plug a leak by giving the AsmParser ownership of the MCSubtargetInfo. | Benjamin Kramer |
2011-07-08 | TargetAsmParser doesn't need reference to Target. | Evan Cheng |