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