summaryrefslogtreecommitdiffstats
path: root/llvm/tools/llvm-mc/MC-X86Specific.cpp
Commit message (Expand)AuthorAgeFilesLines
* Move X86 instruction parsing into X86/AsmParser.Daniel Dunbar2009-07-281-267/+0
* Switch X86 assembly parser to using the generic lexer interface.Daniel Dunbar2009-07-281-28/+28
* llvm-mc: Sink token enum into AsmToken.Daniel Dunbar2009-07-281-19/+19
* llvm-mc: Implement .abort fully in the front endDaniel Dunbar2009-07-271-0/+1
* llvm-mc: Move AsmLexer::getCurStrVal to StringRef based API.Daniel Dunbar2009-07-271-2/+2
* llvm-mc/x86: Fix various nit-picky bugs in displacement parsing.Daniel Dunbar2009-07-021-13/+36
* llvm-mc/x86: Fix bug in disambiguation of displacement operand, introduced by meDaniel Dunbar2009-07-021-1/+1
* llvm-mc/x86: Factor out ParseX86Register.Daniel Dunbar2009-07-021-13/+32
* llvm-mc/x86: Rename X86Operand::ScaleReg to IndexReg and make order consistentDaniel Dunbar2009-07-021-6/+6
* llvm-mc: Introduce method to match a parsed x86 instruction into an MCInst.Daniel Dunbar2009-06-301-22/+25
* llvm-mc: Accept relocatable expressions when parsing displacements andDaniel Dunbar2009-06-301-13/+13
* MC: Improve expression parsing and implement evaluation of absolute expressions.Daniel Dunbar2009-06-291-4/+3
* refactor a bunch of X86 specific stuff out to its own file.Chris Lattner2009-06-231-0/+222
OpenPOWER on IntegriCloud