summaryrefslogtreecommitdiff
path: root/compiler/optimizing/codegen_test_utils.h
Commit message (Expand)AuthorAgeFilesLines
* Use mmap for compiled code for gtest.Vladimir Marko2021-02-031-2/+10
* Revert^3 "VIXL simulator for ART (Stage1)"Ulya Trafimovich2020-07-291-9/+6
* Revert^2 "VIXL simulator for ART (Stage1)"Ulyana Trafimovich2020-07-171-6/+9
* Revert "VIXL simulator for ART (Stage1)"Ulyana Trafimovich2020-07-161-9/+6
* VIXL simulator for ART (Stage1)Xueliang Zhong2020-07-161-6/+9
* Revert^2 "Remove test_per_src from ART tests."David Srbecky2020-05-151-4/+4
* Revert "Remove test_per_src from ART tests."Christopher Ferris2020-05-081-4/+4
* Remove test_per_src from ART tests.David Srbecky2020-05-071-4/+4
* Remove MIPS support from Optimizing.Vladimir Marko2020-02-131-22/+0
* Revert "Make compiler/optimizing/ symbols hidden."Vladimir Marko2019-10-141-2/+1
* Make compiler/optimizing/ symbols hidden.Vladimir Marko2019-10-141-1/+2
* Modernise code to use override specifierYi Kong2019-03-291-1/+1
* Use 'final' and 'override' specifiers directly in ART.Roland Levillain2018-08-281-5/+5
* Fix longstanding bug around implicit NPEs and GC, version 2.Nicolas Geoffray2018-08-201-1/+1
* Move instruction_set_ to CompilerOptions.Vladimir Marko2018-06-251-43/+13
* Revert^2 "Compile link-time thunks in codegen."Vladimir Marko2018-04-111-3/+5
* Revert "Compile link-time thunks in codegen."Vladimir Marko2018-04-041-5/+3
* Compile link-time thunks in codegen.Vladimir Marko2018-04-041-3/+5
* ART: Make InstructionSet an enum class and add kLast.Vladimir Marko2017-11-021-2/+2
* Use ScopedArenaAllocator for register allocation.Vladimir Marko2017-10-091-4/+9
* ART: Use ScopedArenaAllocator for pass-local data.Vladimir Marko2017-10-061-7/+8
* Instrument ARM generated code to check the Marking Register.Roland Levillain2017-08-111-0/+25
* Instrument ARM64 generated code to check the Marking Register.Roland Levillain2017-08-101-4/+38
* ART: Move simulator to art/Andreas Gampe2017-07-261-0/+1
* Remove the old ARM code generator from ART's Optimizing compiler.Roland Levillain2017-07-141-29/+0
* Clean up some uses of "auto".Vladimir Marko2017-05-111-1/+1
* ART: Clean up field initializationAndreas Gampe2017-03-271-1/+0
* AArch64: Add HInstruction scheduling support.Alexandre Rames2017-01-251-0/+355