aboutsummaryrefslogtreecommitdiffstats
path: root/test/CodeGen/ARM/fast-isel-ldrh-strh-arm.ll
Commit message (Expand)AuthorAgeFilesLines
* Update aosp/master llvm for rebase to r233350Pirama Arumuga Nainar2015-04-091-28/+28
* Enable FastISel on ARM for Linux and NaCl, not MCJITJF Bastien2013-06-141-0/+1
* Revert r182937 and r182877.Rafael Espindola2013-05-301-1/+0
* Enable FastISel on ARM for Linux and NaClJF Bastien2013-05-291-0/+1
* Fix ARM FastISel tests, as a first step to enabling ARM FastISelDerek Schuff2013-05-141-1/+1
* Test case hygiene.Benjamin Kramer2013-03-091-1/+1
* ARM target code clean up. Check for iOS, not Darwin where it makes sense.Evan Cheng2011-12-201-1/+1
* Add support for ARM halfword load/stores and signed byte loads with negativeChad Rosier2011-11-141-22/+33
* Add support for using MVN to materialize negative constants.Chad Rosier2011-11-111-6/+6
* When in ARM mode, LDRH/STRH require special handling of negative offsets.Chad Rosier2011-11-101-0/+138