1. 2dbb7f7 Merge "Fixed an error in invokechanger" am: c1bb1cd339 by Sumnima Joshi · 8 years ago
  2. c1bb1cd Merge "Fixed an error in invokechanger" by Treehugger Robot · 8 years ago
  3. 2658193 Fixed an error in invokechanger by Sumnima Joshi · 8 years ago
  4. 264828b Merge changes Ic119441c,I83b96b41 am: e9b61bac34 by Igor Murashkin · 8 years ago
  5. e9b61ba Merge changes Ic119441c,I83b96b41 by Treehugger Robot · 8 years ago
  6. e074d73 Merge "Added a new mutator called NewInstanceChanger." am: 675c779cb0 by Sumnima Joshi · 8 years ago
  7. 675c779 Merge "Added a new mutator called NewInstanceChanger." by Treehugger Robot · 8 years ago
  8. 6ef4567 optimizing: Add statistics for # of constructor fences added/removed by Igor Murashkin · 8 years ago
  9. 1e065a5 optimizing: Refactor statistics to use OptimizingCompilerStats helper by Igor Murashkin · 8 years ago
  10. 04a8d7b Merge "Instrument ARM generated code to check the Marking Register." by Roland Levillain · 8 years ago
  11. 52b450b Merge "Instrument ARM generated code to check the Marking Register." by Roland Levillain · 8 years ago
  12. 5daa495 Instrument ARM generated code to check the Marking Register. by Roland Levillain · 8 years ago
  13. 1cf694b Merge "Instrument ARM64 generated code to check the Marking Register." by Roland Levillain · 8 years ago
  14. 54636c0 Merge "Instrument ARM64 generated code to check the Marking Register." by Roland Levillain · 8 years ago
  15. 5a210d4 Merge "Fix dex file reading in VdexFile::GetNextDexFileData." am: abafaf8383 by Nicolas Geoffray · 8 years ago
  16. abafaf8 Merge "Fix dex file reading in VdexFile::GetNextDexFileData." by Treehugger Robot · 8 years ago
  17. 9557d05 Added a new mutator called NewInstanceChanger. by Sumnima Joshi · 8 years ago
  18. 8a5fa70 Merge "scheduler should not schedule volatile field accesses." am: eac21ef261 by Mingyao Yang · 8 years ago
  19. eac21ef Merge "scheduler should not schedule volatile field accesses." by Mingyao Yang · 8 years ago
  20. 1545ccc scheduler should not schedule volatile field accesses. by Mingyao Yang · 8 years ago
  21. c0fcffa Merge "Fix performance regression." am: 73de4a8f09 by Aart Bik · 8 years ago
  22. 28453cf Fix dex file reading in VdexFile::GetNextDexFileData. by Nicolas Geoffray · 8 years ago
  23. 73de4a8 Merge "Fix performance regression." by Treehugger Robot · 8 years ago
  24. 671e48a Fix performance regression. by Aart Bik · 8 years ago
  25. 2b03a1f Instrument ARM64 generated code to check the Marking Register. by Roland Levillain · 8 years ago
  26. 2488744 Merge "Revert recent JIT code cache changes" am: 461ec567f1 by Orion Hodson · 8 years ago
  27. 461ec56 Merge "Revert recent JIT code cache changes" by Treehugger Robot · 8 years ago
  28. dbd05fe Revert recent JIT code cache changes by Orion Hodson · 8 years ago
  29. b6b6ae3 Merge "Don't increment the hotness for invokes." am: 1d2d8b1b6b by Nicolas Geoffray · 8 years ago
  30. 1d2d8b1 Merge "Don't increment the hotness for invokes." by Nicolas Geoffray · 8 years ago
  31. 46431d5 Merge "Run HeapLocationCollector once in scheduler instead of locally." by Mingyao Yang · 8 years ago
  32. 80dd756 Merge "Run HeapLocationCollector once in scheduler instead of locally." by Mingyao Yang · 8 years ago
  33. 645b662 Merge "Use HeapReference for SafeGetClass" am: a27a718f3a by Mathieu Chartier · 8 years ago
  34. a27a718f Merge "Use HeapReference for SafeGetClass" by Treehugger Robot · 8 years ago
  35. 4b7bf98 Merge "Allow non word aligned heap limit for space bitmap" am: 30a5d19f98 by Mathieu Chartier · 8 years ago
  36. 30a5d19 Merge "Allow non word aligned heap limit for space bitmap" by Treehugger Robot · 8 years ago
  37. ad8ebb3 Use HeapReference for SafeGetClass by Mathieu Chartier · 8 years ago
  38. 2a1513b Allow non word aligned heap limit for space bitmap by Mathieu Chartier · 8 years ago
  39. 179861c Run HeapLocationCollector once in scheduler instead of locally. by Mingyao Yang · 8 years ago
  40. 557ec46 Merge "Don't use fences to implement volatiles" am: ac50d97b1b by Hans Boehm · 8 years ago
  41. bd4c311 Merge "Enable class unloading in dex2oat for quicken multidex" am: 3ae12d56a9 by Mathieu Chartier · 8 years ago
  42. 074228f Merge "Revert "Revert "Support class unloading in dex2oat for quicken multidex""" by Mathieu Chartier · 8 years ago
  43. ac50d97 Merge "Don't use fences to implement volatiles" by Hans Boehm · 8 years ago
  44. 3ae12d5 Merge "Enable class unloading in dex2oat for quicken multidex" by Treehugger Robot · 8 years ago
  45. 6a2b67b Enable class unloading in dex2oat for quicken multidex by Mathieu Chartier · 8 years ago
  46. 6ae4b9c Merge "Revert "Revert "Support class unloading in dex2oat for quicken multidex""" by Treehugger Robot · 8 years ago
  47. 9e050df Revert "Revert "Support class unloading in dex2oat for quicken multidex"" by Mathieu Chartier · 8 years ago
  48. cecc488 Don't increment the hotness for invokes. by Nicolas Geoffray · 8 years ago
  49. cc55e1d Don't use fences to implement volatiles by Hans Boehm · 8 years ago
  50. 435087d Merge "Move deopt and jit logs from LOG(INFO) to VLOG(jit)." am: 1bd8e5a1b2 by Nicolas Geoffray · 8 years ago
  51. 1bd8e5a Merge "Move deopt and jit logs from LOG(INFO) to VLOG(jit)." by Nicolas Geoffray · 8 years ago
  52. e7c3855 Merge "Revert "Support class unloading in dex2oat for quicken multidex"" by Richard Uhler · 8 years ago
  53. 646d638 Move deopt and jit logs from LOG(INFO) to VLOG(jit). by Nicolas Geoffray · 8 years ago
  54. b00c8b0 Merge "Revert "Support class unloading in dex2oat for quicken multidex"" by Treehugger Robot · 8 years ago
  55. b186f18 Merge "Yet another slow gcstress/debug slow test." am: a4a1e69af6 by Nicolas Geoffray · 8 years ago
  56. a4a1e69 Merge "Yet another slow gcstress/debug slow test." by Treehugger Robot · 8 years ago
  57. 6921d90 Revert "Support class unloading in dex2oat for quicken multidex" by Richard Uhler · 8 years ago
  58. 178b3ad Yet another slow gcstress/debug slow test. by Nicolas Geoffray · 8 years ago
  59. 9c6807b Merge "Support class unloading in dex2oat for quicken multidex" am: 18e91619f3 by Mathieu Chartier · 8 years ago
  60. 18e9161 Merge "Support class unloading in dex2oat for quicken multidex" by Treehugger Robot · 8 years ago
  61. b0a65f8 Merge "Set basic framework for detecting reductions." am: 785e355568 by Aart Bik · 8 years ago
  62. 785e355 Merge "Set basic framework for detecting reductions." by Treehugger Robot · 8 years ago
  63. 0b1c341 Support class unloading in dex2oat for quicken multidex by Mathieu Chartier · 8 years ago
  64. 6fcf1fb Merge "runtime: Make kIsDebugBuild friendly to clion" am: a97a14fa20 by Igor Murashkin · 8 years ago
  65. 2ab202a Merge "Use absolute path for art/tools/cpplint.py --root" am: 24be74dbff by Colin Cross · 8 years ago
  66. a97a14f Merge "runtime: Make kIsDebugBuild friendly to clion" by Treehugger Robot · 8 years ago
  67. 24be74d Merge "Use absolute path for art/tools/cpplint.py --root" by Treehugger Robot · 8 years ago
  68. 773c376 Merge "HRem support in BCE." am: 0cb2cff166 by xueliang.zhong · 8 years ago
  69. 0cb2cff Merge "HRem support in BCE." by Treehugger Robot · 8 years ago
  70. b29f684 Set basic framework for detecting reductions. by Aart Bik · 8 years ago
  71. a22cae7 HRem support in BCE. by xueliang.zhong · 8 years ago
  72. 9e9affa Merge "Add an option to the art script to not cleanup." am: 69223111c0 by Nicolas Geoffray · 8 years ago
  73. 6922311 Merge "Add an option to the art script to not cleanup." by Nicolas Geoffray · 8 years ago
  74. e893df8 Merge "Use the right class loader allocator in ReallocMethods." am: 19ab59dae5 by Nicolas Geoffray · 8 years ago
  75. c0c0785 Add an option to the art script to not cleanup. by Nicolas Geoffray · 8 years ago
  76. 19ab59d Merge "Use the right class loader allocator in ReallocMethods." by Nicolas Geoffray · 8 years ago
  77. f573972 runtime: Make kIsDebugBuild friendly to clion by Igor Murashkin · 8 years ago
  78. 8075e4b Merge "Add two special runtime methods." am: 3b21019edb by Mingyao Yang · 8 years ago
  79. 3b21019 Merge "Add two special runtime methods." by Mingyao Yang · 8 years ago
  80. 2a28a03 Merge "Regression test for array aliasing bug." am: a7c2983783 by Aart Bik · 8 years ago
  81. a7c2983 Merge "Regression test for array aliasing bug." by Aart Bik · 8 years ago
  82. 0a87a65 Add two special runtime methods. by Mingyao Yang · 8 years ago
  83. 10d57ab Merge "Add a conditional boolean to ScopedAssertNoThreadSuspension." by Mingyao Yang · 8 years ago
  84. 5129d8e Merge "Add a conditional boolean to ScopedAssertNoThreadSuspension." by Mingyao Yang · 8 years ago
  85. 057754b Merge "ART: Fix loop header's predecessors reordering in SimplifyLoops." by Nicolas Geoffray · 8 years ago
  86. 5aedbcd Merge "ART: Fix loop header's predecessors reordering in SimplifyLoops." by Nicolas Geoffray · 8 years ago
  87. 428a209 Regression test for array aliasing bug. by Aart Bik · 8 years ago
  88. 48b40cc Use the right class loader allocator in ReallocMethods. by Nicolas Geoffray · 8 years ago
  89. aae4a5c Merge "Fix issue where classes that fail verification have kStatusNotReady." by Jeff Hao · 8 years ago
  90. c7c25d5 Merge "Fix issue where classes that fail verification have kStatusNotReady." by Treehugger Robot · 8 years ago
  91. f1aa265 Fix issue where classes that fail verification have kStatusNotReady. by Jeff Hao · 8 years ago
  92. fb77552 Merge "Blacklist test under gcstress / debug." am: edb1849c9d by Nicolas Geoffray · 8 years ago
  93. edb1849 Merge "Blacklist test under gcstress / debug." by Nicolas Geoffray · 8 years ago
  94. 747497f Blacklist test under gcstress / debug. by Nicolas Geoffray · 8 years ago
  95. 83b4d32 Merge "Disable more tests under ASAN." am: 3fe0178a6b by Nicolas Geoffray · 8 years ago
  96. 3fe0178 Merge "Disable more tests under ASAN." by Nicolas Geoffray · 8 years ago
  97. e877a13 Disable more tests under ASAN. by Nicolas Geoffray · 8 years ago
  98. 5f3f87d Merge "Add FdFile::Compare" am: aef17bcac0 by Mathieu Chartier · 8 years ago
  99. aef17bc Merge "Add FdFile::Compare" by Mathieu Chartier · 8 years ago
  100. 8d2c5f8 Merge "ART: Fix up small header includes" am: d88a2b5cf4 by Andreas Gampe · 8 years ago