| Age | Commit message (Expand) | Author |
| 2013-05-05 | ARM AnalyzeBranch should conservatively return true when it sees a predicated | Evan Cheng |
| 2013-05-05 | For ARM backend, fixed "byval" attribute support. | Stepan Dyatkovskiy |
| 2013-05-05 | Add ArrayRef constructor from None, and do the cleanups that this constructor... | Dmitri Gribenko |
| 2013-05-03 | Revert r181009. | Amara Emerson |
| 2013-05-03 | Add support for reading ARM ELF build attributes. | Amara Emerson |
| 2013-04-30 | Text files should not be marked executable. | Rafael Espindola |
| 2013-04-30 | s tightens up the encoding description for ARM post-indexed ldr instructions.... | Mihai Popa |
| 2013-04-30 | Refactoring patch. | Stepan Dyatkovskiy |
| 2013-04-26 | ARM: Fix encoding of hint instruction for Thumb. | Quentin Colombet |
| 2013-04-26 | ARM/NEON: Pattern match vector integer abs to vabs. | Benjamin Kramer |
| 2013-04-25 | ARM cost model: Integer div and rem is lowered to a function call | Arnold Schwaighofer |
| 2013-04-23 | Add more tests for r179925 to verify correct handling of signext/zeroext; str... | Stephen Lin |
| 2013-04-23 | Lowercase "is" boolean variable prefix for consistency within function, no fu... | Stephen Lin |
| 2013-04-22 | No really, don't store anything to this since it's unconditionally | Eric Christopher |
| 2013-04-22 | Remove variable store that is never read. | Eric Christopher |
| 2013-04-22 | Fix for 5.5 Parameter Passing --> Stage C: | Stepan Dyatkovskiy |
| 2013-04-21 | Legalize vector truncates by parts rather than just splitting. | Jim Grosbach |
| 2013-04-21 | ARM: Use ldrd/strd to spill 64-bit pairs when available. | Tim Northover |
| 2013-04-20 | ARM: don't add FrameIndex offset for LDMIA (has no immediate) | Tim Northover |
| 2013-04-20 | Remove unused ShouldFoldAtomicFences flag. | Tim Northover |
| 2013-04-20 | Remove unused MEMBARRIER DAG node; it's been replaced by ATOMIC_FENCE. | Tim Northover |
| 2013-04-20 | Add CodeGen support for functions that always return arguments via a new para... | Stephen Lin |
| 2013-04-20 | Test commit | Stephen Lin |
| 2013-04-19 | Move TryToFoldFastISelLoad to FastISel, where it belongs. In general, I'm | Eli Bendersky |
| 2013-04-19 | ArrayRefize getMachineNode(). No functionality change. | Michael Liao |
| 2013-04-19 | ARM: Permit "sp" in ARM variant of STREXD instructions | Tim Northover |
| 2013-04-19 | ARM: permit "sp" in ARM variants of MOVW/MOVT instructions | Tim Northover |
| 2013-04-18 | [asm parser] Add support for predicating MnemonicAlias based on the assembler | Chad Rosier |
| 2013-04-18 | Fix for PR14824, An ARM Load/Store Optimization bug | Hao Liu |
| 2013-04-17 | Add support for subsections to the ELF assembler. Fixes PR8717. | Peter Collingbourne |
| 2013-04-17 | Fix treatment of ARM unallocated hint instructions. | Quentin Colombet |
| 2013-04-16 | Fix build failure introduced in 179591 when assertions are disabled. | Logan Chien |
| 2013-04-16 | Implement ARM unwind opcode assembler. | Logan Chien |
| 2013-04-15 | ARM: Add VACLT and VACLE assembly aliases. | Jim Grosbach |
| 2013-04-12 | ARM: Correct printing of pre-indexed operands. | Quentin Colombet |
| 2013-04-10 | ARM: Make "SMC" instructions conditional on new TrustZone architecture feature. | Tim Northover |
| 2013-04-08 | ARM: Remove unused variable. | Benjamin Kramer |
| 2013-04-05 | Reverting 178851 as it broke buildbots | Renato Golin |
| 2013-04-05 | Buildbot fix for r178851: mistake was in wrong TargetRegisterInfo::getRegClas... | Stepan Dyatkovskiy |
| 2013-04-05 | Fix for PR14824: "Optimization arm_ldst_opt inserts newly generated instructi... | Stepan Dyatkovskiy |
| 2013-04-05 | ARM scheduler model: Add scheduler info to more instructions and resource | Arnold Schwaighofer |
| 2013-04-05 | ARM scheduler model: Swift has varying latencies, uops for simple ALU ops | Arnold Schwaighofer |
| 2013-04-04 | Avoid high-latency false CPSR dependencies even for tMOVSi. | Jakob Stoklund Olesen |
| 2013-04-01 | ARM Scheduler Model: Add resources instructions, map resources in subtargets | Arnold Schwaighofer |
| 2013-03-29 | Remove the old CodePlacementOpt pass. | Benjamin Kramer |
| 2013-03-28 | Fix issue with disassembler decoding CBZ/CBNZ immediates as negatives when th... | Gordon Keiser |
| 2013-03-28 | Testing commit access to llvm. Remove two lines of whitespace from the Thumb... | Gordon Keiser |
| 2013-03-27 | Enabling the generation of dependency breakers for partial updates on Cortex-... | Silviu Baranga |
| 2013-03-26 | Revert ARM Scheduler Model: Add resources instructions, map resources | Arnold Schwaighofer |
| 2013-03-26 | Patch by Gordon Keiser! | Joe Abbey |