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
/
instruction_builder.h
Age
Commit message (
Expand
)
Author
2017-10-11
Use ScopedArenaAllocator for building HGraph.
Vladimir Marko
2017-10-06
ART: Use ScopedArenaAllocator for pass-local data.
Vladimir Marko
2017-09-25
ART: Introduce compiler data type.
Vladimir Marko
2017-08-11
optimizing: Refactor statistics to use OptimizingCompilerStats helper
Igor Murashkin
2017-07-24
ART: Include cleanup
Andreas Gampe
2017-07-12
Reduce quicken info size
Mathieu Chartier
2017-05-18
optimizing: Build HConstructorFence for HNewArray/HNewInstance nodes
Igor Murashkin
2017-05-02
optimizing: constructor fence redundancy elimination - remove dmb after LSE
Igor Murashkin
2017-03-14
Revert^6 "Hash-based dex cache type array."
Vladimir Marko
2017-03-13
Revert^5 "Hash-based dex cache type array."
Vladimir Marko
2017-03-08
Inlining a few small methods based on profiling dex2oat with perf.
Mingyao Yang
2017-02-20
Revert^4 "Hash-based dex cache type array."
Vladimir Marko
2017-02-13
Revert^3 "Hash-based dex cache type array."
Mathieu Chartier
2017-02-10
Revert^2 "Hash-based dex cache type array."
Vladimir Marko
2017-02-03
Code refactoring around sharpening HLoadClass.
Nicolas Geoffray
2017-02-01
Revert "Hash-based dex cache type array."
Vladimir Marko
2017-01-30
Hash-based dex cache type array.
Vladimir Marko
2017-01-16
Put the resolved class in HLoadClass.
Nicolas Geoffray
2017-01-15
Revert "Revert "ART: Compiler support for invoke-polymorphic.""
Orion Hodson
2017-01-11
Revert "ART: Compiler support for invoke-polymorphic."
Orion Hodson
2017-01-11
ART: Compiler support for invoke-polymorphic.
Orion Hodson
2016-11-21
ART: Add dex::TypeIndex
Andreas Gampe
2016-08-30
ART: SHARED_REQUIRES to REQUIRES_SHARED
Andreas Gampe
2016-07-27
ART: Delete old compiler_enums.h
Andreas Gampe
2016-06-08
Do not place null check on unresolved method calls.
Aart Bik
2016-04-22
ART: Naive NullCheck elimination in InstructionBuilder
David Brazdil
2016-04-14
Use dex cache from compilation unit in HInstructionBuilder.
Vladimir Marko
2016-04-07
Revert "Revert "Refactor HGraphBuilder and SsaBuilder to remove HLocals""
David Brazdil
2016-04-04
Revert "Refactor HGraphBuilder and SsaBuilder to remove HLocals"
David Brazdil
2016-04-04
Refactor HGraphBuilder and SsaBuilder to remove HLocals
David Brazdil