| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | Make the ARM BR_JTadd instruction an explicit pseudo and lower it properly | Jim Grosbach | 2010-11-17 | 1 | -2/+20 |
| | | | | | | | in the MC lowering process. llvm-svn: 119559 | ||||
| * | Add FIXMEs. | Jim Grosbach | 2010-11-15 | 1 | -0/+4 |
| | | | | | llvm-svn: 119167 | ||||
| * | add fields to the .td files unconditionally, simplifying tblgen a bit. | Chris Lattner | 2010-11-15 | 1 | -1/+1 |
| | | | | | | | Switch the ARM backend to use 'let' instead of 'set' with this change. llvm-svn: 119120 | ||||
| * | rename LowerToMCInst -> LowerARMMachineInstrToMCInst. | Chris Lattner | 2010-11-14 | 1 | -3/+3 |
| | | | | | llvm-svn: 119071 | ||||
| * | even more simplifications. ARM MCInstLowering is now just | Chris Lattner | 2010-11-14 | 1 | -5/+3 |
| | | | | | | | | a single function instead of a class. It doesn't need the complexity that X86 does. llvm-svn: 119070 | ||||
| * | simplify and tidy up | Chris Lattner | 2010-11-14 | 1 | -2/+1 |
| | | | | | llvm-svn: 119066 | ||||
| * | Simplify and clean up MC symbol lookup for ARM constant pool values. This fixes | Jim Grosbach | 2010-11-10 | 1 | -10/+10 |
| | | | | | | | | | double quoting of ObjC symbol names in constant pool entries. rdar://8652107 llvm-svn: 118688 | ||||
| * | Update ARMConstantPoolValue to not use a modifier string. Use an explicit | Jim Grosbach | 2010-11-10 | 1 | -47/+38 |
| | | | | | | | | VariantKind marker to indicate the additional information necessary. Update MC to handle the new Kinds. rdar://8647623 llvm-svn: 118671 | ||||
| * | Change the ARMConstantPoolValue modifier string to an enumeration. This will | Jim Grosbach | 2010-11-09 | 1 | -1/+1 |
| | | | | | | | help in MC'izing the references that use them. llvm-svn: 118633 | ||||
| * | Handle ARM constant pool values that need an explicit reference to the '.' | Jim Grosbach | 2010-11-09 | 1 | -1/+9 |
| | | | | | | | pseudo-label. (TLS stuff). llvm-svn: 118609 | ||||
| * | Further MCize ARM constant pool values. This allows basic PIC references for | Jim Grosbach | 2010-11-09 | 1 | -67/+83 |
| | | | | | | | object file emission. llvm-svn: 118601 | ||||
| * | Revert 118422 in search of bot verdancy. | Dale Johannesen | 2010-11-08 | 1 | -44/+10 |
| | | | | | llvm-svn: 118429 | ||||
| * | Support -mcpu=cortex-a8 in ARM attributes - Has Fixme. 1 Test modified. | Jason W Kim | 2010-11-08 | 1 | -10/+44 |
| | | | | | llvm-svn: 118422 | ||||
| * | MC'ize the '.code 16' and '.thumb_func' ARM directives. | Jim Grosbach | 2010-11-05 | 1 | -11/+2 |
| | | | | | llvm-svn: 118301 | ||||
| * | MC'ize simple ARMConstantValue entry emission (with a FIXME). | Jim Grosbach | 2010-11-05 | 1 | -28/+37 |
| | | | | | llvm-svn: 118295 | ||||
| * | Add FIXME. | Jim Grosbach | 2010-11-05 | 1 | -0/+1 |
| | | | | | llvm-svn: 118280 | ||||
| * | Convert ARM::MOVi2pieces to a true pseudo-instruction and expand it in | Jim Grosbach | 2010-10-29 | 1 | -38/+0 |
| | | | | | | | the ARMExpandPseudos pass rather than during the asm lowering. llvm-svn: 117714 | ||||
| * | ARM::MOVi32imm is expanded in ARMExpandPseudoInsts, so there's no need to | Jim Grosbach | 2010-10-29 | 1 | -55/+0 |
| | | | | | | | handle it in the asm lowering. llvm-svn: 117707 | ||||
| * | Refactor ARM STR/STRB instruction patterns into STR{B}i12 and STR{B}rs, like | Jim Grosbach | 2010-10-27 | 1 | -4/+3 |
| | | | | | | | | | the LDR instructions have. This makes the literal/register forms of the instructions explicit and allows us to assign scheduling itineraries appropriately. rdar://8477752 llvm-svn: 117505 | ||||
| * | Split ARM::LDRB into LDRBi12 and LDRBrs. Adjust accordingly. Continuing on | Jim Grosbach | 2010-10-27 | 1 | -1/+1 |
| | | | | | | | rdar://8477752. llvm-svn: 117419 | ||||
| * | First part of refactoring ARM addrmode2 (load/store) instructions to be more | Jim Grosbach | 2010-10-26 | 1 | -7/+4 |
| | | | | | | | | | explicit about the operands. Split out the different variants into separate instructions. This gives us the ability to, among other things, assign different scheduling itineraries to the variants. rdar://8477752. llvm-svn: 117409 | ||||
| * | Produce the headers directly in the Finish method. This allows us to use | Rafael Espindola | 2010-10-25 | 1 | -21/+15 |
| | | | | | | | the existing streamer methods that are endian safe. llvm-svn: 117323 | ||||
| * | Add a virtual destructor. | Rafael Espindola | 2010-10-25 | 1 | -0/+1 |
| | | | | | llvm-svn: 117280 | ||||
| * | Add support for emitting ARM file attributes. | Rafael Espindola | 2010-10-25 | 1 | -37/+123 |
| | | | | | llvm-svn: 117275 | ||||
| * | Second set of ARM/MC/ELF changes. | Jason W Kim | 2010-10-11 | 1 | -5/+43 |
| | | | | | | | | | | Added ARM specific ELF section types. Added AttributesSection to ARMElfTargetObject First step in unifying .cpu assembly tag with ELF/.o llc now asserts on actual ELF emission on -filetype=obj :-) llvm-svn: 116257 | ||||
| * | remove trailing whitespace | Jim Grosbach | 2010-10-06 | 1 | -5/+5 |
| | | | | | llvm-svn: 115860 | ||||
| * | First in a sequence of ARM/MC/*ELF* specific work. | Jason W Kim | 2010-10-06 | 1 | -38/+59 |
| | | | | | | | | | | Lifted the EmitRawText calls to ARMAsmPrinter::emitAttribute() Added ARMAsmPrinter::emitAttributes() (plural s). TODO: .cpu attribute needs to be refactored llvm-svn: 115859 | ||||
| * | Kill of the vestiges of the 'call' Modifier (no longer needed for PLT). | Jim Grosbach | 2010-10-06 | 1 | -9/+2 |
| | | | | | llvm-svn: 115845 | ||||
| * | Now that VDUPfqf and VDUPfdfare properly pseudos, kill the no-longer-needed | Jim Grosbach | 2010-10-06 | 1 | -10/+2 |
| | | | | | | | "lane" operand modifier. llvm-svn: 115843 | ||||
| * | target operand flag values aren't a bitmask | Jim Grosbach | 2010-10-06 | 1 | -2/+2 |
| | | | | | llvm-svn: 115798 | ||||
| * | Nuke the rest of the :comment references | Jim Grosbach | 2010-10-01 | 1 | -2/+2 |
| | | | | | llvm-svn: 115373 | ||||
| * | Rename the AsmPrinter directory to InstPrinter for those targets that have | Jim Grosbach | 2010-10-01 | 1 | -1/+1 |
| | | | | | | | | been MC-ized for assembly printing. MSP430 is mostly so, but still has the asm printer and lowering code in the printer subdir for the moment. llvm-svn: 115360 | ||||
| * | Nuke a few more unused asm strings | Jim Grosbach | 2010-09-30 | 1 | -6/+8 |
| | | | | | llvm-svn: 115193 | ||||
| * | 80 column fix | Jim Grosbach | 2010-09-30 | 1 | -1/+3 |
| | | | | | llvm-svn: 115149 | ||||
| * | Tiny patch for proof-of-concept cleanup of ARMAsmPrinter::EmitStartOfAsmFile() | Jason W Kim | 2010-09-30 | 1 | -1/+1 |
| | | | | | | | | Small test for sanity check of resulting ARM .s file. Tested against -r115129. llvm-svn: 115133 | ||||
| * | Nuke it from orbit. It's the only way to be sure. | Jim Grosbach | 2010-09-30 | 1 | -761/+8 |
| | | | | | | | (Kill the dead non-MC asm printer for the ARM target.) llvm-svn: 115127 | ||||
| * | One Printer to rule them all, One Printer to find them, | Jim Grosbach | 2010-09-29 | 1 | -102/+1 |
| | | | | | | | | | | One Printer to lower them all and in the back end bind them. (Remove option to use the old non-MC asm printer.) llvm-svn: 115038 | ||||
| * | Factor out dbg_value comment printing and teach MC asm printing to use it. | Jim Grosbach | 2010-09-28 | 1 | -13/+29 |
| | | | | | | | This should make the arm-linux self-host buildbot happy again. llvm-svn: 114964 | ||||
| * | Enable the MC-ized ARM asm printer. Passing all local tests, so it's time to | Jim Grosbach | 2010-09-27 | 1 | -0/+67 |
| | | | | | | | | enable it for real. Leaving the CL option in place to it's easy to disable it again if (when) testers find something I've missed. llvm-svn: 114915 | ||||
| * | ARM-mode eh.sjlj.longjmp MC lowering | Jim Grosbach | 2010-09-27 | 1 | -0/+54 |
| | | | | | llvm-svn: 114896 | ||||
| * | Enable the MC-ized ARM asm printer. Passing all local tests, so it's time to | Jim Grosbach | 2010-09-27 | 1 | -1/+1 |
| | | | | | | | | enable it for real. Leaving the CL option in place to it's easy to disable it again if (when) testers find something I've missed. llvm-svn: 114892 | ||||
| * | Add ARM explicit MCInst lowering for the Thumb eh.sjlj.setjmp sequence. | Jim Grosbach | 2010-09-24 | 1 | -0/+95 |
| | | | | | llvm-svn: 114758 | ||||
| * | ARM-mode eh.sjlj.setjmp pseudo MC-inst lowering expansion | Jim Grosbach | 2010-09-23 | 1 | -0/+77 |
| | | | | | llvm-svn: 114707 | ||||
| * | never mind. I can't read, apparently | Jim Grosbach | 2010-09-23 | 1 | -1/+1 |
| | | | | | llvm-svn: 114689 | ||||
| * | Fix opcode value for the 'trap' instruction, keeping the type suffix on the | Jim Grosbach | 2010-09-23 | 1 | -1/+1 |
| | | | | | | | constant. Hopefully the non-Darwin bots will like it... llvm-svn: 114687 | ||||
| * | explicit 'unsigned long' on constant value. Hopefully make bots happier. | Jim Grosbach | 2010-09-23 | 1 | -1/+1 |
| | | | | | llvm-svn: 114686 | ||||
| * | Unbreak build. Jim, please review. | Benjamin Kramer | 2010-09-23 | 1 | -4/+4 |
| | | | | | llvm-svn: 114684 | ||||
| * | Clean up the 'trap' instruction printing a bit. Non-Darwin assemblers don't | Jim Grosbach | 2010-09-23 | 1 | -0/+34 |
| | | | | | | | | | | | | | (yet) recognize the 'trap' mnemonic, so we use .short/.long to emit the opcode directly. On Darwin, however, we do want the mnemonic for more readable assembly code and better disassembly. Adjust the .td file to use the 'trap' mnemonic and handle using the binutils workaround in the assembly printer. Also tweak the formatting of the opcode values to make them consistent between the MC printer and the old printer. llvm-svn: 114679 | ||||
| * | add FIXME | Jim Grosbach | 2010-09-22 | 1 | -0/+1 |
| | | | | | llvm-svn: 114578 | ||||
| * | Add MC instruction printer support for ARM and Thumb1 jump tables. | Jim Grosbach | 2010-09-22 | 1 | -3/+49 |
| | | | | | llvm-svn: 114555 | ||||

