1. 0888cf1 ART: Use proxy ArtMethod's data_ to store the interface method. by Vladimir Marko · 7 years ago
  2. f9fd236 Merge "Rename art script module to art-script." by Treehugger Robot · 7 years ago
  3. 3f35d09 Merge "Remove ClassLinker::SetEntryPointsToCompiledCode()." by Treehugger Robot · 7 years ago
  4. 4b8d46c Rename art script module to art-script. by Nicolas Geoffray · 7 years ago
  5. 4ec14ff Merge "RFC: Generate select instruction for conditional returns." by Nicolas Geoffray · 7 years ago
  6. c1bb1cd Merge "Fixed an error in invokechanger" by Treehugger Robot · 7 years ago
  7. 2658193 Fixed an error in invokechanger by Sumnima Joshi · 7 years ago
  8. e9b61ba Merge changes Ic119441c,I83b96b41 by Treehugger Robot · 7 years ago
  9. 675c779 Merge "Added a new mutator called NewInstanceChanger." by Treehugger Robot · 7 years ago
  10. 6ef4567 optimizing: Add statistics for # of constructor fences added/removed by Igor Murashkin · 7 years ago
  11. 1e065a5 optimizing: Refactor statistics to use OptimizingCompilerStats helper by Igor Murashkin · 7 years ago
  12. 52b450b Merge "Instrument ARM generated code to check the Marking Register." by Roland Levillain · 7 years ago
  13. 5daa495 Instrument ARM generated code to check the Marking Register. by Roland Levillain · 7 years ago
  14. 54636c0 Merge "Instrument ARM64 generated code to check the Marking Register." by Roland Levillain · 7 years ago
  15. abafaf8 Merge "Fix dex file reading in VdexFile::GetNextDexFileData." by Treehugger Robot · 7 years ago
  16. 9557d05 Added a new mutator called NewInstanceChanger. by Sumnima Joshi · 7 years ago
  17. eac21ef Merge "scheduler should not schedule volatile field accesses." by Mingyao Yang · 7 years ago
  18. 1545ccc scheduler should not schedule volatile field accesses. by Mingyao Yang · 7 years ago
  19. 28453cf Fix dex file reading in VdexFile::GetNextDexFileData. by Nicolas Geoffray · 7 years ago
  20. 73de4a8 Merge "Fix performance regression." by Treehugger Robot · 7 years ago
  21. 671e48a Fix performance regression. by Aart Bik · 7 years ago
  22. 2b03a1f Instrument ARM64 generated code to check the Marking Register. by Roland Levillain · 7 years ago
  23. 461ec56 Merge "Revert recent JIT code cache changes" by Treehugger Robot · 7 years ago
  24. 16e5289 RFC: Generate select instruction for conditional returns. by Mads Ager · 7 years ago
  25. dbd05fe Revert recent JIT code cache changes by Orion Hodson · 7 years ago
  26. 1d2d8b1 Merge "Don't increment the hotness for invokes." by Nicolas Geoffray · 7 years ago
  27. 80dd756 Merge "Run HeapLocationCollector once in scheduler instead of locally." by Mingyao Yang · 7 years ago
  28. a27a718f Merge "Use HeapReference for SafeGetClass" by Treehugger Robot · 7 years ago
  29. 30a5d19 Merge "Allow non word aligned heap limit for space bitmap" by Treehugger Robot · 7 years ago
  30. ad8ebb3 Use HeapReference for SafeGetClass by Mathieu Chartier · 7 years ago
  31. 2a1513b Allow non word aligned heap limit for space bitmap by Mathieu Chartier · 7 years ago
  32. 179861c Run HeapLocationCollector once in scheduler instead of locally. by Mingyao Yang · 7 years ago
  33. ac50d97 Merge "Don't use fences to implement volatiles" by Hans Boehm · 7 years ago
  34. 3ae12d5 Merge "Enable class unloading in dex2oat for quicken multidex" by Treehugger Robot · 7 years ago
  35. 6a2b67b Enable class unloading in dex2oat for quicken multidex by Mathieu Chartier · 7 years ago
  36. 6ae4b9c Merge "Revert "Revert "Support class unloading in dex2oat for quicken multidex""" by Treehugger Robot · 7 years ago
  37. 9e050df Revert "Revert "Support class unloading in dex2oat for quicken multidex"" by Mathieu Chartier · 7 years ago
  38. cecc488 Don't increment the hotness for invokes. by Nicolas Geoffray · 7 years ago
  39. cc55e1d Don't use fences to implement volatiles by Hans Boehm · 7 years ago
  40. 1bd8e5a Merge "Move deopt and jit logs from LOG(INFO) to VLOG(jit)." by Nicolas Geoffray · 7 years ago
  41. 646d638 Move deopt and jit logs from LOG(INFO) to VLOG(jit). by Nicolas Geoffray · 7 years ago
  42. b00c8b0 Merge "Revert "Support class unloading in dex2oat for quicken multidex"" by Treehugger Robot · 7 years ago
  43. a4a1e69 Merge "Yet another slow gcstress/debug slow test." by Treehugger Robot · 7 years ago
  44. 6921d90 Revert "Support class unloading in dex2oat for quicken multidex" by Richard Uhler · 7 years ago
  45. 178b3ad Yet another slow gcstress/debug slow test. by Nicolas Geoffray · 7 years ago
  46. 18e9161 Merge "Support class unloading in dex2oat for quicken multidex" by Treehugger Robot · 7 years ago
  47. 785e355 Merge "Set basic framework for detecting reductions." by Treehugger Robot · 7 years ago
  48. 0b1c341 Support class unloading in dex2oat for quicken multidex by Mathieu Chartier · 7 years ago
  49. a97a14f Merge "runtime: Make kIsDebugBuild friendly to clion" by Treehugger Robot · 7 years ago
  50. 24be74d Merge "Use absolute path for art/tools/cpplint.py --root" by Treehugger Robot · 7 years ago
  51. 0cb2cff Merge "HRem support in BCE." by Treehugger Robot · 7 years ago
  52. b29f684 Set basic framework for detecting reductions. by Aart Bik · 7 years ago
  53. a22cae7 HRem support in BCE. by xueliang.zhong · 7 years ago
  54. 6922311 Merge "Add an option to the art script to not cleanup." by Nicolas Geoffray · 7 years ago
  55. c0c0785 Add an option to the art script to not cleanup. by Nicolas Geoffray · 7 years ago
  56. 19ab59d Merge "Use the right class loader allocator in ReallocMethods." by Nicolas Geoffray · 7 years ago
  57. f573972 runtime: Make kIsDebugBuild friendly to clion by Igor Murashkin · 7 years ago
  58. 3b21019 Merge "Add two special runtime methods." by Mingyao Yang · 7 years ago
  59. a7c2983 Merge "Regression test for array aliasing bug." by Aart Bik · 7 years ago
  60. 0a87a65 Add two special runtime methods. by Mingyao Yang · 7 years ago
  61. 5129d8e Merge "Add a conditional boolean to ScopedAssertNoThreadSuspension." by Mingyao Yang · 7 years ago
  62. 5aedbcd Merge "ART: Fix loop header's predecessors reordering in SimplifyLoops." by Nicolas Geoffray · 7 years ago
  63. 428a209 Regression test for array aliasing bug. by Aart Bik · 7 years ago
  64. 48b40cc Use the right class loader allocator in ReallocMethods. by Nicolas Geoffray · 7 years ago
  65. c7c25d5 Merge "Fix issue where classes that fail verification have kStatusNotReady." by Treehugger Robot · 7 years ago
  66. f1aa265 Fix issue where classes that fail verification have kStatusNotReady. by Jeff Hao · 7 years ago
  67. edb1849 Merge "Blacklist test under gcstress / debug." by Nicolas Geoffray · 7 years ago
  68. 747497f Blacklist test under gcstress / debug. by Nicolas Geoffray · 7 years ago
  69. 3fe0178 Merge "Disable more tests under ASAN." by Nicolas Geoffray · 7 years ago
  70. e877a13 Disable more tests under ASAN. by Nicolas Geoffray · 7 years ago
  71. aef17bc Merge "Add FdFile::Compare" by Mathieu Chartier · 7 years ago
  72. d88a2b5 Merge "ART: Fix up small header includes" by Treehugger Robot · 7 years ago
  73. 140c5d1 Add FdFile::Compare by Mathieu Chartier · 7 years ago
  74. 443dbfc Merge "Fix CC handling for no large object space case" by Mathieu Chartier · 7 years ago
  75. 2aa1d0b Merge "Add VisitNewArray() in lsa." by Mingyao Yang · 7 years ago
  76. 47863bb Fix CC handling for no large object space case by Mathieu Chartier · 7 years ago
  77. 8f13b26 Merge "Add --avoid-storing-invocation option" by Treehugger Robot · 7 years ago
  78. d1ab1bd Add --avoid-storing-invocation option by Mathieu Chartier · 7 years ago
  79. 895f922 ART: Fix up small header includes by Andreas Gampe · 7 years ago
  80. a52bcda Merge "Revert "Revert "Revert "Revert "tools: Fix art script to delete OAT files before running dalvikvm""""" by Nicolas Geoffray · 7 years ago
  81. 162a570 Revert "Revert "Revert "Revert "tools: Fix art script to delete OAT files before running dalvikvm"""" by Nicolas Geoffray · 7 years ago
  82. 888df78 Merge "Revert "Revert "Revert "tools: Fix art script to delete OAT files before running dalvikvm"""" by Nicolas Geoffray · 7 years ago
  83. 933692d Revert "Revert "Revert "tools: Fix art script to delete OAT files before running dalvikvm""" by Nicolas Geoffray · 7 years ago
  84. c116154 Merge "Revert "Revert "tools: Fix art script to delete OAT files before running dalvikvm""" by Treehugger Robot · 7 years ago
  85. 1f0eefc Add VisitNewArray() in lsa. by Mingyao Yang · 7 years ago
  86. cbdcb6d Merge "Fix method tracing tests on RI" by Treehugger Robot · 7 years ago
  87. 67ca49c Revert "Revert "tools: Fix art script to delete OAT files before running dalvikvm"" by Igor Murashkin · 7 years ago
  88. 293bfbd Merge "Revert "Revert "Stop using the runtime classpath in dex2oat""" by Calin Juravle · 7 years ago
  89. a11100e Merge "test: Add 961-default-iface-resolution-gen to known failures for ASAN" by Treehugger Robot · 7 years ago
  90. 9579b53 Merge "Revert "Flush icache using rw to r transition"" by Nicolas Geoffray · 7 years ago
  91. 8bb1786 Revert "Flush icache using rw to r transition" by Nicolas Geoffray · 7 years ago
  92. de67643 test: Add 961-default-iface-resolution-gen to known failures for ASAN by Igor Murashkin · 7 years ago
  93. 1991589 Revert "Revert "Stop using the runtime classpath in dex2oat"" by Calin Juravle · 7 years ago
  94. df2a410 Merge "Revert "Stop using the runtime classpath in dex2oat"" by Calin Juravle · 7 years ago
  95. 053a84b Revert "Stop using the runtime classpath in dex2oat" by Calin Juravle · 7 years ago
  96. cda934e Merge changes Iba4cb348,I51c43230,Iae90c4a1,Ica43ee8a by Calin Juravle · 7 years ago
  97. c73ee37 ART: Fix loop header's predecessors reordering in SimplifyLoops. by Artem Serov · 7 years ago
  98. 9a19be9 Merge "Fix verifier checks on interface methods." by Treehugger Robot · 7 years ago
  99. adce6a0 Fix method tracing tests on RI by Alex Light · 7 years ago
  100. f95d95e Merge "Disable slow test on gcstress/debug." by Treehugger Robot · 7 years ago