aboutsummaryrefslogtreecommitdiff
path: root/test/aarch64
AgeCommit message (Expand)Author
2016-10-25Fix AreConsecutive and add testsMartyn Capewell
2016-10-25Clean up temporary files after running the tests.Jacob Bramley
2016-10-24Fix simulation of NEON min/maxp and tblMartyn Capewell
2016-10-24Follow the design guidelines for the AArch64 `CodeBufferCheckScope`.Alexandre Rames
2016-10-24Unify the `Assembler` helpers related to the code buffer.Alexandre Rames
2016-10-24Create a base class for assemblers.Alexandre Rames
2016-10-18Fix NEON 'across' instruction simulationMartyn Capewell
2016-10-17Don't assume that pointer offsets fit in 32 bits.Jacob Bramley
2016-10-13Introduce --disassemble option to test-runnerPierre Langlois
2016-10-12Workaround for AArch64 platforms not supporting CRC32.Alexandre Rames
2016-10-05Rewrite `VIXL_CHECK` in terms of `abort`.Pierre Langlois
2016-09-27Correctly allocate executable memory in CodeBufferAlex Gilday
2016-09-16AArch64: Do not bypass optimisations in `Mov` for registers.Alexandre Rames
2016-09-12[test] Fix NEON tests that assume zero'ed registersPierre Langlois
2016-09-01Make sure AArch64 simulator tests mark memory executablePierre Langlois
2016-08-23AArch64: Avoid running the runtime call test for unsupported configurations.Alexandre Rames
2016-08-19Add guards around the AArch64 simulatorPierre Langlois
2016-08-15Introduce architecture specific guards for the simulatorPierre Langlois
2016-08-12Fix macros for `CallRuntime` support.Alexandre Rames
2016-08-12Correctly include C headersPierre Langlois
2016-08-11AArch64: Fix assertion for NEON mov to scalarMartyn Capewell
2016-08-10[test] Fix build issue on AArch64 with GCC 5.2Pierre Langlois
2016-08-10Revert "[test] Fix build issue on AArch64 with GCC 5.2"Alexandre Rames
2016-08-10[test] Fix build issue on AArch64 with GCC 5.2Pierre Langlois
2016-08-09AArch64: Refactor `InstructionAccurateScope` and add a regression test.Alexandre Rames
2016-08-05Work around a GCC bug in runtime call support.Jacob Bramley
2016-08-04AArch64: Avoid dynamically allocating a few objects in disassembler tests.Alexandre Rames
2016-08-04AArch64: Use `CodeBufferCheckScope` more safely in the disassembler tests.Alexandre Rames
2016-07-28AArch64: Fix AArch64 trace tests for BSD/OSX.Alexandre Rames
2016-07-28Fix `#define` directives related to ABI and runtime call simulation.Alexandre Rames
2016-07-25AArch64: Support runtime call simulation.Alexandre Rames
2016-07-25AArch64: Introduce an ABI helper.Alexandre Rames
2016-07-25AArch64: Introduce a new `GenericOperand` abstraction.Alexandre Rames
2016-07-12Aarch64: Rename `allow_simulator_instructions_` to `generate_simulator_code_`.Alexandre Rames
2016-07-11Aarch64: Clean a few more usage of the `MacroAssembler` constructor.Alexandre Rames
2016-07-04Update naming to `aarch32` and `aarch64`.Alexandre Rames