1. edb83c6 Merge "Fix bug in optimizing around instanceof." by Nicolas Geoffray · 10 years ago
  2. 7cb499b Fix bug in optimizing around instanceof. by Nicolas Geoffray · 10 years ago
  3. 4b9a93e Merge "Remove bogus DCHECK in BCE." by Nicolas Geoffray · 10 years ago
  4. 3cde622 Remove bogus DCHECK in BCE. by Nicolas Geoffray · 10 years ago
  5. 445e350 Merge "More stack map dumping." by Nicolas Geoffray · 10 years ago
  6. 12bdb72 More stack map dumping. by Nicolas Geoffray · 10 years ago
  7. a289055 Merge "Fix lint error." by Narayan Kamath · 10 years ago
  8. 233cf0e Merge "Exercise sun.misc.Unsafe.getObject." by Roland Levillain · 10 years ago
  9. c37769b Fix lint error. by Narayan Kamath · 10 years ago
  10. 088bd0d Merge "Revert "Revert "ART: Implement literal pool for arm, fix branch fixup.""" by Vladimir Marko · 10 years ago
  11. cf93a5c Revert "Revert "ART: Implement literal pool for arm, fix branch fixup."" by Vladimir Marko · 10 years ago
  12. b3daa23 Merge "Set default visibility on art_sigsegv_fault." by Narayan Kamath · 10 years ago
  13. f775bab Set default visibility on art_sigsegv_fault. by Oleksiy Vyalov · 10 years ago
  14. ed44919 Merge "CFI test: kill the other process in native code." by Nicolas Geoffray · 10 years ago
  15. a70e5b9 CFI test: kill the other process in native code. by David Srbecky · 10 years ago
  16. b3e3000 Merge "Find the dlopened file using address rather than file path." by David Srbecky · 10 years ago
  17. aa03870 Find the dlopened file using address rather than file path. by David Srbecky · 10 years ago
  18. 89c6373 Merge "Add more logging output for dlopen." by David Srbecky · 10 years ago
  19. 86b35f9 Merge "Revert "Revert "Use dlopen to load oat files.""" by David Srbecky · 10 years ago
  20. 5dedb80 Add more logging output for dlopen. by David Srbecky · 10 years ago
  21. 7e7e69a Merge "Print more diagnosis info on to-space invariant violation." by Hiroshi Yamauchi · 10 years ago
  22. 1baabf0 Revert "Revert "Use dlopen to load oat files."" by David Srbecky · 10 years ago
  23. ca1476f Exercise sun.misc.Unsafe.getObject. by Roland Levillain · 10 years ago
  24. 977be5f Merge "Disable -Wframe-larger-than when building SANITIZE_TARGET." by Evgenii Stepanov · 10 years ago
  25. 6ae5836 Merge "Update jdwp and libcore scripts for running with libartd." by Nicolas Geoffray · 10 years ago
  26. db40ea7 Merge "Revert "ART: Implement literal pool for arm, fix branch fixup."" by Vladimir Marko · 10 years ago
  27. fbeb4ae Revert "ART: Implement literal pool for arm, fix branch fixup." by Vladimir Marko · 10 years ago
  28. e4394f7 Merge "ART: Implement literal pool for arm, fix branch fixup." by Vladimir Marko · 10 years ago
  29. 3f64f25 Print more diagnosis info on to-space invariant violation. by Hiroshi Yamauchi · 10 years ago
  30. f6c77d7 Merge "Revert "Use dlopen to load oat files."" by David Srbecky · 10 years ago
  31. 7a46b7e Revert "Use dlopen to load oat files." by David Srbecky · 10 years ago
  32. e1b6e97 Disable -Wframe-larger-than when building SANITIZE_TARGET. by Evgenii Stepanov · 10 years ago
  33. 9648a63 Update jdwp and libcore scripts for running with libartd. by Nicolas Geoffray · 10 years ago
  34. f38caa6 ART: Implement literal pool for arm, fix branch fixup. by Vladimir Marko · 10 years ago
  35. 6ebf70e Merge "Fix error message description in Checker" by David Brazdil · 10 years ago
  36. c090301 Fix error message description in Checker by David Brazdil · 10 years ago
  37. 2cbeb52 Merge "Bring ReferenceTypePropagation to ArrayGet" by Calin Juravle · 10 years ago
  38. 6e41d81 Merge "Bring ReferenceTypePropagation to HInvoke return types" by Calin Juravle · 10 years ago
  39. 3b74dcc Merge "Move Level1 to its own file." by Nicolas Geoffray · 10 years ago
  40. a1924e7 Move Level1 to its own file. by Nicolas Geoffray · 10 years ago
  41. 72a5eb5 Bring ReferenceTypePropagation to ArrayGet by Guillaume "Vermeille" Sanchez · 10 years ago
  42. ae09d2d Bring ReferenceTypePropagation to HInvoke return types by Guillaume "Vermeille" Sanchez · 10 years ago
  43. c4977a5 Merge "Fix reference comparison after redundant phi elimination." by Nicolas Geoffray · 10 years ago
  44. 51d400d Fix reference comparison after redundant phi elimination. by Nicolas Geoffray · 10 years ago
  45. 6c84df3 Merge "Fix lint error." by Nicolas Geoffray · 10 years ago
  46. 3976e5e Fix lint error. by Nicolas Geoffray · 10 years ago
  47. d11db7d Merge "Use the caller's class loader when walking inlined frames." by Nicolas Geoffray · 10 years ago
  48. 73536e0 Merge "Revert "art/tools: add new tests in security packages to the build bot"" by Nicolas Geoffray · 10 years ago
  49. 1f8dbf8 Revert "art/tools: add new tests in security packages to the build bot" by Nicolas Geoffray · 10 years ago
  50. d504ec4 Merge "ART: Fix CFI test wrt/ PIC" by Andreas Gampe · 10 years ago
  51. 88da3b0 ART: Fix CFI test wrt/ PIC by Andreas Gampe · 10 years ago
  52. dbef9aa Merge "Pass reuse flag to MemMap constructor" by Mathieu Chartier · 10 years ago
  53. 28c25d2 Merge "Let classloader provide correct LD_LIBRARY_PATH" by Dmitriy Ivanov · 10 years ago
  54. 01d4b50 Pass reuse flag to MemMap constructor by Mathieu Chartier · 10 years ago
  55. 4366369 Merge "Use dlopen to load oat files." by David Srbecky · 10 years ago
  56. 49e1fab Use dlopen to load oat files. by David Srbecky · 10 years ago
  57. fff9d01 Merge "JDWP: update handling of 8-bit and 16-bit fields" by Sebastien Hertz · 10 years ago
  58. 05c26b3 JDWP: update handling of 8-bit and 16-bit fields by Sebastien Hertz · 10 years ago
  59. ff924fb Merge "Revert "Revert "Revert "Bring ReferenceTypePropagation to HInvoke return types"""" by Calin Juravle · 10 years ago
  60. 6c0c4f2 Revert "Revert "Revert "Bring ReferenceTypePropagation to HInvoke return types""" by Calin Juravle · 10 years ago
  61. 2a02303 Merge "Revert "Revert "Revert "Fix a checker test"""" by Calin Juravle · 10 years ago
  62. 4f97c61 Revert "Revert "Revert "Fix a checker test""" by Calin Juravle · 10 years ago
  63. c0c2be3 Merge "Revert "Revert "Fix a checker test""" by Calin Juravle · 10 years ago
  64. b9610e7 Revert "Revert "Fix a checker test"" by Calin Juravle · 10 years ago
  65. ec632a9 Merge "Revert "Revert "Bring ReferenceTypePropagation to HInvoke return types""" by Calin Juravle · 10 years ago
  66. a981f9d Revert "Revert "Bring ReferenceTypePropagation to HInvoke return types"" by Calin Juravle · 10 years ago
  67. 32c9ea5 Use the caller's class loader when walking inlined frames. by Nicolas Geoffray · 10 years ago
  68. 93192e7 Merge "tools/buildbot-build.sh: Remove javalibcoretest from common targets" by Sergio Giro · 10 years ago
  69. 5736697 tools/buildbot-build.sh: Remove javalibcoretest from common targets by Sergio Giro · 10 years ago
  70. d26d13c Merge "art/tools: add new tests in security packages to the build bot" by Sergio Giro · 10 years ago
  71. a04ece3 art/tools: add new tests in security packages to the build bot by Sergio Giro · 10 years ago
  72. b2ece2f Merge "Optimizing: Move optimization objects to Arena." by Vladimir Marko · 10 years ago
  73. a3a3c59 Optimizing: Move optimization objects to Arena. by Vladimir Marko · 10 years ago
  74. 67b9e9c Merge "Fix a typo in the directory name." by Nicolas Geoffray · 10 years ago
  75. befefdc Fix a typo in the directory name. by Nicolas Geoffray · 10 years ago
  76. 1017675 Merge "Preserve class loading semantics in optimizing." by Nicolas Geoffray · 10 years ago
  77. ee1264b Merge "Revert "Bring ReferenceTypePropagation to HInvoke return types"" by Calin Juravle · 10 years ago
  78. 958857d Revert "Bring ReferenceTypePropagation to HInvoke return types" by Calin Juravle · 10 years ago
  79. f0bb3a6 Merge "Revert "Fix a checker test"" by Calin Juravle · 10 years ago
  80. e27dd0e Revert "Fix a checker test" by Calin Juravle · 10 years ago
  81. b684aa9 Merge "Explicitly give the path of the library to build." by Nicolas Geoffray · 10 years ago
  82. 547fa11 Explicitly give the path of the library to build. by Nicolas Geoffray · 10 years ago
  83. 5dcdf94 Merge "Optimizing: Remove PcInfo, use the StackMapStream instead." by Vladimir Marko · 10 years ago
  84. 42361f2 Merge "JDWP: asynchronous invoke command handling" by Sebastien Hertz · 10 years ago
  85. 995f6e2 Merge "Fix a checker test" by Calin Juravle · 10 years ago
  86. 240d84d Fix a checker test by Calin Juravle · 10 years ago
  87. 78f4fa7 Preserve class loading semantics in optimizing. by Nicolas Geoffray · 10 years ago
  88. 6ab9edb Merge "Bring ReferenceTypePropagation to HInvoke return types" by Calin Juravle · 10 years ago
  89. bd8c725 Optimizing: Remove PcInfo, use the StackMapStream instead. by Vladimir Marko · 10 years ago
  90. 3d4e3b9 Merge "Add libjavacoretests.so to the things to build." by Nicolas Geoffray · 10 years ago
  91. bd4b420 Add libjavacoretests.so to the things to build. by Nicolas Geoffray · 10 years ago
  92. edc0e4f Merge "Add dalvik.system to run-libcore-tests.sh" by Nicolas Geoffray · 10 years ago
  93. c19c9e8 Merge "Don't run 098-ddmc, it's flaky." by Nicolas Geoffray · 10 years ago
  94. 2b84d2b Don't run 098-ddmc, it's flaky. by Nicolas Geoffray · 10 years ago
  95. 4c78ffa Add dalvik.system to run-libcore-tests.sh by Brian Carlstrom · 10 years ago
  96. bb6a555 Merge "Skip 098-ddmc for GC stress test" by Mathieu Chartier · 10 years ago
  97. 0797e58 Skip 098-ddmc for GC stress test by Man Cao · 10 years ago
  98. f1b5a27 Merge "Fix compaction bug in Class_getDeclaredMethodsUnchecked" by Mathieu Chartier · 10 years ago
  99. 281e500 Fix compaction bug in Class_getDeclaredMethodsUnchecked by Mathieu Chartier · 10 years ago
  100. 8d73a91 Merge "Move image intern table into image" by Mathieu Chartier · 10 years ago