Thumb unconditional branch binary encoding. rdar://8754994
[oota-llvm.git] / lib / Target / ARM /
2010-12-10 Jim GrosbachThumb unconditional branch binary encoding. rdar:/...
2010-12-10 Jim GrosbachThumb conditional branch binary encodings. rdar://8745367
2010-12-10 Kevin EnderbyFix the leak from r121401 of the Operands erased in...
2010-12-09 Bill WendlingThumb ldr reg+imm offsets were encoded incorrectly...
2010-12-09 Owen AndersonUse the new IsAligned fixup flag to improve fixup encod...
2010-12-09 Owen AndersonFix an issue in some Thumb fixups, where the effective...
2010-12-09 Jim GrosbachRename CB/CBZ specific fixup accordingly.
2010-12-09 Kevin EnderbyAdd support for parsing ARM arithmetic instructions...
2010-12-09 Jim GrosbachRename the encoder method for t_cbtarget to match.
2010-12-09 Jim GrosbachThumb needs a few different encoding schemes for branch...
2010-12-09 Jim GrosbachARM stm/ldm instructions require more than one register...
2010-12-09 Jim Grosbachtidy up.
2010-12-09 Jim Grosbach80 columns.
2010-12-09 Owen AndersonFix encoding of the immediate operands on post-indexed...
2010-12-09 Eric ChristopherFix up some comments.
2010-12-09 Owen AndersonFix Thumb2 fixups for ldr.
2010-12-09 Jim GrosbachAdd a textual message to the assert.
2010-12-09 Jim GrosbachAdd a sanity check assert() for t2ADD/SUBrSPi instructi...
2010-12-09 Jim GrosbachWhen using multiple instructions to reference a frame...
2010-12-09 Jim GrosbachThe add/sub SP instructions are really pseudos. The...
2010-12-09 Matt Beaumont-GayRemove unused variables
2010-12-09 Owen AndersonFix typo in Thumb2 branch fixup.
2010-12-09 Bill WendlingRemove extraneous semicolon.
2010-12-09 Bill WendlingAttempt to make the bit-twiddling readable resulted...
2010-12-09 Bill WendlingThe BLX instruction is encoded differently than the...
2010-12-09 Owen AndersonFix Thumb2 BCC encoding and fixups.
2010-12-08 Jason W KimStyle nit and whitespace cleanup
2010-12-08 Jim GrosbachClean up the add/sub w/ SP source reg instructions...
2010-12-08 Jim GrosbachFix T2TwoRegImm and use it for t2ADDrSPi12 and friends.
2010-12-08 Jason W KimRemoved dead comment.
2010-12-08 Jason W KimARM/MC/ELF TPsoft is now a proper pseudo inst.
2010-12-08 Jim GrosbachT2TwoRegImm isn't right for t2SUBrSPi12. Use T2I instead.
2010-12-08 Jim GrosbachAdd operand encoding for Thumb2 subw SP + imm. rdar...
2010-12-08 Jim GrosbachAdd operand encoding for Thumb2 addw Rn + imm. rdar...
2010-12-08 Bill WendlingSupport the "target" encodings for the CB[N]Z instructions.
2010-12-08 Evan ChengFix an obvious cut-n-paste error.
2010-12-08 Jim GrosbachAdd operand encoding for Thumb2 addw SP + imm. rdar...
2010-12-08 Jim GrosbachParameterize opcode encoding bits for Thumb2 extended...
2010-12-08 Jim GrosbachFix operand encoding for Thumb2 extended precision...
2010-12-08 Jim GrosbachSimplify T2 operand assignment notation a bit. No need...
2010-12-08 Jim GrosbachTweak ARM fixup value adjustments for Thumb to better...
2010-12-08 Andrew TrickGeneralize PostRAHazardRecognizer so it can be used...
2010-12-08 Owen AndersonImprove comment.
2010-12-08 Jim GrosbachAdd initializer.
2010-12-08 Evan ChengAdd comments.
2010-12-08 Bill WendlingAdd support for loading from a constant pool.
2010-12-08 Jim GrosbachLet target asm backends see assembler flags as they...
2010-12-08 Owen AndersonSimplify the byte reordering logic slightly.
2010-12-08 Owen AndersonVLDR fixups need special handling under Thumb. While...
2010-12-07 Matt Beaumont-GayFix a warning about a variable which is only used in...
2010-12-07 Bill WendlingCleanup in the Darwin end. No functionality change.
2010-12-07 Evan ChengFix a bad prologue / epilogue codegen bug where the...
2010-12-07 Bill WendlingA bit of cleanup: early exit ApplyFixup and cache the...
2010-12-07 Jim GrosbachBinary encoding for ARM tLDRspi and tSTRspi.
2010-12-07 Owen AndersonFix Thumb2 encoding of the S bit.
2010-12-07 Jim GrosbachRefactor the ARM CMPz* patterns to just use the normal...
2010-12-07 Evan ChengCode clean up; no functionality change.
2010-12-07 Evan ChengCode clean up; no functionality change.
2010-12-07 Jim GrosbachEncode the literal field for tCMPzi instruction.
2010-12-07 Benjamin KramerAdd parens to pacify gcc.
2010-12-07 Jay FoadPR5207: Change APInt methods trunc(), sext(), zext...
2010-12-07 Owen AndersonSecond attempt at converting Thumb2's LDRpci, including...
2010-12-06 Jim GrosbachAdd fixup for Thumb1 BL/BLX instructions.
2010-12-06 Rafael EspindolaRemove the instruction fragment to data fragment loweri...
2010-12-06 Owen AndersonRevert r121021, which broke the buildbots.
2010-12-06 Jim GrosbachTrailing whitespace.
2010-12-06 Owen AndersonImprove handling of Thumb2 PC-relative loads by convert...
2010-12-06 Jim GrosbachEncode the register operand of ARM CondCode operands...
2010-12-06 Jim GrosbachThe ARM AsmMatcher needs to know that the CCOut operand...
2010-12-05 Evan ChengEliminate unneeded #include's.
2010-12-05 NAKAMURA TakumiARM/CMakeLists.txt: Add missing MLxExpansionPass.cpp...
2010-12-05 Evan ChengCode clean up.
2010-12-05 Evan ChengRemove an unused variable.
2010-12-05 Evan ChengMaking use of VFP / NEON floating point multiply-accumu...
2010-12-04 Bob WilsonThe Thumb tADDrSPi instruction is not valid when the...
2010-12-04 Jim GrosbachEncode condition code for Thumb1 conditional branch...
2010-12-03 Jim GrosbachCorrectly size-reduce the t2CMPzrr instruction to tCMPz...
2010-12-03 Bill WendlingUse correct variable names to match the patterns.
2010-12-03 Jim GrosbachMatch pattern operand names to expected encoding field...
2010-12-03 Jim GrosbachRemove incorrect BL target encoding (it's similar to...
2010-12-03 Jim GrosbachEncode the 32-bit wide Thumb (and Thumb2) instructions...
2010-12-03 Jim GrosbachWhen using the 'push' mnemonic for Thumb2 stmdb, be...
2010-12-03 Benjamin KramerRemove unused variable.
2010-12-03 Jim GrosbachReduce t2 ldr/str instructions to the correct t1 versio...
2010-12-03 Jason W Kimfix ARM::fixup_arm_branch, cleanup, and share more...
2010-12-03 Jim GrosbachNo need to declare EncoderMethod property anymore;...
2010-12-03 Jim GrosbachAdd FIXMEs.
2010-12-03 Jim GrosbachSize reduction for tPUSH come from t2STMDB_UPD, not...
2010-12-03 Bill WendlingDon't overwrite the opcode passed into the T1Special...
2010-12-03 Bill WendlingAdd Thumb encoding for some more instructions.
2010-12-03 Bill WendlingThe tLDR instruction wasn't encoded properly:
2010-12-02 Jim GrosbachTrailing whitespace.
2010-12-02 Jim GrosbachWhen expanding the MOVCCi32imm, make sure to use the...
2010-12-02 Jim GrosbachFix copy/pasto in vmin.f32 encoding.
2010-12-02 Jim GrosbachAdd support for binary encoding of ARM 'adr' instructio...
2010-12-01 Evan ChengFix and re-enable tail call optimization of expanded...
2010-12-01 Jason W Kimfixing style nit: move class static to global static
2010-12-01 Bill WendlingAdd a post encoder method to the VFP instructions to...
2010-12-01 Jim GrosbachUse the correct fixup type for ARM VLDR*
2010-12-01 Jim GrosbachRefactor LEApcrelJT as a pseudo-instructionlowered...
next