| Age | Commit message (Expand) | Author |
| 2010-06-26 | It's now possible to run code placement pass for ARM. | Evan Cheng |
| 2010-06-26 | Renumber NEON instruction formats to be consecutive. | Bob Wilson |
| 2010-06-25 | Rename ARM instruction formats NEONGetLnFrm, NEONSetLnFrm and NEONDupFrm to | Bob Wilson |
| 2010-06-25 | Remove unused NEONFrm and ThumbMiscFrm ARM instruction formats. | Bob Wilson |
| 2010-06-25 | Thumb2ITBlockPass: Fix a possible dereference of an invalid iterator. This was | Daniel Dunbar |
| 2010-06-25 | Change if-conversion block size limit checks to add some flexibility. | Evan Cheng |
| 2010-06-25 | Add support for encoding 3-register NEON instructions, and fix | Bob Wilson |
| 2010-06-25 | The hasMemory argument is irrelevant to how the argument | Dale Johannesen |
| 2010-06-25 | Add support for encoding 2-register NEON instructions. | Bob Wilson |
| 2010-06-25 | Fix indentation. | Bob Wilson |
| 2010-06-25 | IT instructions are considered to be scheduling hazards, but are scheduled | Jim Grosbach |
| 2010-06-25 | Add missing ARM and Thumb data layout info for vector types. | Bob Wilson |
| 2010-06-25 | Reduce indentation. | Bob Wilson |
| 2010-06-24 | Oops. IT block formation pass needs to be run at any optimization level. | Evan Cheng |
| 2010-06-24 | Always allow Thumb-2 SXTB, SXTH, UXTB, and UXTH. Fixes PR7324. | Eli Friedman |
| 2010-06-24 | PR7458: Try commuting Thumb2 instruction operands to put them into 2-address | Bob Wilson |
| 2010-06-23 | We are missing opportunites to use ldm. Take code like this: | Bill Wendling |
| 2010-06-23 | Do not do tail calls to external symbols. If the | Dale Johannesen |
| 2010-06-23 | When using libcall expansions for the atomic intrinsics, the explicit | Jim Grosbach |
| 2010-06-22 | Thumb1 functions using @llvm.returnaddress were not saving the incoming LR. | Bob Wilson |
| 2010-06-22 | Use pre-increment instead of post-increment when the result is not used. | Dan Gohman |
| 2010-06-22 | Tail merging pass shall not break up IT blocks. rdar://8115404 | Evan Cheng |
| 2010-06-21 | sign_extend_inreg needs to be expanded for pre-v6 Thumb as well as ARM. | Bob Wilson |
| 2010-06-21 | LEApcrelJT shouldn't be marked as neverHasSideEffects, as we don't want it | Jim Grosbach |
| 2010-06-21 | Fix PR7421: bug in kill transferring logic. It was ignoring loads / stores wh... | Evan Cheng |
| 2010-06-21 | Fix PR 7433. Silly typo in non-Darwin ARM tail call | Dale Johannesen |
| 2010-06-21 | early exit for dbg_value instructions | Jim Grosbach |
| 2010-06-20 | Fix a crash caused by dereference of MBB.end(). rdar://8110842 | Evan Cheng |
| 2010-06-19 | Remove a fixme comment that is no longer relevant. | Bob Wilson |
| 2010-06-19 | Fix error message to match function name. | Bob Wilson |
| 2010-06-19 | Ignore dbg_value's. | Evan Cheng |
| 2010-06-19 | Disable sibcall optimization for Thumb1 for now since Thumb1RegisterInfo::emi... | Evan Cheng |
| 2010-06-19 | Indentation and remove dead code. | Evan Cheng |
| 2010-06-19 | Silence compiler warnings. | Dan Gohman |
| 2010-06-18 | Move ARM if-conversion before post-ra scheduling. | Evan Cheng |
| 2010-06-18 | Update cmake list. | Evan Cheng |
| 2010-06-18 | Thumb2 hazard recognizer. | Evan Cheng |
| 2010-06-18 | Allow ARM if-converter to be run after post allocation scheduling. | Evan Cheng |
| 2010-06-18 | back-end libcall handling for ATOMIC_SWAP (__sync_lock_test_and_set) | Jim Grosbach |
| 2010-06-18 | Enable Expand handling of atomics for subtargets that can't do them inline. | Jim Grosbach |
| 2010-06-18 | Rewrite chained if's as switches and replace assertions with llvm_unreachable | Bob Wilson |
| 2010-06-18 | Fix ARM/Thumb reversal in previous attempt. | Dale Johannesen |
| 2010-06-18 | When using ADDri to get the address of a stack object, 255 is a conservative | Jakob Stoklund Olesen |
| 2010-06-18 | An attempt to fix the problem Anton reported with | Dale Johannesen |
| 2010-06-18 | Enable tail calls on ARM by default, with some | Dale Johannesen |
| 2010-06-18 | Start TargetRegisterClass indices at 0 instead of 1, so that | Dan Gohman |
| 2010-06-18 | Last round of changes for ARM tail calls. | Dale Johannesen |
| 2010-06-18 | Treat the ARM inline asm {cc} constraint as a physreg (%CPSR), just like X86 | Jakob Stoklund Olesen |
| 2010-06-18 | Eliminate unnecessary uses of getZExtValue(). | Dan Gohman |
| 2010-06-17 | Add a DebugLoc parameter to TargetInstrInfo::InsertBranch(). This | Stuart Hastings |