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