| Commit message (Expand) | Author | Age | Files | Lines |
| * | Add CPS, MRS, MRSsys, MSR, MSRsys for disassembly only. | Johnny Chen | 2010-02-12 | 1 | -0/+44 |
| * | Setup correct data layout to match gcc's expectations on mingw32. | Anton Korobeynikov | 2010-02-12 | 1 | -1/+1 |
| * | Cleanup stdcall / fastcall name mangling. | Anton Korobeynikov | 2010-02-12 | 7 | -151/+61 |
| * | add a bunch of mod/rm encoding types for fixed mod/rm bytes. | Chris Lattner | 2010-02-12 | 5 | -0/+61 |
| * | revert r95949, it turns out that adding new prefixes is not a | Chris Lattner | 2010-02-12 | 2 | -10/+10 |
| * | Added coprocessor Instructions CDP, CDP2, MCR, MCR2, MRC, MRC2, MCRR, MCRR2, | Johnny Chen | 2010-02-12 | 1 | -0/+84 |
| * | X86: Fix definition for RCL/RCR.*m? operations -- they were getting represented | Daniel Dunbar | 2010-02-12 | 2 | -58/+63 |
| * | add another bit of space for new kinds of instruction prefixes. | Chris Lattner | 2010-02-12 | 2 | -10/+10 |
| * | Add a missing pattern for movhps so that we get: | Nate Begeman | 2010-02-12 | 1 | -0/+3 |
| * | fix the encodings of monitor and mwait, which were completely | Chris Lattner | 2010-02-12 | 1 | -7/+2 |
| * | enhance llvm-mc -show-inst to print the enum of an instruction, like so: | Chris Lattner | 2010-02-11 | 4 | -2/+14 |
| * | add a new MCInstPrinter::getOpcodeName interface, when it is | Chris Lattner | 2010-02-11 | 1 | -4/+4 |
| * | improve encoding information for branches. We now know they have | Chris Lattner | 2010-02-11 | 1 | -15/+14 |
| * | make getFixupKindInfo return a const reference, allowing | Chris Lattner | 2010-02-11 | 1 | -4/+7 |
| * | switch to target-indep fixups for 1/2/4/8 byte data. | Chris Lattner | 2010-02-11 | 1 | -14/+9 |
| * | Added LDRT/LDRBT/STRT/STRBT for disassembly only. | Johnny Chen | 2010-02-11 | 1 | -0/+32 |
| * | unbreak the build. | Chris Lattner | 2010-02-11 | 1 | -1/+1 |
| * | refactor the conditional jump instructions in the .td file to | Chris Lattner | 2010-02-11 | 6 | -133/+111 |
| * | Forgot to also check in this file for vcvt (floating-point <-> fixed-point, V... | Johnny Chen | 2010-02-11 | 1 | -0/+9 |
| * | Added VCVT (between floating-point and fixed-point, VFP) for disassembly. | Johnny Chen | 2010-02-11 | 1 | -0/+95 |
| * | Added BKPT/tBKPT (breakpoint) to the instruction table for disassembly purpose. | Johnny Chen | 2010-02-11 | 2 | -0/+17 |
| * | Add pseudo instruction TRAP for disassembly, which is encoded according to A5-21 | Johnny Chen | 2010-02-11 | 1 | -0/+10 |
| * | dont' call getX86RegNum on X86::RIP, it doesn't like that. This | Chris Lattner | 2010-02-11 | 2 | -3/+7 |
| * | fix a really nasty bug I introduced in r95693: r12 (and r12d, | Chris Lattner | 2010-02-11 | 2 | -7/+12 |
| * | Add and commonize encoder support for all immediates. | Chris Lattner | 2010-02-11 | 1 | -110/+35 |
| * | generalize EmitDisplacementField to work with any size | Chris Lattner | 2010-02-11 | 1 | -14/+13 |
| * | eliminate the dead IsPCRel argument. | Chris Lattner | 2010-02-11 | 1 | -9/+6 |
| * | eliminate the dead "PCAdj" logic. | Chris Lattner | 2010-02-11 | 1 | -22/+9 |
| * | The previous fix of widening divides that trap was too fragile as it depends ... | Mon P Wang | 2010-02-10 | 1 | -21/+0 |
| * | A few missed optimizations; the last one could have a significant impact on | Eli Friedman | 2010-02-10 | 1 | -0/+66 |
| * | MC/X86 AsmMatcher: Fix a use after free spotted by d0k, and de-XFAIL | Daniel Dunbar | 2010-02-10 | 1 | -18/+15 |
| * | Added NOP, DBG, SVC to the instruction table for disassembly purpose. | Johnny Chen | 2010-02-10 | 1 | -0/+20 |
| * | Fix "the the" and similar typos. | Dan Gohman | 2010-02-10 | 9 | -11/+11 |
| * | emit some simple (and probably incorrect) fixups for symbolic | Chris Lattner | 2010-02-10 | 1 | -34/+32 |
| * | keep track of what the current byte being emitted is | Chris Lattner | 2010-02-10 | 1 | -74/+87 |
| * | simplify displacement handling, emit displacements by-operand | Chris Lattner | 2010-02-10 | 1 | -50/+19 |
| * | MC: Switch MCFixup to just hold an MCExpr pointer instead of index into the | Daniel Dunbar | 2010-02-10 | 1 | -4/+8 |
| * | print all the newlines at the end of instructions with | Chris Lattner | 2010-02-10 | 11 | -19/+21 |
| * | Fix the encoding of the movntdqa X86 instruction. It was missing the 0x66 | Kevin Enderby | 2010-02-10 | 1 | -1/+2 |
| * | Add ability for MCInstPrinters to add comments for instructions. | Chris Lattner | 2010-02-10 | 1 | -0/+5 |
| * | TableGen fragment refactoring. | David Greene | 2010-02-09 | 3 | -50/+68 |
| * | Add VBIF/VBIT for disassembly only. | Johnny Chen | 2010-02-09 | 1 | -1/+19 |
| * | MC/X86: Add a dummy implementation of MCFixup generation for hacky X86 MCCode... | Daniel Dunbar | 2010-02-09 | 1 | -8/+44 |
| * | MC: First cut at MCFixup, for getting fixup/relocation information out of an ... | Daniel Dunbar | 2010-02-09 | 2 | -3/+42 |
| * | Added VMRS/VMSR for disassembly only. | Johnny Chen | 2010-02-09 | 1 | -0/+25 |
| * | port encoder enhancements over to the new encoder. | Chris Lattner | 2010-02-09 | 1 | -20/+34 |
| * | fix X86 encoder to output [disp] only addresses with no SIB byte | Chris Lattner | 2010-02-09 | 1 | -73/+85 |
| * | revert r95689: getX86RegNum(BaseReg) != N86::ESP is | Chris Lattner | 2010-02-09 | 1 | -2/+2 |
| * | simplify. | Chris Lattner | 2010-02-09 | 1 | -2/+2 |
| * | move target-independent opcodes out of TargetInstrInfo | Chris Lattner | 2010-02-09 | 19 | -57/+56 |