1. c55efc7 Merge "Add more diagnostics info to flaky oat file assistant test." by Richard Uhler · 10 years ago
  2. 9dfba72 Merge "ART: x86 indexOf intrinsics for the optimizing compiler" by Andreas Gampe · 10 years ago
  3. 21030dd ART: x86 indexOf intrinsics for the optimizing compiler by Andreas Gampe · 10 years ago
  4. f16d572 Add more diagnostics info to flaky oat file assistant test. by Richard Uhler · 10 years ago
  5. 6108ed8 Merge "Add a flag to StackVisitor for inlining." by Nicolas Geoffray · 10 years ago
  6. 8e5bd18 Add a flag to StackVisitor for inlining. by Nicolas Geoffray · 10 years ago
  7. 119b21a Merge "[optimizing] Improve 32 bit long shift by 1." by Roland Levillain · 10 years ago
  8. 0e4c27e Merge "Add a parent environment to HEnvironment." by Nicolas Geoffray · 10 years ago
  9. 0a23d74 Add a parent environment to HEnvironment. by Nicolas Geoffray · 10 years ago
  10. ba56d06 [optimizing] Improve 32 bit long shift by 1. by Mark Mendell · 10 years ago
  11. cdeb0b5 Merge "[optimizing] Tune some x86_64 moves" by Nicolas Geoffray · 10 years ago
  12. 775b7b8 Merge "Don't allow JIT to compile native methods" by Mathieu Chartier · 10 years ago
  13. 70f7d98 Don't allow JIT to compile native methods by Mathieu Chartier · 10 years ago
  14. 591d8e4 Merge "Add stub_test implementation for mips & mips64" by Andreas Gampe · 10 years ago
  15. e20df2a Merge "Fix stub_test for Mips64" by Andreas Gampe · 10 years ago
  16. 0456881 Fix stub_test for Mips64 by Goran Jakovljevic · 10 years ago
  17. 0172c5b Merge "Check IsReferenceVReg during deopt" by Mathieu Chartier · 10 years ago
  18. 50030ef Check IsReferenceVReg during deopt by Mathieu Chartier · 10 years ago
  19. 2c68641 Merge "ART: Merge entries with same name and protect in MemMap dump." by Vladimir Marko · 10 years ago
  20. 17a924a ART: Merge entries with same name and protect in MemMap dump. by Vladimir Marko · 10 years ago
  21. 6727a48 Merge "Skip compilation when falling-through out of method code." by Calin Juravle · 10 years ago
  22. add1d9b Merge "Fix typo in comments." by Richard Uhler · 10 years ago
  23. 2e8da8e Merge "ART: Fix debug output for bad reused MemMap." by Vladimir Marko · 10 years ago
  24. b550582 ART: Fix debug output for bad reused MemMap. by Vladimir Marko · 10 years ago
  25. 659f4c1 Merge "ART: Refactor 082-inline-execute" by Andreas Gampe · 10 years ago
  26. 678e695 ART: Refactor 082-inline-execute by Andreas Gampe · 10 years ago
  27. b361d94 Fix typo in comments. by Richard Uhler · 10 years ago
  28. 7b4de07 Merge "Quick: Fix DCE to rename SSA regs for degenerate Phis." by Vladimir Marko · 10 years ago
  29. b5784d4 Merge "Quick: Abolish kMirOpCheckPart2." by Vladimir Marko · 10 years ago
  30. 92e83bf [optimizing] Tune some x86_64 moves by Mark Mendell · 10 years ago
  31. ba9ef53 Merge "Support multiple instrumentation clients" by Sebastien Hertz · 10 years ago
  32. 0462c4c Support multiple instrumentation clients by Sebastien Hertz · 10 years ago
  33. b882da7 Merge "Remove unused InvokeWithShadowFrame" by Sebastien Hertz · 10 years ago
  34. 5446254 Remove unused InvokeWithShadowFrame by Sebastien Hertz · 10 years ago
  35. 4ef69be Add stub_test implementation for mips & mips64 by Goran Jakovljevic · 10 years ago
  36. e299f16 Quick: Abolish kMirOpCheckPart2. by Vladimir Marko · 10 years ago
  37. 6d2d480 Merge "Fix broken checks in IsValidPartOfMemberNameUtf8Slow." by Narayan Kamath · 10 years ago
  38. f60715c Quick: Fix DCE to rename SSA regs for degenerate Phis. by Vladimir Marko · 10 years ago
  39. eb7c5b1 Merge "JDWP: properly combine location events" by Sebastien Hertz · 10 years ago
  40. 8508e37 Fix broken checks in IsValidPartOfMemberNameUtf8Slow. by Narayan Kamath · 10 years ago
  41. f07f71f Merge "Use a growable array instead of an environment during SSA." by Nicolas Geoffray · 10 years ago
  42. 8c0c91a Use a growable array instead of an environment during SSA. by Nicolas Geoffray · 10 years ago
  43. 46a4b26 Merge "Relax the only one back-edge restriction." by Nicolas Geoffray · 10 years ago
  44. db216f4 Relax the only one back-edge restriction. by Nicolas Geoffray · 10 years ago
  45. bc3b93e Merge "No need to relocate the core image for the art script." by Nicolas Geoffray · 10 years ago
  46. a6591ef Merge "ART: Fix mips64 jni bugs." by Andreas Gampe · 10 years ago
  47. d90957f ART: Fix mips64 jni bugs. by Douglas Leung · 10 years ago
  48. 225f679 Merge "In quick compiler, force string init invoke to be fast path." by Jeff Hao · 10 years ago
  49. a412964 In quick compiler, force string init invoke to be fast path. by Jeff Hao · 10 years ago
  50. 8771be9 Merge "Fix mips64 bugs." by Andreas Gampe · 10 years ago
  51. 6b45fd2 No need to relocate the core image for the art script. by Nicolas Geoffray · 10 years ago
  52. 23d358b Merge "Quick: Inline synthetic accessors generated by jack." by Vladimir Marko · 10 years ago
  53. d5f1005 Quick: Inline synthetic accessors generated by jack. by Vladimir Marko · 10 years ago
  54. dceab01 Merge "Bump jdwp timeout to 12 minutes." by Nicolas Geoffray · 10 years ago
  55. 472b00c Bump jdwp timeout to 12 minutes. by Nicolas Geoffray · 10 years ago
  56. 9cce14f Merge "Re-enable JDWP tests on volantis." by Nicolas Geoffray · 10 years ago
  57. 51a9098 Re-enable JDWP tests on volantis. by Nicolas Geoffray · 10 years ago
  58. 644fa22 Merge "Fix instrumentation exit stub for arm64" by Sebastien Hertz · 10 years ago
  59. 27a4a9d Fix instrumentation exit stub for arm64 by Sebastien Hertz · 10 years ago
  60. 3acc27f Merge "Fix Mips64 utils.h typo" by Andreas Gampe · 10 years ago
  61. e7755e7 Fix Mips64 utils.h typo by Duane Sand · 10 years ago
  62. 35b6625 Merge "Temporarily suppress 098-ddmc for the read barrier config." by Hiroshi Yamauchi · 10 years ago
  63. 1d85823 Temporarily suppress 098-ddmc for the read barrier config. by Hiroshi Yamauchi · 10 years ago
  64. 2b689e3 Merge "Revert "Revert "Revert "Revert "[optimizing] Improve x86 shifts""""" by Roland Levillain · 10 years ago
  65. 898fa9b Merge "Find better split positions in the register allocator." by Nicolas Geoffray · 10 years ago
  66. fbda5f3 Find better split positions in the register allocator. by Nicolas Geoffray · 10 years ago
  67. 008b17a Merge "ART: Fix double-free in oatdump" by Andreas Gampe · 10 years ago
  68. df2bb1f ART: Fix double-free in oatdump by Andreas Gampe · 10 years ago
  69. c2baa5e Merge "ART: Emit debug info when app is debuggable" by Andreas Gampe · 10 years ago
  70. f307f8c ART: Emit debug info when app is debuggable by Andreas Gampe · 10 years ago
  71. dd13f15 Merge "Fix mismatched new[]/delete." by Christopher Ferris · 10 years ago
  72. d864f50 Merge "Delete invalid DCHECK" by Mathieu Chartier · 10 years ago
  73. 241a958 Fix mismatched new[]/delete. by Christopher Ferris · 10 years ago
  74. e1a0153 Delete invalid DCHECK by Mathieu Chartier · 10 years ago
  75. a93b104 Merge "Improve JNI registration failure logging" by Mathieu Chartier · 10 years ago
  76. 5c02d6c Improve JNI registration failure logging by Mathieu Chartier · 10 years ago
  77. a6f2a7e Merge "Fix NanoSleep and add test" by Mathieu Chartier · 10 years ago
  78. 0b063d9 Fix NanoSleep and add test by Mathieu Chartier · 10 years ago
  79. 7394569 Revert "Revert "Revert "Revert "[optimizing] Improve x86 shifts"""" by Mark P Mendell · 10 years ago
  80. 8a30bf2 Merge "Add some more DISALLOW_COPY_AND_ASSIGN" by Mathieu Chartier · 10 years ago
  81. 3130cdf Add some more DISALLOW_COPY_AND_ASSIGN by Mathieu Chartier · 10 years ago
  82. 25dcb25 Merge "Let the map function compute the relative pc." by Christopher Ferris · 10 years ago
  83. 5a1b2bf Let the map function compute the relative pc. by Christopher Ferris · 10 years ago
  84. 43e1bc6 Merge "Request full/partial GC type from VMRuntime.requestConcurrentGC()." by Hiroshi Yamauchi · 10 years ago
  85. 376d941 Merge "ART: Fix max build" by Andreas Gampe · 10 years ago
  86. e3d623e ART: Fix max build by Andreas Gampe · 10 years ago
  87. b0d9f0d Merge "Re-enable clang for Mips/Mips64 targets." by Chih-hung Hsieh · 10 years ago
  88. 0ae9899 Request full/partial GC type from VMRuntime.requestConcurrentGC(). by Hiroshi Yamauchi · 10 years ago
  89. 8223b80 Fix mips64 bugs. by Douglas Leung · 10 years ago
  90. 91ddd0d Re-enable clang for Mips/Mips64 targets. by Duane Sand · 10 years ago
  91. 1db3554 Merge "Print memory maps on GC crash." by Hiroshi Yamauchi · 10 years ago
  92. 772b617 Merge "Add binary search table to .eh_frame_hdr" by Andreas Gampe · 10 years ago
  93. 033d745 Add binary search table to .eh_frame_hdr by David Srbecky · 10 years ago
  94. 485971c Merge "Do not write CFI and symbols for deduplicate methods." by Andreas Gampe · 10 years ago
  95. d38ec80 Print memory maps on GC crash. by Hiroshi Yamauchi · 10 years ago
  96. f274519 Merge "Change invalid root from LOG(ERROR) to LOG(INTERNAL_FATAL)" by Mathieu Chartier · 10 years ago
  97. 175746a Change invalid root from LOG(ERROR) to LOG(INTERNAL_FATAL) by Mathieu Chartier · 10 years ago
  98. 6d73c9d Do not write CFI and symbols for deduplicate methods. by David Srbecky · 10 years ago
  99. 702d260 Skip compilation when falling-through out of method code. by Calin Juravle · 10 years ago
  100. 0697e84 Merge "Update the remaining input index of phis after deleting an input." by Nicolas Geoffray · 10 years ago