summaryrefslogtreecommitdiffstats
path: root/test/CodeGen/Thumb
Commit message (Expand)AuthorAgeFilesLines
* Follow up on r127913. Fix Thumb revsh isel. rdar://9286766Evan Cheng2011-04-141-0/+56
* Fix Thumb and Thumb2 tests to be register allocator independent.Jakob Stoklund Olesen2011-03-311-12/+15
* Provide a legal pointer register class when targeting thumb1.Jakob Stoklund Olesen2011-03-311-1/+1
* Roll r127459 back in:Cameron Zwarich2011-03-111-1/+1
* Revert r127459, "Optimize trivial branches in CodeGenPrepare, which often getDaniel Dunbar2011-03-111-1/+1
* Optimize trivial branches in CodeGenPrepare, which often get created from theCameron Zwarich2011-03-111-1/+1
* Sorry, several patches in one.Evan Cheng2011-01-201-41/+0
* Spill R4 if it's going to be used to restore SP from FP.Evan Cheng2011-01-161-0/+17
* Thumb1 had two patterns for the same load-from-constant-pool instruction.Jim Grosbach2010-12-151-3/+3
* If dbg_declare() or dbg_value() is not lowered by isel then emit DEBUG messag...Devang Patel2010-12-061-24/+19
* Fix epilogue codegen to avoid leaving the stack pointer in an invalidEvan Cheng2010-11-222-8/+23
* These tests are looking for library function names thatDale Johannesen2010-11-172-2/+2
* Do not use MEMBARRIER_MCR for any Thumb code.Bob Wilson2010-11-091-0/+1
* Overhaul memory barriers in the ARM backend. Radar 8601999.Bob Wilson2010-10-301-5/+5
* Try again to disable critical edge splitting in CodeGenPrepare.Jakob Stoklund Olesen2010-09-301-1/+1
* Revert "Disable codegen prepare critical edge splitting. Machine instruction ...Jakob Stoklund Olesen2010-09-271-1/+1
* Disable codegen prepare critical edge splitting. Machine instruction passes nowEvan Cheng2010-09-231-1/+1
* Re-enable usage of the ARM base pointer. r113394 fixed the known failures.Jim Grosbach2010-09-081-1/+1
* disable for the moment while tracking down a few Thumb2-O0 failure that lookJim Grosbach2010-09-081-1/+1
* Re-apply r112883:Jim Grosbach2010-09-031-1/+1
* Revert "For ARM stack frames that utilize variable sized objects and have eit...Daniel Dunbar2010-09-031-1/+1
* For ARM stack frames that utilize variable sized objects and have eitherJim Grosbach2010-09-021-1/+1
* Update test for 112609Jim Grosbach2010-08-311-1/+1
* Correct bogus module triple specifications.Duncan Sands2010-08-301-1/+1
* Enable pre-RA virtual frame base register allocation. rdar://8277890Jim Grosbach2010-08-261-2/+2
* Fix test and re-enable it.Evan Cheng2010-08-111-4/+4
* Temporarily disable some failing tests, until they can beDan Gohman2010-08-111-2/+2
* Add ARM Archv6M and let it implies FeatureDB (having dmb, etc.)Evan Cheng2010-08-111-6/+6
* Add Cortex-M0 support. It's a ARMv6m device (no ARM mode) with some 32-bitEvan Cheng2010-08-111-5/+12
* - Add subtarget feature -mattr=+db which determine whether an ARM cpu has theEvan Cheng2010-08-111-0/+17
* Re-apply r110655 with fixes. Epilogue must restore sp from fp if the function...Evan Cheng2010-08-101-7/+22
* Revert r110655, "Fix ARM hasFP() semantics. It should return true whenever FPDaniel Dunbar2010-08-101-22/+7
* Fix ARM hasFP() semantics. It should return true whenever FP register isEvan Cheng2010-08-101-7/+22
* Feed the right output into FileCheck.Benjamin Kramer2010-07-161-2/+2
* The SelectionDAGBuilder's handling of debug info, on rareDale Johannesen2010-07-161-0/+147
* Propagate the AlignStack bit in InlineAsm's to the Dale Johannesen2010-07-021-1/+1
* ARM function alignments were off by a power of two. svn 83242 changedBob Wilson2010-07-011-0/+6
* Fix some tests that didn't test anything.Benjamin Kramer2010-06-261-2/+2
* Disable sibcall optimization for Thumb1 for now since Thumb1RegisterInfo::emi...Evan Cheng2010-06-191-0/+8
* Remove arm_apcscc from the test files. It is the default and doing thisRafael Espindola2010-06-1713-40/+40
* Remove the local register allocator.Jakob Stoklund Olesen2010-06-151-1/+0
* Enable a bunch more -regalloc=fast testsJakob Stoklund Olesen2010-05-121-2/+3
* Select @llvm.trap to the special B with 1111 condition (i.e. trap) instruction.Evan Cheng2010-05-111-0/+12
* Start function numbering at 0.Dan Gohman2010-04-171-4/+4
* Split big test into multiple directories to cater toDale Johannesen2010-04-071-0/+33
* Enable machine cse pass.Evan Cheng2010-03-101-1/+1
* Run the pre-register allocation tail duplication pass by default. RemoveBob Wilson2010-01-161-1/+1
* add testcase for r93564Jim Grosbach2010-01-151-0/+20
* Add test case for the phi reuse patch.Jakob Stoklund Olesen2009-12-181-0/+66
* More consistent thumb1 asm printing.Evan Cheng2009-11-191-1/+1