1. d930929 Fix inlining and lse bugs with unresolved access. by Nicolas Geoffray · 10 years ago
  2. dc151b2 Optimizing: Determine invoke-static/-direct dispatch early. by Vladimir Marko · 10 years ago
  3. 214bbcd Inliner: make sure the returned value is in the outer graph. by Calin Juravle · 10 years ago
  4. 0703046 am cc245eab: Merge "Fix lint error." by Nicolas Geoffray · 10 years ago
  5. 481303b Fix lint error. by Nicolas Geoffray · 10 years ago
  6. 99240ef am d0abb395: Merge "Do more inlining when JITting." by Nicolas Geoffray · 10 years ago
  7. ccc6197 Do more inlining when JITting. by Nicolas Geoffray · 10 years ago
  8. 120dd56 am 9d567824: Merge "Support unresolved methods in Optimizing" by Calin Juravle · 10 years ago
  9. 175dc73 Support unresolved methods in Optimizing by Calin Juravle · 10 years ago
  10. 734531a am aef880c4: Merge "Optimizing: Tag arena allocations in HGraph." by Vladimir Marko · 10 years ago
  11. fa6b93c Optimizing: Tag arena allocations in HGraph. by Vladimir Marko · 10 years ago
  12. db674e3 am 5c1a3374: Merge "ART: Fix bug in reference type propagation" by David Brazdil · 10 years ago
  13. baf89b8 ART: Fix bug in reference type propagation by David Brazdil · 10 years ago
  14. 0059440 am 9af47e27: Merge "Optimizing: Tag basic block allocations with their source." by Vladimir Marko · 10 years ago
  15. 9af47e2 Merge "Optimizing: Tag basic block allocations with their source." by Vladimir Marko · 10 years ago
  16. 6058455 Optimizing: Tag basic block allocations with their source. by Vladimir Marko · 10 years ago
  17. 353abaa am 957fb893: Merge "ART: Move DexCache arrays to native." by Vladimir Marko · 10 years ago
  18. 957fb89 Merge "ART: Move DexCache arrays to native." by Vladimir Marko · 10 years ago
  19. fe9e1ef am 897ce641: Merge "Reduce how often we call FindDexCache" by Mathieu Chartier · 10 years ago
  20. 736b560 Reduce how often we call FindDexCache by Mathieu Chartier · 10 years ago
  21. 05792b9 ART: Move DexCache arrays to native. by Vladimir Marko · 10 years ago
  22. cc0c865 am 2e8e4ff1: Merge "Revert "Optimizing: Tag basic block allocations with their source."" by Vladimir Marko · 10 years ago
  23. 145acc5 Revert "Optimizing: Tag basic block allocations with their source." by Vladimir Marko · 10 years ago
  24. 824bf69 am f7432c60: Merge "Optimizing: Tag basic block allocations with their source." by Vladimir Marko · 10 years ago
  25. 91e11c0 Optimizing: Tag basic block allocations with their source. by Vladimir Marko · 10 years ago
  26. db414b2 am f92d753f: Merge "Revert "Revert "Change dex caches to be weak roots""" by Mathieu Chartier · 10 years ago
  27. 673ed3d Revert "Revert "Change dex caches to be weak roots"" by Mathieu Chartier · 10 years ago
  28. 2bdecf8 am c8fd75d4: am bffabfce: Merge "Be more flexible on the code unit size when inlining." by Nicolas Geoffray · 10 years ago
  29. e418dda Be more flexible on the code unit size when inlining. by Nicolas Geoffray · 10 years ago
  30. cf9a35b am 08848696: am 99429ae0: Merge "Revert "Revert "Optimizing: Better invoke-static/-direct dispatch.""" by Vladimir Marko · 10 years ago
  31. 5815501 Revert "Revert "Optimizing: Better invoke-static/-direct dispatch."" by Vladimir Marko · 10 years ago
  32. 54c8e17 am 229642d9: am d9c4d2e9: Merge "Revert "Optimizing: Better invoke-static/-direct dispatch."" by Vladimir Marko · 10 years ago
  33. b2c431e Revert "Optimizing: Better invoke-static/-direct dispatch." by Vladimir Marko · 10 years ago
  34. 2f4401f am c616475b: am 464581ad: Merge "Optimizing: Better invoke-static/-direct dispatch." by Vladimir Marko · 10 years ago
  35. 9b688a0 Optimizing: Better invoke-static/-direct dispatch. by Vladimir Marko · 10 years ago
  36. 0a73bc4 am afaa59f9: am ff2ac94e: Merge "Revert "Revert "Pass the verified method to the inlinee DexCompilationUnit.""" by Nicolas Geoffray · 10 years ago
  37. 8dbf0cf Revert "Revert "Pass the verified method to the inlinee DexCompilationUnit."" by Nicolas Geoffray · 10 years ago
  38. e4557b5 am a7808cb3: am a001e3a0: Merge "Revert "Pass the verified method to the inlinee DexCompilationUnit."" by Nicolas Geoffray · 10 years ago
  39. fb6de97 am b23623e7: am 4320ff10: Merge "Pass the verified method to the inlinee DexCompilationUnit." by Nicolas Geoffray · 10 years ago
  40. f25b661 Revert "Pass the verified method to the inlinee DexCompilationUnit." by Nicolas Geoffray · 10 years ago
  41. 08624c5 Pass the verified method to the inlinee DexCompilationUnit. by Nicolas Geoffray · 10 years ago
  42. 36255b4 resolved conflicts for merge of 8f96df84 to mnc-dev-plus-aosp by Roland Levillain · 10 years ago
  43. 8f96df8 Allow for fine tuning the inliner. by Calin Juravle · 10 years ago
  44. ec74835 Allow for fine tuning the inliner. by Calin Juravle · 10 years ago
  45. 8c4113b Merge "Revert "Revert "Revert "Revert "Use the object class as top in reference type propagation""""" by Calin Juravle · 10 years ago
  46. 2e76830 Revert "Revert "Revert "Revert "Use the object class as top in reference type propagation"""" by Calin Juravle · 10 years ago
  47. d60a1af Run intrinsics on inlined code. by Scott Wakeling · 10 years ago
  48. b734808 Revert "Revert "Revert "Use the object class as top in reference type propagation""" by Calin Juravle · 10 years ago
  49. 80caa14 Revert "Revert "Use the object class as top in reference type propagation"" by Calin Juravle · 10 years ago
  50. 9044347 Move to newer clang annotations by Mathieu Chartier · 10 years ago
  51. 32d7806 Merge "Revert "Use the object class as top in reference type propagation"" by Calin Juravle · 10 years ago
  52. 7733bd6 Revert "Use the object class as top in reference type propagation" by Calin Juravle · 10 years ago
  53. e6e38ce Merge "Use the object class as top in reference type propagation" by Calin Juravle · 10 years ago
  54. 3fabec7 Use the object class as top in reference type propagation by Calin Juravle · 10 years ago
  55. 9523a3e Revert "Revert "Use the quickened metadata to compile -QUICK opcodes."" by Nicolas Geoffray · 10 years ago
  56. 8ab9a90 Revert "Use the quickened metadata to compile -QUICK opcodes." by Nicolas Geoffray · 10 years ago
  57. 4515a67 Use the quickened metadata to compile -QUICK opcodes. by Nicolas Geoffray · 10 years ago
  58. beba930 Revert "Use the object class as top in reference type propagation" by Calin Juravle · 10 years ago
  59. 20e6071 Use the object class as top in reference type propagation by Calin Juravle · 10 years ago
  60. 20d60dd Only do some checks when compiling against the core image. by Nicolas Geoffray · 10 years ago
  61. 335005e Only do some checks when compiling against the core image. by Nicolas Geoffray · 10 years ago
  62. 8859311 Revert "Revert "Add support for inlining already sharpened interface calls."" by Nicolas Geoffray · 10 years ago
  63. ee39360 Revert "Add support for inlining already sharpened interface calls. DO NOT MERGE ANYWHERE" by Nicolas Geoffray · 10 years ago
  64. c362782 Add support for inlining already sharpened interface calls. DO NOT MERGE ANYWHERE by Nicolas Geoffray · 10 years ago
  65. ae09d2d Bring ReferenceTypePropagation to HInvoke return types by Guillaume "Vermeille" Sanchez · 10 years ago
  66. 6c0c4f2 Revert "Revert "Revert "Bring ReferenceTypePropagation to HInvoke return types""" by Calin Juravle · 10 years ago
  67. a981f9d Revert "Revert "Bring ReferenceTypePropagation to HInvoke return types"" by Calin Juravle · 10 years ago
  68. 958857d Revert "Bring ReferenceTypePropagation to HInvoke return types" by Calin Juravle · 10 years ago
  69. ddedddc Bring ReferenceTypePropagation to HInvoke return types by Guillaume "Vermeille" Sanchez · 10 years ago
  70. 454a481 Revert "Revert "Support for inlining virtual and interface calls."" by Nicolas Geoffray · 10 years ago
  71. 3507105 Add support for inlining already sharpened interface calls. by Nicolas Geoffray · 10 years ago
  72. 8c4cce0 Merge "Revert "Support for inlining virtual and interface calls."" by Nicolas Geoffray · 10 years ago
  73. 6e47586 Revert "Support for inlining virtual and interface calls." by Nicolas Geoffray · 10 years ago
  74. 4a56aca Revert "Do a type check for knowing if we can inline." by Nicolas Geoffray · 10 years ago
  75. 7ce4b3d Do a type check for knowing if we can inline. by Nicolas Geoffray · 10 years ago
  76. c47908e Merge "Support for inlining virtual and interface calls." by Nicolas Geoffray · 10 years ago
  77. 1d5006c Support for inlining virtual and interface calls. by Nicolas Geoffray · 10 years ago
  78. e918d38 Add $noinline$ tag to make sure a method has not been inlined. by Guillaume "Vermeille" Sanchez · 10 years ago
  79. ace571f Merge "Move mirror::ArtMethod to native" into mnc-dev by Mathieu Chartier · 10 years ago
  80. 3d21bdf Move mirror::ArtMethod to native by Mathieu Chartier · 10 years ago
  81. bd7eef1 Fix another source of undeterministic inlining. by Nicolas Geoffray · 10 years ago
  82. 2653149 Fix another source of undeterministic inlining. by Nicolas Geoffray · 10 years ago
  83. e401d14 Move mirror::ArtMethod to native by Mathieu Chartier · 10 years ago
  84. d23eeef Support for inlining methods that call/throw. by Nicolas Geoffray · 10 years ago
  85. 5ae1325 Fix another source of undeterministic inlining. by Nicolas Geoffray · 10 years ago
  86. 4fa04a6 Make inlining deterministic. by Nicolas Geoffray · 10 years ago
  87. d026143 Make inlining deterministic. by Nicolas Geoffray · 10 years ago
  88. b176d7c Also encode the InvokeType in an InlineInfo. by Nicolas Geoffray · 10 years ago
  89. 3cd4fc8 Eliminate redundant constructor barriers when inlining. by Calin Juravle · 10 years ago
  90. 0a23d74 Add a parent environment to HEnvironment. by Nicolas Geoffray · 10 years ago
  91. 1152c92 [optimizing] Rename HasArrayAccesses and check it by Mark Mendell · 10 years ago
  92. 4c0eb42 Ensure inlined static calls perform clinit checks in Optimizing. by Roland Levillain · 10 years ago
  93. 7a9c885 Run DCE again after all the other optimizations have run. by Calin Juravle · 10 years ago
  94. 8aec061 Merge "Fallback to quick in case of soft verification errors" by Calin Juravle · 10 years ago
  95. f1c6d9e Fallback to quick in case of soft verification errors by Calin Juravle · 10 years ago
  96. 05144f4 ART: Hot fix for an inliner issue by David Brazdil · 10 years ago
  97. 031af41 Revert "Fallback to quick in case of soft verification errors" by Calin Juravle · 10 years ago
  98. c751d37 Fallback to quick in case of soft verification errors by Calin Juravle · 10 years ago
  99. 3e90a96 [optimizing] Do not inline intrinsics by Razvan A Lupusoru · 10 years ago
  100. 7904129 Use the original invoke type when inlining. by Nicolas Geoffray · 10 years ago