History log of /external/vixl/test/test-utils.cc
Revision Date Author Comments (<<< Hide modified files) (Show modified files >>>)
bde2e4b5ce376456d50a972b6f3aaee3475f8786 24-Jan-2017 Pierre Langlois <pierre.langlois@arm.com> Enable clang-format in the tests

Extend the clang_format.py script to format everything by trace files in
the `test/` directory. Also, we have to add "on/off" marker in
`test-simualtor-inputs-aarch64.h` as clang-format is getting confused
there.

Change-Id: I1159498072bda1bfd049082aeccb347ec55e7825
/external/vixl/test/test-utils.cc
9a9331faeba996d6c85e6e2a6355ccfc22c6cab6 09-Dec-2016 Rodolph Perfetta <rodolph.perfetta@arm.com> Allow conditional inclusion of A32, T32 and A64.

The 'target_arch' option has been replace by 'target' which can be any
combination of aarch32, aarch64, a32, t32, a64.

Change-Id: Id5cd052276747cd718551f562b74f79443b91869
/external/vixl/test/test-utils.cc
dd63b6bfaafaa64ea6538447000da6b671657076 19-Dec-2016 Pierre Langlois <pierre.langlois@arm.com> Do not call AArch64's EnsureIAndDCacheCoherency if the target is AArch32 only

Change-Id: Ibb499d1e70edfc86413d706709230f73a9aabada
/external/vixl/test/test-utils.cc
31dd2ae90d5e82871667fbf3ee2697a155e7c3ac 05-Jul-2016 Alex Gilday <Alexander.Gilday2@arm.com> Correctly allocate executable memory in CodeBuffer

CodeBuffer allocates memory that is executable via an ExecuteMemory
function.

Change-Id: Ib2dca824e9edd3144694cfac627becd35dd48e3c
/external/vixl/test/test-utils.cc
78973f258039f6e96eba85f1b5ecdb14b3c51dbb 10-Aug-2016 Pierre Langlois <pierre.langlois@arm.com> Correctly include C headers

This patch refactors VIXL to use `extern` block when including C header
that do not have a C++ counterpart.

Change-Id: I203d7d107755dbac3e5f4cf8d2f196f70dea1e07
/external/vixl/test/test-utils.cc
2b5d561b62ab5d584428f56872f67631bce66ad2 25-Jul-2016 Alexandre Rames <alexandre.rames@linaro.org> Manually define `MAP_ANONYMOUS` when necessary.

Change-Id: I65b3fac08d98ad3182d1922d7af60ae9424152a5
/external/vixl/test/test-utils.cc
d3832965c62a8ad461b9ea9eb0994ca6b0a3da2c 04-Jul-2016 Alexandre Rames <alexandre.rames@linaro.org> Update naming to `aarch32` and `aarch64`.

Change-Id: I40a929b1095ee3e1b2ca5ef879c7006d8b59acc9
/external/vixl/test/test-utils.cc
b78f13911bfe6eda303e91ef215c87a165aae8ae 01-Jul-2016 Alexandre Rames <alexandre.rames@linaro.org> Add an `AUTHORS` file and update copyright notices.

Change-Id: Ifb505e5664996c1af41e38376e58ba49864213a3
/external/vixl/test/test-utils.cc
88c46b84df005638546de5e4e965bdcc31352f48 02-Jun-2016 Pierre Langlois <pierre.langlois@arm.com> Add assembler, macro-assembler and disassembler support for AArch32

Add support for the A32 and T32 instruction set architectures in
seperate a32 directories.

Note that this commit introduces aarch32 and aarch64 namespaces so
existing client code will need to be adjusted.

Refer to doc/getting-started-a32.md for an introduction.

Change-Id: Iaf3e5f496ec4e19d77d304128e6920daa4549e78
/external/vixl/test/test-utils.cc