1. 9f4cf3d Merge "Move to interpreter if async-exceptions are pending." am: 1e0730a34b by Alex Light · 7 years ago
  2. 5676f49 Merge "Add JDWP failures found by buildbot" am: 85f8c70741 by Alex Light · 7 years ago
  3. 1e0730a Merge "Move to interpreter if async-exceptions are pending." by Treehugger Robot · 7 years ago
  4. 85f8c70 Merge "Add JDWP failures found by buildbot" by Treehugger Robot · 7 years ago
  5. 2efc8be Merge "Don't notify jit of non-invokable methods being redefined." by Alex Light · 7 years ago
  6. af0e7d8 Merge "Don't notify jit of non-invokable methods being redefined." by Alex Light · 7 years ago
  7. 8f34aba Move to interpreter if async-exceptions are pending. by Alex Light · 7 years ago
  8. 16f311f Merge "ART: Remove FileDescriptor knowledge" am: 797e6d4d2a by Andreas Gampe · 7 years ago
  9. 797e6d4 Merge "ART: Remove FileDescriptor knowledge" by Treehugger Robot · 7 years ago
  10. 9d4acb0 Merge "Fix race in method jitting for 597-deopt-invoke-stub" am: a6684ca4d6 by Mingyao Yang · 7 years ago
  11. a6684ca Merge "Fix race in method jitting for 597-deopt-invoke-stub" by Mingyao Yang · 7 years ago
  12. 5eeba2f Merge "Use ScopedArenaAllocator for register allocation." am: 0967cd9486 by Vladimir Marko · 7 years ago
  13. 0967cd9 Merge "Use ScopedArenaAllocator for register allocation." by Vladimir Marko · 7 years ago
  14. eba6013 Merge "ART: Use ScopedArenaAllocator for pass-local data." am: 464f8cd738 by Vladimir Marko · 7 years ago
  15. 464f8cd Merge "ART: Use ScopedArenaAllocator for pass-local data." by Treehugger Robot · 7 years ago
  16. e764d2e Use ScopedArenaAllocator for register allocation. by Vladimir Marko · 7 years ago
  17. e5e01e3 Merge "Revert "Revert "base: Add more bit utils and bit struct class""" by Igor Murashkin · 7 years ago
  18. e4c00b3 Merge "Revert "Revert "base: Add more bit utils and bit struct class""" by Treehugger Robot · 7 years ago
  19. 1e77d27 Revert "Revert "base: Add more bit utils and bit struct class"" by Igor Murashkin · 7 years ago
  20. 121aecc Merge "Revert "base: Add more bit utils and bit struct class"" am: d99f3f6f7a by Nicolas Geoffray · 7 years ago
  21. d99f3f6 Merge "Revert "base: Add more bit utils and bit struct class"" by Nicolas Geoffray · 7 years ago
  22. 5e008b3 Revert "base: Add more bit utils and bit struct class" by Nicolas Geoffray · 7 years ago
  23. 4c015b8 Merge "base: Add more bit utils and bit struct class" am: adc4a0dd52 by Igor Murashkin · 7 years ago
  24. adc4a0d Merge "base: Add more bit utils and bit struct class" by Treehugger Robot · 7 years ago
  25. ad5df10 ART: Remove FileDescriptor knowledge by Andreas Gampe · 7 years ago
  26. c60f75d base: Add more bit utils and bit struct class by Igor Murashkin · 7 years ago
  27. 71aea16 Merge "ART: Use CmdlineParser in dex2oat" am: 001ff033e6 by Andreas Gampe · 7 years ago
  28. 001ff03 Merge "ART: Use CmdlineParser in dex2oat" by Treehugger Robot · 7 years ago
  29. 4e0a539 Merge "Increase margins for dex2oat_image_test" am: efe35f4105 by Mathieu Chartier · 7 years ago
  30. 9706d7a Merge "Add --input-vdex-fd and --output-vdex-fd options in help for dex2oat" by Shubham Ajmera · 7 years ago
  31. efe35f4 Merge "Increase margins for dex2oat_image_test" by Mathieu Chartier · 7 years ago
  32. fb316f0 Merge "Add --input-vdex-fd and --output-vdex-fd options in help for dex2oat" by Treehugger Robot · 7 years ago
  33. 097f34c ART: Use CmdlineParser in dex2oat by Andreas Gampe · 8 years ago
  34. 6620532 Add --input-vdex-fd and --output-vdex-fd options in help for dex2oat by Shubham Ajmera · 7 years ago
  35. 44e9bac Increase margins for dex2oat_image_test by Mathieu Chartier · 7 years ago
  36. f5f0883 Fix race in method jitting for 597-deopt-invoke-stub by Mingyao Yang · 7 years ago
  37. ca6fff8 ART: Use ScopedArenaAllocator for pass-local data. by Vladimir Marko · 7 years ago
  38. eb4e524 Merge "Instrument code generated by JNI compiler to check the Marking Register." by Roland Levillain · 7 years ago
  39. 42e482f Merge "Instrument code generated by JNI compiler to check the Marking Register." by Roland Levillain · 7 years ago
  40. c7feb82 Add JDWP failures found by buildbot by Alex Light · 7 years ago
  41. abbc4bc Don't notify jit of non-invokable methods being redefined. by Alex Light · 7 years ago
  42. a820ff7 Instrument code generated by JNI compiler to check the Marking Register. by Roland Levillain · 7 years ago
  43. f97e074 Merge "Do not refresh the Marking Register in CriticalNative methods." by Roland Levillain · 7 years ago
  44. aa7273e Merge "Do not refresh the Marking Register in CriticalNative methods." by Roland Levillain · 7 years ago
  45. a4225d2 Merge "Ensure that soft-verification doesn't fail class redefinition." by Alex Light · 7 years ago
  46. 8c5e25b Merge "Ensure that soft-verification doesn't fail class redefinition." by Treehugger Robot · 7 years ago
  47. 3f9901a Merge "Include libwrapagentproperties in buildbot-build.sh" am: 1fdc4e3e31 by Alex Light · 7 years ago
  48. 1fdc4e3 Merge "Include libwrapagentproperties in buildbot-build.sh" by Treehugger Robot · 7 years ago
  49. bb6c1ca Include libwrapagentproperties in buildbot-build.sh by Alex Light · 7 years ago
  50. 0e8f75d Merge "Make 624-checker-stringops less Dexer-sensitive." am: 97785f595a by Alan Leung · 7 years ago
  51. 97785f5 Merge "Make 624-checker-stringops less Dexer-sensitive." by Treehugger Robot · 7 years ago
  52. 5688492 Merge "Make checker-intrinsic-op less Dexer-sensitive." am: 9b527174ca by Alan Leung · 7 years ago
  53. 9b52717 Merge "Make checker-intrinsic-op less Dexer-sensitive." by Treehugger Robot · 7 years ago
  54. 00d12ee Merge "Try to preserve dex pc better in vector code." am: 85eda8b927 by Aart Bik · 7 years ago
  55. 85eda8b Merge "Try to preserve dex pc better in vector code." by Treehugger Robot · 7 years ago
  56. 9a87b7d Merge "Address comment for aog/502433" am: 1863dd6179 by Mathieu Chartier · 7 years ago
  57. 1863dd6 Merge "Address comment for aog/502433" by Mathieu Chartier · 7 years ago
  58. 46b6dbc Try to preserve dex pc better in vector code. by Aart Bik · 7 years ago
  59. df7f7f0 Address comment for aog/502433 by Mathieu Chartier · 7 years ago
  60. 5333061 Ensure that soft-verification doesn't fail class redefinition. by Alex Light · 7 years ago
  61. 71c2082 Merge "MIPS32R2: Share address computation" am: f931445cc8 by Lena Djokic · 7 years ago
  62. f931445 Merge "MIPS32R2: Share address computation" by Treehugger Robot · 7 years ago
  63. 919c3c5 Make checker-intrinsic-op less Dexer-sensitive. by Alan Leung · 7 years ago
  64. a290160 MIPS32R2: Share address computation by Lena Djokic · 7 years ago
  65. 2b955de Merge "Use D8 based the default in build var." am: dbf5b49e57 by Alan Leung · 7 years ago
  66. dbf5b49 Merge "Use D8 based the default in build var." by Treehugger Robot · 7 years ago
  67. ce39043 Merge "ART: Change CmdlineMain/Args behavior" am: 86d244ec33 by Andreas Gampe · 7 years ago
  68. 86d244e Merge "ART: Change CmdlineMain/Args behavior" by Treehugger Robot · 7 years ago
  69. 1c1a9a4 Merge "Compare rounded sizes in CheckPreconditionsForAllocObject" am: 3aaa6bf563 by Mathieu Chartier · 7 years ago
  70. 3aaa6bf Merge "Compare rounded sizes in CheckPreconditionsForAllocObject" by Mathieu Chartier · 7 years ago
  71. aac9012 Compare rounded sizes in CheckPreconditionsForAllocObject by Mathieu Chartier · 7 years ago
  72. e433157 Merge "ART: Try to make 059-finalizer-throw less flaky" am: 768fab463c by Andreas Gampe · 7 years ago
  73. 768fab4 Merge "ART: Try to make 059-finalizer-throw less flaky" by Treehugger Robot · 7 years ago
  74. 4a509be Make 624-checker-stringops less Dexer-sensitive. by Alan Leung · 7 years ago
  75. be544df Merge "Use CheckedCall for mprotects" am: 4a899160ec by Mathieu Chartier · 7 years ago
  76. 0d127e1 Do not refresh the Marking Register in CriticalNative methods. by Roland Levillain · 8 years ago
  77. 4a89916 Merge "Use CheckedCall for mprotects" by Mathieu Chartier · 7 years ago
  78. 8d8de0c Use CheckedCall for mprotects by Mathieu Chartier · 7 years ago
  79. 1dd05d7 ART: Try to make 059-finalizer-throw less flaky by Andreas Gampe · 7 years ago
  80. 821751a Merge "Rename CHECK_MEMORY_CALL to CheckedCall" am: 1602bf67be by Mathieu Chartier · 7 years ago
  81. 1602bf6 Merge "Rename CHECK_MEMORY_CALL to CheckedCall" by Mathieu Chartier · 7 years ago
  82. 669f338 Merge "Add a new test target - art-pictest" am: 50d108073c by Shubham Ajmera · 7 years ago
  83. 50d1080 Merge "Add a new test target - art-pictest" by Shubham Ajmera · 7 years ago
  84. daccf7c Merge "ART: 088-monitor-verification robustness" am: 08c128a7cc by Orion Hodson · 7 years ago
  85. 08c128a Merge "ART: 088-monitor-verification robustness" by Treehugger Robot · 7 years ago
  86. 9decf47 ART: 088-monitor-verification robustness by Orion Hodson · 7 years ago
  87. 2fa94c0 Merge "ART: Bump API level used in const-method-{handle,type} test" by Orion Hodson · 7 years ago
  88. 2cee7da Merge "ART: Bump API level used in const-method-{handle,type} test" by Treehugger Robot · 7 years ago
  89. 351d285 ART: Bump API level used in const-method-{handle,type} test by Orion Hodson · 7 years ago
  90. 4e387fa Merge "Remove dump-oat-Calculator" am: bfcd0d3da6 by Colin Cross · 7 years ago
  91. bfcd0d3 Merge "Remove dump-oat-Calculator" by Treehugger Robot · 7 years ago
  92. 3425d02 Rename CHECK_MEMORY_CALL to CheckedCall by Mathieu Chartier · 7 years ago
  93. 5b6e881 Remove dump-oat-Calculator by Colin Cross · 7 years ago
  94. 6be1c1e Merge "Disable 1934 on stream and trace configurations." am: 001aef6f51 by Alex Light · 7 years ago
  95. 001aef6 Merge "Disable 1934 on stream and trace configurations." by Alex Light · 7 years ago
  96. d229229 Disable 1934 on stream and trace configurations. by Alex Light · 7 years ago
  97. dfb913c Merge changes I03daad97,I7d47b978,I70103fb2 am: 3395da0aee by Josh Gao · 7 years ago
  98. 3395da0 Merge changes I03daad97,I7d47b978,I70103fb2 by Treehugger Robot · 7 years ago
  99. 0afa07a Use D8 based the default in build var. by Alan Leung · 7 years ago
  100. 691839c signal_catcher: reformat includes. by Josh Gao · 7 years ago