| Commit message (Expand) | Author | Age | Files | Lines |
... | |
* | rename LowerToMCInst -> LowerARMMachineInstrToMCInst. | Chris Lattner | 2010-11-14 | 1 | -3/+3 |
* | even more simplifications. ARM MCInstLowering is now just | Chris Lattner | 2010-11-14 | 1 | -5/+3 |
* | simplify and tidy up | Chris Lattner | 2010-11-14 | 1 | -2/+1 |
* | Simplify and clean up MC symbol lookup for ARM constant pool values. This fixes | Jim Grosbach | 2010-11-10 | 1 | -10/+10 |
* | Update ARMConstantPoolValue to not use a modifier string. Use an explicit | Jim Grosbach | 2010-11-10 | 1 | -47/+38 |
* | Change the ARMConstantPoolValue modifier string to an enumeration. This will | Jim Grosbach | 2010-11-09 | 1 | -1/+1 |
* | Handle ARM constant pool values that need an explicit reference to the '.' | Jim Grosbach | 2010-11-09 | 1 | -1/+9 |
* | Further MCize ARM constant pool values. This allows basic PIC references for | Jim Grosbach | 2010-11-09 | 1 | -67/+83 |
* | Revert 118422 in search of bot verdancy. | Dale Johannesen | 2010-11-08 | 1 | -44/+10 |
* | Support -mcpu=cortex-a8 in ARM attributes - Has Fixme. 1 Test modified. | Jason W Kim | 2010-11-08 | 1 | -10/+44 |
* | MC'ize the '.code 16' and '.thumb_func' ARM directives. | Jim Grosbach | 2010-11-05 | 1 | -11/+2 |
* | MC'ize simple ARMConstantValue entry emission (with a FIXME). | Jim Grosbach | 2010-11-05 | 1 | -28/+37 |
* | Add FIXME. | Jim Grosbach | 2010-11-05 | 1 | -0/+1 |
* | Convert ARM::MOVi2pieces to a true pseudo-instruction and expand it in | Jim Grosbach | 2010-10-29 | 1 | -38/+0 |
* | ARM::MOVi32imm is expanded in ARMExpandPseudoInsts, so there's no need to | Jim Grosbach | 2010-10-29 | 1 | -55/+0 |
* | Refactor ARM STR/STRB instruction patterns into STR{B}i12 and STR{B}rs, like | Jim Grosbach | 2010-10-27 | 1 | -4/+3 |
* | Split ARM::LDRB into LDRBi12 and LDRBrs. Adjust accordingly. Continuing on | Jim Grosbach | 2010-10-27 | 1 | -1/+1 |
* | First part of refactoring ARM addrmode2 (load/store) instructions to be more | Jim Grosbach | 2010-10-26 | 1 | -7/+4 |
* | Produce the headers directly in the Finish method. This allows us to use | Rafael Espindola | 2010-10-25 | 1 | -21/+15 |
* | Add a virtual destructor. | Rafael Espindola | 2010-10-25 | 1 | -0/+1 |
* | Add support for emitting ARM file attributes. | Rafael Espindola | 2010-10-25 | 1 | -37/+123 |
* | Second set of ARM/MC/ELF changes. | Jason W Kim | 2010-10-11 | 1 | -5/+43 |
* | remove trailing whitespace | Jim Grosbach | 2010-10-06 | 1 | -5/+5 |
* | First in a sequence of ARM/MC/*ELF* specific work. | Jason W Kim | 2010-10-06 | 1 | -38/+59 |
* | Kill of the vestiges of the 'call' Modifier (no longer needed for PLT). | Jim Grosbach | 2010-10-06 | 1 | -9/+2 |
* | Now that VDUPfqf and VDUPfdfare properly pseudos, kill the no-longer-needed | Jim Grosbach | 2010-10-06 | 1 | -10/+2 |
* | target operand flag values aren't a bitmask | Jim Grosbach | 2010-10-06 | 1 | -2/+2 |
* | Nuke the rest of the :comment references | Jim Grosbach | 2010-10-01 | 1 | -2/+2 |
* | Rename the AsmPrinter directory to InstPrinter for those targets that have | Jim Grosbach | 2010-10-01 | 1 | -1/+1 |
* | Nuke a few more unused asm strings | Jim Grosbach | 2010-09-30 | 1 | -6/+8 |
* | 80 column fix | Jim Grosbach | 2010-09-30 | 1 | -1/+3 |
* | Tiny patch for proof-of-concept cleanup of ARMAsmPrinter::EmitStartOfAsmFile() | Jason W Kim | 2010-09-30 | 1 | -1/+1 |
* | Nuke it from orbit. It's the only way to be sure. | Jim Grosbach | 2010-09-30 | 1 | -761/+8 |
* | One Printer to rule them all, One Printer to find them, | Jim Grosbach | 2010-09-29 | 1 | -102/+1 |
* | Factor out dbg_value comment printing and teach MC asm printing to use it. | Jim Grosbach | 2010-09-28 | 1 | -13/+29 |
* | Enable the MC-ized ARM asm printer. Passing all local tests, so it's time to | Jim Grosbach | 2010-09-27 | 1 | -0/+67 |
* | ARM-mode eh.sjlj.longjmp MC lowering | Jim Grosbach | 2010-09-27 | 1 | -0/+54 |
* | Enable the MC-ized ARM asm printer. Passing all local tests, so it's time to | Jim Grosbach | 2010-09-27 | 1 | -1/+1 |
* | Add ARM explicit MCInst lowering for the Thumb eh.sjlj.setjmp sequence. | Jim Grosbach | 2010-09-24 | 1 | -0/+95 |
* | ARM-mode eh.sjlj.setjmp pseudo MC-inst lowering expansion | Jim Grosbach | 2010-09-23 | 1 | -0/+77 |
* | never mind. I can't read, apparently | Jim Grosbach | 2010-09-23 | 1 | -1/+1 |
* | Fix opcode value for the 'trap' instruction, keeping the type suffix on the | Jim Grosbach | 2010-09-23 | 1 | -1/+1 |
* | explicit 'unsigned long' on constant value. Hopefully make bots happier. | Jim Grosbach | 2010-09-23 | 1 | -1/+1 |
* | Unbreak build. Jim, please review. | Benjamin Kramer | 2010-09-23 | 1 | -4/+4 |
* | Clean up the 'trap' instruction printing a bit. Non-Darwin assemblers don't | Jim Grosbach | 2010-09-23 | 1 | -0/+34 |
* | add FIXME | Jim Grosbach | 2010-09-22 | 1 | -0/+1 |
* | Add MC instruction printer support for ARM and Thumb1 jump tables. | Jim Grosbach | 2010-09-22 | 1 | -3/+49 |
* | Add MC instruction printer support for TB[BH] style thumb2 jump tables. | Jim Grosbach | 2010-09-22 | 1 | -24/+27 |
* | Clean up comment. | Jim Grosbach | 2010-09-22 | 1 | -4/+4 |
* | Add start of support for MC instruction printer of ARM jump tables. Filling in | Jim Grosbach | 2010-09-21 | 1 | -0/+72 |