1. 7af8c6a Merge "Rename offline_profiling_info to profile_compilation_info" by Calin Juravle · 8 years ago
  2. c956973 Merge "Remove unused array entrypoints." by Nicolas Geoffray · 8 years ago
  3. 308fa4d Merge "Remove now unused dex_cache_resolved_types_ from ArtMethod." by Nicolas Geoffray · 8 years ago
  4. 8d91ac3 Remove unused array entrypoints. by Nicolas Geoffray · 8 years ago
  5. e761bcc Revert "Revert "Load the array class in the compiler for allocations."" by Nicolas Geoffray · 8 years ago
  6. b035513 Merge "Revert "Load the array class in the compiler for allocations."" by Treehugger Robot · 8 years ago
  7. 33083d6 Rename offline_profiling_info to profile_compilation_info by Calin Juravle · 8 years ago
  8. fee2550 Revert "Load the array class in the compiler for allocations." by Hiroshi Yamauchi · 8 years ago
  9. 9cd522b Remove now unused dex_cache_resolved_types_ from ArtMethod. by Nicolas Geoffray · 8 years ago
  10. c3b7bf3 Merge "Load the array class in the compiler for allocations." by Nicolas Geoffray · 8 years ago
  11. cc99df2 Load the array class in the compiler for allocations. by Nicolas Geoffray · 8 years ago
  12. 404b012 Merge "Fix IP register usage in LoadClassSlowPathARMVIXL." by Treehugger Robot · 8 years ago
  13. af35a25 Fix IP register usage in LoadClassSlowPathARMVIXL. by Vladimir Marko · 8 years ago
  14. 39cee66 Entrypoints cleanup. by Nicolas Geoffray · 8 years ago
  15. a397458 Merge "Reduce using ArtMethod's dex_cache_resolved_types_." by Vladimir Marko · 8 years ago
  16. 55ddcc8 Merge "Introduce a number of SIMD extensions for x86/x86_64 (SSE)." by Aart Bik · 8 years ago
  17. 942fd31 Reduce using ArtMethod's dex_cache_resolved_types_. by Vladimir Marko · 8 years ago
  18. 0a384f5 Merge "Acquire the mutator lock before comparing classes/strings." by Nicolas Geoffray · 8 years ago
  19. 1ea9efc Acquire the mutator lock before comparing classes/strings. by Nicolas Geoffray · 8 years ago
  20. e71b354 Move some fields in art::Thread to reduce maintenance burden. by Roland Levillain · 8 years ago
  21. dcc7ab6 Merge "Put the resolved class in HLoadClass." by Nicolas Geoffray · 8 years ago
  22. e9e43e9 Merge "Handle verify-profile and bootclasspath classes in vdex." by Nicolas Geoffray · 8 years ago
  23. e037a73 Merge "Put inlined ArtMethod pointer in stack maps." by Nicolas Geoffray · 8 years ago
  24. db54cc4 Merge "Fix braino in RTP." by Nicolas Geoffray · 8 years ago
  25. 5247c08 Put the resolved class in HLoadClass. by Nicolas Geoffray · 8 years ago
  26. 5d37c15 Put inlined ArtMethod pointer in stack maps. by Nicolas Geoffray · 8 years ago
  27. 7498105 Handle verify-profile and bootclasspath classes in vdex. by Nicolas Geoffray · 8 years ago
  28. cd9f857 Fix braino in RTP. by Nicolas Geoffray · 8 years ago
  29. 1998cd0 Implement HLoadClass/kBssEntry for boot image. by Vladimir Marko · 8 years ago
  30. 6bec91c Store resolved types for AOT code in .bss. by Vladimir Marko · 8 years ago
  31. 4155998 Make runtime call on main for HLoadClass/kDexCacheViaMethod. by Vladimir Marko · 8 years ago
  32. 48886c2 Remove HLoadClass::LoadKind::kDexCachePcRelative. by Vladimir Marko · 8 years ago
  33. 58207cf Merge "Revert "Revert "ART: Compiler support for invoke-polymorphic.""" by Orion Hodson · 8 years ago
  34. ac14139 Revert "Revert "ART: Compiler support for invoke-polymorphic."" by Orion Hodson · 8 years ago
  35. c778226 Introduce a number of SIMD extensions for x86/x86_64 (SSE). by Aart Bik · 8 years ago
  36. 2f12c65 Merge "Complete unrolling of loops with small body and trip count one." by Treehugger Robot · 8 years ago
  37. 6b69e0a Complete unrolling of loops with small body and trip count one. by Aart Bik · 8 years ago
  38. 5a6cbfc MIPS32: Refined comment in java.lang.Math.abs(float/double) intrinsics by Goran Jakovljevic · 8 years ago
  39. 0d3998b Revert "Revert "Make object allocation entrypoints only take a class."" by Nicolas Geoffray · 8 years ago
  40. b668465 MIPS32: Change java.lang.Math.abs(float/double) intrinsics by Goran Jakovljevic · 8 years ago
  41. c8144cd Merge "Revert "Make object allocation entrypoints only take a class."" by Treehugger Robot · 8 years ago
  42. f7aaacd Revert "Make object allocation entrypoints only take a class." by Hiroshi Yamauchi · 8 years ago
  43. dcf5276 Merge "Revert "ART: Compiler support for invoke-polymorphic."" by Orion Hodson · 8 years ago
  44. 0fb5af1 Revert "ART: Compiler support for invoke-polymorphic." by Orion Hodson · 8 years ago
  45. 79f9928 Merge "ART: Compiler support for invoke-polymorphic." by Treehugger Robot · 8 years ago
  46. 02e3092 ART: Compiler support for invoke-polymorphic. by Orion Hodson · 8 years ago
  47. db47a14 Merge "Keep resolved String in HLoadString." by Nicolas Geoffray · 8 years ago
  48. 2b615ba Make object allocation entrypoints only take a class. by Nicolas Geoffray · 8 years ago
  49. 5e83eb7 Merge "Recognize getClass() in RTP." by Nicolas Geoffray · 8 years ago
  50. f0acfe7 Keep resolved String in HLoadString. by Nicolas Geoffray · 8 years ago
  51. 2e17788 Merge "Fix some issues reported by Valgrind" by Mathieu Chartier · 8 years ago
  52. c52b26d Recognize getClass() in RTP. by Nicolas Geoffray · 8 years ago
  53. 431121f The HBoundsCheck should be the index input of String.charAt. by Nicolas Geoffray · 8 years ago
  54. 3a2e78e Fix some issues reported by Valgrind by Anton Kirilov · 8 years ago
  55. 91db41f Merge "Find the classpath boundary for being assignable to an interface." by Nicolas Geoffray · 8 years ago
  56. 0e2fe0f Find the classpath boundary for being assignable to an interface. by Nicolas Geoffray · 8 years ago
  57. 776ba76 Merge "Remove the IsInDexCache flag from HLoadString." by Treehugger Robot · 8 years ago
  58. 4d1be49 Remove the IsInDexCache flag from HLoadString. by Vladimir Marko · 8 years ago
  59. a790039 Merge "ARM: VIXL32: Fix crash in Exchange for stack slots." by Nicolas Geoffray · 8 years ago
  60. a1d0d63 Merge "Actually record arrays in classpath." by Nicolas Geoffray · 8 years ago
  61. 1672260 Merge "Revert "Revert "Revert "Revert "Basic obsolete methods support""""" by Treehugger Robot · 8 years ago
  62. f67dadb Merge "MIPS64: Implement table-based packed switch" by Treehugger Robot · 8 years ago
  63. 0f1cb17 Actually record arrays in classpath. by Nicolas Geoffray · 8 years ago
  64. 4593f7d ARM: VIXL32: Fix crash in Exchange for stack slots. by Artem Serov · 8 years ago
  65. 168768d Merge "Refine receiver type when inlining based on inline caches." by Nicolas Geoffray · 8 years ago
  66. 8174621 Merge "MIPS32: java.lang.String.getChars" by Nicolas Geoffray · 8 years ago
  67. 0f001b7 Refine receiver type when inlining based on inline caches. by Nicolas Geoffray · 8 years ago
  68. 422c7c3 ART: Remove dequicken map from VerifiedMethod by Andreas Gampe · 8 years ago
  69. 001cd47 Merge "Revert "Revert "Avoid scratch register exhaustion during ARM64 stack slot moves.""" by Roland Levillain · 8 years ago
  70. 78b3d5d Revert "Revert "Avoid scratch register exhaustion during ARM64 stack slot moves."" by Roland Levillain · 8 years ago
  71. b28c874 Merge "Support non-exact upper bound of HBoundType." by Nicolas Geoffray · 8 years ago
  72. 88268f0 Merge "Do not record dependencies on arrays." by Treehugger Robot · 8 years ago
  73. 6fc063c Merge "MIPS64: Drop redundant sign-extensions in integer conversions" by Treehugger Robot · 8 years ago
  74. 4ca40e8 Merge "MIPS32: Don't always do a null test in MarkGCCard" by Treehugger Robot · 8 years ago
  75. 7ee9ee9 Merge "MIPS64: Improve integer comparison with constants" by Treehugger Robot · 8 years ago
  76. 0598024 Merge changes from topic 'VIXLUpdate' by Nicolas Geoffray · 8 years ago
  77. e2157fb Merge "MIPS64: Implement branchless HCondition for floats" by Nicolas Geoffray · 8 years ago
  78. b1c41c2 Merge "Clean up VerifiedMethod." by Treehugger Robot · 8 years ago
  79. c51c7ca Clean up VerifiedMethod. by Nicolas Geoffray · 8 years ago
  80. db577b6 Merge "Revert "Avoid scratch register exhaustion during ARM64 stack slot moves."" by Nicolas Geoffray · 8 years ago
  81. 122ceb4 Revert "Avoid scratch register exhaustion during ARM64 stack slot moves." by Nicolas Geoffray · 8 years ago
  82. 595375f Merge "MIPS64: Align register spills on 8-byte boundaries in slow paths" by Nicolas Geoffray · 8 years ago
  83. 692235e MIPS32: java.lang.String.getChars by Chris Larsen · 8 years ago
  84. 4ec76d2 Avoid scratch register exhaustion during ARM64 stack slot moves. by Roland Levillain · 8 years ago
  85. 66e3919 Merge "MIPS64: java.lang.String.getChars" by Treehugger Robot · 8 years ago
  86. 4375819 MIPS64: Implement branchless HCondition for floats by Tijana Jakovljevic · 8 years ago
  87. 992bdb9 MIPS64: Drop redundant sign-extensions in integer conversions by Goran Jakovljevic · 8 years ago
  88. db3deee MIPS64: Improve integer comparison with constants by Goran Jakovljevic · 8 years ago
  89. e114da2 MIPS32: Don't always do a null test in MarkGCCard by Goran Jakovljevic · 8 years ago
  90. c378980 MIPS64: Align register spills on 8-byte boundaries in slow paths by Alexey Frunze · 8 years ago
  91. f8d19c2 ARM: VIXL32: Use a default code buffer capacity of 1Kb. by Scott Wakeling · 8 years ago
  92. f2665fa ART: VIXL32: Fix assembler test after VIXL update. by Artem Serov · 8 years ago
  93. 0960ac5 MIPS64: Implement table-based packed switch by Alexey Frunze · 8 years ago
  94. dba6148 Revert "Revert "Revert "Revert "Basic obsolete methods support"""" by Alex Light · 8 years ago
  95. 2709b5f Do not record dependencies on arrays. by Nicolas Geoffray · 8 years ago
  96. 8c3794c Support non-exact upper bound of HBoundType. by Nicolas Geoffray · 8 years ago
  97. cb2ce33 Merge "Update vdex in place if input_vdex_fd == output_vdex_fd" by Nicolas Geoffray · 8 years ago
  98. bde1168 Merge "Point optimizations for vdex." by Nicolas Geoffray · 8 years ago
  99. 454f339 Merge "Optimize OatWriter when we don't compile any method." by Nicolas Geoffray · 8 years ago
  100. 56e2f93 Merge "Remove soon to be obsolete call kinds for direct calls." by Nicolas Geoffray · 8 years ago