summaryrefslogtreecommitdiff
path: root/compiler/utils/assembler_test_base.h
AgeCommit message (Expand)Author
2025-03-20Move more path logic for tests to testing.cc, so it can be used without Martin Stjernholm
2024-08-23riscv64: Support Zbs ISA extension in ART assembler s.kozub
2024-03-19Make assembler tests more strict. Vladimir Marko
2024-02-24riscv64: Make "C" extension default for assembler tests. Vladimir Marko
2024-01-30riscv64: RISC-V RVV assembler tests Roman Artemev
2023-08-21riscv64: Add support for Zba and Zbb extensions. Vladimir Marko
2023-06-02Add assembler for riscv64, part 4. Lifang Xia
2023-06-02Add assembler for riscv64, part 3. Lifang Xia
2023-05-02Add assembler for riscv64, part 1. Lifang Xia
2023-04-05Fix "readability-redundant-string-cstr" clang-tidy issues Stefano Cianciulli
2023-03-23Set --no-print-imm-hex for llvm-objdump invocations Yi Kong
2022-11-09Make compiler/utils/ symbols hidden. Vladimir Marko
2022-06-30Fix performance-for-range-copy clang-tidy issues Stefano Cianciulli
2021-09-11Make sure only comments are stripped Yi Kong
2021-09-10Adapt ART tests for the new llvm-objdump output format Yi Kong
2020-09-22Fix expected results for clang-r399163 update. Stephen Hines
2020-07-15Revert^2 "Switch to LLVM prebuilt tools for ART gtests" David Srbecky
2020-07-10Revert "Switch to LLVM prebuilt tools for ART gtests" Alex Light
2020-07-10Switch to LLVM prebuilt tools for ART gtests David Srbecky
2020-07-09Refactor arm assembly tests. David Srbecky
2020-07-09Rewrite assembler_test_base.h David Srbecky
2020-03-02Move entry spills determination to JNI compiler. Vladimir Marko
2018-12-03Add support for ANDROID_RUNTIME_ROOT variable Neil Fuller
2018-03-05Move most of runtime/base to libartbase/base David Sehr
2017-11-08cpplint: Cleanup errors Igor Murashkin
2017-07-24ART: Include cleanup Andreas Gampe
2017-02-01Separate art::Exec from utils David Sehr
2016-12-13ART: Clean up utils.h Andreas Gampe
2016-11-04ART: Use references in assembler tests Andreas Gampe
2015-10-07ART: Change asm test logging Andreas Gampe
2015-10-06ART: Add more error logging to assembler tests Andreas Gampe
2015-05-26Merge "ART: Clean up arm64 kNumberOfXRegisters usage." Vladimir Marko
2015-05-26ART: Clean up arm64 kNumberOfXRegisters usage. Vladimir Marko
2015-05-22Revert "Revert "Introduce a NearLabel in thumb2."" Nicolas Geoffray
2015-04-24ART: Refactor utils/assembler test Andreas Gampe