summaryrefslogtreecommitdiffstats
path: root/compiler/optimizing/codegen_test_utils.h
Commit message (Expand)AuthorAgeFilesLines
* 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