| Commit message (Expand) | Author | Age | Files | Lines |
* | Only allow symbolic names for (v)cmpss/sd/ps/pd encodings 8-31 to be used wit... | Craig Topper | 2012-03-29 | 1 | -12/+13 |
* | Prune some includes | Craig Topper | 2012-03-27 | 1 | -1/+0 |
* | Change the X86 assembler to not require a segment register on string | Kevin Enderby | 2012-03-13 | 1 | -4/+5 |
* | Added a missing error check for X86 assembly with mismatched base and index | Kevin Enderby | 2012-03-12 | 1 | -0/+19 |
* | Add the missing call to Error when a bad X86 scale expression is parsed. | Kevin Enderby | 2012-03-09 | 1 | -1/+3 |
* | Updated the llvm-mc disassembler C API to support for the X86 target. | Kevin Enderby | 2012-02-23 | 1 | -1/+5 |
* | Remove dead code. Improve llvm_unreachable text. Simplify some control flow. | Ahmed Charles | 2012-02-19 | 1 | -1/+0 |
* | Add assembler dialect attribute in asm parser which lets target specific asm ... | Devang Patel | 2012-01-31 | 1 | -4/+3 |
* | Intel syntax. Adjust special code, used to recognize cmp<comparison code>{ss,... | Devang Patel | 2012-01-30 | 1 | -2/+4 |
* | Intel syntax. Support .intel_syntax directive. | Devang Patel | 2012-01-30 | 1 | -10/+24 |
* | Intel Syntax: Parse mem operand with seg reg. QWORD PTR FS:[320] | Devang Patel | 2012-01-27 | 1 | -3/+5 |
* | Keep source location information for X86 MCFixup's. | Jim Grosbach | 2012-01-27 | 1 | -0/+3 |
* | Intel Syntax: Extend special hand coded logic, to recognize special instructi... | Devang Patel | 2012-01-24 | 1 | -5/+15 |
* | Fix typo. | Devang Patel | 2012-01-23 | 1 | -1/+1 |
* | Intel syntax: Robustify parsing of memory operand's displacement experssion. | Devang Patel | 2012-01-23 | 1 | -2/+7 |
* | Intel syntax: Parse memory operand with empty base reg, e.g. DWORD PTR [4*RDI] | Devang Patel | 2012-01-23 | 1 | -6/+16 |
* | Intel syntax: Parse segment registers. | Devang Patel | 2012-01-23 | 1 | -4/+16 |
* | Remove unused variables. | Benjamin Kramer | 2012-01-21 | 1 | -2/+0 |
* | Intel syntax: Robustify register parsing. | Devang Patel | 2012-01-20 | 1 | -28/+16 |
* | Intel syntax: Parse ... PTR [-8] | Devang Patel | 2012-01-20 | 1 | -0/+5 |
* | Post process 'and', 'sub' instructions and select better encoding, if available. | Devang Patel | 2012-01-19 | 1 | -0/+78 |
* | Intel syntax: There is no need to create unary expr for simple negative displ... | Devang Patel | 2012-01-19 | 1 | -1/+1 |
* | Post process 'xor', 'or' and 'cmp' instructions and select better encoding, i... | Devang Patel | 2012-01-19 | 1 | -0/+114 |
* | Process instructions after match to select alternative encoding which may be ... | Devang Patel | 2012-01-18 | 1 | -16/+87 |
* | Intel syntax: Parse "BYTE PTR [RDX + RCX]" | Devang Patel | 2012-01-17 | 1 | -0/+4 |
* | Untabify. | Devang Patel | 2012-01-17 | 1 | -12/+12 |
* | Intel syntax: Do not unncessarily create plus expression for memory operand d... | Devang Patel | 2012-01-17 | 1 | -2/+1 |
* | Intel syntax: Robustify memory operand parsing. | Devang Patel | 2012-01-17 | 1 | -51/+113 |
* | Revert r148131, it was committed before it was ready. | Devang Patel | 2012-01-13 | 1 | -46/+40 |
* | Refactor. | Devang Patel | 2012-01-13 | 1 | -40/+46 |
* | Rename X86ATTAsmParser -> X86AsmParser | Devang Patel | 2012-01-12 | 1 | -17/+17 |
* | Add predicate method check match memory operand size, if available. | Devang Patel | 2012-01-12 | 1 | -3/+50 |
* | Add intel style operand parser skeleton. | Devang Patel | 2012-01-12 | 1 | -1/+97 |
* | LLVMBuild: Remove trailing newline, which irked me. | Daniel Dunbar | 2011-12-12 | 1 | -1/+0 |
* | build/CMake: Finish removal of add_llvm_library_dependencies. | Daniel Dunbar | 2011-11-29 | 1 | -8/+0 |
* | Replace (Lower|Upper)caseString in favor of StringRef's newest methods. | Benjamin Kramer | 2011-11-06 | 2 | -8/+2 |
* | build: Add initial cut at LLVMBuild.txt files. | Daniel Dunbar | 2011-11-03 | 1 | -0/+24 |
* | Add AsmToken::getEndLoc and use it to add ranges to x86 asm register parsing. | Benjamin Kramer | 2011-10-16 | 1 | -9/+14 |
* | X86AsmParser: Synthesize EndLoc for tokens out of StartLoc + Length and print... | Benjamin Kramer | 2011-10-16 | 1 | -3/+4 |
* | Enhance llvm::SourceMgr to support diagnostic ranges, the same way clang does... | Chris Lattner | 2011-10-16 | 1 | -6/+13 |
* | Move TargetRegistry and TargetSelect from Target to Support where they belong. | Evan Cheng | 2011-08-24 | 2 | -2/+2 |
* | MCTargetAsmParser target match predicate support. | Jim Grosbach | 2011-08-15 | 1 | -1/+2 |
* | Rewrite the CMake build to use explicit dependencies between libraries, | Chandler Carruth | 2011-07-29 | 1 | -0/+9 |
* | Emit an error is asm parser parsed X86_64 only registers, e.g. %rax, %sil. | Evan Cheng | 2011-07-27 | 1 | -8/+15 |
* | Fix llvm-mc handing of x86 instructions that take 8-bit unsigned immediates. | Kevin Enderby | 2011-07-27 | 1 | -0/+15 |
* | Support .code32 and .code64 in X86 assembler. | Evan Cheng | 2011-07-27 | 1 | -0/+27 |
* | Rename TargetAsmParser to MCTargetAsmParser and TargetAsmLexer to MCTargetAsm... | Evan Cheng | 2011-07-26 | 2 | -13/+12 |
* | Clean up a pile of hacks in our CMake build relating to TableGen. | Chandler Carruth | 2011-07-26 | 1 | -1/+1 |
* | Fix last bits of MC layer issues. llvm-mc doesn't need to initialize TargetMa... | Evan Cheng | 2011-07-25 | 1 | -1/+1 |
* | Move TargetAsmParser.h TargetAsmBackend.h and TargetAsmLexer.h to MC where th... | Evan Cheng | 2011-07-23 | 2 | -6/+5 |