| Age | Commit message (Expand) | Author |
| 2011-07-07 | Change some ARM subtarget features to be single bit yes/no in order to sink t... | Evan Cheng |
| 2011-06-30 | Add support for the 'h' constraint. | Eric Christopher |
| 2011-06-18 | rip out a ton of intrinsic modernization logic from AutoUpgrade.cpp, which is | Chris Lattner |
| 2011-06-17 | manually upgrade a bunch of tests to modern syntax, and remove some that | Chris Lattner |
| 2011-06-16 | Don't use register classes larger than TLI->getRegClassFor(VT). | Jakob Stoklund Olesen |
| 2011-06-16 | FileCheck-ize test, and make it work on EABI hosts, like clang-native-arm-cor... | Eli Friedman |
| 2011-05-11 | Move this test to CodeGen/Thumb. rdar://problem/9416774 | Stuart Hastings |
| 2011-05-04 | Fix more register and coalescing dependencies. | Jakob Stoklund Olesen |
| 2011-04-26 | Be careful about scheduling nodes above previous calls. It increase usages of | Evan Cheng |
| 2011-04-19 | Make tests register allocation independent again. | Jakob Stoklund Olesen |
| 2011-04-14 | Follow up on r127913. Fix Thumb revsh isel. rdar://9286766 | Evan Cheng |
| 2011-03-31 | Fix Thumb and Thumb2 tests to be register allocator independent. | Jakob Stoklund Olesen |
| 2011-03-31 | Provide a legal pointer register class when targeting thumb1. | Jakob Stoklund Olesen |
| 2011-03-11 | Roll r127459 back in: | Cameron Zwarich |
| 2011-03-11 | Revert r127459, "Optimize trivial branches in CodeGenPrepare, which often get | Daniel Dunbar |
| 2011-03-11 | Optimize trivial branches in CodeGenPrepare, which often get created from the | Cameron Zwarich |
| 2011-01-20 | Sorry, several patches in one. | Evan Cheng |
| 2011-01-16 | Spill R4 if it's going to be used to restore SP from FP. | Evan Cheng |
| 2010-12-15 | Thumb1 had two patterns for the same load-from-constant-pool instruction. | Jim Grosbach |
| 2010-12-06 | If dbg_declare() or dbg_value() is not lowered by isel then emit DEBUG messag... | Devang Patel |
| 2010-11-22 | Fix epilogue codegen to avoid leaving the stack pointer in an invalid | Evan Cheng |
| 2010-11-17 | These tests are looking for library function names that | Dale Johannesen |
| 2010-11-09 | Do not use MEMBARRIER_MCR for any Thumb code. | Bob Wilson |
| 2010-10-30 | Overhaul memory barriers in the ARM backend. Radar 8601999. | Bob Wilson |
| 2010-09-30 | Try again to disable critical edge splitting in CodeGenPrepare. | Jakob Stoklund Olesen |
| 2010-09-27 | Revert "Disable codegen prepare critical edge splitting. Machine instruction ... | Jakob Stoklund Olesen |
| 2010-09-23 | Disable codegen prepare critical edge splitting. Machine instruction passes now | Evan Cheng |
| 2010-09-08 | Re-enable usage of the ARM base pointer. r113394 fixed the known failures. | Jim Grosbach |
| 2010-09-08 | disable for the moment while tracking down a few Thumb2-O0 failure that look | Jim Grosbach |
| 2010-09-03 | Re-apply r112883: | Jim Grosbach |
| 2010-09-03 | Revert "For ARM stack frames that utilize variable sized objects and have eit... | Daniel Dunbar |
| 2010-09-02 | For ARM stack frames that utilize variable sized objects and have either | Jim Grosbach |
| 2010-08-31 | Update test for 112609 | Jim Grosbach |
| 2010-08-30 | Correct bogus module triple specifications. | Duncan Sands |
| 2010-08-26 | Enable pre-RA virtual frame base register allocation. rdar://8277890 | Jim Grosbach |
| 2010-08-11 | Fix test and re-enable it. | Evan Cheng |
| 2010-08-11 | Temporarily disable some failing tests, until they can be | Dan Gohman |
| 2010-08-11 | Add ARM Archv6M and let it implies FeatureDB (having dmb, etc.) | Evan Cheng |
| 2010-08-11 | Add Cortex-M0 support. It's a ARMv6m device (no ARM mode) with some 32-bit | Evan Cheng |
| 2010-08-11 | - Add subtarget feature -mattr=+db which determine whether an ARM cpu has the | Evan Cheng |
| 2010-08-10 | Re-apply r110655 with fixes. Epilogue must restore sp from fp if the function... | Evan Cheng |
| 2010-08-10 | Revert r110655, "Fix ARM hasFP() semantics. It should return true whenever FP | Daniel Dunbar |
| 2010-08-10 | Fix ARM hasFP() semantics. It should return true whenever FP register is | Evan Cheng |
| 2010-07-16 | Feed the right output into FileCheck. | Benjamin Kramer |
| 2010-07-16 | The SelectionDAGBuilder's handling of debug info, on rare | Dale Johannesen |
| 2010-07-02 | Propagate the AlignStack bit in InlineAsm's to the | Dale Johannesen |
| 2010-07-01 | ARM function alignments were off by a power of two. svn 83242 changed | Bob Wilson |
| 2010-06-26 | Fix some tests that didn't test anything. | Benjamin Kramer |
| 2010-06-19 | Disable sibcall optimization for Thumb1 for now since Thumb1RegisterInfo::emi... | Evan Cheng |
| 2010-06-17 | Remove arm_apcscc from the test files. It is the default and doing this | Rafael Espindola |