summaryrefslogtreecommitdiffstats
path: root/llvm/test/MC/ARM/arm-thumb-cpus.s
Commit message (Collapse)AuthorAgeFilesLines
* [ARM] Error out on .arm assembler directives on windowsMartin Storsjo2018-03-231-0/+3
| | | | | | | | Windows on arm is thumb only. Differential Revision: https://reviews.llvm.org/D43005 llvm-svn: 328298
* [ARM] Add armv6s[-]m as an alias to armv6[-]mBradley Smith2015-02-101-0/+3
| | | | llvm-svn: 228696
* ARM: update even more testsSaleem Abdulrasool2014-04-031-6/+17
| | | | | | | | | More updating of tests to be explicit about the target triple rather than relying on the default target triple supporting ARM mode. Indicate to lit that object emission is not yet available for Windows on ARM. llvm-svn: 205545
* Prefix failing commands with not to make clear they are expected to fail.Rafael Espindola2013-07-031-4/+4
| | | | llvm-svn: 185554
* Rework r183728, suppress assert(0) for now. Its behavior depends on ↵NAKAMURA Takumi2013-06-111-3/+0
| | | | | | | assertions on win32 hosts. FIXME: Introduce yet another checker but assert(0). llvm-svn: 183736
* Tweak a couple of tests on win32 hosts with +Asserts.NAKAMURA Takumi2013-06-111-0/+3
| | | | | | | | - Don't use assert(0), or tests may pass or fail according to assertions. - For now, The tests are marked as XFAIL for win32 hosts. FIXME: Could we avoid XFAIL to specify triple in the RUN lines? llvm-svn: 183728
* ARM: diagnose ARM/Thumb assembly switches on CPUs only supporting one.Tim Northover2013-06-101-0/+20
Some ARM CPUs only support ARM mode (ancient v4 ones, for example) and some only support Thumb mode (M-class ones currently). This makes sure such CPUs default to the correct mode and makes the AsmParser diagnose an attempt to switch modes incorrectly. rdar://14024354 llvm-svn: 183710
OpenPOWER on IntegriCloud