| Commit message (Expand) | Author | Age | Files | Lines |
* | Add binary emission stuff for VLDM/VSTM. This reuses the | Bill Wendling | 2010-11-17 | 2 | -6/+49 |
* | Use the correct variable names so that the encodings will be correct. | Bill Wendling | 2010-11-16 | 2 | -4/+4 |
* | Reapply r118917. With pseudo-instruction expansion moved to | Dan Gohman | 2010-11-16 | 1 | -5/+5 |
* | Fix assembling X86CompilationCallback_Win64.asm on VS 10. | Oscar Fuentes | 2010-11-16 | 1 | -2/+2 |
* | Add .loc methods to the streamer. | Rafael Espindola | 2010-11-16 | 2 | -2/+4 |
* | ARM conditional mov encoding fix. | Jim Grosbach | 2010-11-16 | 1 | -2/+1 |
* | L_bit doesn't work here. | Bill Wendling | 2010-11-16 | 1 | -1/+1 |
* | - Remove dead patterns. | Bill Wendling | 2010-11-16 | 3 | -43/+19 |
* | vldm and vstm are mnemonics for vldmia and vstmia resp. | Bill Wendling | 2010-11-16 | 1 | -0/+3 |
* | Fix a bug I introduced in the ppc refactoring, which caused long | Chris Lattner | 2010-11-16 | 1 | -0/+1 |
* | Encode the multi-load/store instructions with their respective modes ('ia', | Bill Wendling | 2010-11-16 | 12 | -536/+562 |
* | add copy of comment to the code that will survive the mcjit'ization | Chris Lattner | 2010-11-16 | 1 | -0/+2 |
* | relax an assertion a bit, allowing the GPR argument of | Chris Lattner | 2010-11-16 | 2 | -2/+6 |
* | Add Thumb2 encodings for mov and friends. | Owen Anderson | 2010-11-16 | 1 | -23/+50 |
* | Change the 11 byte nop to be a single instruction. | Rafael Espindola | 2010-11-15 | 1 | -4/+2 |
* | fix a pasto that massively broke the ppc jit while the buildbots happened | Chris Lattner | 2010-11-15 | 1 | -2/+2 |
* | Attempt to provide encodings for some miscellaneous Thumb2 encodings. | Owen Anderson | 2010-11-15 | 1 | -14/+29 |
* | Code clean up. The peephole pass should be the one updating the instruction | Evan Cheng | 2010-11-15 | 2 | -7/+3 |
* | Provide Thumb2 encodings for sxtb and friends. | Owen Anderson | 2010-11-15 | 1 | -32/+42 |
* | Recommit this change and remove the failing part of the test - it didn't | Eric Christopher | 2010-11-15 | 1 | -4/+5 |
* | ARM LDR_PRE/LDR_POST/STR_PRE/STR_POST (and the *B counterparts) binary encoding. | Jim Grosbach | 2010-11-15 | 4 | -38/+151 |
* | Add Thumb2 encodings for comparison and shift operators. | Owen Anderson | 2010-11-15 | 1 | -36/+106 |
* | Add correct Thumb2 encodings for mvn and friends. | Owen Anderson | 2010-11-15 | 1 | -11/+80 |
* | Add FIXMEs. | Jim Grosbach | 2010-11-15 | 1 | -0/+4 |
* | Nuke redundant encoding bit set. | Jim Grosbach | 2010-11-15 | 1 | -3/+1 |
* | Improve code layout, mostly indentation. | Kalle Raiskila | 2010-11-15 | 1 | -166/+150 |
* | Wire up primitive support in the assembler backend for writing .o files | Chris Lattner | 2010-11-15 | 5 | -1/+137 |
* | split out an encoder for memri operands, allowing a relocation to be plopped | Chris Lattner | 2010-11-15 | 5 | -58/+68 |
* | add support for encoding the lo14 forms used for a few PPC64 addressing | Chris Lattner | 2010-11-15 | 5 | -25/+45 |
* | fix a regression with the new instprinter: we lost the ability to | Chris Lattner | 2010-11-15 | 1 | -0/+22 |
* | implement the start of support for lo16 and ha16, allowing us to get stuff like: | Chris Lattner | 2010-11-15 | 5 | -30/+108 |
* | add a fixup for conditional branches, giving us output like this: | Chris Lattner | 2010-11-15 | 2 | -8/+11 |
* | change direct branches to encode with the same encoding method | Chris Lattner | 2010-11-15 | 3 | -23/+38 |
* | eliminate a now-unneeded operand printer. | Chris Lattner | 2010-11-15 | 2 | -4/+0 |
* | split call operands out to their own encoding class, simplifying | Chris Lattner | 2010-11-15 | 4 | -77/+130 |
* | add proper encoding for MTCRF instead of using a hack. | Chris Lattner | 2010-11-15 | 3 | -15/+37 |
* | add fields to the .td files unconditionally, simplifying tblgen a bit. | Chris Lattner | 2010-11-15 | 7 | -31/+31 |
* | add basic encoding support for immediates and registers, allowing us | Chris Lattner | 2010-11-15 | 2 | -4/+8 |
* | add a dummy entry to fix a build error | Chris Lattner | 2010-11-15 | 1 | -2/+2 |
* | Implement a basic MCCodeEmitter for PPC. This doesn't handle | Chris Lattner | 2010-11-15 | 5 | -2/+113 |
* | dissolve some more hacks. | Chris Lattner | 2010-11-15 | 2 | -6/+6 |
* | fix some fixme's, removing dead code. | Chris Lattner | 2010-11-15 | 1 | -8/+2 |
* | remove asmstrings (which can never be printed) from pseudo | Chris Lattner | 2010-11-15 | 4 | -103/+48 |
* | strength reduce TOC temp label generation, no functionality change. | Chris Lattner | 2010-11-15 | 1 | -7/+4 |
* | rip out a ton of old instruction printing junk now that the | Chris Lattner | 2010-11-15 | 1 | -419/+86 |
* | Make sure ARM multi load / store pass copies memoperands when forming ldrd / ... | Evan Cheng | 2010-11-15 | 1 | -0/+17 |
* | Turn on the new instprinter by default. | Chris Lattner | 2010-11-15 | 1 | -1/+1 |
* | convert the operand bits into bitfields since they are all combinable in | Chris Lattner | 2010-11-15 | 3 | -116/+92 |
* | add targetoperand flags for jump tables, constant pool and block address | Chris Lattner | 2010-11-15 | 7 | -113/+123 |
* | remove some extraneous quotes to make the new instprinter match. | Chris Lattner | 2010-11-15 | 1 | -2/+2 |