summaryrefslogtreecommitdiffstats
path: root/llvm/test/CodeGen/ARM/t2-imm.ll
Commit message (Collapse)AuthorAgeFilesLines
* ARM: yet another round of ARM test clean upsSaleem Abdulrasool2014-04-031-1/+1
| | | | llvm-svn: 205586
* Enabling thumb2 mode used to force support for armv6t2. Replace thisJoerg Sonnenberger2013-12-131-1/+1
| | | | | | with a temporary assertion and adjust the various test cases. llvm-svn: 197224
* Fix borken testAnton Korobeynikov2010-08-301-3/+3
| | | | llvm-svn: 112555
* Use lower16 / upper16 imm modifiers to asmprint 32-bit imms splitted via ↵Anton Korobeynikov2009-10-081-2/+2
| | | | | | movt/movw pair. llvm-svn: 83572
* Use movt/movw pair to materialize 32 bit constants on ARMv6T2+.Anton Korobeynikov2009-09-271-0/+9
This should be better than single load from constpool. llvm-svn: 82948
OpenPOWER on IntegriCloud