1. ae49dc0 Add extra dumping for native method JIT samples check by Mathieu Chartier · 7 years ago
  2. 76ccd09 Revert^3 "ART: Use proxy ArtMethod's data_ to store the interface method."" by Nicolas Geoffray · 7 years ago
  3. c42fab3 Revert^2 "ART: Use proxy ArtMethod's data_ to store the interface method." by Vladimir Marko · 7 years ago
  4. 120aa28 Store layout info in dex files by Mathieu Chartier · 7 years ago
  5. 6b1382d Merge "Revert "ART: Use proxy ArtMethod's data_ to store the interface method."" by Nicolas Geoffray · 7 years ago
  6. 7ef52f7 Revert "ART: Use proxy ArtMethod's data_ to store the interface method." by Nicolas Geoffray · 7 years ago
  7. 85e2d58 Merge "ART: Use proxy ArtMethod's data_ to store the interface method." by Treehugger Robot · 7 years ago
  8. 72fe7ea Merge "Disable dex2oat test TestWatchdogTrigger with Valgrind." by Roland Levillain · 7 years ago
  9. 0888cf1 ART: Use proxy ArtMethod's data_ to store the interface method. by Vladimir Marko · 7 years ago
  10. 3f35d09 Merge "Remove ClassLinker::SetEntryPointsToCompiledCode()." by Treehugger Robot · 7 years ago
  11. 68db225 Disable dex2oat test TestWatchdogTrigger with Valgrind. by Roland Levillain · 7 years ago
  12. abafaf8 Merge "Fix dex file reading in VdexFile::GetNextDexFileData." by Treehugger Robot · 7 years ago
  13. 28453cf Fix dex file reading in VdexFile::GetNextDexFileData. by Nicolas Geoffray · 7 years ago
  14. dbd05fe Revert recent JIT code cache changes by Orion Hodson · 7 years ago
  15. 1d2d8b1 Merge "Don't increment the hotness for invokes." by Nicolas Geoffray · 7 years ago
  16. a27a718f Merge "Use HeapReference for SafeGetClass" by Treehugger Robot · 7 years ago
  17. ad8ebb3 Use HeapReference for SafeGetClass by Mathieu Chartier · 7 years ago
  18. 2a1513b Allow non word aligned heap limit for space bitmap by Mathieu Chartier · 7 years ago
  19. ac50d97 Merge "Don't use fences to implement volatiles" by Hans Boehm · 7 years ago
  20. 9e050df Revert "Revert "Support class unloading in dex2oat for quicken multidex"" by Mathieu Chartier · 7 years ago
  21. cecc488 Don't increment the hotness for invokes. by Nicolas Geoffray · 7 years ago
  22. cc55e1d Don't use fences to implement volatiles by Hans Boehm · 7 years ago
  23. 1bd8e5a Merge "Move deopt and jit logs from LOG(INFO) to VLOG(jit)." by Nicolas Geoffray · 7 years ago
  24. 646d638 Move deopt and jit logs from LOG(INFO) to VLOG(jit). by Nicolas Geoffray · 7 years ago
  25. b00c8b0 Merge "Revert "Support class unloading in dex2oat for quicken multidex"" by Treehugger Robot · 7 years ago
  26. 6921d90 Revert "Support class unloading in dex2oat for quicken multidex" by Richard Uhler · 7 years ago
  27. 18e9161 Merge "Support class unloading in dex2oat for quicken multidex" by Treehugger Robot · 7 years ago
  28. 0b1c341 Support class unloading in dex2oat for quicken multidex by Mathieu Chartier · 7 years ago
  29. a97a14f Merge "runtime: Make kIsDebugBuild friendly to clion" by Treehugger Robot · 7 years ago
  30. 19ab59d Merge "Use the right class loader allocator in ReallocMethods." by Nicolas Geoffray · 7 years ago
  31. f573972 runtime: Make kIsDebugBuild friendly to clion by Igor Murashkin · 7 years ago
  32. 3b21019 Merge "Add two special runtime methods." by Mingyao Yang · 7 years ago
  33. 0a87a65 Add two special runtime methods. by Mingyao Yang · 7 years ago
  34. 5129d8e Merge "Add a conditional boolean to ScopedAssertNoThreadSuspension." by Mingyao Yang · 7 years ago
  35. 48b40cc Use the right class loader allocator in ReallocMethods. by Nicolas Geoffray · 7 years ago
  36. aef17bc Merge "Add FdFile::Compare" by Mathieu Chartier · 7 years ago
  37. d88a2b5 Merge "ART: Fix up small header includes" by Treehugger Robot · 7 years ago
  38. 140c5d1 Add FdFile::Compare by Mathieu Chartier · 7 years ago
  39. 47863bb Fix CC handling for no large object space case by Mathieu Chartier · 7 years ago
  40. 895f922 ART: Fix up small header includes by Andreas Gampe · 7 years ago
  41. 293bfbd Merge "Revert "Revert "Stop using the runtime classpath in dex2oat""" by Calin Juravle · 7 years ago
  42. 9579b53 Merge "Revert "Flush icache using rw to r transition"" by Nicolas Geoffray · 7 years ago
  43. 8bb1786 Revert "Flush icache using rw to r transition" by Nicolas Geoffray · 7 years ago
  44. 1991589 Revert "Revert "Stop using the runtime classpath in dex2oat"" by Calin Juravle · 7 years ago
  45. df2a410 Merge "Revert "Stop using the runtime classpath in dex2oat"" by Calin Juravle · 7 years ago
  46. 053a84b Revert "Stop using the runtime classpath in dex2oat" by Calin Juravle · 7 years ago
  47. cda934e Merge changes Iba4cb348,I51c43230,Iae90c4a1,Ica43ee8a by Calin Juravle · 7 years ago
  48. 9a19be9 Merge "Fix verifier checks on interface methods." by Treehugger Robot · 7 years ago
  49. abadf02 Revert "Support clinit for app image during compilation" by Nicolas Geoffray · 7 years ago
  50. 84f82b9 Stop using the runtime classpath in dex2oat by Calin Juravle · 7 years ago
  51. 27e0d1f Pass the class loader context to dex2oat when optimizing at runtime by Calin Juravle · 7 years ago
  52. bf3710e Merge "Flush icache using rw to r transition" by Treehugger Robot · 7 years ago
  53. afb6647 Fix verifier checks on interface methods. by Alex Light · 7 years ago
  54. 50ce441 Support clinit for app image during compilation by Chang Xing · 7 years ago
  55. 42e88a0 Merge "Fix verifier deps determinism" by Mathieu Chartier · 7 years ago
  56. c8a8a56 Flush icache using rw to r transition by David Sehr · 7 years ago
  57. bf755fe Fix verifier deps determinism by Mathieu Chartier · 7 years ago
  58. fc1cd86 Merge "Fix recursive initialization on app image." by Treehugger Robot · 7 years ago
  59. 951853a Merge "Clean up some logic skipping ValidateSuperClassDescriptors." by Treehugger Robot · 7 years ago
  60. d90231a Merge "Read and write constraints for clinit" by Mathieu Chartier · 7 years ago
  61. e2e4034 Clean up some logic skipping ValidateSuperClassDescriptors. by Jeff Hao · 7 years ago
  62. 06c42a5 ART: Move openjdkjvmti to art/ by Andreas Gampe · 7 years ago
  63. 959f7ac Merge "Ensure thread_list_lock_ is correctly locked" by Treehugger Robot · 7 years ago
  64. 56c7e1e Merge "Enable the can_maintain_original_method_order capability" by Treehugger Robot · 7 years ago
  65. adbb91c Fix recursive initialization on app image. by Chang Xing · 7 years ago
  66. bd208d8 Read and write constraints for clinit by Chang Xing · 7 years ago
  67. 72041a0 Use class unloading in dex2oat for verify and extract by Mathieu Chartier · 7 years ago
  68. b566fed Enable the can_maintain_original_method_order capability by Alex Light · 7 years ago
  69. 3ae8253 Ensure thread_list_lock_ is correctly locked by Alex Light · 7 years ago
  70. 2e53f8f Merge changes Iba7e9207,I11a4d3cb,I5a6746d3 by Treehugger Robot · 7 years ago
  71. f26828b Add a conditional boolean to ScopedAssertNoThreadSuspension. by Mingyao Yang · 7 years ago
  72. f6fe3cb Merge "Fix FastNative/CriticalNative annotation lookup." by Treehugger Robot · 7 years ago
  73. 67abbca Merge "ART: Refactor retrieval of types through ArtMethod." by Treehugger Robot · 7 years ago
  74. 078a27a Merge changes If53d3ee3,I7cc0eea1 by Mathieu Chartier · 7 years ago
  75. 370f57e Fix FastNative/CriticalNative annotation lookup. by Vladimir Marko · 7 years ago
  76. fbfc394 Remove ClassLinker::SetEntryPointsToCompiledCode(). by Vladimir Marko · 7 years ago
  77. ae616fa Merge "ART: Move openjdkjvm to art/" by Treehugger Robot · 7 years ago
  78. b45528c ART: Refactor retrieval of types through ArtMethod. by Vladimir Marko · 7 years ago
  79. c16268f Fix ClassLinker::SetEntryPointsToInterpreter() for native methods by Goran Jakovljevic · 7 years ago
  80. bebd7bd JVMTI set & get local variables by Alex Light · 7 years ago
  81. c932707 Merge "ART: Add more logging to ClassLoaderContext mismatches" by Treehugger Robot · 7 years ago
  82. 605fe24 Implemented Nested Transaction by Chang Xing · 7 years ago
  83. 95caa2b Merge "ART: Move simulator to art/" by Treehugger Robot · 7 years ago
  84. 5a906fc Add strict flag in transaction by Chang Xing · 7 years ago
  85. 5d15e6c ART: Move openjdkjvm to art/ by Andreas Gampe · 7 years ago
  86. 92b6014 Merge "ART: Disable CHA for AoT" by Treehugger Robot · 7 years ago
  87. 71da487 ART: Move simulator to art/ by Andreas Gampe · 7 years ago
  88. ce68cc6 JVMTI GetLocalVariableTable function support by Alex Light · 7 years ago
  89. b22ae40 Merge "Be prepared to handle empty class loader contexts" by Calin Juravle · 7 years ago
  90. 7dface3 ART: Disable CHA for AoT by Andreas Gampe · 7 years ago
  91. 7d0f81c ART: Add more logging to ClassLoaderContext mismatches by Andreas Gampe · 7 years ago
  92. be7af22 ART: Move app image verification to its own method by Andreas Gampe · 7 years ago
  93. c1ac9ee ART: Move CHA to ClassLinker by Andreas Gampe · 7 years ago
  94. 302f69c Fix race in artInvokeInterfaceTrampoline(). by Vladimir Marko · 7 years ago
  95. ff80dfc Merge "Jit Code Cache instruction pipeline flushing" by Treehugger Robot · 7 years ago
  96. b5efe0f Merge "ART: Add SpaceBitmap walk order test" by Treehugger Robot · 7 years ago
  97. cf79cf5 Remove CHA dependencies for class unloading when JIT is disabled by Mathieu Chartier · 7 years ago
  98. b4bf949 ART: Add SpaceBitmap walk order test by Andreas Gampe · 10 years ago
  99. af89a91 Merge "ART: Include cleanup" by Treehugger Robot · 7 years ago
  100. 15a2958 Merge "ART: Fix null pointer in CHA debug verification" by Treehugger Robot · 7 years ago