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.cc
Age
Commit message (
Expand
)
Author
2017-01-11
ART: Compiler support for invoke-polymorphic.
Orion Hodson
2017-01-11
Make object allocation entrypoints only take a class.
Nicolas Geoffray
2017-01-10
Recognize getClass() in RTP.
Nicolas Geoffray
2016-12-20
Remove soon to be obsolete call kinds for direct calls.
Nicolas Geoffray
2016-12-19
Sharpen HLoadClass from inliner.
Nicolas Geoffray
2016-11-29
ART: Add dex::StringIndex
Andreas Gampe
2016-11-21
ART: Add dex::TypeIndex
Andreas Gampe
2016-11-18
Add dequickening support.
Nicolas Geoffray
2016-10-27
Remove H[Reverse]PostOrderIterator and HInsertionOrderIterator.
Vladimir Marko
2016-10-18
Remove mirror:: and ArtMethod deps in utils.{h,cc}
David Sehr
2016-09-29
Clean up ScopedThreadStateChange to use ObjPtr
Mathieu Chartier
2016-09-28
ART: Factor out IMT from ArtMethod
Andreas Gampe
2016-09-27
Merge "Cleanup String.<init> handling."
Nicolas Geoffray
2016-09-27
Cleanup String.<init> handling.
Nicolas Geoffray
2016-09-26
Compensate in compiler for verifier shortcomings.
Nicolas Geoffray
2016-09-23
Clean-up sharpening and compiler driver.
Nicolas Geoffray
2016-09-07
Avoid read barrier for image HLoadClass
Mathieu Chartier
2016-09-06
Optimizing: Fix handling empty fill-array-data.
Vladimir Marko
2016-08-30
ART: SHARED_REQUIRES to REQUIRES_SHARED
Andreas Gampe
2016-07-27
ART: Delete old compiler_enums.h
Andreas Gampe
2016-07-19
Revert "Revert "Refactor GetIMTIndex""
Matthew Gharrity
2016-06-29
Merge "Revert "Refactor GetIMTIndex""
Nicolas Geoffray
2016-06-29
Revert "Refactor GetIMTIndex"
Nicolas Geoffray
2016-06-21
Improve HLoadClass code generation.
Vladimir Marko
2016-06-15
Refactor GetIMTIndex
Matthew Gharrity
2016-06-08
Do not place null check on unresolved method calls.
Aart Bik
2016-06-07
Do not hide instance field hard failure with soft failure
Aart Bik
2016-06-03
Do not place null check from unresolved field access.
Aart Bik
2016-05-06
Workaround invokesuper underspecified behavior.
Aart Bik
2016-04-25
Merge "Make sure the referring class is in the dex cache."
Treehugger Robot
2016-04-25
Make sure the referring class is in the dex cache.
Nicolas Geoffray
2016-04-22
ART: Naive NullCheck elimination in InstructionBuilder
David Brazdil
2016-04-15
Enable allocation elimination as part of LSE
Mingyao Yang
2016-04-14
Use dex cache from compilation unit in HInstructionBuilder.
Vladimir Marko
2016-04-08
Store precice set of which constructors require barriers
Mathieu Chartier
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