1. 32ce2ad Add more systracing everywhere by Mathieu Chartier · 8 years ago
  2. c5dd319 Add and use loaded class profiling by Mathieu Chartier · 9 years ago
  3. bf63303 Merge "ART: Allow method references across oat files for multi-image, 2nd attempt." by Vladimir Marko · 9 years ago
  4. 944da60 ART: Allow method references across oat files for multi-image, 2nd attempt. by Vladimir Marko · 9 years ago
  5. 028d102 Merge "Make JNI work correctly with default methods." by Alex Light · 9 years ago
  6. 3612149 Make JNI work correctly with default methods. by Alex Light · 9 years ago
  7. e4c77b4 Merge "Dex-wide ArenaPool scoping for AOT compilation" by Vladimir Marko · 9 years ago
  8. ca76a1a Dex-wide ArenaPool scoping for AOT compilation by Jean-Philippe Halimi · 9 years ago
  9. 5b82d33 The JIT does not need VerifedMethod nor CompilerCallbacks. by Nicolas Geoffray · 9 years ago
  10. 45724f9 Revert "Allow method references across oat files for multi-image." by Vladimir Marko · 9 years ago
  11. 6065402 Allow method references across oat files for multi-image. by Vladimir Marko · 9 years ago
  12. dd9473b dex2oat: Show memory usage values in bytes by Anton Kirilov · 9 years ago
  13. 867d63b Merge "runtime: Don't skip verification for -Xverify:soft-fail" by Igor Murashkin · 9 years ago
  14. df707e4 runtime: Don't skip verification for -Xverify:soft-fail by Igor Murashkin · 9 years ago
  15. 1aa8ec2 Fix up dex cache strings stored in classes by Mathieu Chartier · 9 years ago
  16. 78e9015 Merge "ART: Add option to ensure deterministic compilation" by Andreas Gampe · 9 years ago
  17. ace0dc1 ART: Add option to ensure deterministic compilation by Andreas Gampe · 9 years ago
  18. 47496c2 ART: Allow --no-inline-from to specify multiple dex files. by Vladimir Marko · 9 years ago
  19. fbc3108 Revert "Revert "Load app images"" by Mathieu Chartier · 9 years ago
  20. 1bc977c Revert "Load app images" by Nicolas Geoffray · 9 years ago
  21. f7fd970 Load app images by Mathieu Chartier · 9 years ago
  22. 14c2d9f Merge "ART: Public classes never require access checks" by David Brazdil · 9 years ago
  23. 38f64d3 ART: Public classes never require access checks by David Brazdil · 9 years ago
  24. c903b6a Move --dump-cfg and dump-cfg-append to CompilerOptions. by Nicolas Geoffray · 9 years ago
  25. 998c216 Perform profile file analysis in dex2oat by Calin Juravle · 9 years ago
  26. dcdc85b Dex2oat support for multiple oat file and image file outputs. by Jeff Hao · 9 years ago
  27. 9865bde Rename NullHandle to ScopedNullHandle by Mathieu Chartier · 9 years ago
  28. e64300b Revert "Revert "Combine direct_methods_ and virtual_methods_ fields of mirror::Class"" by Alex Light · 9 years ago
  29. ae358c1 Revert "Combine direct_methods_ and virtual_methods_ fields of mirror::Class" by Alex Light · 9 years ago
  30. 6286a97 Combine direct_methods_ and virtual_methods_ fields of mirror::Class by Alex Light · 9 years ago
  31. 226501b Revert "Revert "Enable profiled guided compilation in dex2oat"" by Calin Juravle · 9 years ago
  32. 6627864 Merge "Revert "Enable profiled guided compilation in dex2oat"" by Calin Juravle · 9 years ago
  33. 2306ae0 Revert "Enable profiled guided compilation in dex2oat" by Calin Juravle · 9 years ago
  34. a79c717 Merge "Enable profiled guided compilation in dex2oat" by Calin Juravle · 9 years ago
  35. bf479be Merge "Don't generate a slow path for strings in the dex cache." by Nicolas Geoffray · 9 years ago
  36. 42ef8ab ART: Stash a resolved method late in the verifier by Andreas Gampe · 9 years ago
  37. c96205e Revert "ART: Check invoke-interface earlier in verifier" by Andreas Gampe · 9 years ago
  38. 500c9be Enable profiled guided compilation in dex2oat by Calin Juravle · 9 years ago
  39. 917d016 Don't generate a slow path for strings in the dex cache. by Nicolas Geoffray · 9 years ago
  40. 53e32d1 ART: Refactor verifier callbacks by Andreas Gampe · 9 years ago
  41. dae2414 ART: Check invoke-interface earlier in verifier by Andreas Gampe · 9 years ago
  42. 9fdb129 Revert "Enable profiled guided compilation in dex2oat" by Nicolas Geoffray · 9 years ago
  43. 27e17fd Enable profiled guided compilation in dex2oat by Calin Juravle · 9 years ago
  44. 10c1356 Refactor oat file writing to give Dex2Oat more control. by Vladimir Marko · 9 years ago
  45. 42e372e Optimize HLoadClass when we know the class is in the cache. by Nicolas Geoffray · 9 years ago
  46. fb8464a Revert "Revert "Enable store elimination for singleton objects."" by Mingyao Yang · 9 years ago
  47. 073b16c Image space cleanup for app images by Mathieu Chartier · 9 years ago
  48. ec6e6c1 ART: Rerun the verifier for compile-time failures by Andreas Gampe · 9 years ago
  49. da5b28a Revert "Revert "Add basic image writer support for app images"" by Mathieu Chartier · 9 years ago
  50. d28b969 Code cleanup to avoid CompilerDriver abstractions in JIT. by Nicolas Geoffray · 9 years ago
  51. 22cf3d3 Fix tests flakiness with jit when using Proxy classes. by Nicolas Geoffray · 9 years ago
  52. d1eaf0d Keep list of dex files for oat file in CompilerDriver. by Vladimir Marko · 9 years ago
  53. 55d02cf Revert "Enable store elimination for singleton objects." by Andreas Gampe · 9 years ago
  54. 7f43a3d Enable store elimination for singleton objects. by Mingyao Yang · 9 years ago
  55. 35831e8 Reduce memory used by CompiledMethods. by Vladimir Marko · 9 years ago
  56. 66e33f1 Merge "Use DlMallocSpace for the JIT code cache." by Nicolas Geoffray · 9 years ago
  57. 0c3c266 Use DlMallocSpace for the JIT code cache. by Nicolas Geoffray · 9 years ago
  58. d57d454 Allocate dex cache arrays in their class loader's linear alloc by Mathieu Chartier · 9 years ago
  59. 3cfa4d0 ART: Remove interpreter entrypoints by Andreas Gampe · 9 years ago
  60. 9eac83e Merge "ART: Skip compiler-driver compile loop for VerifyAtRuntime" by Andreas Gampe · 9 years ago
  61. 740667a ART: Skip compiler-driver compile loop for VerifyAtRuntime by Andreas Gampe · 9 years ago
  62. 87000a9 Add option to append to the cfg dump. by Calin Juravle · 9 years ago
  63. 4f55e22 Add and use ScopedSuspendAll by Mathieu Chartier · 9 years ago
  64. 957fb89 Merge "ART: Move DexCache arrays to native." by Vladimir Marko · 9 years ago
  65. f1d666e Add ScopedThreadSuspension by Mathieu Chartier · 9 years ago
  66. 736b560 Reduce how often we call FindDexCache by Mathieu Chartier · 9 years ago
  67. 05792b9 ART: Move DexCache arrays to native. by Vladimir Marko · 9 years ago
  68. 673ed3d Revert "Revert "Change dex caches to be weak roots"" by Mathieu Chartier · 9 years ago
  69. 81a9087 Revert "Change dex caches to be weak roots" by Brian Carlstrom · 9 years ago
  70. a727e37 ART: Balanced locking by Andreas Gampe · 9 years ago
  71. 706ea6a Merge "ART: Propagate verifier failure types to the compilers" by Andreas Gampe · 9 years ago
  72. 0760a81 ART: Propagate verifier failure types to the compilers by Andreas Gampe · 9 years ago
  73. 3ae6b1d Change dex caches to be weak roots by Mathieu Chartier · 9 years ago
  74. 059ef3d Always visit object class from VisitReferences by Mathieu Chartier · 9 years ago
  75. e4275c0 Visit class roots from ClassLoader::VisitReferences by Mathieu Chartier · 9 years ago
  76. 5eb0d38 ART: Wire up DexToDexCompiler without extern by Andreas Gampe · 9 years ago
  77. e0671ce Clean up class visitors by Mathieu Chartier · 9 years ago
  78. da7c650 Visit class native roots from VisitReferences by Mathieu Chartier · 9 years ago
  79. 9044347 Move to newer clang annotations by Mathieu Chartier · 9 years ago
  80. c04c800 Revert "Revert "Revert "Revert "Make dex2dex return a CompiledMethod after quickening."""" by Nicolas Geoffray · 9 years ago
  81. ed6195a Revert "Revert "Revert "Make dex2dex return a CompiledMethod after quickening.""" by Nicolas Geoffray · 9 years ago
  82. f075879 Revert "Revert "Make dex2dex return a CompiledMethod after quickening."" by Nicolas Geoffray · 9 years ago
  83. 327c5ed Revert "Make dex2dex return a CompiledMethod after quickening." by Nicolas Geoffray · 9 years ago
  84. 6920703 Make dex2dex return a CompiledMethod after quickening. by Nicolas Geoffray · 9 years ago
  85. 1c284f2 ART: Set methods to preverified in verify-none by Andreas Gampe · 9 years ago
  86. c08ab29 ART: Don't do pre-linked calls to the interpreter bridge. by Vladimir Marko · 9 years ago
  87. 07785bb ART: Fix reporting initialized classes by CompilerDriver. by Vladimir Marko · 9 years ago
  88. 7b9f214 Merge "Revert "Revert "Switch to using ELF-64 for 64-bit architectures.""" by David Srbecky · 9 years ago
  89. e401d14 Move mirror::ArtMethod to native by Mathieu Chartier · 9 years ago
  90. ce0db62 Revert "Revert "Switch to using ELF-64 for 64-bit architectures."" by David Srbecky · 9 years ago
  91. dc31313 Merge "ART: Clean up arm64 kNumberOfXRegisters usage." by Vladimir Marko · 9 years ago
  92. 80afd02 ART: Clean up arm64 kNumberOfXRegisters usage. by Vladimir Marko · 9 years ago
  93. e7654e5 Merge "Revert "Switch to using ELF-64 for 64-bit architectures."" by Hiroshi Yamauchi · 9 years ago
  94. 650f0c4 Revert "Switch to using ELF-64 for 64-bit architectures." by Hiroshi Yamauchi · 9 years ago
  95. 1d63774 Merge "Fix the size of a StackHandleScope in art::CompilerDriver." by Roland Levillain · 9 years ago
  96. a3a49fe Switch to using ELF-64 for 64-bit architectures. by David Srbecky · 9 years ago
  97. 2b846ed Fix the size of a StackHandleScope in art::CompilerDriver. by Roland Levillain · 9 years ago
  98. 848f70a Replace String CharArray with internal uint16_t array. by Jeff Hao · 11 years ago
  99. 2cebb24 Replace NULL with nullptr by Mathieu Chartier · 9 years ago
  100. 70bef0d ART: Add compiled-methods by Andreas Gampe · 9 years ago