1. ac4d518 Merge "ART: Naive NullCheck elimination in InstructionBuilder" into nyc-dev by David Brazdil · 9 years ago
  2. 257670e Merge "Add support for eagerly calculating conflict tables" into nyc-dev by Mathieu Chartier · 9 years ago
  3. 49b5ced Add support for eagerly calculating conflict tables by Mathieu Chartier · 9 years ago
  4. 89b8f47 Merge "ART: Disable unstarted runtime pow test for valgrind" into nyc-dev by TreeHugger Robot · 9 years ago
  5. e576766 Merge "ART: Slightly change InitializeClass flow" into nyc-dev by TreeHugger Robot · 9 years ago
  6. 656fc8a ART: Disable unstarted runtime pow test for valgrind by Andreas Gampe · 9 years ago
  7. 06a2b01 ART: Naive NullCheck elimination in InstructionBuilder by David Brazdil · 9 years ago
  8. fc49fa0 ART: Slightly change InitializeClass flow by Andreas Gampe · 9 years ago
  9. 8da7f84 Merge "Make dex file loading failure more explicit about failure." into nyc-dev by TreeHugger Robot · 9 years ago
  10. 0a27a8b Merge "Fix interaction between instrumentation and jit lock." into nyc-dev by TreeHugger Robot · 9 years ago
  11. 25792ae Make dex file loading failure more explicit about failure. by Alex Light · 9 years ago
  12. c8a4f2c Fix interaction between instrumentation and jit lock. by Nicolas Geoffray · 9 years ago
  13. 25e6bb4 Merge "Fix heap check." into nyc-dev by Mathieu Chartier · 9 years ago
  14. 488849c Fix heap check. by Mathieu Chartier · 9 years ago
  15. be72dc9 Merge "Use dex cache from compilation unit in RTP." into nyc-dev by Vladimir Marko · 9 years ago
  16. 55d20ff Merge "Thumb2: Fix disassembly of the b.w offset." into nyc-dev by Vladimir Marko · 9 years ago
  17. d974379 ART: Address late comments on a GVN memory-saving CL by David Brazdil · 9 years ago
  18. 369da22 Thumb2: Fix disassembly of the b.w offset. by Vladimir Marko · 9 years ago
  19. a4336d2 Use dex cache from compilation unit in RTP. by Vladimir Marko · 9 years ago
  20. 4283aa9 Reduce memory usage in GVN by David Brazdil · 9 years ago
  21. 89a4839 Merge "Thumb2: Fix EmitJumpTables() to extend buffer only if needed." into nyc-dev by Vladimir Marko · 9 years ago
  22. a86d664 Merge "Fix HInstruction::ReplaceInput(), allow no-op." into nyc-dev by Vladimir Marko · 9 years ago
  23. b7ec9f8 Merge "ART: Add logging for CHECK failure" into nyc-dev by TreeHugger Robot · 9 years ago
  24. 9ef2654 Fix HInstruction::ReplaceInput(), allow no-op. by Vladimir Marko · 9 years ago
  25. ccfc77e Merge changes I0360a078,I3e267519 into nyc-dev by Andreas Gampe · 9 years ago
  26. 9510ccd ART: Add logging for CHECK failure by Andreas Gampe · 9 years ago
  27. 709fb64 Merge "Avoid constructing types with errors." into nyc-dev by Aart Bik · 9 years ago
  28. 9e95b36 Merge changes Iddd42d75,Ifb2d7b35 into nyc-dev by Vladimir Marko · 9 years ago
  29. fa7f589 Reuse HUseListNode<>s when replacing instruction or input. by Vladimir Marko · 9 years ago
  30. d59f3b1 Use iterators "before" the use node in HUserRecord<>. by Vladimir Marko · 9 years ago
  31. 181a2d3 Merge "ProfileSaver: query profiling_infos instead of the code_map" into nyc-dev by TreeHugger Robot · 9 years ago
  32. b44ed12 Thumb2: Fix EmitJumpTables() to extend buffer only if needed. by Vladimir Marko · 9 years ago
  33. e2d066d ProfileSaver: query profiling_infos instead of the code_map by Calin Juravle · 9 years ago
  34. c88af3f Merge changes I5044e94b,I149273b7 into nyc-dev by Vladimir Marko · 9 years ago
  35. e8f8ad3 Merge "ART: Fast-fail empty other handlers in fault handling" into nyc-dev by Andreas Gampe · 9 years ago
  36. 7de2439 Avoid constructing types with errors. by Aart Bik · 9 years ago
  37. dee19e3 Do less work holding thread list lock by Mathieu Chartier · 9 years ago
  38. 73ddf81 Fix 570-checker-osr test for non-debuggable mode. by Vladimir Marko · 9 years ago
  39. d19dc46 Fix comparison in profile saver by Calin Juravle · 9 years ago
  40. 5546062 Merge "Fix tracking foreign dex files" into nyc-dev by Calin Juravle · 9 years ago
  41. c4b8e11 Merge "Skip profiling if the dex file is fully compiled" into nyc-dev by TreeHugger Robot · 9 years ago
  42. 46f7d32 Merge "ART: Remove Security initialization cutout" into nyc-dev by Andreas Gampe · 9 years ago
  43. 0fca5f7 Merge changes Ia55ae13e,Ib3e2e6d2 into nyc-dev by Richard Uhler · 9 years ago
  44. 8b336cd Merge "Use dex cache from compilation unit in HInstructionBuilder." into nyc-dev by TreeHugger Robot · 9 years ago
  45. f7f3ba9 ART: Fast-fail empty other handlers in fault handling by Andreas Gampe · 9 years ago
  46. 14b0b23 ART: Fix IsLinearOrderWellFormed in liveness analysis by David Brazdil · 9 years ago
  47. 20ae793 Fix tracking foreign dex files by Calin Juravle · 9 years ago
  48. 7506423 Skip profiling if the dex file is fully compiled by Calin Juravle · 9 years ago
  49. 116e6e2 Use dex cache from compilation unit in HInstructionBuilder. by Vladimir Marko · 9 years ago
  50. 3563c44 Fix inlining loops in OSR mode. by Vladimir Marko · 9 years ago
  51. 8c5889a ART: Add Math cutouts by Andreas Gampe · 9 years ago
  52. b3ffbe3 ART: Add some reflection cutouts by Andreas Gampe · 9 years ago
  53. 78d7c88 Merge "ART: Add cutout for Character.toLower/UpperCase" into nyc-dev by Andreas Gampe · 9 years ago
  54. ae628c2 Merge "ART: Add ClassLoader.getResourceAsStream cutout" into nyc-dev by Andreas Gampe · 9 years ago
  55. 81c170f Prevent holding stale Thread pointers by Mathieu Chartier · 9 years ago
  56. 0bdce99 ART: Add cutout for Character.toLower/UpperCase by Andreas Gampe · 9 years ago
  57. ad0b769 Merge "Add more info to monitor contention logging" into nyc-dev by Mathieu Chartier · 9 years ago
  58. dc3c630 Add more info to monitor contention logging by Mathieu Chartier · 9 years ago
  59. 3aa7fb8 Disable stripped-dex test for no-dex2oat. by Richard Uhler · 9 years ago
  60. cfe7184 Disable stripped-dex test on target. by Richard Uhler · 9 years ago
  61. b848ef4 Merge changes I077465e3,I30173023 into nyc-dev by Roland Levillain · 9 years ago
  62. b66bf30 Merge "Increase vtable size for String class" into nyc-dev by Yi Kong · 9 years ago
  63. c393d63 Fix: correctly destruct VIXL labels. by Alexandre Rames · 9 years ago
  64. d1ee809 Move Assemblers to the Arena. by Vladimir Marko · 9 years ago
  65. 0ed11c2 Merge "Allow the framework to register sensistive threads to the runtime" into nyc-dev by Calin Juravle · 9 years ago
  66. 62d6119 Merge "Add weight to compiled/interpreter transitions." into nyc-dev by Nicolas Geoffray · 9 years ago
  67. c4c1de1 Increase vtable size for String class by Yi Kong · 9 years ago
  68. 617209c Track removal of String hash functions. by Narayan Kamath · 9 years ago
  69. 589bf49 OpenJdkJVM: Fix Mac OS build. by Narayan Kamath · 9 years ago
  70. 6fb4c73 OpenJdkJVM: Fix JVM_Lseek by Narayan Kamath · 9 years ago
  71. f3f9cf6 Add weight to compiled/interpreter transitions. by Nicolas Geoffray · 9 years ago
  72. 0f9b07f ART: Remove Security initialization cutout by Andreas Gampe · 9 years ago
  73. c94eeeb ART: Add ClassLoader.getResourceAsStream cutout by Andreas Gampe · 9 years ago
  74. dc4b6dd ART: Fix nits for verifier change by Andreas Gampe · 9 years ago
  75. c69c0ac ART: Make iget receiver mismatch hard verifier error by Andreas Gampe · 9 years ago
  76. 5ad9767 Merge "Sort output of a find command in makefile" into nyc-dev by TreeHugger Robot · 9 years ago
  77. 1e64cfd Merge "Revert "Revert "ART: Improve JitProfile perf in x86_64 mterp""" into nyc-dev by Bill Buzbee · 9 years ago
  78. 8a06497 Revert "Revert "ART: Improve JitProfile perf in x86_64 mterp"" by Bill Buzbee · 9 years ago
  79. 090652b Merge "ART: Add a System.getProperty cutout" into nyc-dev by Andreas Gampe · 9 years ago
  80. 8fff249 Allow the framework to register sensistive threads to the runtime by Calin Juravle · 9 years ago
  81. e39e935 Merge "Fix initialization of field after conflicting merges." into nyc-dev by Nicolas Geoffray · 9 years ago
  82. 7aa5d6e Merge "Remove the JIT from the instrumentation framework." into nyc-dev by Nicolas Geoffray · 9 years ago
  83. d156ae2 Merge "Properly initialize the is_osr_method_being_compiled_ flag." into nyc-dev by Nicolas Geoffray · 9 years ago
  84. b6a74d8 Fix initialization of field after conflicting merges. by Nicolas Geoffray · 9 years ago
  85. 7982f34 Properly initialize the is_osr_method_being_compiled_ flag. by Nicolas Geoffray · 9 years ago
  86. 2efdde2 Merge changes Id1538275,I63632e88 into nyc-dev by David Brazdil · 9 years ago
  87. bb11c8b Remove the JIT from the instrumentation framework. by Nicolas Geoffray · 9 years ago
  88. 535fd5a Rename test whose name was too long for some configs by David Brazdil · 9 years ago
  89. c93a0d1 ART: Update DCHECKs in SsaLivenessAnalysis::AddBackEdgeUses by David Brazdil · 9 years ago
  90. a2bbdc3 ART: Save a bit of memory in production LICM by David Brazdil · 9 years ago
  91. 7107be6 ART: Add a System.getProperty cutout by Andreas Gampe · 9 years ago
  92. 1153ae1 Restore fallback behavior in the no-image stripped-dex case. by Richard Uhler · 9 years ago
  93. f0fe04c Allow private methods in interfaces. by Alex Light · 9 years ago
  94. 1398cf2 Add imgdiag support for diff against zygote by Mathieu Chartier · 9 years ago
  95. 8b157e1 Merge remote-tracking branch 'goog/master' into nyc-dev by Calin Juravle · 9 years ago
  96. 2714f6f Merge "Revert "Revert "ART: Improve JitProfile perf in x86 mterp""" am: 6990775 am: feb48f1 by Bill Buzbee · 9 years ago
  97. f57b6ac Merge "Revert "Revert "ART: Improve JitProfile perf in x86 mterp""" am: 6990775 by Bill Buzbee · 9 years ago
  98. feb48f1 Merge "Revert "Revert "ART: Improve JitProfile perf in x86 mterp""" am: 6990775 by Bill Buzbee · 9 years ago
  99. 6990775 Merge "Revert "Revert "ART: Improve JitProfile perf in x86 mterp""" by Bill Buzbee · 9 years ago
  100. e1a2bbd Merge "Add option to tune sample collection based on thread sensitivity" am: 2c3b101 am: a429ea7 by Calin Juravle · 9 years ago