| Age | Commit message (Expand) | Author |
| 2010-12-07 | Code clean up; no functionality change. | Evan Cheng |
| 2010-12-07 | Encode the literal field for tCMPzi instruction. | Jim Grosbach |
| 2010-12-07 | Add parens to pacify gcc. | Benjamin Kramer |
| 2010-12-07 | PR5207: Change APInt methods trunc(), sext(), zext(), sextOrTrunc() and | Jay Foad |
| 2010-12-07 | Second attempt at converting Thumb2's LDRpci, including updating the gazillio... | Owen Anderson |
| 2010-12-06 | Add fixup for Thumb1 BL/BLX instructions. | Jim Grosbach |
| 2010-12-06 | Remove the instruction fragment to data fragment lowering since it was causing | Rafael Espindola |
| 2010-12-06 | Revert r121021, which broke the buildbots. | Owen Anderson |
| 2010-12-06 | Trailing whitespace. | Jim Grosbach |
| 2010-12-06 | Improve handling of Thumb2 PC-relative loads by converting LDRpci (and friend... | Owen Anderson |
| 2010-12-06 | Encode the register operand of ARM CondCode operands correctly. ARM::CPSR if | Jim Grosbach |
| 2010-12-06 | The ARM AsmMatcher needs to know that the CCOut operand is a register value, | Jim Grosbach |
| 2010-12-05 | Eliminate unneeded #include's. | Evan Cheng |
| 2010-12-05 | ARM/CMakeLists.txt: Add missing MLxExpansionPass.cpp since r120960. | NAKAMURA Takumi |
| 2010-12-05 | Code clean up. | Evan Cheng |
| 2010-12-05 | Remove an unused variable. | Evan Cheng |
| 2010-12-05 | Making use of VFP / NEON floating point multiply-accumulate / subtraction is | Evan Cheng |
| 2010-12-04 | The Thumb tADDrSPi instruction is not valid when the destination is SP. | Bob Wilson |
| 2010-12-04 | Encode condition code for Thumb1 conditional branch instruction. | Jim Grosbach |
| 2010-12-03 | Correctly size-reduce the t2CMPzrr instruction to tCMPzr when possible. | Jim Grosbach |
| 2010-12-03 | Use correct variable names to match the patterns. | Bill Wendling |
| 2010-12-03 | Match pattern operand names to expected encoding field names. This corrects the | Jim Grosbach |
| 2010-12-03 | Remove incorrect BL target encoding (it's similar to, but not the same as the | Jim Grosbach |
| 2010-12-03 | Encode the 32-bit wide Thumb (and Thumb2) instructions with the high order | Jim Grosbach |
| 2010-12-03 | When using the 'push' mnemonic for Thumb2 stmdb, be explicit when it's the | Jim Grosbach |
| 2010-12-03 | Remove unused variable. | Benjamin Kramer |
| 2010-12-03 | Reduce t2 ldr/str instructions to the correct t1 versions when there's an | Jim Grosbach |
| 2010-12-03 | fix ARM::fixup_arm_branch, cleanup, and share more code between ELF and Darwin | Jason W Kim |
| 2010-12-03 | No need to declare EncoderMethod property anymore; just assign to it. | Jim Grosbach |
| 2010-12-03 | Add FIXMEs. | Jim Grosbach |
| 2010-12-03 | Size reduction for tPUSH come from t2STMDB_UPD, not t2STMIA_UPD. | Jim Grosbach |
| 2010-12-03 | Don't overwrite the opcode passed into the T1Special pattern. | Bill Wendling |
| 2010-12-03 | Add Thumb encoding for some more instructions. | Bill Wendling |
| 2010-12-03 | The tLDR instruction wasn't encoded properly: | Bill Wendling |
| 2010-12-02 | Trailing whitespace. | Jim Grosbach |
| 2010-12-02 | When expanding the MOVCCi32imm, make sure to use the ARM movt/movw opcodes, | Jim Grosbach |
| 2010-12-02 | Fix copy/pasto in vmin.f32 encoding. | Jim Grosbach |
| 2010-12-02 | Add support for binary encoding of ARM 'adr' instructions referencing constant | Jim Grosbach |
| 2010-12-01 | Fix and re-enable tail call optimization of expanded libcalls. | Evan Cheng |
| 2010-12-01 | fixing style nit: move class static to global static | Jason W Kim |
| 2010-12-01 | Add a post encoder method to the VFP instructions to convert them to the Thumb2 | Bill Wendling |
| 2010-12-01 | Use the correct fixup type for ARM VLDR* | Jim Grosbach |
| 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-12-01 | kill trailing space | Jason W Kim |
| 2010-12-01 | 10 bits, not 12. | Jim Grosbach |
| 2010-12-01 | Elaborate on FIXME. | Jim Grosbach |
| 2010-12-01 | Move the ARMAsmPrinter class defintiion into a header file. | Jim Grosbach |
| 2010-12-01 | Remove "comparison of integers of different signs" warning by making the | Bill Wendling |
| 2010-12-01 | General cleanups of comments. | Bill Wendling |