1. 24868a1 Share DWARF .debug_abbrev sections. by David Srbecky · 9 years ago
  2. fbc3108 Revert "Revert "Load app images"" by Mathieu Chartier · 9 years ago
  3. 1bc977c Revert "Load app images" by Nicolas Geoffray · 9 years ago
  4. f7fd970 Load app images by Mathieu Chartier · 9 years ago
  5. f74388d Merge "Improve profile processing" by Calin Juravle · 9 years ago
  6. 877fd96 Improve profile processing by Calin Juravle · 9 years ago
  7. 5cc349f Report DWARF debug information for JITed code. by David Srbecky · 9 years ago
  8. afeb309 Correct value_type for some TrackingAllocators. by Dan Albert · 9 years ago
  9. 4d87df6 Improve handling of daemon threads after runtime shutdown by Mathieu Chartier · 9 years ago
  10. 93e8edd Fix bogus logging statement. by Narayan Kamath · 9 years ago
  11. 2994605 Fix lock ordering violation by Mathieu Chartier · 9 years ago
  12. ec178ee Merge "Revert "Revert "Combine direct_methods_ and virtual_methods_ fields of mirror::Class""" by Alex Light · 9 years ago
  13. e64300b Revert "Revert "Combine direct_methods_ and virtual_methods_ fields of mirror::Class"" by Alex Light · 9 years ago
  14. 4741516 Merge "Revert "Revert "Introduce support for hardware simulators, starting with ARM64""" by Roland Levillain · 9 years ago
  15. ae358c1 Revert "Combine direct_methods_ and virtual_methods_ fields of mirror::Class" by Alex Light · 9 years ago
  16. 6286a97 Combine direct_methods_ and virtual_methods_ fields of mirror::Class by Alex Light · 9 years ago
  17. 49b0f45 Refactor and clean up OatWriter and Dex2Oat. by Vladimir Marko · 9 years ago
  18. 976af0a Merge "ART: Add FdFile::Copy() to copy data from another file." by Vladimir Marko · 9 years ago
  19. 5096e66 ART: Add FdFile::Copy() to copy data from another file. by Vladimir Marko · 9 years ago
  20. e0d25b1 Merge "Allow initializing runtime with parsed options." by Vladimir Marko · 9 years ago
  21. 88b2b80 Allow initializing runtime with parsed options. by Vladimir Marko · 9 years ago
  22. 208a5cb Store class tables in the image by Mathieu Chartier · 9 years ago
  23. 3a09092 Revert "lambda: Add support for invoke-interface for boxed innate lambdas" by Nicolas Geoffray · 9 years ago
  24. 457e874 lambda: Add support for invoke-interface for boxed innate lambdas by Igor Murashkin · 9 years ago
  25. 04b0526 Encode function signatures properly in DWARF. by David Srbecky · 9 years ago
  26. 0d5a281 x86/x86-64 read barrier support for concurrent GC in Optimizing. by Roland Levillain · 9 years ago
  27. fda0432 ART: Add comments to Scoped-/ArenaAllocator. by Vladimir Marko · 9 years ago
  28. 7500193 ART: Fix arena allocation for valgrind. by Vladimir Marko · 9 years ago
  29. 751beff Revert "Revert "Introduce support for hardware simulators, starting with ARM64"" by Phil Wang · 9 years ago
  30. a190645 Remove extra space at end of line in output. by Christopher Ferris · 9 years ago
  31. 0f8e072 Use HashMap for DexFileVerifier by Mathieu Chartier · 9 years ago
  32. 450f012 Merge "Make dchecked_vector C++11 compatible." by Dan Albert · 9 years ago
  33. f230fee Merge "Add HashSet::Reserve" by Mathieu Chartier · 9 years ago
  34. 05ff5a4 Make dchecked_vector C++11 compatible. by Dan Albert · 9 years ago
  35. c482d38 Add HashSet::Reserve by Mathieu Chartier · 9 years ago
  36. de40d47 Use arenas for the verifier by Mathieu Chartier · 9 years ago
  37. 784e790 ART: Support trivially-destructible arrays in ArenaUniquePtr by Andreas Gampe · 9 years ago
  38. 7b05e17 Add ArenaUniquePtr by Mathieu Chartier · 9 years ago
  39. e5d80f8 Move ArenaBitVector into the runtime by Mathieu Chartier · 9 years ago
  40. 8df69d4 Revert "Revert "load store elimination."" by Mingyao Yang · 9 years ago
  41. e2aa326 Use binary search for FindDeclaredInstance/StaticField by Mathieu Chartier · 9 years ago
  42. 3ae313d Merge "Change hash table load factors" by Mathieu Chartier · 9 years ago
  43. 32cc9ee Change hash table load factors by Mathieu Chartier · 9 years ago
  44. 4b8f1ec Use ATTRIBUTE_UNUSED more. by Roland Levillain · 9 years ago
  45. 8030c41 Revert "load store elimination." by Nicolas Geoffray · 9 years ago
  46. 589dac7 load store elimination. by Mingyao Yang · 9 years ago
  47. e58991b Revert "Revert "Unload oat files"" by Mathieu Chartier · 9 years ago
  48. 655e585 Optimizing: Move GraphChecker memory allocations to arena. by Vladimir Marko · 9 years ago
  49. f9c6fc6 Add OatFileManager by Mathieu Chartier · 9 years ago
  50. 1f49764 ART: Use arena allocator with HashSet/HashMap. by Vladimir Marko · 9 years ago
  51. 1441207 Merge "Revert "Disable clang optimization to boot up on arm64."" by Chih-hung Hsieh · 9 years ago
  52. df1ccff Revert "Disable clang optimization to boot up on arm64." by Chih-hung Hsieh · 9 years ago
  53. ec7802a Add DCHECKs to ArenaVector and ScopedArenaVector. by Vladimir Marko · 9 years ago
  54. 7bda3b6 Revert "Quick: Work around large frame sizes for x86_64." by Vladimir Marko · 9 years ago
  55. 35ef974 Merge "ART: Mark deallocated arena memory as inaccessible." by Vladimir Marko · 9 years ago
  56. dbce0d7 MIPS64r6 Assembler Tests by Chris Larsen · 9 years ago
  57. 2a408a3 ART: Mark deallocated arena memory as inaccessible. by Vladimir Marko · 9 years ago
  58. 5233f93 Optimizing: Tag even more arena allocations. by Vladimir Marko · 9 years ago
  59. 225b646 Optimizing: Tag arena allocations in code generators. by Vladimir Marko · 9 years ago
  60. 2aaa4b5 Optimizing: Tag more arena allocations. by Vladimir Marko · 9 years ago
  61. a2c3864 Add lock around interpreter string init reg map. by Jeff Hao · 9 years ago
  62. 76c92ac Optimizing: Allow storing value objects in containers. by Vladimir Marko · 9 years ago
  63. 71bf809 Optimizing: Tag arena allocations in SsaBuilder. by Vladimir Marko · 9 years ago
  64. fa6b93c Optimizing: Tag arena allocations in HGraph. by Vladimir Marko · 9 years ago
  65. 9af47e2 Merge "Optimizing: Tag basic block allocations with their source." by Vladimir Marko · 9 years ago
  66. 35717f8 Merge "ART: Add some utilities for working with containers." by Vladimir Marko · 9 years ago
  67. 68cad90 Remove unnecessary std::move from variant_map.h by Pirama Arumuga Nainar · 9 years ago
  68. 6058455 Optimizing: Tag basic block allocations with their source. by Vladimir Marko · 9 years ago
  69. 637ee0b ART: Add some utilities for working with containers. by Vladimir Marko · 9 years ago
  70. 145acc5 Revert "Optimizing: Tag basic block allocations with their source." by Vladimir Marko · 9 years ago
  71. 91e11c0 Optimizing: Tag basic block allocations with their source. by Vladimir Marko · 9 years ago
  72. f9f6441 Optimizing: Tag Arena allocations with their source. by Vladimir Marko · 9 years ago
  73. f92d753 Merge "Revert "Revert "Change dex caches to be weak roots""" by Mathieu Chartier · 9 years ago
  74. 673ed3d Revert "Revert "Change dex caches to be weak roots"" by Mathieu Chartier · 9 years ago
  75. cf7792d Test HashSet lookup by alternate key type. by Richard Uhler · 9 years ago
  76. 81a9087 Revert "Change dex caches to be weak roots" by Brian Carlstrom · 9 years ago
  77. f86a085 Revert "Move mark stack lock up in ordering" by Brian Carlstrom · 9 years ago
  78. deaa183 Move mark stack lock up in ordering by Mathieu Chartier · 9 years ago
  79. 3ae6b1d Change dex caches to be weak roots by Mathieu Chartier · 9 years ago
  80. 151ab8d Revert "Revert "ART: DCHECK zero case for CLZ/CTZ"" by Andreas Gampe · 9 years ago
  81. cf36d49 ART: Compress LengthPrefixedArray on 32-bit targets. by Vladimir Marko · 9 years ago
  82. 3887c46 Remove unnecessary `explicit` qualifiers on constructors. by Roland Levillain · 9 years ago
  83. 067f1ed ART: Remove TODO in BitVector by Andreas Gampe · 9 years ago
  84. 54d220e Move ArtFields and ArtMethods to be a length prefixed array by Mathieu Chartier · 9 years ago
  85. 02f0771 Merge "Revert "cleanup: Replace pointers with out-parameters and fix-up formatting"" by Igor Murashkin · 9 years ago
  86. 90ef3db Address some comments and clean up by Mathieu Chartier · 9 years ago
  87. b1d8c31 Revert "cleanup: Replace pointers with out-parameters and fix-up formatting" by Igor Murashkin · 9 years ago
  88. bc1d78d runtime: cleanup class_linker out-parameters and formatting by Igor Murashkin · 9 years ago
  89. fb326cf base: replace raw pointers for out-parameters with safer out<T> by Igor Murashkin · 9 years ago
  90. c60e1b7 ART: Use __ANDROID__ instead of HAVE_ANDROID_OS by Andreas Gampe · 9 years ago
  91. 195fa34 Merge "ART: Fix missing role definition" by Andreas Gampe · 9 years ago
  92. 5bdb655 ART: Fix missing role definition by Andreas Gampe · 9 years ago
  93. 88b6b05 Fix hash set memory leaks by Mathieu Chartier · 9 years ago
  94. 4e2cb09 Add uninterruptible role by Mathieu Chartier · 9 years ago
  95. 9044347 Move to newer clang annotations by Mathieu Chartier · 9 years ago
  96. e2facc5 runtime: Add lambda box/unbox object equality by Igor Murashkin · 9 years ago
  97. cced6ad Merge "Use (D)CHECK_ALIGNED more." by Roland Levillain · 9 years ago
  98. 14d9057 Use (D)CHECK_ALIGNED more. by Roland Levillain · 9 years ago
  99. 0f2fd32 Enable ASan annotations in ART based on macro setting. by Evgenii Stepanov · 9 years ago
  100. c6f3439 Merge "ART: JNI thread state transition optimization" by Mathieu Chartier · 9 years ago