1. c19cd2f Track jvmti allocations related to object tagging by Alex Light · 7 years ago
  2. 8ddfd9f Add support for tracking jvmti allocations by Alex Light · 7 years ago
  3. 7b46197 Merge changes I8d0f5341,Iced0de7c,I742cd614 by Calin Juravle · 7 years ago
  4. cdd4912 Add fast path to FindClass for DelegateLastClassLoader by Calin Juravle · 7 years ago
  5. 7865ac7 Add DelegateLastClassLoader to the list of WellKnownClassLoaders by Calin Juravle · 8 years ago
  6. 415dc3d Refactor FindClass code in class linker by Calin Juravle · 8 years ago
  7. 0656044 Merge "Revert "Revert "Fixed Literal String intern mismatch.""" by Mathieu Chartier · 7 years ago
  8. 8054c1d Merge "Add an init encoded fields threshold to compiler" by Mathieu Chartier · 7 years ago
  9. 170de15 Merge "Move libartd-simulator dependency to host-only" by Treehugger Robot · 7 years ago
  10. e32097c Merge "Add jvmti GetBytecodes function." by Treehugger Robot · 7 years ago
  11. 70f689d Add an init encoded fields threshold to compiler by Chang Xing · 8 years ago
  12. 4c17428 Add jvmti GetBytecodes function. by Alex Light · 7 years ago
  13. 209b4c7 Merge "Small refactoring of field/method access checks." by Vladimir Marko · 7 years ago
  14. c2127b9 Merge "ART: Make Touch's stack array smaller under ASAN" by Treehugger Robot · 7 years ago
  15. 9ffcfa5 Merge "Trace heap size for allocations" by Mathieu Chartier · 7 years ago
  16. 6f1c751 ART: Make Touch's stack array smaller under ASAN by Andreas Gampe · 7 years ago
  17. 71bde0d Merge "Improve ImageWriter logging." by Treehugger Robot · 7 years ago
  18. b2bedf4 Merge "Invoke Changer" by Calin Juravle · 7 years ago
  19. c7c3d85 Invoke Changer by Sumnima Joshi · 8 years ago
  20. 23e81a1 Improve ImageWriter logging. by Ian Rogers · 7 years ago
  21. 001580a Merge "ART: Let ASAN handle stack traces on host" by Treehugger Robot · 7 years ago
  22. 34afcde Trace heap size for allocations by Mathieu Chartier · 8 years ago
  23. 163355e ART: Let ASAN handle stack traces on host by Andreas Gampe · 7 years ago
  24. 739a22b Merge "Move jvmti allocation functions to own file." by Treehugger Robot · 7 years ago
  25. 4478bf5 Merge "ART: Conditionally add debug version to art-runtime package" by Treehugger Robot · 7 years ago
  26. bf64a57 Move jvmti allocation functions to own file. by Alex Light · 7 years ago
  27. e15c48f Merge "Extend dexdump2 tests for invoke-custom" by Orion Hodson · 7 years ago
  28. 5da3780 Merge "Prune methods in image DexCache based on referencing class." by Treehugger Robot · 7 years ago
  29. f79aa7f Small refactoring of field/method access checks. by Vladimir Marko · 8 years ago
  30. 4c4d9df Merge "ART: Hide system/core/libziparchive headers" by Treehugger Robot · 7 years ago
  31. 3b15545 Prune methods in image DexCache based on referencing class. by Vladimir Marko · 7 years ago
  32. 4ca07d1 Merge "Address missed review comments." by Nicolas Geoffray · 7 years ago
  33. b25a31a Merge "Revert "Blacklist failing test."" by Treehugger Robot · 7 years ago
  34. 3678820 Merge "Blacklist test under gcstress." by Treehugger Robot · 7 years ago
  35. 640fbdc Merge "Disambiguate memory accesses in instruction scheduling" by Nicolas Geoffray · 7 years ago
  36. 775224d Extend dexdump2 tests for invoke-custom by Orion Hodson · 7 years ago
  37. 5b455d3 Blacklist test under gcstress. by Nicolas Geoffray · 7 years ago
  38. 662dc65 Revert "Blacklist failing test." by Adam Vartanian · 8 years ago
  39. 4a77b1e Merge "Remove obsolete helpers from CompilerDriver." by Treehugger Robot · 8 years ago
  40. 4913cf3 Remove obsolete helpers from CompilerDriver. by Vladimir Marko · 8 years ago
  41. 4dd8880 Merge "Fixes for constant method handles" by Treehugger Robot · 8 years ago
  42. 631827d Fixes for constant method handles by Orion Hodson · 8 years ago
  43. d64fbfa Merge "Blacklist failing test." by Nicolas Geoffray · 8 years ago
  44. f8aac61 Blacklist failing test. by Nicolas Geoffray · 8 years ago
  45. 0c2d3e5 ART: Hide system/core/libziparchive headers by Andreas Gampe · 8 years ago
  46. bc4b013 Address missed review comments. by Nicolas Geoffray · 8 years ago
  47. 8091ed8 Merge "MIPS: Shorten .bss string/class loads" by Treehugger Robot · 8 years ago
  48. 61cfb15 Merge "ARM64: Restore FP registers in read barrier thunk." by Nicolas Geoffray · 8 years ago
  49. 7015e76 ARM64: Restore FP registers in read barrier thunk. by Nicolas Geoffray · 8 years ago
  50. 7df2bb6 Merge "Fix boot classes init when compiling app image" by Mathieu Chartier · 8 years ago
  51. a073f1f Merge "Split up ti-agent/common_helper.cc" by Treehugger Robot · 8 years ago
  52. 348c437 Merge "Refactor module registration" by Treehugger Robot · 8 years ago
  53. d0d6596 Split up ti-agent/common_helper.cc by Alex Light · 8 years ago
  54. fb5b7d8 Merge "Fix questionable behavior for the bulk region clearing" by Treehugger Robot · 8 years ago
  55. 9a1c4b4 Merge "Fix race condition new regions in AllocNonVirtual" by Treehugger Robot · 8 years ago
  56. d449cc1 Merge "Check for temporary and retired classes in GetClassFields." by Treehugger Robot · 8 years ago
  57. e9c2341 Merge "Renumber test 988-redefine-use-after-free to 998" by Treehugger Robot · 8 years ago
  58. e602b1c Fix boot classes init when compiling app image by Chang Xing · 8 years ago
  59. e128af5 Merge "ARM: ART Vectorizer (64-bit vectors)." by Treehugger Robot · 8 years ago
  60. b494903 ART: Conditionally add debug version to art-runtime package by Andreas Gampe · 8 years ago
  61. f39c091 Fix questionable behavior for the bulk region clearing by Mathieu Chartier · 8 years ago
  62. bde0d22 Renumber test 988-redefine-use-after-free to 998 by Alex Light · 8 years ago
  63. 478986c Fix race condition new regions in AllocNonVirtual by Mathieu Chartier · 8 years ago
  64. 2c6cd69 Check for temporary and retired classes in GetClassFields. by Alex Light · 8 years ago
  65. dfcf10b Merge "Add SuspendReason enum and change Suspension functions." by Treehugger Robot · 8 years ago
  66. dd3240c Merge "MIPS32: MoveLocation refactoring" by Aart Bik · 8 years ago
  67. 2a3471f Disambiguate memory accesses in instruction scheduling by xueliang.zhong · 8 years ago
  68. 46f9340 Add SuspendReason enum and change Suspension functions. by Alex Light · 8 years ago
  69. 89ae0f4 Merge "Fix unintended change in JIT inlining heuristics." by Nicolas Geoffray · 8 years ago
  70. aed3dbf Merge "Improve array index analysis in LSA." by Nicolas Geoffray · 8 years ago
  71. 6cb5ae0 Merge "Only protect cleared regions for target builds" by Treehugger Robot · 8 years ago
  72. 8f7c410 ARM: ART Vectorizer (64-bit vectors). by Artem Serov · 8 years ago
  73. cf96bed Fix unintended change in JIT inlining heuristics. by Nicolas Geoffray · 8 years ago
  74. 740c300 Merge "Add CHECKs to help diagnose a crash seen internally." by Nicolas Geoffray · 8 years ago
  75. 4aa0cf8 Merge "Turn a few DCHECK into CHECKs." by Nicolas Geoffray · 8 years ago
  76. 5f17267 Merge "If branch changer which changes the opcodes." by Aart Bik · 8 years ago
  77. 222a480 Merge "ART: Change main-thread thread paging scheme" by Treehugger Robot · 8 years ago
  78. abae637 If branch changer which changes the opcodes. by Sumnima Joshi · 8 years ago
  79. 99f753b Merge "Improved subscript and data dependence analysis." by Treehugger Robot · 8 years ago
  80. 163c540 Merge "Handle spurious wakeups in VerifyClass" by Treehugger Robot · 8 years ago
  81. 6c63f86 ART: Change main-thread thread paging scheme by Andreas Gampe · 8 years ago
  82. 4f1482f Merge "Make DoDexPcMoveEvent always be NO_INLINE" by Treehugger Robot · 8 years ago
  83. 37dc4df Improved subscript and data dependence analysis. by Aart Bik · 8 years ago
  84. 5ef7020 Handle spurious wakeups in VerifyClass by Mathieu Chartier · 8 years ago
  85. c1b3c71 Only protect cleared regions for target builds by Mathieu Chartier · 8 years ago
  86. 2989a4a Make DoDexPcMoveEvent always be NO_INLINE by Alex Light · 8 years ago
  87. 757b26c Add CHECKs to help diagnose a crash seen internally. by Nicolas Geoffray · 8 years ago
  88. c9c3104 Turn a few DCHECK into CHECKs. by Nicolas Geoffray · 8 years ago
  89. fe9a4f0 Merge "oatdump: Improve documentation of option `--app-image`." by Roland Levillain · 8 years ago
  90. 853cc56 Merge "Code cleanup around compiler options and JIT." by Nicolas Geoffray · 8 years ago
  91. bbf6f80 Merge "Remove 953-invoke-polymorphic-compiler from knownfailures.json" by Treehugger Robot · 8 years ago
  92. 57c4704 Code cleanup around compiler options and JIT. by Nicolas Geoffray · 8 years ago
  93. 4ebbb60 Merge "test: Fix 593-checker-shift-and-simplifier for target" by Treehugger Robot · 8 years ago
  94. d0e2ddd Remove 953-invoke-polymorphic-compiler from knownfailures.json by Orion Hodson · 8 years ago
  95. e4a19f6 Merge "Force DoDexPcMoveEvent to be NO_INLINE with ASAN" by Treehugger Robot · 8 years ago
  96. d340127 Force DoDexPcMoveEvent to be NO_INLINE with ASAN by Alex Light · 8 years ago
  97. 9a70a63 Merge "Add tests 988-992 to cts" by Treehugger Robot · 8 years ago
  98. f88e73f Merge changes Id2a4db5a,I5e71b85d,I70f76ba7,I4d19cc10,I231178e7 by Treehugger Robot · 8 years ago
  99. ba17dbd Revert "Revert "Fixed Literal String intern mismatch."" by Chang Xing · 8 years ago
  100. ec79f19 test: Fix 593-checker-shift-and-simplifier for target by Igor Murashkin · 8 years ago