| Commit message (Expand) | Author | Age | Files | Lines |
* | Fix more places which should be checking for iOS, not darwin. | Evan Cheng | 2012-01-04 | 1 | -1/+1 |
* | Upgrade syntax of tests using volatile instructions to use 'load volatile' in... | Chris Lattner | 2011-11-27 | 1 | -2/+2 |
* | Reapply r143206, with fixes. Disallow physical register lifetimes | Dan Gohman | 2011-11-03 | 1 | -5/+1 |
* | Revert r143206, as there are still some failing tests. | Dan Gohman | 2011-10-29 | 1 | -1/+5 |
* | Reapply r143177 and r143179 (reverting r143188), with scheduler | Dan Gohman | 2011-10-28 | 1 | -5/+1 |
* | Speculatively disable Dan's commits 143177 and 143179 to see if | Duncan Sands | 2011-10-28 | 1 | -1/+5 |
* | Eliminate LegalizeOps' LegalizedNodes map and have it just call RAUW | Dan Gohman | 2011-10-28 | 1 | -5/+1 |
* | Revert r141529. This is causing failures in the test-suite, like bigstack and... | Bill Wendling | 2011-10-11 | 1 | -1/+1 |
* | Reapply r141365 now that PR11107 is fixed. | Bill Wendling | 2011-10-10 | 1 | -3/+8 |
* | Revert r141365. It was causing MultiSource/Benchmarks/MiBench/consumer-lame to | Bill Wendling | 2011-10-10 | 1 | -8/+3 |
* | When getting the number of bits necessary for addressing mode | Bill Wendling | 2011-10-10 | 1 | -1/+1 |
* | Peephole optimization for ABS on ARM. | Anton Korobeynikov | 2011-10-07 | 1 | -3/+8 |
* | Convert more tests to new atomic instructions. | Eli Friedman | 2011-09-26 | 1 | -13/+1 |
* | Disable these tests harder. They're XFAIL'd, but that means they still run, and | Nick Lewycky | 2011-09-06 | 1 | -1/+2 |
* | Revert r131152, r129796, r129761. This code is currently considered | Dan Gohman | 2011-09-01 | 1 | -0/+3 |
* | Change some ARM subtarget features to be single bit yes/no in order to sink t... | Evan Cheng | 2011-07-07 | 1 | -1/+1 |
* | Add support for the 'h' constraint. | Eric Christopher | 2011-06-30 | 1 | -0/+7 |
* | rip out a ton of intrinsic modernization logic from AutoUpgrade.cpp, which is | Chris Lattner | 2011-06-18 | 1 | -2/+2 |
* | manually upgrade a bunch of tests to modern syntax, and remove some that | Chris Lattner | 2011-06-17 | 2 | -150/+0 |
* | Don't use register classes larger than TLI->getRegClassFor(VT). | Jakob Stoklund Olesen | 2011-06-16 | 1 | -0/+24 |
* | FileCheck-ize test, and make it work on EABI hosts, like clang-native-arm-cor... | Eli Friedman | 2011-06-16 | 1 | -7/+34 |
* | Move this test to CodeGen/Thumb. rdar://problem/9416774 | Stuart Hastings | 2011-05-11 | 1 | -0/+60 |
* | Fix more register and coalescing dependencies. | Jakob Stoklund Olesen | 2011-05-04 | 1 | -1/+1 |
* | Be careful about scheduling nodes above previous calls. It increase usages of | Evan Cheng | 2011-04-26 | 1 | -20/+0 |
* | Make tests register allocation independent again. | Jakob Stoklund Olesen | 2011-04-19 | 1 | -1/+1 |
* | Follow up on r127913. Fix Thumb revsh isel. rdar://9286766 | Evan Cheng | 2011-04-14 | 1 | -0/+56 |
* | Fix Thumb and Thumb2 tests to be register allocator independent. | Jakob Stoklund Olesen | 2011-03-31 | 1 | -12/+15 |
* | Provide a legal pointer register class when targeting thumb1. | Jakob Stoklund Olesen | 2011-03-31 | 1 | -1/+1 |
* | Roll r127459 back in: | Cameron Zwarich | 2011-03-11 | 1 | -1/+1 |
* | Revert r127459, "Optimize trivial branches in CodeGenPrepare, which often get | Daniel Dunbar | 2011-03-11 | 1 | -1/+1 |
* | Optimize trivial branches in CodeGenPrepare, which often get created from the | Cameron Zwarich | 2011-03-11 | 1 | -1/+1 |
* | Sorry, several patches in one. | Evan Cheng | 2011-01-20 | 1 | -41/+0 |
* | Spill R4 if it's going to be used to restore SP from FP. | Evan Cheng | 2011-01-16 | 1 | -0/+17 |
* | Thumb1 had two patterns for the same load-from-constant-pool instruction. | Jim Grosbach | 2010-12-15 | 1 | -3/+3 |
* | If dbg_declare() or dbg_value() is not lowered by isel then emit DEBUG messag... | Devang Patel | 2010-12-06 | 1 | -24/+19 |
* | Fix epilogue codegen to avoid leaving the stack pointer in an invalid | Evan Cheng | 2010-11-22 | 2 | -8/+23 |
* | These tests are looking for library function names that | Dale Johannesen | 2010-11-17 | 2 | -2/+2 |
* | Do not use MEMBARRIER_MCR for any Thumb code. | Bob Wilson | 2010-11-09 | 1 | -0/+1 |
* | Overhaul memory barriers in the ARM backend. Radar 8601999. | Bob Wilson | 2010-10-30 | 1 | -5/+5 |
* | Try again to disable critical edge splitting in CodeGenPrepare. | Jakob Stoklund Olesen | 2010-09-30 | 1 | -1/+1 |
* | Revert "Disable codegen prepare critical edge splitting. Machine instruction ... | Jakob Stoklund Olesen | 2010-09-27 | 1 | -1/+1 |
* | Disable codegen prepare critical edge splitting. Machine instruction passes now | Evan Cheng | 2010-09-23 | 1 | -1/+1 |
* | Re-enable usage of the ARM base pointer. r113394 fixed the known failures. | Jim Grosbach | 2010-09-08 | 1 | -1/+1 |
* | disable for the moment while tracking down a few Thumb2-O0 failure that look | Jim Grosbach | 2010-09-08 | 1 | -1/+1 |
* | Re-apply r112883: | Jim Grosbach | 2010-09-03 | 1 | -1/+1 |
* | Revert "For ARM stack frames that utilize variable sized objects and have eit... | Daniel Dunbar | 2010-09-03 | 1 | -1/+1 |
* | For ARM stack frames that utilize variable sized objects and have either | Jim Grosbach | 2010-09-02 | 1 | -1/+1 |
* | Update test for 112609 | Jim Grosbach | 2010-08-31 | 1 | -1/+1 |
* | Correct bogus module triple specifications. | Duncan Sands | 2010-08-30 | 1 | -1/+1 |
* | Enable pre-RA virtual frame base register allocation. rdar://8277890 | Jim Grosbach | 2010-08-26 | 1 | -2/+2 |