aboutsummaryrefslogtreecommitdiff
path: root/lib/Target/ARM/ARMCodeEmitter.cpp
AgeCommit message (Expand)Author
2010-12-08Add support for loading from a constant pool.Bill Wendling
2010-12-07Binary encoding for ARM tLDRspi and tSTRspi.Jim Grosbach
2010-12-06Add fixup for Thumb1 BL/BLX instructions.Jim Grosbach
2010-12-01Add a post encoder method to the VFP instructions to convert them to the Thumb2Bill Wendling
2010-12-01Refactor LEApcrelJT as a pseudo-instructionlowered to a cannonical ADRJim Grosbach
2010-12-01Add correct encodings for STRD and LDRD, including fixup support. Additional...Owen Anderson
2010-11-30* Add support for encoding t_addrmode_s2 and t_addrmode_s1. They are the same asBill Wendling
2010-11-30Add encoding support for Thumb2 PLD and PLI instructions.Owen Anderson
2010-11-30Add parsing for the Thumb t_addrmode_s4 addressing mode. This can almostBill Wendling
2010-11-30Rename BX/BRIND/etc patterns to clarify which is actually the BX instructionJim Grosbach
2010-11-30Correct Thumb2 encodings for a much wider range of loads and stores.Owen Anderson
2010-11-30Fix the encoding of VLD4-dup alignment.Bob Wilson
2010-11-29Provide Thumb2 encodings for basic loads and stores.Owen Anderson
2010-11-20Have the getAddrMode3OpValue() function in ARMCodeEmitter.cpp produce the sameBill Wendling
2010-11-19Minor cleanups to a few llvm_unreachable() calls.Jim Grosbach
2010-11-18Fix .o emission of ARM movt/movw. MCSymbolRefExpr::VK_ARM_(HI||LO)16 for the ...Jason W Kim
2010-11-17Clean up LEApcrel instuction(s) a bit. It's not really a Pseudo, so don't markJim Grosbach
2010-11-17Fix comment typo.Jim Grosbach
2010-11-17The machine instruction no longer encodes the submode as a separate operand. WeBill Wendling
2010-11-15ARM LDR_PRE/LDR_POST/STR_PRE/STR_POST (and the *B counterparts) binary encoding.Jim Grosbach
2010-11-12Eliminate ARM::MOVi2pieces. Just use MOVi32imm and expand it to either movi+o...Evan Cheng
2010-11-12First stab at providing correct Thumb2 encodings, start with adc.Owen Anderson
2010-11-11Fill out support for Thumb2 encodings of NEON instructions.Owen Anderson
2010-11-11Add correct Thumb2 encodings for NEON vst[1,2,3,4] and vld[1,2,3,4].Owen Anderson
2010-11-11Add support for Thumb2 encodings of NEON data processing instructions, using ...Owen Anderson
2010-11-11Encoding of destination fixup for ARM branch and conditional branchJim Grosbach
2010-11-11Encoding for ARM LDRSH_POST.Jim Grosbach
2010-11-11ARM STRH encoding information.Jim Grosbach
2010-11-10ARM LDM encoding for the mode (ia, ib, da, db) operand.Jim Grosbach
2010-11-09Add encoder method for ARM load/store shifted register offset operands.Jim Grosbach
2010-11-03The MC code couldn't handle ARM LDR instructions with negative offsets:Bill Wendling
2010-11-02Rename getAddrModeImm12OpValue to getAddrModeImmOpValue and expand it to workBill Wendling
2010-11-02Rename encoder methods to match naming convention.Owen Anderson
2010-11-02Add correct NEON encodings for vld2, vld3, and vld4 basic variants.Owen Anderson
2010-11-02Add correct NEON encodings for the "multiple single elements" form of vld.Owen Anderson
2010-10-30Encode the register list operands for ARM mode LDM/STM instructions.Jim Grosbach
2010-10-2980 column fix.Jim Grosbach
2010-10-29s/getNEONVcvtImm32/getNEONVcvtImm32OpValue/ to be consistent with other operandJim Grosbach
2010-10-27Refactor ARM STR/STRB instruction patterns into STR{B}i12 and STR{B}rs, likeJim Grosbach
2010-10-27Provide correct encodings for NEON vcvt, which has its own special immediate ...Owen Anderson
2010-10-27JIT imm12 encoding for constant pool entry references.Jim Grosbach
2010-10-27ARM JIT fix for LDRi12 and company.Jim Grosbach
2010-10-27The new LDR* instruction patterns should handle the necessary encoding ofJim Grosbach
2010-10-26First part of refactoring ARM addrmode2 (load/store) instructions to be moreJim Grosbach
2010-10-22fix memory-layout assumption which only holds on little-endian systemsGabor Greif
2010-10-21ARM Binary encoding information for BFC/BFI instructions.Jim Grosbach
2010-10-20Add encodings for movement between ARM core registers and single-precisionBill Wendling
2010-10-15ARMCodeEmitter::emitMiscInstruction is dead. Long liveBill Wendling
2010-10-15ARM mode encoding information for UBFX and SBFX instructions.Jim Grosbach
2010-10-14Tweak the ARM backend to use the RRX mnemonic instead of the 'mov a, b, rrx'Jim Grosbach