History log of /art/tools/checker/file_format/common.py
Revision Date Author Comments
5e2c8d323fbab4db8a71041ff94b6baf3953bca9 06-Aug-2015 Alexandre Rames <alexandre.rames@linaro.org> Introduce arch-specific checker tests.

- The '.cfg' output is now created on target.
- Arch-specific checker tests can be created by inserting a
suffix. For example:
/// CHECK-START-ARM64: int Main.foo(int) register (after)
/// CHECK-DAG: <<Arg:i\d+>> ParameterValue

Change-Id: I55cdb37f8e806c7ffdde6b676c8f44ac30b59051
2c27f2ccf316aebf96cf365d33d2834a8206444d 12-May-2015 David Brazdil <dbrazdil@google.com> ART: Split Checker into smaller files

Checker code has become too messy and incomprehensible. This patch
splits it into more manageable and better structured units.
Functionality remains unchanged.

Resubmission of change I870c69827d2be2d09196a51382a3f47f31cd2ba3 due
to omission of file 'tools/checker/file_format/common.py'.

Change-Id: I277a4aa65a2e3b54f0e89901fdb9f289f55a325f