| Age | Commit message (Expand) | Author |
| 2010-10-29 | - Don't schedule nodes with only MVT::Flag and MVT::Other values for latency. | Evan Cheng |
| 2010-10-29 | Handle ARM addrmode5 instructions with an offset. | Jim Grosbach |
| 2010-10-29 | Inline asm multiple alternative constraints development phase 2 - improved ba... | John Thompson |
| 2010-10-29 | Revert 117660. Apparently it's not as trivial as that... | Jim Grosbach |
| 2010-10-29 | ARM addrmode5 instructions have neither writeback nor post-indexed modes. | Jim Grosbach |
| 2010-10-29 | Trailing whitespace. | Jim Grosbach |
| 2010-10-29 | ARMAsmParser: Plug a memory leak. | Benjamin Kramer |
| 2010-10-29 | Add an unreachable to silence warning - the switch is actually | Eric Christopher |
| 2010-10-29 | add simple support for addrmode5 operands, allowing | Chris Lattner |
| 2010-10-28 | give better error diagnostics, for example: | Chris Lattner |
| 2010-10-28 | hook up getOpcodeName for ARM so that "llc -show-mc-inst" includes | Chris Lattner |
| 2010-10-28 | move a method out of line. | Chris Lattner |
| 2010-10-28 | remove the rest of hte owningptr's, no functionality change. | Chris Lattner |
| 2010-10-28 | PLD, PLDW, PLI encodings, plus refactor their use of addrmode2. | Jim Grosbach |
| 2010-10-28 | rearrange ParseRegisterList. | Chris Lattner |
| 2010-10-28 | refactor some code to simplify it, eliminating some owningptr's. | Chris Lattner |
| 2010-10-28 | Re-commit 117518 and 117519 now that ARM MC test failures are out of the way. | Evan Cheng |
| 2010-10-28 | Revert 117518 and 117519 for now. They changed scheduling and cause MC tests ... | Evan Cheng |
| 2010-10-28 | - Assign load / store with shifter op address modes the right itinerary classes. | Evan Cheng |
| 2010-10-28 | Add correct NEON encodings for vtbl and vtbx. | Owen Anderson |
| 2010-10-27 | Add correct NEON encodings for vext, vtrn, vuzp, and vzip. | Owen Anderson |
| 2010-10-27 | Fix compiler warnings about signed/unsigned comparisons. | Bob Wilson |
| 2010-10-27 | Shifter ops are not always free. Do not fold them (especially to form | Evan Cheng |
| 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 | Trailing whitespace | Jim Grosbach |
| 2010-10-27 | Provide correct encodings for the get_lane and set_lane variants of vmov. | Owen Anderson |
| 2010-10-27 | JIT imm12 encoding for constant pool entry references. | Jim Grosbach |
| 2010-10-27 | SelectionDAG shuffle nodes do not allow operands with different numbers of | Bob Wilson |
| 2010-10-27 | ARM JIT fix for LDRi12 and company. | Jim Grosbach |
| 2010-10-27 | Provide correct NEON encodings for vdup. | Owen Anderson |
| 2010-10-27 | The new LDR* instruction patterns should handle the necessary encoding of | Jim Grosbach |
| 2010-10-27 | Add correct NEON encodings for vsli and vsri. | Owen Anderson |
| 2010-10-27 | Add correct NEON encodings for vsra and vrsra. | Owen Anderson |
| 2010-10-27 | The immediate operands of an LDRi12 instruction doesn't need the addrmode2 | Jim Grosbach |
| 2010-10-27 | LDRi12 machine instructions handle negative offset operands normally (simple | Jim Grosbach |
| 2010-10-27 | One more spot where the new arm mode LDR instruction representation | Jim Grosbach |
| 2010-10-27 | Split ARM::LDRB into LDRBi12 and LDRBrs. Adjust accordingly. Continuing on | Jim Grosbach |
| 2010-10-26 | Since I parameterized this bit, I should probably actually use said parameter. | Jim Grosbach |
| 2010-10-26 | Add correct NEON encodings for vqshl, vqshrn, vqshrun, vqrshl, vqshrn, and vq... | Owen Anderson |
| 2010-10-26 | First part of refactoring ARM addrmode2 (load/store) instructions to be more | Jim Grosbach |
| 2010-10-26 | Correct NEON encodings for vshrn, vrshl, vrshr, vrshrn. | Owen Anderson |
| 2010-10-26 | Simplify classes for shift instructions, which are never commutable. | Owen Anderson |
| 2010-10-26 | Provide correct NEON encodings for vshl, register and immediate forms. | Owen Anderson |
| 2010-10-26 | Grammar. | Jim Grosbach |
| 2010-10-26 | Nuke extraneous comment. It's applicable elsewhere, but not in this func. | Jim Grosbach |
| 2010-10-26 | Add correct NEON encoding for vpadal. | Owen Anderson |
| 2010-10-26 | Add NEON encodings for vmov and vmvn of immediates. | Owen Anderson |
| 2010-10-26 | Use instruction itinerary to determine what instructions are 'cheap'. | Evan Cheng |
| 2010-10-26 | NEON vmov's are in Neon domain. | Evan Cheng |