aboutsummaryrefslogtreecommitdiffstats
path: root/lib/Target/ARM/ARMAsmPrinter.cpp
Commit message (Expand)AuthorAgeFilesLines
* Second set of ARM/MC/ELF changes.Jason W Kim2010-10-111-5/+43
* remove trailing whitespaceJim Grosbach2010-10-061-5/+5
* First in a sequence of ARM/MC/*ELF* specific work.Jason W Kim2010-10-061-38/+59
* Kill of the vestiges of the 'call' Modifier (no longer needed for PLT).Jim Grosbach2010-10-061-9/+2
* Now that VDUPfqf and VDUPfdfare properly pseudos, kill the no-longer-neededJim Grosbach2010-10-061-10/+2
* target operand flag values aren't a bitmaskJim Grosbach2010-10-061-2/+2
* Nuke the rest of the :comment referencesJim Grosbach2010-10-011-2/+2
* Rename the AsmPrinter directory to InstPrinter for those targets that haveJim Grosbach2010-10-011-1/+1
* Nuke a few more unused asm stringsJim Grosbach2010-09-301-6/+8
* 80 column fixJim Grosbach2010-09-301-1/+3
* Tiny patch for proof-of-concept cleanup of ARMAsmPrinter::EmitStartOfAsmFile()Jason W Kim2010-09-301-1/+1
* Nuke it from orbit. It's the only way to be sure.Jim Grosbach2010-09-301-761/+8
* One Printer to rule them all, One Printer to find them,Jim Grosbach2010-09-291-102/+1
* Factor out dbg_value comment printing and teach MC asm printing to use it.Jim Grosbach2010-09-281-13/+29
* Enable the MC-ized ARM asm printer. Passing all local tests, so it's time toJim Grosbach2010-09-271-0/+67
* ARM-mode eh.sjlj.longjmp MC loweringJim Grosbach2010-09-271-0/+54
* Enable the MC-ized ARM asm printer. Passing all local tests, so it's time toJim Grosbach2010-09-271-1/+1
* Add ARM explicit MCInst lowering for the Thumb eh.sjlj.setjmp sequence.Jim Grosbach2010-09-241-0/+95
* ARM-mode eh.sjlj.setjmp pseudo MC-inst lowering expansionJim Grosbach2010-09-231-0/+77
* never mind. I can't read, apparentlyJim Grosbach2010-09-231-1/+1
* Fix opcode value for the 'trap' instruction, keeping the type suffix on theJim Grosbach2010-09-231-1/+1
* explicit 'unsigned long' on constant value. Hopefully make bots happier.Jim Grosbach2010-09-231-1/+1
* Unbreak build. Jim, please review.Benjamin Kramer2010-09-231-4/+4
* Clean up the 'trap' instruction printing a bit. Non-Darwin assemblers don'tJim Grosbach2010-09-231-0/+34
* add FIXMEJim Grosbach2010-09-221-0/+1
* Add MC instruction printer support for ARM and Thumb1 jump tables.Jim Grosbach2010-09-221-3/+49
* Add MC instruction printer support for TB[BH] style thumb2 jump tables.Jim Grosbach2010-09-221-24/+27
* Clean up comment.Jim Grosbach2010-09-221-4/+4
* Add start of support for MC instruction printer of ARM jump tables. Filling inJim Grosbach2010-09-211-0/+72
* Fix errant printing of [v]ldm instructions that aren't a popJim Grosbach2010-09-211-32/+24
* factor out a simple helper function to create a label for PC-relativeJim Grosbach2010-09-181-19/+17
* Add MC-inst handling for tPICADDJim Grosbach2010-09-171-0/+26
* Teach the (non-MC) instruction printer to use the cannonical names for push/pop,Jim Grosbach2010-09-171-4/+71
* Hook up verbose asm comment printing for SOImm operands in MC printerJim Grosbach2010-09-171-1/+1
* handle the upper16/lower16 target operand flags on symbol references for MCJim Grosbach2010-09-171-1/+1
* expand PICLDR MC lowering to handle other PICLDR and PICSTR versions.Jim Grosbach2010-09-171-11/+31
* MC-ization of the PICLDR pseudo. Next up, adding the other variantsJim Grosbach2010-09-161-0/+29
* Remove support for "dregpair" operand modifier, now that it is no longer beingBob Wilson2010-09-161-7/+1
* move getRegisterNumbering() to out of ARMBaseRegisterInfo into the helperJim Grosbach2010-09-151-1/+1
* Add predicate and 's' bit operands to PICADD instruction lowering.Jim Grosbach2010-09-141-0/+5
* fix comment typoJim Grosbach2010-09-141-1/+1
* Remove trailing whitespaceJim Grosbach2010-09-021-31/+31
* Change ARM VFP VLDM/VSTM instructions to use addressing mode #4, just likeBob Wilson2010-08-271-10/+0
* Rename sat_shift operand to shift_imm, in preparation for using it for otherBob Wilson2010-08-161-3/+3
* Cleaned up the for-disassembly-only entries in the arm instruction table so thatJohnny Chen2010-08-121-0/+9
* Move the ARM SSAT and USAT optional shift amount operand out of theBob Wilson2010-08-111-2/+23
* ARM "rrx" shift operands do not have an immediate. PR7790.Bob Wilson2010-08-051-12/+9
* Implement target specific getDebugValueLocation().Devang Patel2010-08-041-0/+13
* Move newlines before inline jumptables from the asm strings in .td files toBob Wilson2010-07-311-2/+2
* Add the __TEXT,__StaticInit section to the list of sections emitted at theBob Wilson2010-07-301-0/+6