summaryrefslogtreecommitdiffstats
path: root/lldb/unittests/Disassembler/CMakeLists.txt
Commit message (Collapse)AuthorAgeFilesLines
* When disassembling Aarch64 target and vendor Apple, set the cpu toJason Molenda2019-03-071-0/+1
| | | | | | | | | | | | "apple-latest" which llvm uses to indicate the newest supported ISA. Add a unit test; I'm only testing an armv8.1 instruction in this unit test which would already be disassembled correctly because we set the disassembler to ARM v8.2 mode, but it ensures that nothing has been broken by adding this cpu spec. <rdar://problem/38714781> llvm-svn: 355578
* [Disassembler] Run ARM-specific tests only if the ARM backend is built.Davide Italiano2018-09-071-11/+13
| | | | | | <rdar://problem/44239070> llvm-svn: 341714
* Enable the fp-armv8 disassembler feature when disassembling Cortex-MJason Molenda2018-09-071-0/+11
code. This will enable disassembly of the optional subset of neon that some Cortex cores support. Add a unit test to check that a few of these instructions disassemble as expected. <rdar://problem/26674303> llvm-svn: 341623
OpenPOWER on IntegriCloud