| Age | Commit message (Expand) | Author |
| 2012-08-13 | Do not optimize (or (and X,Y), Z) into BFI and other sequences if the AND ISD... | Nadav Rotem |
| 2012-08-13 | Add support for the %H output modifier. | Eric Christopher |
| 2012-08-13 | Use correct loads for vector types during extending-load operations. | Tim Northover |
| 2012-08-12 | Revert 161581: Patch to implement UMLAL/SMLAL instructions for the ARM | Arnold Schwaighofer |
| 2012-08-12 | Change addTypeForNeon to use MVT instead of EVT so all the calls to getSimple... | Craig Topper |
| 2012-08-10 | ARM: enable struct byval for AAPCS. | Manman Ren |
| 2012-08-09 | Remove getARMRegisterNumbering and replace with calls into | Eric Christopher |
| 2012-08-09 | Patch to implement UMLAL/SMLAL instructions for the ARM architecture | Arnold Schwaighofer |
| 2012-08-09 | This field isn't used anymore, use it with HWEncoding instead. | Eric Christopher |
| 2012-08-08 | Added MispredictPenalty to SchedMachineModel. | Andrew Trick |
| 2012-08-08 | whitespace | Andrew Trick |
| 2012-08-04 | Skip impdef regs during eabi save/restore list emission to workaround PR11902 | Anton Korobeynikov |
| 2012-08-04 | Recognize vst1.64 / vld1.64 with 3 and 4 regs as load from / store to stack s... | Anton Korobeynikov |
| 2012-08-04 | Add stack spill / reload instructions for DTriple and DQuad register classes,... | Anton Korobeynikov |
| 2012-08-03 | Fall back to selection DAG isel for calls to builtin functions. | Bob Wilson |
| 2012-08-03 | [arm-fast-isel] Add support for shl, lshr, and ashr. | Jush Lu |
| 2012-08-03 | Add support for the ARM GHC calling convention, this patch was in 3.0, | Eric Christopher |
| 2012-08-02 | ARM: Tidy up. Remove unused template parameters. | Jim Grosbach |
| 2012-08-02 | ARM: More InstAlias refactors to use #NAME#. | Jim Grosbach |
| 2012-08-02 | ARM: Refactor instaliases using TableGen support for #NAME#. | Jim Grosbach |
| 2012-08-02 | Support fpv4 for ARM Cortex-M4. | Jiangning Liu |
| 2012-08-02 | Fix #13035, a bug around Thumb instruction LDRD/STRD with negative #0 offset ... | Jiangning Liu |
| 2012-08-02 | Fix #13138, a bug around ARM instruction DSB encoding and decoding issue. | Jiangning Liu |
| 2012-08-02 | Fix #13241, a bug around shift immediate operand for ARM instruction ADR. | Jiangning Liu |
| 2012-08-01 | ARM: Remove redundant instalias. | Jim Grosbach |
| 2012-08-01 | Clean up formatting. | Jim Grosbach |
| 2012-08-01 | Tidy up. | Jim Grosbach |
| 2012-07-30 | Fix a bug in ARMMachObjectWriter::RecordRelocation() in ARMMachObjectWriter.cpp | Kevin Enderby |
| 2012-07-25 | ARM: Don't assume an SDNode is a constant. | Jim Grosbach |
| 2012-07-23 | Fix a typo (the the => the) | Sylvestre Ledru |
| 2012-07-19 | [arm-fast-isel] Add support for vararg function calls. | Jush Lu |
| 2012-07-18 | Fix ARMTargetLowering::isLegalAddImmediate to consider thumb encodings. | Andrew Trick |
| 2012-07-18 | whitespace | Andrew Trick |
| 2012-07-18 | More replacing of target-dependent intrinsics with target-indepdent | Joel Jones |
| 2012-07-13 | This is one of the first steps at moving to replace target-dependent | Joel Jones |
| 2012-07-13 | Remove variable_ops from ARM call instructions. | Jakob Stoklund Olesen |
| 2012-07-11 | ARM: fix typo in comments | Manman Ren |
| 2012-07-11 | ARM: Fix optimizeCompare to correctly check safe condition. | Manman Ren |
| 2012-07-10 | Fix instruction description of VMOV (between two ARM core registers and two s... | Richard Barton |
| 2012-07-10 | ARM: Allow more flexible patterns in NEON formats. | Jim Grosbach |
| 2012-07-09 | Revert r159938 (and r159945) to appease the buildbots. | Chad Rosier |
| 2012-07-09 | Some formatting to keep Clang happy | Richard Barton |
| 2012-07-09 | Oops - correct broken disassembly for VMOV | Richard Barton |
| 2012-07-09 | Fix instruction description of VMOV (between two ARM core registers and two s... | Richard Barton |
| 2012-07-09 | Prevent ARM assembler from losing a right shift by #32 applied to a register | Richard Barton |
| 2012-07-09 | Spelling! | Richard Barton |
| 2012-07-09 | Teach the assembler to use the narrow thumb encodings of various three-regist... | Richard Barton |
| 2012-07-07 | I'm introducing a new machine model to simultaneously allow simple | Andrew Trick |
| 2012-07-06 | Fix the naming of ensureAlignment. Per the coding standard function names | Chad Rosier |
| 2012-07-06 | ARM: Add test cleanup entry to the README. | Jim Grosbach |