aboutsummaryrefslogtreecommitdiffstats
path: root/lib/Target/ARM/ARMCodeEmitter.cpp
Commit message (Expand)AuthorAgeFilesLines
...
* Add encoding support for Thumb2 PLD and PLI instructions.Owen Anderson2010-11-301-0/+2
* Add parsing for the Thumb t_addrmode_s4 addressing mode. This can almostBill Wendling2010-11-301-2/+4
* Rename BX/BRIND/etc patterns to clarify which is actually the BX instructionJim Grosbach2010-11-301-4/+4
* Correct Thumb2 encodings for a much wider range of loads and stores.Owen Anderson2010-11-301-0/+2
* Fix the encoding of VLD4-dup alignment.Bob Wilson2010-11-301-0/+2
* Provide Thumb2 encodings for basic loads and stores.Owen Anderson2010-11-291-0/+6
* Have the getAddrMode3OpValue() function in ARMCodeEmitter.cpp produce the sameBill Wendling2010-11-201-9/+21
* Minor cleanups to a few llvm_unreachable() calls.Jim Grosbach2010-11-191-6/+2
* Fix .o emission of ARM movt/movw. MCSymbolRefExpr::VK_ARM_(HI||LO)16 for the ...Jason W Kim2010-11-181-0/+5
* Clean up LEApcrel instuction(s) a bit. It's not really a Pseudo, so don't markJim Grosbach2010-11-171-0/+8
* Fix comment typo.Jim Grosbach2010-11-171-1/+1
* The machine instruction no longer encodes the submode as a separate operand. WeBill Wendling2010-11-171-4/+4
* ARM LDR_PRE/LDR_POST/STR_PRE/STR_POST (and the *B counterparts) binary encoding.Jim Grosbach2010-11-151-0/+4
* Eliminate ARM::MOVi2pieces. Just use MOVi32imm and expand it to either movi+o...Evan Cheng2010-11-121-5/+5
* First stab at providing correct Thumb2 encodings, start with adc.Owen Anderson2010-11-121-0/+4
* Fill out support for Thumb2 encodings of NEON instructions.Owen Anderson2010-11-111-0/+2
* Add correct Thumb2 encodings for NEON vst[1,2,3,4] and vld[1,2,3,4].Owen Anderson2010-11-111-0/+2
* Add support for Thumb2 encodings of NEON data processing instructions, using ...Owen Anderson2010-11-111-0/+2
* Encoding of destination fixup for ARM branch and conditional branchJim Grosbach2010-11-111-0/+2
* Encoding for ARM LDRSH_POST.Jim Grosbach2010-11-111-0/+2
* ARM STRH encoding information.Jim Grosbach2010-11-111-0/+2
* ARM LDM encoding for the mode (ia, ib, da, db) operand.Jim Grosbach2010-11-101-0/+2
* Add encoder method for ARM load/store shifted register offset operands.Jim Grosbach2010-11-091-0/+2
* The MC code couldn't handle ARM LDR instructions with negative offsets:Bill Wendling2010-11-031-11/+30
* Rename getAddrModeImm12OpValue to getAddrModeImmOpValue and expand it to workBill Wendling2010-11-021-19/+20
* Rename encoder methods to match naming convention.Owen Anderson2010-11-021-5/+2
* Add correct NEON encodings for vld2, vld3, and vld4 basic variants.Owen Anderson2010-11-021-0/+3
* Add correct NEON encodings for the "multiple single elements" form of vld.Owen Anderson2010-11-021-1/+4
* Encode the register list operands for ARM mode LDM/STM instructions.Jim Grosbach2010-10-301-0/+3
* 80 column fix.Jim Grosbach2010-10-291-2/+2
* s/getNEONVcvtImm32/getNEONVcvtImm32OpValue/ to be consistent with other operandJim Grosbach2010-10-291-1/+1
* Refactor ARM STR/STRB instruction patterns into STR{B}i12 and STR{B}rs, likeJim Grosbach2010-10-271-2/+3
* Provide correct encodings for NEON vcvt, which has its own special immediate ...Owen Anderson2010-10-271-0/+2
* JIT imm12 encoding for constant pool entry references.Jim Grosbach2010-10-271-0/+4
* ARM JIT fix for LDRi12 and company.Jim Grosbach2010-10-271-4/+17
* The new LDR* instruction patterns should handle the necessary encoding ofJim Grosbach2010-10-271-0/+7
* First part of refactoring ARM addrmode2 (load/store) instructions to be moreJim Grosbach2010-10-261-0/+2
* fix memory-layout assumption which only holds on little-endian systemsGabor Greif2010-10-221-1/+1
* ARM Binary encoding information for BFC/BFI instructions.Jim Grosbach2010-10-211-0/+2
* Add encodings for movement between ARM core registers and single-precisionBill Wendling2010-10-201-1/+1
* ARMCodeEmitter::emitMiscInstruction is dead. Long liveBill Wendling2010-10-151-45/+1
* ARM mode encoding information for UBFX and SBFX instructions.Jim Grosbach2010-10-151-0/+2
* Tweak the ARM backend to use the RRX mnemonic instead of the 'mov a, b, rrx'Jim Grosbach2010-10-141-2/+2
* Add encoding for 'fmstat'.Bill Wendling2010-10-141-4/+0
* - Add encodings for multiply add/subtract instructions in all their glory.Bill Wendling2010-10-141-9/+1
* Add ARM mode encoding for [SU]XT[BH] and [SU]XTA[BH] instructions.Jim Grosbach2010-10-131-0/+2
* Add the rest of the ARM so_reg encoding options (register shifted register)Jim Grosbach2010-10-121-0/+2
* Move the ARM so_imm encoding into a custom operand encoder and remove theJim Grosbach2010-10-121-0/+2
* Add custom encoder for the 's' bit denoting whether an ARM arithmeticJim Grosbach2010-10-121-0/+11
* Reapply 116059, this time without the fatfingered pasto at the top.Jim Grosbach2010-10-081-13/+17