1. 12beecf Merge "ART: Blacklist CFI test for Heap Poisoning" by Andreas Gampe · 9 years ago
  2. 4437219 ART: Blacklist CFI test for Heap Poisoning by Andreas Gampe · 9 years ago
  3. 24128c6 ART: Rename graph dump file name to 'graph.cfg' by David Brazdil · 9 years ago
  4. 7114119 ART: Implement next-line assertions in Checker by David Brazdil · 9 years ago
  5. 39b6c24 Intercept JNI invocation of String.<init> methods. by Jeff Hao · 9 years ago
  6. 540cc3d ART: Use v2 version of NativeBridge struct by Andreas Gampe · 9 years ago
  7. 22efeba Merge "ART: Blacklist CFI test for JIT" by Andreas Gampe · 9 years ago
  8. aab9f73 ART: Blacklist CFI test for JIT by Andreas Gampe · 9 years ago
  9. d6eee93 Merge "ART: Fix RegisterNative order" by Andreas Gampe · 9 years ago
  10. 3f1dc56 ART: Fix RegisterNative order by Andreas Gampe · 9 years ago
  11. e1bbed2 ART: Blacklist CFI test for non-compiled run-tests by Andreas Gampe · 9 years ago
  12. e128ee2 Merge "ART: CFI Test" by Andreas Gampe · 9 years ago
  13. 7381010 ART: CFI Test by Andreas Gampe · 9 years ago
  14. 9099ef7 Add tests for InstanceOf's and CheckCast's MustDoNullCheck by Guillaume "Vermeille" Sanchez · 9 years ago
  15. 0ba218d Remove unnecessary clinit checks by Calin Juravle · 9 years ago
  16. 9ba4e65 Merge "Revert "Add test for Change-Id: Ied0412a01922b40a3f5d89bed49707498582abc1"" by Calin Juravle · 9 years ago
  17. 2b79984 Revert "Add test for Change-Id: Ied0412a01922b40a3f5d89bed49707498582abc1" by Calin Juravle · 9 years ago
  18. 713c59e Merge "Add test for Change-Id: Ied0412a01922b40a3f5d89bed49707498582abc1" by Calin Juravle · 9 years ago
  19. 0f675d8 Add test for Change-Id: Ied0412a01922b40a3f5d89bed49707498582abc1 by Guillaume "Vermeille" Sanchez · 9 years ago
  20. dc50823 ART: Fix broken Checker test by David Brazdil · 9 years ago
  21. cc8bda0 Merge "Test and fix bug checking status of secondary multidex files." by Richard Uhler · 9 years ago
  22. dc23a38 Merge "Eliminate redundant constructor barriers when inlining." by Calin Juravle · 9 years ago
  23. 3cd4fc8 Eliminate redundant constructor barriers when inlining. by Calin Juravle · 9 years ago
  24. a5511ad Merge "ART: Rephrase test comments, update Checker README" by David Brazdil · 9 years ago
  25. 67ff7d1 Test and fix bug checking status of secondary multidex files. by Richard Uhler · 9 years ago
  26. c7a2485 ART: Revert change to LiveRange::Dump by David Brazdil · 9 years ago
  27. 7fe79ff Revert "ART: Revert change to LiveRange::Dump" by David Brazdil · 9 years ago
  28. d56dd2b ART: Rephrase test comments, update Checker README by David Brazdil · 9 years ago
  29. 294a050 ART: Revert change to LiveRange::Dump by David Brazdil · 9 years ago
  30. 84daae5 ART: Removed redundant Phis as part of DCE by David Brazdil · 9 years ago
  31. c88b09f Merge "ART: Print C1vis lists as [v1,...,vN]" by David Brazdil · 9 years ago
  32. c57397b ART: Print C1vis lists as [v1,...,vN] by David Brazdil · 9 years ago
  33. 99df2b1 Merge "Opt compiler: Speedup div/rem by constants on arm32 and arm64." by Nicolas Geoffray · 9 years ago
  34. c666710 Opt compiler: Speedup div/rem by constants on arm32 and arm64. by Zheng Xu · 9 years ago
  35. c2c48ff ART: Change Checker syntax for variables by David Brazdil · 9 years ago
  36. 1cad536 Merge "ART: Refactor GraphVisualizer attribute printing" by David Brazdil · 9 years ago
  37. c7465286 ART: Refactor GraphVisualizer attribute printing by David Brazdil · 9 years ago
  38. 2a6c5ee Merge "[optimizing] Fold HTypeConversion of constants" by Roland Levillain · 9 years ago
  39. 4e06778 Also print class for NoSuchFieldException by Mathieu Chartier · 9 years ago
  40. e82549b [optimizing] Fold HTypeConversion of constants by Mark Mendell · 9 years ago
  41. da3749e Add test for String init called from unresolvable class. by Jeff Hao · 9 years ago
  42. cefb155 Merge "ART: arm indexOf intrinsics for the optimizing compiler" by Andreas Gampe · 9 years ago
  43. 7207898 Merge "Re-enable 098-ddmc for the read barrier config." by Hiroshi Yamauchi · 9 years ago
  44. f396211 Merge "ART: Rediscover loops after deleting blocks in DCE" by David Brazdil · 9 years ago
  45. 2c27f2c ART: Split Checker into smaller files by David Brazdil · 9 years ago
  46. 2588023 Revert "ART: Split Checker into smaller files" by David Brazdil · 9 years ago
  47. a490be5 ART: Split Checker into smaller files by David Brazdil · 9 years ago
  48. ba6fdbc ART: arm indexOf intrinsics for the optimizing compiler by Andreas Gampe · 9 years ago
  49. a4b8c21 ART: Rediscover loops after deleting blocks in DCE by David Brazdil · 9 years ago
  50. 987b2e6 Merge "Simplify floating-point comparisons with NaN in Optimizing." by Roland Levillain · 9 years ago
  51. dacf601 ART: Enable Checker annotations in smali files by David Brazdil · 9 years ago
  52. 983f1b2 Re-enable 098-ddmc for the read barrier config. by Hiroshi Yamauchi · 9 years ago
  53. 9dfba72 Merge "ART: x86 indexOf intrinsics for the optimizing compiler" by Andreas Gampe · 9 years ago
  54. 21030dd ART: x86 indexOf intrinsics for the optimizing compiler by Andreas Gampe · 9 years ago
  55. 6108ed8 Merge "Add a flag to StackVisitor for inlining." by Nicolas Geoffray · 9 years ago
  56. 8e5bd18 Add a flag to StackVisitor for inlining. by Nicolas Geoffray · 9 years ago
  57. ba56d06 [optimizing] Improve 32 bit long shift by 1. by Mark Mendell · 9 years ago
  58. 6727a48 Merge "Skip compilation when falling-through out of method code." by Calin Juravle · 9 years ago
  59. 3b55ebb Simplify floating-point comparisons with NaN in Optimizing. by Roland Levillain · 9 years ago
  60. 678e695 ART: Refactor 082-inline-execute by Andreas Gampe · 9 years ago
  61. 0462c4c Support multiple instrumentation clients by Sebastien Hertz · 9 years ago
  62. 1d85823 Temporarily suppress 098-ddmc for the read barrier config. by Hiroshi Yamauchi · 9 years ago
  63. fbda5f3 Find better split positions in the register allocator. by Nicolas Geoffray · 9 years ago
  64. 702d260 Skip compilation when falling-through out of method code. by Calin Juravle · 9 years ago
  65. 5d7b7f8 Update the remaining input index of phis after deleting an input. by Nicolas Geoffray · 9 years ago
  66. fd5f56d Merge "Revert "GVN final fields even with side effects."" by Nicolas Geoffray · 9 years ago
  67. 2af2307 Revert "GVN final fields even with side effects." by Nicolas Geoffray · 9 years ago
  68. 56784f8 Merge "GVN final fields even with side effects." by Nicolas Geoffray · 9 years ago
  69. 7817336 GVN final fields even with side effects. by Nicolas Geoffray · 9 years ago
  70. 0cba004 ART: Allow oat files with duplicates classes in corner case by Andreas Gampe · 9 years ago
  71. ed51747 Merge "Add synthesize uses at back edge." by Nicolas Geoffray · 9 years ago
  72. 5790260 Add synthesize uses at back edge. by Nicolas Geoffray · 9 years ago
  73. 69a2804 ART: Fix loop information after dead code elimination by David Brazdil · 9 years ago
  74. 5c8bb7e Bugs have been fixed, so run the tests. by Nicolas Geoffray · 9 years ago
  75. b8df660 Merge "Change ddmc run-test to make new objects instead of strings." by Jeff Hao · 9 years ago
  76. 67aea0a Change ddmc run-test to make new objects instead of strings. by Jeff Hao · 9 years ago
  77. edede5c Merge "Quick: Fix crash on fall-through out of method code." by Vladimir Marko · 9 years ago
  78. 2bee20b Quick: Fix crash on fall-through out of method code. by Calin Juravle · 9 years ago
  79. 2d2f2a9 Fix constructor access check through reflection by Sebastien Hertz · 9 years ago
  80. a94fb1f Merge "Revert "Revert "[optimizing] Replace FP divide by power of 2""" by Nicolas Geoffray · 9 years ago
  81. f0a3d3d Merge "ART: Fix constructor access checking" by Andreas Gampe · 9 years ago
  82. 8208bdd ART: Fix constructor access checking by Andreas Gampe · 9 years ago
  83. 848f70a Replace String CharArray with internal uint16_t array. by Jeff Hao · 11 years ago
  84. 0d22184 Revert "Revert "[optimizing] Replace FP divide by power of 2"" by Nicolas Geoffray · 9 years ago
  85. 769c9e5 ART: Simplify Ifs with BooleanNot condition by David Brazdil · 9 years ago
  86. c7508e9 ART: Fix removing a Phi with RemoveInstruction by David Brazdil · 9 years ago
  87. 9d750ef BCE: don't add deoptimization if the loop has early exit. by Mingyao Yang · 9 years ago
  88. f382eff Merge "Deoptimization-based BCE for unknown loop bounds." by Mingyao Yang · 9 years ago
  89. 206d6fd Deoptimization-based BCE for unknown loop bounds. by Mingyao Yang · 9 years ago
  90. adf1597 Merge "Revert "[optimizing] Replace FP divide by power of 2"" by Nicolas Geoffray · 9 years ago
  91. 067cae2 Revert "[optimizing] Replace FP divide by power of 2" by Nicolas Geoffray · 9 years ago
  92. 5ff903a Merge "[optimizing] Replace FP divide by power of 2" by Nicolas Geoffray · 9 years ago
  93. b15be57 ART: Test for GVN skipping by Andreas Gampe · 9 years ago
  94. 94329d3 ART: Duplicate-classes cleanup by Andreas Gampe · 9 years ago
  95. 6e655af Merge "ART: Check for duplicate classes when loading oat files" by Andreas Gampe · 9 years ago
  96. 5f02c6c Reduce the number of explicit clinit checks for static invokes. by Roland Levillain · 9 years ago
  97. eb5459c Merge "Ensure inlined static calls perform clinit checks in Optimizing." by Roland Levillain · 9 years ago
  98. b9aec2c ART: Check for duplicate classes when loading oat files by Andreas Gampe · 9 years ago
  99. 7bf9bc7 Merge "Minor improvements to 458-checker-instruction-simplification." by Roland Levillain · 9 years ago
  100. 4c0eb42 Ensure inlined static calls perform clinit checks in Optimizing. by Roland Levillain · 9 years ago