1. b241a9b Merge "ART: Add operator == and != with nullptr to Handle" am: fe35fe172a by Andreas Gampe · 8 years ago
  2. fe35fe1 Merge "ART: Add operator == and != with nullptr to Handle" by Treehugger Robot · 8 years ago
  3. de17fc8 Merge "Fix test scripts to account for new linker behavior" am: a0637543dc by Dimitry Ivanov · 8 years ago
  4. a063754 Merge "Fix test scripts to account for new linker behavior" by Treehugger Robot · 8 years ago
  5. f3054ae Merge "Update test 044 for java-8" am: 0c306646ed by Alex Light · 8 years ago
  6. 0c30664 Merge "Update test 044 for java-8" by Treehugger Robot · 8 years ago
  7. b34a934 Merge "ART: Make dex2oat watchdog configurable" am: a6dfa573fa by Andreas Gampe · 8 years ago
  8. a6dfa57 Merge "ART: Make dex2oat watchdog configurable" by Treehugger Robot · 8 years ago
  9. fa4333d ART: Add operator == and != with nullptr to Handle by Andreas Gampe · 8 years ago
  10. 49c2c92 Fix test scripts to account for new linker behavior by Dimitry Ivanov · 8 years ago
  11. 4196546 Merge "Added a few integral SIMD extensions for x86/x86_64 (SSE)." by Aart Bik · 8 years ago
  12. 1fb5126 Merge "Added a few integral SIMD extensions for x86/x86_64 (SSE)." by Treehugger Robot · 8 years ago
  13. 02f1a9a Merge "Revert^6 "Make class redefinition work with native methods on stack."" by Alex Light · 8 years ago
  14. 6def702 Merge "Revert^6 "Make class redefinition work with native methods on stack."" by Treehugger Robot · 8 years ago
  15. eee0bd4 Revert^6 "Make class redefinition work with native methods on stack." by Alex Light · 8 years ago
  16. b5a1e26 Merge "Revert "Enable dex2oat swap test for CC on x86."" am: aff5505d85 by Vladimir Marko · 8 years ago
  17. aff5505 Merge "Revert "Enable dex2oat swap test for CC on x86."" by Vladimir Marko · 8 years ago
  18. 57070da Revert "Enable dex2oat swap test for CC on x86." by Vladimir Marko · 8 years ago
  19. 0114a43 Merge "ART: invoke-custom support" am: 2a46b682b8 by Orion Hodson · 8 years ago
  20. 2a46b68 Merge "ART: invoke-custom support" by Orion Hodson · 8 years ago
  21. 9d9ced3 Merge "ARM64: Improve String.equals() intrinsic for const strings." by Vladimir Marko · 8 years ago
  22. 2d98ba6 Merge "ARM64: Improve String.equals() intrinsic for const strings." by Treehugger Robot · 8 years ago
  23. 71f199f Merge "Revert "Disable libcore tests for now."" am: 582fc0501b by Nicolas Geoffray · 8 years ago
  24. 582fc05 Merge "Revert "Disable libcore tests for now."" by Nicolas Geoffray · 8 years ago
  25. f4728f7 Revert "Disable libcore tests for now." by Nicolas Geoffray · 8 years ago
  26. c069a30 ART: invoke-custom support by Orion Hodson · 8 years ago
  27. e39f14f ARM64: Improve String.equals() intrinsic for const strings. by Vladimir Marko · 8 years ago
  28. 1c0b5dd Merge "Bump oat version." am: 1882c2295f by Vladimir Marko · 8 years ago
  29. 1882c22 Merge "Bump oat version." by Treehugger Robot · 8 years ago
  30. b7ea379 Bump oat version. by Vladimir Marko · 8 years ago
  31. 29c453a Merge changes I1042e87f,I58b17ecf am: 5d3357b6f1 by Richard Uhler · 8 years ago
  32. 5d3357b Merge changes I1042e87f,I58b17ecf by Treehugger Robot · 8 years ago
  33. f15cee4 Merge "Revert "Revert^4 "Make class redefinition work with native methods on stack.""" by Roland Levillain · 8 years ago
  34. 86bbe45 Merge "Revert "Revert^4 "Make class redefinition work with native methods on stack.""" by Roland Levillain · 8 years ago
  35. 02b2349 Revert "Revert^4 "Make class redefinition work with native methods on stack."" by Roland Levillain · 8 years ago
  36. 84f50ae Remove remaining uses of DexFile::GetChecksum. by Richard Uhler · 8 years ago
  37. 69bcf2c Improve checking of multidex dex checksums. by Richard Uhler · 8 years ago
  38. 54a05f0 Merge "ART: Add DEX support for MethodHandle and CallSite info." am: 3f38398380 by Orion Hodson · 8 years ago
  39. 3f38398 Merge "ART: Add DEX support for MethodHandle and CallSite info." by Orion Hodson · 8 years ago
  40. 22e300d Merge "Revert^3 "Hash-based dex cache type array."" am: df5492c5e1 by Mathieu Chartier · 8 years ago
  41. df5492c Merge "Revert^3 "Hash-based dex cache type array."" by Treehugger Robot · 8 years ago
  42. b650571 Merge "ART: Correctly handle temporary classes in class-load events (4/3)" by Andreas Gampe · 8 years ago
  43. 1f38f99 Merge "ART: Correctly handle temporary classes in class-load events (4/3)" by Treehugger Robot · 8 years ago
  44. 5812e20 Revert^3 "Hash-based dex cache type array." by Mathieu Chartier · 8 years ago
  45. 48e047a Merge "Revert^4 "Make class redefinition work with native methods on stack."" by Alex Light · 8 years ago
  46. 2505733 Merge "Revert^4 "Make class redefinition work with native methods on stack."" by Treehugger Robot · 8 years ago
  47. 52784ac ART: Correctly handle temporary classes in class-load events (4/3) by Andreas Gampe · 8 years ago
  48. f14db6a Merge "Deduplicate register maps for both inline and normal stack maps" by Mathieu Chartier · 8 years ago
  49. 518f373 Merge "Deduplicate register maps for both inline and normal stack maps" by Treehugger Robot · 8 years ago
  50. c0af234 Update test 044 for java-8 by Alex Light · 8 years ago
  51. 724f77e Revert^4 "Make class redefinition work with native methods on stack." by Alex Light · 8 years ago
  52. 3228908 Deduplicate register maps for both inline and normal stack maps by Mathieu Chartier · 8 years ago
  53. 68555e9 Added a few integral SIMD extensions for x86/x86_64 (SSE). by Aart Bik · 8 years ago
  54. fa6de2b Merge "Enable dex2oat swap test for CC on x86." am: 5abcfe6254 by Vladimir Marko · 8 years ago
  55. 5abcfe6 Merge "Enable dex2oat swap test for CC on x86." by Treehugger Robot · 8 years ago
  56. 3c5176e Merge "Remove special treatment of native method for CHA." am: 60acc33c5b by Mingyao Yang · 8 years ago
  57. 60acc33 Merge "Remove special treatment of native method for CHA." by Mingyao Yang · 8 years ago
  58. 767e4bd Merge "Disable libcore tests for now." am: 2d33ce2d96 by Nicolas Geoffray · 8 years ago
  59. 2d33ce2 Merge "Disable libcore tests for now." by Nicolas Geoffray · 8 years ago
  60. b1cde6a Disable libcore tests for now. by Nicolas Geoffray · 8 years ago
  61. 022708e Merge "Clarify comment on JIT cache flush issue" am: ec0395c4cc by Kevin Brodsky · 8 years ago
  62. ec0395c Merge "Clarify comment on JIT cache flush issue" by Treehugger Robot · 8 years ago
  63. 29a44ce Merge "Fix the empty checkpoint timeout." am: 7d863344e9 by Hiroshi Yamauchi · 8 years ago
  64. 7d86334 Merge "Fix the empty checkpoint timeout." by Hiroshi Yamauchi · 8 years ago
  65. 2e8a256 ART: Make dex2oat watchdog configurable by Andreas Gampe · 8 years ago
  66. 38f5663 Enable dex2oat swap test for CC on x86. by Vladimir Marko · 8 years ago
  67. fffe770 Merge "ART: Correctly handle temporary classes in class-load events (3/3)" by Andreas Gampe · 8 years ago
  68. ebf4d99 Merge "ART: Correctly handle temporary classes in class-load events (3/3)" by Treehugger Robot · 8 years ago
  69. 808a103 Merge "Use VerifierDeps test file for dex2oat swap tests." am: 7a2a3407a8 by Vladimir Marko · 8 years ago
  70. 7a2a340 Merge "Use VerifierDeps test file for dex2oat swap tests." by Vladimir Marko · 8 years ago
  71. 33af218 Merge "Revert^2 "Hash-based dex cache type array."" am: 71953d82e8 by Vladimir Marko · 8 years ago
  72. 71953d8 Merge "Revert^2 "Hash-based dex cache type array."" by Vladimir Marko · 8 years ago
  73. 12f4ff4 ART: Add DEX support for MethodHandle and CallSite info. by Orion Hodson · 8 years ago
  74. 38b6534 Merge "String Compression for MIPS32 and MIPS64" am: ab58a629d6 by Goran Jakovljevic · 8 years ago
  75. ab58a62 Merge "String Compression for MIPS32 and MIPS64" by Treehugger Robot · 8 years ago
  76. f401c33 Merge changes I425a7d61,I30365ad6 am: 47bad4dc4d by Roland Levillain · 8 years ago
  77. 47bad4d Merge changes I425a7d61,I30365ad6 by Roland Levillain · 8 years ago
  78. f94fa81 String Compression for MIPS32 and MIPS64 by Goran Jakovljevic · 8 years ago
  79. 1f7a5e5 Merge "Convert preload list to profile" am: 4ab54e1935 by David Sehr · 8 years ago
  80. 4ab54e1 Merge "Convert preload list to profile" by David Sehr · 8 years ago
  81. 8457de5 Merge "Revert "runtime: Mmap uncompressed dex files (in zip) as clean memory"" by Nicolas Geoffray · 8 years ago
  82. ff3711c Merge "Revert "runtime: Mmap uncompressed dex files (in zip) as clean memory"" by Nicolas Geoffray · 8 years ago
  83. 960b2af Revert "runtime: Mmap uncompressed dex files (in zip) as clean memory" by Nicolas Geoffray · 8 years ago
  84. dee9d2a Merge "Allow testrunner to run test when inside ART directory" am: 671eb7beee by Shubham Ajmera · 8 years ago
  85. 671eb7b Merge "Allow testrunner to run test when inside ART directory" by Shubham Ajmera · 8 years ago
  86. bc3bfeb Merge "Use null error_msg for pic images" am: ade40116a8 by Mathieu Chartier · 8 years ago
  87. ade4011 Merge "Use null error_msg for pic images" by Treehugger Robot · 8 years ago
  88. 57ac633 Merge "Add extra logging for image decompression speed" am: c740a85683 by Mathieu Chartier · 8 years ago
  89. c740a85 Merge "Add extra logging for image decompression speed" by Treehugger Robot · 8 years ago
  90. 66b1d57 Use null error_msg for pic images by Mathieu Chartier · 8 years ago
  91. 0d4d291 Add extra logging for image decompression speed by Mathieu Chartier · 8 years ago
  92. 5bab5e2 Merge "Revert "Revert "Revert "Make class redefinition work with native methods on stack."""" by Alex Light · 8 years ago
  93. 1f3fce2 Merge "Revert "Revert "Revert "Make class redefinition work with native methods on stack."""" by Alex Light · 8 years ago
  94. 38c20d4 Revert "Revert "Revert "Make class redefinition work with native methods on stack.""" by Alex Light · 8 years ago
  95. a67354b ART: Correctly handle temporary classes in class-load events (3/3) by Andreas Gampe · 8 years ago
  96. a222404 Fix the empty checkpoint timeout. by Hiroshi Yamauchi · 8 years ago
  97. 4b7d1fd Merge "ART: Remove run-test blacklist" am: a05787ee3a by Andreas Gampe · 8 years ago
  98. a05787e Merge "ART: Remove run-test blacklist" by Treehugger Robot · 8 years ago
  99. 0d361ca Merge "Remove breakpoints from redefined classes" am: fb38266f9f by Alex Light · 8 years ago
  100. fb38266 Merge "Remove breakpoints from redefined classes" by Treehugger Robot · 8 years ago