aboutsummaryrefslogtreecommitdiffstats
path: root/tools/llvm-mc/MC-X86Specific.cpp
Commit message (Expand)AuthorAgeFilesLines
* 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