History log of /external/vixl/test/test-runner.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-runner.cc
e79723a010a6f42fe78e2515c7b0eb9308b93093 07-Jun-2016 Jacob Bramley <jacob.bramley@arm.com> Trace taken branches in the A64 simulator.

This is useful when debugging generated code, as it allows branch points to be
quickly identified and examined.

Change-Id: I2d1fdaf6fbf24582c73b2a301bc1a01217ef0fd3
/external/vixl/test/test-runner.cc
bc01be684fe63a8a8c785f92e8aaa080cb6e87fa 12-Oct-2016 Pierre Langlois <pierre.langlois@arm.com> Introduce --disassemble option to test-runner

This patch adds a "--disassemble" option that one can pass to the
test-runner binary so that generated instructions will be printed to
standard output before executing.

Change-Id: Idb767a43d8f2bd8fdd4fa3718b973fb35204d0e0
/external/vixl/test/test-runner.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-runner.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-runner.cc
b68bacb75c1ab265fc539afa93964c7f51f35589 24-May-2016 Alexandre Rames <alexandre.rames@linaro.org> Sort and fix `#include` directives.

Includes are sorted into groups, each sorted alphabetically and separated by a
blank line. The groups are, in order, C headers, C++ headers, VIXL (non-backend)
headers, and VIXL backend headers.

Change-Id: I9a71430bffeaf77389a089487ce264db8d1d9ddc
/external/vixl/test/test-runner.cc
0f35e36b7f5d1d2f4d95989b418447e1a4bcc8cd 10-May-2016 armvixl <vixl@arm.com> VIXL Release 1.13

Refer to the README.md and LICENCE files for details.

Change-Id: I922914f4e7da7cb939a8054cded11feb9ea51a86
/external/vixl/test/test-runner.cc
5289c5900fb214f2f6aa61e2a9263730dcf4cc17 02-Mar-2015 armvixl <vixl@arm.com> VIXL Release 1.8

Refer to the README.md and LICENCE files for details.
/external/vixl/test/test-runner.cc
330dc7153e671968beb67f09ed2cb7b5bda334db 25-Nov-2014 armvixl <vixl@arm.com> VIXL Release 1.7

Refer to the README.md and LICENCE files for details.
/external/vixl/test/test-runner.cc