index
:
Project-1CE/art
lineage-18.1
sugisawa
sugisawa-mr1
Unnamed repository; edit this file 'description' to name the repository.
Linux User
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
compiler
/
optimizing
/
codegen_test_utils.h
Age
Commit message (
Expand
)
Author
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