| Age | Commit message (Expand) | Author |
| 2012-08-24 | Explicitly mark LEApcrel pseudos with hasSideEffects. | Jakob Stoklund Olesen |
| 2012-08-24 | Remove llvm.nacl.tp.alignment intrinsic | Derek Schuff |
| 2012-08-24 | Fix call instruction operands in ARMFastISel. | Jakob Stoklund Olesen |
| 2012-08-24 | Add missing SDNPSideEffect flags. | Jakob Stoklund Olesen |
| 2012-08-24 | Fix undefined behavior (negation of INT_MIN) in ARM backend. | Richard Smith |
| 2012-08-23 | Remove the llvm.nacl.thread.stack.padding intrinsic | Mark Seaborn |
| 2012-08-22 | Reduce duplicated hash map lookups. | Benjamin Kramer |
| 2012-08-22 | Add a getName function to MachineFunction. Use it in places that previously d... | Craig Topper |
| 2012-08-21 | Merge up to r162331, git commit bc363931085587bac42a40653962a3e5acd1ffce | Derek Schuff |
| 2012-08-21 | Add a missing def flag. | Jakob Stoklund Olesen |
| 2012-08-20 | Use a SmallPtrSet to dedup successors in EmitSjLjDispatchBlock. | Jakob Stoklund Olesen |
| 2012-08-18 | Remove the CAND/COR/CXOR custom ISD nodes and their select code. | Jakob Stoklund Olesen |
| 2012-08-18 | Remove virtual from many methods. These methods replace methods in the base c... | Craig Topper |
| 2012-08-18 | Also combine zext/sext into selects for ARM. | Jakob Stoklund Olesen |
| 2012-08-18 | Also pass logical ops to combineSelectAndUse. | Jakob Stoklund Olesen |
| 2012-08-18 | fp16-to-fp32 conversion instructions are available in Thumb mode as well. | Anton Korobeynikov |
| 2012-08-17 | Merge commit 'c723eb1aef817d47feec620933ee1ec6005cdd14' | Derek Schuff |
| 2012-08-17 | Avoid folding ADD instructions with FI operands. | Jakob Stoklund Olesen |
| 2012-08-17 | Add comment, clean up code. No functional change. | Jakob Stoklund Olesen |
| 2012-08-17 | Implement NEON domain switching for scalar <-> S-register vmovs on ARM | Tim Northover |
| 2012-08-17 | Remove unnecessary include of ARMGenInstrInfo.inc. | Craig Topper |
| 2012-08-16 | Add ADD and SUB to the predicable ARM instructions. | Jakob Stoklund Olesen |
| 2012-08-16 | Handle ARM MOVCC optimization in PeepholeOptimizer. | Jakob Stoklund Olesen |
| 2012-08-16 | [arm-fast-isel] Add support for fastcc. | Jush Lu |
| 2012-08-15 | Fold predicable instructions into MOVCC / t2MOVCC. | Jakob Stoklund Olesen |
| 2012-08-15 | Use vld1/vst1 to load/store f64 if alignment is < 4 and the target allows una... | Evan Cheng |
| 2012-08-15 | Add missing Rfalse operand to the predicated pseudo-instructions. | Jakob Stoklund Olesen |
| 2012-08-14 | The names of VFP variants of half-to-float conversion instructions were | Anton Korobeynikov |
| 2012-08-14 | This needs braces. Spotted by Bill. | Eric Christopher |
| 2012-08-14 | Switch the fixed-length disassembler to be table-driven. | Jim Grosbach |
| 2012-08-13 | Remove the TII::scheduleTwoAddrSource() hook. | Jakob Stoklund Olesen |
| 2012-08-13 | ARM: enable struct byval for AAPCS-VFP. | Manman Ren |
| 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 |