1. 2c27f2c ART: Split Checker into smaller files by David Brazdil · 10 years ago
  2. 2d999e0 Merge "Revert "ART: Split Checker into smaller files"" by David Brazdil · 10 years ago
  3. 2588023 Revert "ART: Split Checker into smaller files" by David Brazdil · 10 years ago
  4. d62e2d0 Merge "ART: Split Checker into smaller files" by David Brazdil · 10 years ago
  5. a490be5 ART: Split Checker into smaller files by David Brazdil · 10 years ago
  6. cdf89f3 Merge "Small correction in Optimizing's ARM64 code generator." by Roland Levillain · 10 years ago
  7. c23fef5 Merge "Revert "Add new rule to the graph checker."" by Calin Juravle · 10 years ago
  8. 1d8b49f Revert "Add new rule to the graph checker." by Calin Juravle · 10 years ago
  9. fe8cd35 Merge "Add new rule to the graph checker." by Calin Juravle · 10 years ago
  10. 987b2e6 Merge "Simplify floating-point comparisons with NaN in Optimizing." by Roland Levillain · 10 years ago
  11. faf935e Merge "ART: Enable Checker annotations in smali files" by David Brazdil · 10 years ago
  12. dacf601 ART: Enable Checker annotations in smali files by David Brazdil · 10 years ago
  13. b6c37c9 Merge "Update test expectations." by Nicolas Geoffray · 10 years ago
  14. 6f3f6c7 Update test expectations. by Nicolas Geoffray · 10 years ago
  15. bdd9f2d Merge "Remove unused StackHandleScope" by Sebastien Hertz · 10 years ago
  16. 1d316ad Merge "Insert a read barrier in the JNI bridge." by Hiroshi Yamauchi · 10 years ago
  17. bd0cfef Merge "Fix typo in VLOG message." by Richard Uhler · 10 years ago
  18. c55efc7 Merge "Add more diagnostics info to flaky oat file assistant test." by Richard Uhler · 10 years ago
  19. 9dfba72 Merge "ART: x86 indexOf intrinsics for the optimizing compiler" by Andreas Gampe · 10 years ago
  20. 21030dd ART: x86 indexOf intrinsics for the optimizing compiler by Andreas Gampe · 10 years ago
  21. 9d50775 Add new rule to the graph checker. by Calin Juravle · 10 years ago
  22. db30566 Remove unused StackHandleScope by Sebastien Hertz · 10 years ago
  23. f7f798c Fix typo in VLOG message. by Richard Uhler · 10 years ago
  24. f16d572 Add more diagnostics info to flaky oat file assistant test. by Richard Uhler · 10 years ago
  25. 6108ed8 Merge "Add a flag to StackVisitor for inlining." by Nicolas Geoffray · 10 years ago
  26. 8e5bd18 Add a flag to StackVisitor for inlining. by Nicolas Geoffray · 10 years ago
  27. 119b21a Merge "[optimizing] Improve 32 bit long shift by 1." by Roland Levillain · 10 years ago
  28. 0e4c27e Merge "Add a parent environment to HEnvironment." by Nicolas Geoffray · 10 years ago
  29. 0a23d74 Add a parent environment to HEnvironment. by Nicolas Geoffray · 10 years ago
  30. ba56d06 [optimizing] Improve 32 bit long shift by 1. by Mark Mendell · 10 years ago
  31. cdeb0b5 Merge "[optimizing] Tune some x86_64 moves" by Nicolas Geoffray · 10 years ago
  32. 775b7b8 Merge "Don't allow JIT to compile native methods" by Mathieu Chartier · 10 years ago
  33. 70f7d98 Don't allow JIT to compile native methods by Mathieu Chartier · 10 years ago
  34. 591d8e4 Merge "Add stub_test implementation for mips & mips64" by Andreas Gampe · 10 years ago
  35. e20df2a Merge "Fix stub_test for Mips64" by Andreas Gampe · 10 years ago
  36. 0456881 Fix stub_test for Mips64 by Goran Jakovljevic · 10 years ago
  37. 0172c5b Merge "Check IsReferenceVReg during deopt" by Mathieu Chartier · 10 years ago
  38. 50030ef Check IsReferenceVReg during deopt by Mathieu Chartier · 10 years ago
  39. 2c68641 Merge "ART: Merge entries with same name and protect in MemMap dump." by Vladimir Marko · 10 years ago
  40. 17a924a ART: Merge entries with same name and protect in MemMap dump. by Vladimir Marko · 10 years ago
  41. 6727a48 Merge "Skip compilation when falling-through out of method code." by Calin Juravle · 10 years ago
  42. add1d9b Merge "Fix typo in comments." by Richard Uhler · 10 years ago
  43. 3b55ebb Simplify floating-point comparisons with NaN in Optimizing. by Roland Levillain · 10 years ago
  44. 2e8da8e Merge "ART: Fix debug output for bad reused MemMap." by Vladimir Marko · 10 years ago
  45. b550582 ART: Fix debug output for bad reused MemMap. by Vladimir Marko · 10 years ago
  46. 659f4c1 Merge "ART: Refactor 082-inline-execute" by Andreas Gampe · 10 years ago
  47. 678e695 ART: Refactor 082-inline-execute by Andreas Gampe · 10 years ago
  48. 1cc71eb Insert a read barrier in the JNI bridge. by Hiroshi Yamauchi · 10 years ago
  49. b361d94 Fix typo in comments. by Richard Uhler · 10 years ago
  50. 7b4de07 Merge "Quick: Fix DCE to rename SSA regs for degenerate Phis." by Vladimir Marko · 10 years ago
  51. b5784d4 Merge "Quick: Abolish kMirOpCheckPart2." by Vladimir Marko · 10 years ago
  52. 92e83bf [optimizing] Tune some x86_64 moves by Mark Mendell · 10 years ago
  53. ba9ef53 Merge "Support multiple instrumentation clients" by Sebastien Hertz · 10 years ago
  54. 0462c4c Support multiple instrumentation clients by Sebastien Hertz · 10 years ago
  55. b882da7 Merge "Remove unused InvokeWithShadowFrame" by Sebastien Hertz · 10 years ago
  56. 5446254 Remove unused InvokeWithShadowFrame by Sebastien Hertz · 10 years ago
  57. 4ef69be Add stub_test implementation for mips & mips64 by Goran Jakovljevic · 10 years ago
  58. e299f16 Quick: Abolish kMirOpCheckPart2. by Vladimir Marko · 10 years ago
  59. 6d2d480 Merge "Fix broken checks in IsValidPartOfMemberNameUtf8Slow." by Narayan Kamath · 10 years ago
  60. f60715c Quick: Fix DCE to rename SSA regs for degenerate Phis. by Vladimir Marko · 10 years ago
  61. eb7c5b1 Merge "JDWP: properly combine location events" by Sebastien Hertz · 10 years ago
  62. 8508e37 Fix broken checks in IsValidPartOfMemberNameUtf8Slow. by Narayan Kamath · 10 years ago
  63. f07f71f Merge "Use a growable array instead of an environment during SSA." by Nicolas Geoffray · 10 years ago
  64. 8c0c91a Use a growable array instead of an environment during SSA. by Nicolas Geoffray · 10 years ago
  65. 46a4b26 Merge "Relax the only one back-edge restriction." by Nicolas Geoffray · 10 years ago
  66. db216f4 Relax the only one back-edge restriction. by Nicolas Geoffray · 10 years ago
  67. bc3b93e Merge "No need to relocate the core image for the art script." by Nicolas Geoffray · 10 years ago
  68. a6591ef Merge "ART: Fix mips64 jni bugs." by Andreas Gampe · 10 years ago
  69. d90957f ART: Fix mips64 jni bugs. by Douglas Leung · 10 years ago
  70. 225f679 Merge "In quick compiler, force string init invoke to be fast path." by Jeff Hao · 10 years ago
  71. a412964 In quick compiler, force string init invoke to be fast path. by Jeff Hao · 10 years ago
  72. 8771be9 Merge "Fix mips64 bugs." by Andreas Gampe · 10 years ago
  73. 6b45fd2 No need to relocate the core image for the art script. by Nicolas Geoffray · 10 years ago
  74. 23d358b Merge "Quick: Inline synthetic accessors generated by jack." by Vladimir Marko · 10 years ago
  75. d5f1005 Quick: Inline synthetic accessors generated by jack. by Vladimir Marko · 10 years ago
  76. dceab01 Merge "Bump jdwp timeout to 12 minutes." by Nicolas Geoffray · 10 years ago
  77. 472b00c Bump jdwp timeout to 12 minutes. by Nicolas Geoffray · 10 years ago
  78. 9cce14f Merge "Re-enable JDWP tests on volantis." by Nicolas Geoffray · 10 years ago
  79. 51a9098 Re-enable JDWP tests on volantis. by Nicolas Geoffray · 10 years ago
  80. 644fa22 Merge "Fix instrumentation exit stub for arm64" by Sebastien Hertz · 10 years ago
  81. 27a4a9d Fix instrumentation exit stub for arm64 by Sebastien Hertz · 10 years ago
  82. 3acc27f Merge "Fix Mips64 utils.h typo" by Andreas Gampe · 10 years ago
  83. e7755e7 Fix Mips64 utils.h typo by Duane Sand · 10 years ago
  84. 35b6625 Merge "Temporarily suppress 098-ddmc for the read barrier config." by Hiroshi Yamauchi · 10 years ago
  85. 1d85823 Temporarily suppress 098-ddmc for the read barrier config. by Hiroshi Yamauchi · 10 years ago
  86. 896e32d Small correction in Optimizing's ARM64 code generator. by Roland Levillain · 10 years ago
  87. 2b689e3 Merge "Revert "Revert "Revert "Revert "[optimizing] Improve x86 shifts""""" by Roland Levillain · 10 years ago
  88. 898fa9b Merge "Find better split positions in the register allocator." by Nicolas Geoffray · 10 years ago
  89. fbda5f3 Find better split positions in the register allocator. by Nicolas Geoffray · 10 years ago
  90. 008b17a Merge "ART: Fix double-free in oatdump" by Andreas Gampe · 10 years ago
  91. df2bb1f ART: Fix double-free in oatdump by Andreas Gampe · 10 years ago
  92. c2baa5e Merge "ART: Emit debug info when app is debuggable" by Andreas Gampe · 10 years ago
  93. f307f8c ART: Emit debug info when app is debuggable by Andreas Gampe · 10 years ago
  94. dd13f15 Merge "Fix mismatched new[]/delete." by Christopher Ferris · 10 years ago
  95. d864f50 Merge "Delete invalid DCHECK" by Mathieu Chartier · 10 years ago
  96. 241a958 Fix mismatched new[]/delete. by Christopher Ferris · 10 years ago
  97. e1a0153 Delete invalid DCHECK by Mathieu Chartier · 10 years ago
  98. a93b104 Merge "Improve JNI registration failure logging" by Mathieu Chartier · 10 years ago
  99. 5c02d6c Improve JNI registration failure logging by Mathieu Chartier · 10 years ago
  100. a6f2a7e Merge "Fix NanoSleep and add test" by Mathieu Chartier · 10 years ago