1. 6cff48f ART: Speed up thread stack tracing for ANRs by Christopher Ferris · 11 years ago
  2. 32cc9ee Change hash table load factors by Mathieu Chartier · 9 years ago
  3. 85506c2 Merge "Add initial default method support to Art" by Alex Light · 9 years ago
  4. e58991b Revert "Revert "Unload oat files"" by Mathieu Chartier · 9 years ago
  5. eb7c144 Add initial default method support to Art by Alex Light · 9 years ago
  6. f9c6fc6 Add OatFileManager by Mathieu Chartier · 9 years ago
  7. a6b1ead Mark breakpoint roots by Mathieu Chartier · 9 years ago
  8. c3fcd41 Address some code comments by Mathieu Chartier · 9 years ago
  9. 017ed0b Fix CreateLinearAlloc bug by Mathieu Chartier · 9 years ago
  10. 951ec2c Revert "Revert "Add one LinearAlloc per ClassLoader"" by Mathieu Chartier · 9 years ago
  11. 6a6916b Merge "ART: Fix destruction order in Runtime." by Vladimir Marko · 9 years ago
  12. 37cf51f ART: Fix destruction order in Runtime. by Vladimir Marko · 9 years ago
  13. 7de5dfe Revert "Add one LinearAlloc per ClassLoader" by Nicolas Geoffray · 9 years ago
  14. 356412e Add one LinearAlloc per ClassLoader by Mathieu Chartier · 9 years ago
  15. 1147b9b Use image pointer size for profile info by Mathieu Chartier · 9 years ago
  16. 35717f8 Merge "ART: Add some utilities for working with containers." by Vladimir Marko · 9 years ago
  17. 5550ca8 Record profiling information before Jitting. by Nicolas Geoffray · 9 years ago
  18. 637ee0b ART: Add some utilities for working with containers. by Vladimir Marko · 9 years ago
  19. fdbd13c Some fixes for the CC collector. by Hiroshi Yamauchi · 9 years ago
  20. c823eff Disable the GDB-based test timeout dump in 32 bit. by Hiroshi Yamauchi · 9 years ago
  21. 4bc27eb Merge "Use GDB to dump threads in test timeouts, if available." by Hiroshi Yamauchi · 9 years ago
  22. 6ffb9cc Use GDB to dump threads in test timeouts, if available. by Hiroshi Yamauchi · 9 years ago
  23. 673ed3d Revert "Revert "Change dex caches to be weak roots"" by Mathieu Chartier · 9 years ago
  24. 81a9087 Revert "Change dex caches to be weak roots" by Brian Carlstrom · 9 years ago
  25. 3ae6b1d Change dex caches to be weak roots by Mathieu Chartier · 9 years ago
  26. 02f0771 Merge "Revert "cleanup: Replace pointers with out-parameters and fix-up formatting"" by Igor Murashkin · 9 years ago
  27. 90ef3db Address some comments and clean up by Mathieu Chartier · 9 years ago
  28. b1d8c31 Revert "cleanup: Replace pointers with out-parameters and fix-up formatting" by Igor Murashkin · 9 years ago
  29. a315f5c cleanup: Replace pointers with out-parameters and fix-up formatting by Igor Murashkin · 9 years ago
  30. 695a273 ART: Make warnings into errors in InitZygote by Andreas Gampe · 9 years ago
  31. dd67125 ART: Change the stack dump format to be in line with debuggerd by Andreas Gampe · 9 years ago
  32. 9044347 Move to newer clang annotations by Mathieu Chartier · 9 years ago
  33. e2facc5 runtime: Add lambda box/unbox object equality by Igor Murashkin · 9 years ago
  34. 1123794 Merge "Change intern table to not use WaitHoldingLocks" by Mathieu Chartier · 9 years ago
  35. 7617abd runtime: Add -Xverify:softfail and ART_TEST_INTERPRETER_ACCESS_CHECKS by Igor Murashkin · 9 years ago
  36. 14c3bf9 Change intern table to not use WaitHoldingLocks by Mathieu Chartier · 9 years ago
  37. 9750995 Clean up GC callbacks to be virtual methods by Mathieu Chartier · 9 years ago
  38. 0541502 Merge "Generalize Valgrind annotations in ART to support ASan." by Evgenii Stepanov · 9 years ago
  39. 1e13374 Generalize Valgrind annotations in ART to support ASan. by Evgenii Stepanov · 9 years ago
  40. 5b1eea0 Merge "Thread-local mark stacks for the CC collector." by Hiroshi Yamauchi · 9 years ago
  41. 0b71357 Thread-local mark stacks for the CC collector. by Hiroshi Yamauchi · 9 years ago
  42. 7a4d015 Change JIT code to use optimizing. by Nicolas Geoffray · 9 years ago
  43. 41656de Fix potential bugs in allocation tracker by Man Cao · 9 years ago
  44. 22bb5a2 Add implicit null pointer and stack overflow checks for Mips. by Douglas Leung · 9 years ago
  45. 01aaf6e Allow for sig chain to be disabled. by Calin Juravle · 9 years ago
  46. 42c3c33 Make allocation tracker use less memory by Man Cao · 9 years ago
  47. da0e224 Merge "Restore DDMS recent allocation tracking's behavior" by Mathieu Chartier · 9 years ago
  48. 1ed11b9 Restore DDMS recent allocation tracking's behavior by Man Cao · 9 years ago
  49. 3100080 New experimental GC stress mode by Mathieu Chartier · 9 years ago
  50. 247e977 Merge "interpreter: Add experimental lambda opcodes for invoke/create-lambda" by Igor Murashkin · 9 years ago
  51. 158f35c interpreter: Add experimental lambda opcodes for invoke/create-lambda by Igor Murashkin · 9 years ago
  52. 3767017 Reset GC performance stats at zygote fork. by Hiroshi Yamauchi · 9 years ago
  53. 8c2ff64 Add allocation stack traces for HPROF dump. by Man Cao · 9 years ago
  54. 054a078 Add atrace calls to runtime start and heap create by Richard Uhler · 9 years ago
  55. e3b034a Fix some ArtMethod related bugs by Mathieu Chartier · 9 years ago
  56. e401d14 Move mirror::ArtMethod to native by Mathieu Chartier · 9 years ago
  57. 0de1133 Fix debuggable compiler flag detection for secondary dex files by Sebastien Hertz · 9 years ago
  58. b81e1cd Fix missing transaction abort error message by Sebastien Hertz · 9 years ago
  59. 848f70a Replace String CharArray with internal uint16_t array. by Jeff Hao · 11 years ago
  60. 2cebb24 Replace NULL with nullptr by Mathieu Chartier · 9 years ago
  61. fc58af4 Add AbstractMethod, Constructor, Method by Mathieu Chartier · 9 years ago
  62. 40da286 ART: Streaming trace mode by Andreas Gampe · 9 years ago
  63. 3481ba2 ART: Clean up includes. by Vladimir Marko · 9 years ago
  64. c785344 Move ArtField to native by Mathieu Chartier · 9 years ago
  65. bb87e0f Refactor and improve GC root handling by Mathieu Chartier · 9 years ago
  66. 9ba48ce Merge "Fix the read barrier builds." by Hiroshi Yamauchi · 9 years ago
  67. 02d2f29 Fix the read barrier builds. by Hiroshi Yamauchi · 9 years ago
  68. ae36b4a Merge "Use specific exception class to abort transaction" by Sebastien Hertz · 9 years ago
  69. 2fd7e69 Use specific exception class to abort transaction by Sebastien Hertz · 9 years ago
  70. f6a780a ART: Move trace options to a struct by Andreas Gampe · 9 years ago
  71. 461687d Visit image roots for hprof by Mathieu Chartier · 9 years ago
  72. af38d89 Merge "ART: Use enums in Trace" by Andreas Gampe · 9 years ago
  73. 7e7e0f4 ART: Use enums in Trace by Andreas Gampe · 9 years ago
  74. daaf326 Add AccessibleObject and Field to mirror by Mathieu Chartier · 9 years ago
  75. 4585f87 ART: Some runtime cleanup by Andreas Gampe · 9 years ago
  76. 81c6f8d ART: PathClassLoader for compiler by Andreas Gampe · 9 years ago
  77. 3679a47 Merge "Support relative encoded dex locations in oat files." by Richard Uhler · 9 years ago
  78. e5fed03 Support relative encoded dex locations in oat files. by Richard Uhler · 9 years ago
  79. 785049f Add paths to apk!lib/<abi> to LD_LIBRARY_PATH by Dmitriy Ivanov · 10 years ago
  80. 455f67c Fix JIT options with late init by Mathieu Chartier · 9 years ago
  81. 12d625f Change method verifiers to be thread local roots by Mathieu Chartier · 9 years ago
  82. 2435a43 ART: Add entries_ lock for race condition by bowen_lai · 9 years ago
  83. c6201fa Add way to select arena type at runtime by Mathieu Chartier · 9 years ago
  84. 0aa50ce Remove ThrowLocation. by Nicolas Geoffray · 9 years ago
  85. 9b34b24 Trim arenas for JIT by Mathieu Chartier · 9 years ago
  86. 5c9d8f0 Merge "Compute the right catch location for the debugger." by Nicolas Geoffray · 9 years ago
  87. 14691c5 Compute the right catch location for the debugger. by Nicolas Geoffray · 9 years ago
  88. 184c9dc Fix some incorrect IsCompiler instead of IsAotCompiler by Mathieu Chartier · 9 years ago
  89. 7b2f09e ART: Add debuggable compiler flag by Andreas Gampe · 9 years ago
  90. 775f1d4 Merge "Follow-up 128393" by Sebastien Hertz · 9 years ago
  91. bd9cf9f Follow-up 128393 by Sebastien Hertz · 9 years ago
  92. deebb99 Fix AddCurrentRuntimeFeaturesAsDex2OatArguments jit handling by Mathieu Chartier · 9 years ago
  93. e5f13e5 Revert "Revert "Add JIT"" by Mathieu Chartier · 9 years ago
  94. f548c54 Merge "Revert "Add JIT"" by Nicolas Geoffray · 9 years ago
  95. a5ca888 Revert "Add JIT" by Nicolas Geoffray · 9 years ago
  96. 4fa1a27 Merge "Add JIT" by Mathieu Chartier · 9 years ago
  97. 2535abe Add JIT by Mathieu Chartier · 9 years ago
  98. 39ce228 Merge "Only detach shutdown thread if we attached it" by Mathieu Chartier · 9 years ago
  99. 05d1461 Only detach shutdown thread if we attached it by Mathieu Chartier · 9 years ago
  100. 24e04aa ART: Allow the execution to stop if the compilation fails via an option by Jean Christophe Beyler · 10 years ago