summaryrefslogtreecommitdiff
path: root/compiler/optimizing/instruction_builder.cc
AgeCommit message (Expand)Author
2017-03-14Revert^6 "Hash-based dex cache type array." Vladimir Marko
2017-03-13Revert^5 "Hash-based dex cache type array." Vladimir Marko
2017-03-08Merge "Inlining a few small methods based on profiling dex2oat with perf." Mingyao Yang
2017-03-08Inlining a few small methods based on profiling dex2oat with perf. Mingyao Yang
2017-03-07Invoke typed arraycopy for primitive arrays. Nicolas Geoffray
2017-02-20Revert^4 "Hash-based dex cache type array." Vladimir Marko
2017-02-14ART: Add operator == and != with nullptr to Handle Andreas Gampe
2017-02-13Revert^3 "Hash-based dex cache type array." Mathieu Chartier
2017-02-10Revert^2 "Hash-based dex cache type array." Vladimir Marko
2017-02-06Remove obsolete restriction with allocations and dex cache. Nicolas Geoffray
2017-02-03Code refactoring around sharpening HLoadClass. Nicolas Geoffray
2017-02-01Revert "Hash-based dex cache type array." Vladimir Marko
2017-01-30Hash-based dex cache type array. Vladimir Marko
2017-01-23Fix some typos in ART. Roland Levillain
2017-01-19Revert "Revert "Load the array class in the compiler for allocations."" Nicolas Geoffray
2017-01-19Revert "Load the array class in the compiler for allocations." Hiroshi Yamauchi
2017-01-18Load the array class in the compiler for allocations. Nicolas Geoffray
2017-01-17Merge "Put the resolved class in HLoadClass." Nicolas Geoffray
2017-01-17Merge "Put inlined ArtMethod pointer in stack maps." Nicolas Geoffray
2017-01-16Put the resolved class in HLoadClass. Nicolas Geoffray
2017-01-16Put inlined ArtMethod pointer in stack maps. Nicolas Geoffray
2017-01-15Revert "Revert "ART: Compiler support for invoke-polymorphic."" Orion Hodson
2017-01-12Revert "Revert "Make object allocation entrypoints only take a class."" Nicolas Geoffray
2017-01-12Revert "Make object allocation entrypoints only take a class." Hiroshi Yamauchi
2017-01-11Make object allocation entrypoints only take a class. Nicolas Geoffray
2017-01-10Recognize getClass() in RTP. Nicolas Geoffray
2016-12-20Remove soon to be obsolete call kinds for direct calls. Nicolas Geoffray
2016-12-19Sharpen HLoadClass from inliner. Nicolas Geoffray
2016-11-29ART: Add dex::StringIndex Andreas Gampe
2016-11-21ART: Add dex::TypeIndex Andreas Gampe
2016-11-18Add dequickening support. Nicolas Geoffray
2016-10-27Remove H[Reverse]PostOrderIterator and HInsertionOrderIterator. Vladimir Marko
2016-10-18Remove mirror:: and ArtMethod deps in utils.{h,cc} David Sehr
2016-09-29Clean up ScopedThreadStateChange to use ObjPtr Mathieu Chartier
2016-09-28ART: Factor out IMT from ArtMethod Andreas Gampe
2016-09-27Merge "Cleanup String.<init> handling." Nicolas Geoffray
2016-09-27Cleanup String.<init> handling. Nicolas Geoffray
2016-09-26Compensate in compiler for verifier shortcomings. Nicolas Geoffray
2016-09-23Clean-up sharpening and compiler driver. Nicolas Geoffray
2016-09-07Avoid read barrier for image HLoadClass Mathieu Chartier
2016-09-06Optimizing: Fix handling empty fill-array-data. Vladimir Marko
2016-08-30ART: SHARED_REQUIRES to REQUIRES_SHARED Andreas Gampe
2016-07-27ART: Delete old compiler_enums.h Andreas Gampe
2016-07-19Revert "Revert "Refactor GetIMTIndex"" Matthew Gharrity
2016-06-29Merge "Revert "Refactor GetIMTIndex"" Nicolas Geoffray
2016-06-29Revert "Refactor GetIMTIndex" Nicolas Geoffray
2016-06-21Improve HLoadClass code generation. Vladimir Marko
2016-06-15Refactor GetIMTIndex Matthew Gharrity
2016-06-08Do not place null check on unresolved method calls. Aart Bik
2016-06-07Do not hide instance field hard failure with soft failure Aart Bik