aboutsummaryrefslogtreecommitdiff
path: root/test/CodeGen/Thumb
AgeCommit message (Expand)Author
2011-10-11Revert r141529. This is causing failures in the test-suite, like bigstack and...Bill Wendling
2011-10-10Reapply r141365 now that PR11107 is fixed.Bill Wendling
2011-10-10Revert r141365. It was causing MultiSource/Benchmarks/MiBench/consumer-lame toBill Wendling
2011-10-10When getting the number of bits necessary for addressing modeBill Wendling
2011-10-07Peephole optimization for ABS on ARM.Anton Korobeynikov
2011-09-26Convert more tests to new atomic instructions.Eli Friedman
2011-09-06Disable these tests harder. They're XFAIL'd, but that means they still run, andNick Lewycky
2011-09-01Revert r131152, r129796, r129761. This code is currently consideredDan Gohman
2011-07-07Change some ARM subtarget features to be single bit yes/no in order to sink t...Evan Cheng
2011-06-30Add support for the 'h' constraint.Eric Christopher
2011-06-18rip out a ton of intrinsic modernization logic from AutoUpgrade.cpp, which isChris Lattner
2011-06-17manually upgrade a bunch of tests to modern syntax, and remove some thatChris Lattner
2011-06-16Don't use register classes larger than TLI->getRegClassFor(VT).Jakob Stoklund Olesen
2011-06-16FileCheck-ize test, and make it work on EABI hosts, like clang-native-arm-cor...Eli Friedman
2011-05-11Move this test to CodeGen/Thumb. rdar://problem/9416774Stuart Hastings
2011-05-04Fix more register and coalescing dependencies.Jakob Stoklund Olesen
2011-04-26Be careful about scheduling nodes above previous calls. It increase usages ofEvan Cheng
2011-04-19Make tests register allocation independent again.Jakob Stoklund Olesen
2011-04-14Follow up on r127913. Fix Thumb revsh isel. rdar://9286766Evan Cheng
2011-03-31Fix Thumb and Thumb2 tests to be register allocator independent.Jakob Stoklund Olesen
2011-03-31Provide a legal pointer register class when targeting thumb1.Jakob Stoklund Olesen
2011-03-11Roll r127459 back in:Cameron Zwarich
2011-03-11Revert r127459, "Optimize trivial branches in CodeGenPrepare, which often getDaniel Dunbar
2011-03-11Optimize trivial branches in CodeGenPrepare, which often get created from theCameron Zwarich
2011-01-20Sorry, several patches in one.Evan Cheng
2011-01-16Spill R4 if it's going to be used to restore SP from FP.Evan Cheng
2010-12-15Thumb1 had two patterns for the same load-from-constant-pool instruction.Jim Grosbach
2010-12-06If dbg_declare() or dbg_value() is not lowered by isel then emit DEBUG messag...Devang Patel
2010-11-22Fix epilogue codegen to avoid leaving the stack pointer in an invalidEvan Cheng
2010-11-17These tests are looking for library function names thatDale Johannesen
2010-11-09Do not use MEMBARRIER_MCR for any Thumb code.Bob Wilson
2010-10-30Overhaul memory barriers in the ARM backend. Radar 8601999.Bob Wilson
2010-09-30Try again to disable critical edge splitting in CodeGenPrepare.Jakob Stoklund Olesen
2010-09-27Revert "Disable codegen prepare critical edge splitting. Machine instruction ...Jakob Stoklund Olesen
2010-09-23Disable codegen prepare critical edge splitting. Machine instruction passes nowEvan Cheng
2010-09-08Re-enable usage of the ARM base pointer. r113394 fixed the known failures.Jim Grosbach
2010-09-08disable for the moment while tracking down a few Thumb2-O0 failure that lookJim Grosbach
2010-09-03Re-apply r112883:Jim Grosbach
2010-09-03Revert "For ARM stack frames that utilize variable sized objects and have eit...Daniel Dunbar
2010-09-02For ARM stack frames that utilize variable sized objects and have eitherJim Grosbach
2010-08-31Update test for 112609Jim Grosbach
2010-08-30Correct bogus module triple specifications.Duncan Sands
2010-08-26Enable pre-RA virtual frame base register allocation. rdar://8277890Jim Grosbach
2010-08-11Fix test and re-enable it.Evan Cheng
2010-08-11Temporarily disable some failing tests, until they can beDan Gohman
2010-08-11Add ARM Archv6M and let it implies FeatureDB (having dmb, etc.)Evan Cheng
2010-08-11Add Cortex-M0 support. It's a ARMv6m device (no ARM mode) with some 32-bitEvan Cheng
2010-08-11- Add subtarget feature -mattr=+db which determine whether an ARM cpu has theEvan Cheng
2010-08-10Re-apply r110655 with fixes. Epilogue must restore sp from fp if the function...Evan Cheng
2010-08-10Revert r110655, "Fix ARM hasFP() semantics. It should return true whenever FPDaniel Dunbar