1. 44409d3 Use isolated namespaces for app native libs by Dmitriy Ivanov · 10 years ago
  2. d38b1b7 Merge "Revert "Enable profiled guided compilation in dex2oat"" am: 66278646b5 by Calin Juravle · 10 years ago
  3. 6627864 Merge "Revert "Enable profiled guided compilation in dex2oat"" by Calin Juravle · 10 years ago
  4. 2306ae0 Revert "Enable profiled guided compilation in dex2oat" by Calin Juravle · 10 years ago
  5. 22df2db Merge "Enable profiled guided compilation in dex2oat" am: a79c717fd4 by Calin Juravle · 10 years ago
  6. a79c717 Merge "Enable profiled guided compilation in dex2oat" by Calin Juravle · 10 years ago
  7. 7d2b04c Skip DumpForSigQuit if debugger is active by Mathieu Chartier · 10 years ago
  8. 0b8f1bf Skip DumpForSigQuit if debugger is active by Mathieu Chartier · 10 years ago
  9. 500c9be Enable profiled guided compilation in dex2oat by Calin Juravle · 10 years ago
  10. 8701fc2 Merge "Allow initializing runtime with parsed options." am: e0d25b156e am: 2433d4e17c by Vladimir Marko · 10 years ago
  11. 88b2b80 Allow initializing runtime with parsed options. by Vladimir Marko · 10 years ago
  12. acb3040 Merge "Revert "Enable profiled guided compilation in dex2oat"" am: 68cebffee2 am: e6527ffc11 by Nicolas Geoffray · 10 years ago
  13. 9fdb129 Revert "Enable profiled guided compilation in dex2oat" by Nicolas Geoffray · 10 years ago
  14. 7fa9723 Merge "ART: Refactor oat_file.h/cc for better maintainability" am: dbec5e71e0 am: 98acd60161 by Andreas Gampe · 10 years ago
  15. dbec5e7 Merge "ART: Refactor oat_file.h/cc for better maintainability" by Andreas Gampe · 10 years ago
  16. 049cff0 ART: Refactor oat_file.h/cc for better maintainability by Andreas Gampe · 10 years ago
  17. b70e694 Merge "Enable profiled guided compilation in dex2oat" am: ec92d4f902 am: ed3a23d4aa by Calin Juravle · 10 years ago
  18. 27e17fd Enable profiled guided compilation in dex2oat by Calin Juravle · 10 years ago
  19. 4b6c01b Merge "Save jit profiling info to file." am: e8bc4ec44a am: 449f62e059 by Calin Juravle · 10 years ago
  20. 31f2c15 Save jit profiling info to file. by Calin Juravle · 10 years ago
  21. 0871cd7 Switch init order of WellKnownClasses and NativeMethods by Yi Kong · 10 years ago
  22. 121b25e Merge mnc-dr-enso-dev into goog/master by Przemyslaw Szczepaniak · 10 years ago
  23. 0f0d5f3 Merge "ART: Change Init{From,Without}Image to return bool" by Andreas Gampe · 10 years ago
  24. 3db9c5d ART: Change Init{From,Without}Image to return bool by Andreas Gampe · 10 years ago
  25. d7b3c7f Rename native library. by Narayan Kamath · 10 years ago
  26. ba69a51 Fix bogus DCHECK and rename DidForkFromZygote. by Nicolas Geoffray · 10 years ago
  27. 787ae8e Remove DEBUG_JIT from Zygote flags. by Nicolas Geoffray · 10 years ago
  28. 04302db Fix class unloading with the CC collector. by Hiroshi Yamauchi · 10 years ago
  29. bc36a0f Build libxxavacore library for gtests by Yi Kong · 10 years ago
  30. d1ef436 Merge lmp changes into mnc. by Narayan Kamath · 10 years ago
  31. f32e832 Add Android System#arraycopy fast specializations. by Przemyslaw Szczepaniak · 10 years ago
  32. 0787f9d Rename native library. by Narayan Kamath · 10 years ago
  33. 073b16c Image space cleanup for app images by Mathieu Chartier · 10 years ago
  34. 88f423f Remove native registration of a new classes. by Piotr Jastrzebski · 10 years ago
  35. 8ca9077 Load libopenjdkjavacore in addition to libjavacore. by Piotr Jastrzebski · 10 years ago
  36. 6cff48f ART: Speed up thread stack tracing for ANRs by Christopher Ferris · 12 years ago
  37. 32cc9ee Change hash table load factors by Mathieu Chartier · 10 years ago
  38. 85506c2 Merge "Add initial default method support to Art" by Alex Light · 10 years ago
  39. e58991b Revert "Revert "Unload oat files"" by Mathieu Chartier · 10 years ago
  40. eb7c144 Add initial default method support to Art by Alex Light · 10 years ago
  41. f9c6fc6 Add OatFileManager by Mathieu Chartier · 10 years ago
  42. a6b1ead Mark breakpoint roots by Mathieu Chartier · 10 years ago
  43. c3fcd41 Address some code comments by Mathieu Chartier · 10 years ago
  44. 017ed0b Fix CreateLinearAlloc bug by Mathieu Chartier · 10 years ago
  45. 951ec2c Revert "Revert "Add one LinearAlloc per ClassLoader"" by Mathieu Chartier · 10 years ago
  46. 6a6916b Merge "ART: Fix destruction order in Runtime." by Vladimir Marko · 10 years ago
  47. 37cf51f ART: Fix destruction order in Runtime. by Vladimir Marko · 10 years ago
  48. 7de5dfe Revert "Add one LinearAlloc per ClassLoader" by Nicolas Geoffray · 10 years ago
  49. 356412e Add one LinearAlloc per ClassLoader by Mathieu Chartier · 10 years ago
  50. 1147b9b Use image pointer size for profile info by Mathieu Chartier · 10 years ago
  51. 35717f8 Merge "ART: Add some utilities for working with containers." by Vladimir Marko · 10 years ago
  52. 5550ca8 Record profiling information before Jitting. by Nicolas Geoffray · 10 years ago
  53. 637ee0b ART: Add some utilities for working with containers. by Vladimir Marko · 10 years ago
  54. fdbd13c Some fixes for the CC collector. by Hiroshi Yamauchi · 10 years ago
  55. c823eff Disable the GDB-based test timeout dump in 32 bit. by Hiroshi Yamauchi · 10 years ago
  56. 4bc27eb Merge "Use GDB to dump threads in test timeouts, if available." by Hiroshi Yamauchi · 10 years ago
  57. 6ffb9cc Use GDB to dump threads in test timeouts, if available. by Hiroshi Yamauchi · 10 years ago
  58. 673ed3d Revert "Revert "Change dex caches to be weak roots"" by Mathieu Chartier · 10 years ago
  59. 81a9087 Revert "Change dex caches to be weak roots" by Brian Carlstrom · 10 years ago
  60. 3ae6b1d Change dex caches to be weak roots by Mathieu Chartier · 10 years ago
  61. 02f0771 Merge "Revert "cleanup: Replace pointers with out-parameters and fix-up formatting"" by Igor Murashkin · 10 years ago
  62. 90ef3db Address some comments and clean up by Mathieu Chartier · 10 years ago
  63. b1d8c31 Revert "cleanup: Replace pointers with out-parameters and fix-up formatting" by Igor Murashkin · 10 years ago
  64. a315f5c cleanup: Replace pointers with out-parameters and fix-up formatting by Igor Murashkin · 10 years ago
  65. 695a273 ART: Make warnings into errors in InitZygote by Andreas Gampe · 10 years ago
  66. dd67125 ART: Change the stack dump format to be in line with debuggerd by Andreas Gampe · 10 years ago
  67. 242ae94 ART: Change the stack dump format to be in line with debuggerd by Andreas Gampe · 10 years ago
  68. 9044347 Move to newer clang annotations by Mathieu Chartier · 10 years ago
  69. e2facc5 runtime: Add lambda box/unbox object equality by Igor Murashkin · 10 years ago
  70. 1123794 Merge "Change intern table to not use WaitHoldingLocks" by Mathieu Chartier · 10 years ago
  71. 7617abd runtime: Add -Xverify:softfail and ART_TEST_INTERPRETER_ACCESS_CHECKS by Igor Murashkin · 10 years ago
  72. 14c3bf9 Change intern table to not use WaitHoldingLocks by Mathieu Chartier · 10 years ago
  73. 9750995 Clean up GC callbacks to be virtual methods by Mathieu Chartier · 10 years ago
  74. 0541502 Merge "Generalize Valgrind annotations in ART to support ASan." by Evgenii Stepanov · 10 years ago
  75. 1e13374 Generalize Valgrind annotations in ART to support ASan. by Evgenii Stepanov · 10 years ago
  76. 5b1eea0 Merge "Thread-local mark stacks for the CC collector." by Hiroshi Yamauchi · 10 years ago
  77. 0b71357 Thread-local mark stacks for the CC collector. by Hiroshi Yamauchi · 10 years ago
  78. 7a4d015 Change JIT code to use optimizing. by Nicolas Geoffray · 10 years ago
  79. 41656de Fix potential bugs in allocation tracker by Man Cao · 10 years ago
  80. ccbbda2 Add implicit null pointer and stack overflow checks for Mips. by Douglas Leung · 10 years ago
  81. 22bb5a2 Add implicit null pointer and stack overflow checks for Mips. by Douglas Leung · 10 years ago
  82. 01aaf6e Allow for sig chain to be disabled. by Calin Juravle · 10 years ago
  83. 42c3c33 Make allocation tracker use less memory by Man Cao · 10 years ago
  84. da0e224 Merge "Restore DDMS recent allocation tracking's behavior" by Mathieu Chartier · 10 years ago
  85. 1ed11b9 Restore DDMS recent allocation tracking's behavior by Man Cao · 10 years ago
  86. bad9c7b New experimental GC stress mode by Mathieu Chartier · 10 years ago
  87. 3100080 New experimental GC stress mode by Mathieu Chartier · 10 years ago
  88. 247e977 Merge "interpreter: Add experimental lambda opcodes for invoke/create-lambda" by Igor Murashkin · 10 years ago
  89. 158f35c interpreter: Add experimental lambda opcodes for invoke/create-lambda by Igor Murashkin · 10 years ago
  90. 3767017 Reset GC performance stats at zygote fork. by Hiroshi Yamauchi · 10 years ago
  91. 9a7fffb Reset GC performance stats at zygote fork. by Hiroshi Yamauchi · 10 years ago
  92. 8c2ff64 Add allocation stack traces for HPROF dump. by Man Cao · 10 years ago
  93. 054a078 Add atrace calls to runtime start and heap create by Richard Uhler · 11 years ago
  94. 7fabaa6 Add atrace calls to runtime start and heap create by Richard Uhler · 11 years ago
  95. 3d21bdf Move mirror::ArtMethod to native by Mathieu Chartier · 10 years ago
  96. e3b034a Fix some ArtMethod related bugs by Mathieu Chartier · 10 years ago
  97. e401d14 Move mirror::ArtMethod to native by Mathieu Chartier · 10 years ago
  98. 094ff2c Fix debuggable compiler flag detection for secondary dex files by Sebastien Hertz · 10 years ago
  99. 0de1133 Fix debuggable compiler flag detection for secondary dex files by Sebastien Hertz · 10 years ago
  100. b81e1cd Fix missing transaction abort error message by Sebastien Hertz · 10 years ago