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-10-11
Use ScopedArenaAllocator for building HGraph.
Vladimir Marko
2017-10-06
ART: Use ScopedArenaAllocator for pass-local data.
Vladimir Marko
2017-09-27
Add DexInstructionIterator and use it a few places
Mathieu Chartier
2017-09-25
ART: Introduce compiler data type.
Vladimir Marko
2017-09-11
ART: Clean up WellKnownClasses include.
Andreas Gampe
2017-08-11
optimizing: Add statistics for # of constructor fences added/removed
Igor Murashkin
2017-08-11
optimizing: Refactor statistics to use OptimizingCompilerStats helper
Igor Murashkin
2017-07-24
ART: Include cleanup
Andreas Gampe
2017-07-20
ART: Change method lookup to be more consistent to JLS and the RI.
Vladimir Marko
2017-07-12
Reduce quicken info size
Mathieu Chartier
2017-06-06
Replace invoke kind kDexCacheViaMethod with kRuntimeCall.
Vladimir Marko
2017-05-23
optimizing: Fix a potential nullptr dereference
George Burgess IV
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-04-10
optimizing: do not illegally remove constructor barriers after inlining
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
Merge "Inlining a few small methods based on profiling dex2oat with perf."
Mingyao Yang
2017-03-08
Inlining a few small methods based on profiling dex2oat with perf.
Mingyao Yang
2017-03-07
Invoke typed arraycopy for primitive arrays.
Nicolas Geoffray
2017-02-20
Revert^4 "Hash-based dex cache type array."
Vladimir Marko
2017-02-14
ART: Add operator == and != with nullptr to Handle
Andreas Gampe
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-06
Remove obsolete restriction with allocations and dex cache.
Nicolas Geoffray
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-23
Fix some typos in ART.
Roland Levillain
2017-01-19
Revert "Revert "Load the array class in the compiler for allocations.""
Nicolas Geoffray
2017-01-19
Revert "Load the array class in the compiler for allocations."
Hiroshi Yamauchi
2017-01-18
Load the array class in the compiler for allocations.
Nicolas Geoffray
2017-01-17
Merge "Put the resolved class in HLoadClass."
Nicolas Geoffray
2017-01-17
Merge "Put inlined ArtMethod pointer in stack maps."
Nicolas Geoffray
2017-01-16
Put the resolved class in HLoadClass.
Nicolas Geoffray
2017-01-16
Put inlined ArtMethod pointer in stack maps.
Nicolas Geoffray
2017-01-15
Revert "Revert "ART: Compiler support for invoke-polymorphic.""
Orion Hodson
2017-01-12
Revert "Revert "Make object allocation entrypoints only take a class.""
Nicolas Geoffray
2017-01-12
Revert "Make object allocation entrypoints only take a class."
Hiroshi Yamauchi
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
[next]