aboutsummaryrefslogtreecommitdiff
path: root/test/CodeGen/Thumb
AgeCommit message (Expand)Author
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
2010-08-10Fix ARM hasFP() semantics. It should return true whenever FP register isEvan Cheng
2010-07-16Feed the right output into FileCheck.Benjamin Kramer
2010-07-16The SelectionDAGBuilder's handling of debug info, on rareDale Johannesen
2010-07-02Propagate the AlignStack bit in InlineAsm's to the Dale Johannesen
2010-07-01ARM function alignments were off by a power of two. svn 83242 changedBob Wilson
2010-06-26Fix some tests that didn't test anything.Benjamin Kramer
2010-06-19Disable sibcall optimization for Thumb1 for now since Thumb1RegisterInfo::emi...Evan Cheng
2010-06-17Remove arm_apcscc from the test files. It is the default and doing thisRafael Espindola
2010-06-15Remove the local register allocator.Jakob Stoklund Olesen
2010-05-12Enable a bunch more -regalloc=fast testsJakob Stoklund Olesen
2010-05-11Select @llvm.trap to the special B with 1111 condition (i.e. trap) instruction.Evan Cheng
2010-04-17Start function numbering at 0.Dan Gohman
2010-04-07Split big test into multiple directories to cater toDale Johannesen
2010-03-10Enable machine cse pass.Evan Cheng
2010-01-16Run the pre-register allocation tail duplication pass by default. RemoveBob Wilson
2010-01-15add testcase for r93564Jim Grosbach
2009-12-18Add test case for the phi reuse patch.Jakob Stoklund Olesen
2009-11-19More consistent thumb1 asm printing.Evan Cheng
2009-11-07Refactor code. Fix a potential missing check. Teach isIdentical() about tLDRp...Evan Cheng