index
:
platform/art
banksia-dev
[no description]
Gerrit Code Review
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
compiler
/
optimizing
/
codegen_test_utils.h
Age
Commit message (
Expand
)
Author
2024-10-15
Verify hardware supports ISA features in tests
Chris Jones
2023-06-21
Remove CodeAllocator and the extra copy of generated code.
Nicolas Geoffray
2023-05-22
Use C++17's [[maybe_unused]] attribute in ART
Stefano Cianciulli
2023-02-21
riscv64: add initial support for ART.
Ulya Trafimovich
2022-11-07
Reland "Make compiler/optimizing/ symbols hidden."
VladimĂr Marko
2022-10-06
Remove `CompiledCode::CodePointer()`.
Vladimir Marko
2022-06-20
Fix modernize-use-using clang-tidy issues
Stefano Cianciulli
2021-02-03
Use mmap for compiled code for gtest.
Vladimir Marko
2020-07-29
Revert^3 "VIXL simulator for ART (Stage1)"
Ulya Trafimovich
2020-07-17
Revert^2 "VIXL simulator for ART (Stage1)"
Ulyana Trafimovich
2020-07-16
Revert "VIXL simulator for ART (Stage1)"
Ulyana Trafimovich
2020-07-16
VIXL simulator for ART (Stage1)
Xueliang Zhong
2020-05-15
Revert^2 "Remove test_per_src from ART tests."
David Srbecky
2020-05-08
Revert "Remove test_per_src from ART tests."
Christopher Ferris
2020-05-07
Remove test_per_src from ART tests.
David Srbecky
2020-02-13
Remove MIPS support from Optimizing.
Vladimir Marko
2019-10-14
Revert "Make compiler/optimizing/ symbols hidden."
Vladimir Marko
2019-10-14
Make compiler/optimizing/ symbols hidden.
Vladimir Marko
2019-03-29
Modernise code to use override specifier
Yi Kong
2018-08-28
Use 'final' and 'override' specifiers directly in ART.
Roland Levillain
2018-08-20
Fix longstanding bug around implicit NPEs and GC, version 2.
Nicolas Geoffray
2018-06-25
Move instruction_set_ to CompilerOptions.
Vladimir Marko
2018-04-11
Revert^2 "Compile link-time thunks in codegen."
Vladimir Marko
2018-04-04
Revert "Compile link-time thunks in codegen."
Vladimir Marko
2018-04-04
Compile link-time thunks in codegen.
Vladimir Marko
2017-11-02
ART: Make InstructionSet an enum class and add kLast.
Vladimir Marko
2017-10-09
Use ScopedArenaAllocator for register allocation.
Vladimir Marko
2017-10-06
ART: Use ScopedArenaAllocator for pass-local data.
Vladimir Marko
2017-08-11
Instrument ARM generated code to check the Marking Register.
Roland Levillain
2017-08-10
Instrument ARM64 generated code to check the Marking Register.
Roland Levillain
2017-07-26
ART: Move simulator to art/
Andreas Gampe
2017-07-14
Remove the old ARM code generator from ART's Optimizing compiler.
Roland Levillain
2017-05-11
Clean up some uses of "auto".
Vladimir Marko
2017-03-27
ART: Clean up field initialization
Andreas Gampe
2017-01-25
AArch64: Add HInstruction scheduling support.
Alexandre Rames