1. 367f3dd jni: Add @CriticalNative optimization to speed up JNI transitions by Igor Murashkin · 9 years ago
  2. 15fc729 verifier: Pass ClassDef as a reference by David Brazdil · 9 years ago
  3. bdf7f1c ART: SHARED_REQUIRES to REQUIRES_SHARED by Andreas Gampe · 9 years ago
  4. ba6b679 ARM: Purge Arm32Assembler. by Artem Serov · 9 years ago
  5. 9d4b6da jni: Fast path for @FastNative annotated java methods by Igor Murashkin · 9 years ago
  6. d190d1f Remove kRestrictCompilationFiltersToImage by Wojciech Staszkiewicz · 9 years ago
  7. 542451c ART: Convert pointer size to enum by Andreas Gampe · 9 years ago
  8. 83e4903 Merge "Revert "Revert "Optimize IMT""" by Jeff Hao · 9 years ago
  9. a62cb9b Revert "Revert "Optimize IMT"" by Artem Udovichenko · 9 years ago
  10. e3fb245 MIPS32: Improve method invocation by Alexey Frunze · 9 years ago
  11. 9c23cec Merge "Remove the old obsolete profiler" by Treehugger Robot · 9 years ago
  12. 88f288e Revert "Optimize IMT" by Nicolas Geoffray · 9 years ago
  13. be84b59 Remove the old obsolete profiler by Calin Juravle · 9 years ago
  14. badee98 Optimize IMT by Nelli Kim · 9 years ago
  15. b6b05ae Merge "Hold dex caches live in class table" by Mathieu Chartier · 9 years ago
  16. 492a7fa Delay dex-to-dex compilation until Optimizing is done. by Vladimir Marko · 9 years ago
  17. f284d44 Hold dex caches live in class table by Mathieu Chartier · 9 years ago
  18. f6d1e0f Compile JNI stubs for verify-profile and interpret-only. by Vladimir Marko · 9 years ago
  19. bf80a06 Merge "Fix google-explicit-constructor warnings." by Chih-hung Hsieh · 9 years ago
  20. 471118e Fix google-explicit-constructor warnings. by Chih-Hung Hsieh · 9 years ago
  21. de604a2 Merge changes I96464d76,Id5e77316,Icb42a081,I68afc181,I82094e46 by Calin Juravle · 9 years ago
  22. 91288d8 Revert "Revert "Write conflict tables in image"" by Mathieu Chartier · 9 years ago
  23. d23d7d1 Revert "Write conflict tables in image" by Mathieu Chartier · 9 years ago
  24. ffc8707 Split profile recording from jit compilation by Calin Juravle · 9 years ago
  25. e42888f Write conflict tables in image by Mathieu Chartier · 9 years ago
  26. 3cd50df Use dex cache from compilation unit in HInstructionBuilder. by Vladimir Marko · 9 years ago
  27. 93205e3 Move Assemblers to the Arena. by Vladimir Marko · 9 years ago
  28. c4ae916 Store precice set of which constructors require barriers by Mathieu Chartier · 9 years ago
  29. b5d3861 Revert "Revert "Check if we require barrier if we did not resolve classes"" by Mathieu Chartier · 9 years ago
  30. 371bd83 Revert "Revert "Change RequiresConstructorBarrier default to yes"" by Mathieu Chartier · 9 years ago
  31. 0436ee6 Revert "Change RequiresConstructorBarrier default to yes" by Roland Levillain · 9 years ago
  32. f2f0f4b Change RequiresConstructorBarrier default to yes by Mathieu Chartier · 9 years ago
  33. 085a072 Mark array classes as verification attempted by Mathieu Chartier · 9 years ago
  34. 7fe3023 ART: Make verifier fail log level adjustable by Andreas Gampe · 9 years ago
  35. a807780 Add verify-profile compiler filter by Mathieu Chartier · 9 years ago
  36. 6915898 Improve compiler stats by Calin Juravle · 9 years ago
  37. 32ce2ad Add more systracing everywhere by Mathieu Chartier · 9 years ago
  38. c5dd319 Add and use loaded class profiling by Mathieu Chartier · 10 years ago
  39. bf63303 Merge "ART: Allow method references across oat files for multi-image, 2nd attempt." by Vladimir Marko · 9 years ago
  40. 944da60 ART: Allow method references across oat files for multi-image, 2nd attempt. by Vladimir Marko · 9 years ago
  41. 028d102 Merge "Make JNI work correctly with default methods." by Alex Light · 9 years ago
  42. 3612149 Make JNI work correctly with default methods. by Alex Light · 9 years ago
  43. e4c77b4 Merge "Dex-wide ArenaPool scoping for AOT compilation" by Vladimir Marko · 9 years ago
  44. ca76a1a Dex-wide ArenaPool scoping for AOT compilation by Jean-Philippe Halimi · 9 years ago
  45. 5b82d33 The JIT does not need VerifedMethod nor CompilerCallbacks. by Nicolas Geoffray · 9 years ago
  46. 45724f9 Revert "Allow method references across oat files for multi-image." by Vladimir Marko · 9 years ago
  47. 6065402 Allow method references across oat files for multi-image. by Vladimir Marko · 9 years ago
  48. dd9473b dex2oat: Show memory usage values in bytes by Anton Kirilov · 9 years ago
  49. 867d63b Merge "runtime: Don't skip verification for -Xverify:soft-fail" by Igor Murashkin · 9 years ago
  50. df707e4 runtime: Don't skip verification for -Xverify:soft-fail by Igor Murashkin · 9 years ago
  51. 1aa8ec2 Fix up dex cache strings stored in classes by Mathieu Chartier · 9 years ago
  52. 78e9015 Merge "ART: Add option to ensure deterministic compilation" by Andreas Gampe · 9 years ago
  53. ace0dc1 ART: Add option to ensure deterministic compilation by Andreas Gampe · 9 years ago
  54. 47496c2 ART: Allow --no-inline-from to specify multiple dex files. by Vladimir Marko · 9 years ago
  55. fbc3108 Revert "Revert "Load app images"" by Mathieu Chartier · 9 years ago
  56. 1bc977c Revert "Load app images" by Nicolas Geoffray · 9 years ago
  57. f7fd970 Load app images by Mathieu Chartier · 10 years ago
  58. 14c2d9f Merge "ART: Public classes never require access checks" by David Brazdil · 9 years ago
  59. 38f64d3 ART: Public classes never require access checks by David Brazdil · 10 years ago
  60. c903b6a Move --dump-cfg and dump-cfg-append to CompilerOptions. by Nicolas Geoffray · 10 years ago
  61. 998c216 Perform profile file analysis in dex2oat by Calin Juravle · 10 years ago
  62. dcdc85b Dex2oat support for multiple oat file and image file outputs. by Jeff Hao · 10 years ago
  63. 9865bde Rename NullHandle to ScopedNullHandle by Mathieu Chartier · 10 years ago
  64. e64300b Revert "Revert "Combine direct_methods_ and virtual_methods_ fields of mirror::Class"" by Alex Light · 10 years ago
  65. ae358c1 Revert "Combine direct_methods_ and virtual_methods_ fields of mirror::Class" by Alex Light · 10 years ago
  66. 6286a97 Combine direct_methods_ and virtual_methods_ fields of mirror::Class by Alex Light · 10 years ago
  67. 226501b Revert "Revert "Enable profiled guided compilation in dex2oat"" by Calin Juravle · 10 years ago
  68. 6627864 Merge "Revert "Enable profiled guided compilation in dex2oat"" by Calin Juravle · 10 years ago
  69. 2306ae0 Revert "Enable profiled guided compilation in dex2oat" by Calin Juravle · 10 years ago
  70. a79c717 Merge "Enable profiled guided compilation in dex2oat" by Calin Juravle · 10 years ago
  71. bf479be Merge "Don't generate a slow path for strings in the dex cache." by Nicolas Geoffray · 10 years ago
  72. 42ef8ab ART: Stash a resolved method late in the verifier by Andreas Gampe · 10 years ago
  73. c96205e Revert "ART: Check invoke-interface earlier in verifier" by Andreas Gampe · 10 years ago
  74. 500c9be Enable profiled guided compilation in dex2oat by Calin Juravle · 10 years ago
  75. 917d016 Don't generate a slow path for strings in the dex cache. by Nicolas Geoffray · 10 years ago
  76. 53e32d1 ART: Refactor verifier callbacks by Andreas Gampe · 10 years ago
  77. dae2414 ART: Check invoke-interface earlier in verifier by Andreas Gampe · 10 years ago
  78. 9fdb129 Revert "Enable profiled guided compilation in dex2oat" by Nicolas Geoffray · 10 years ago
  79. 27e17fd Enable profiled guided compilation in dex2oat by Calin Juravle · 10 years ago
  80. 10c1356 Refactor oat file writing to give Dex2Oat more control. by Vladimir Marko · 10 years ago
  81. 42e372e Optimize HLoadClass when we know the class is in the cache. by Nicolas Geoffray · 10 years ago
  82. fb8464a Revert "Revert "Enable store elimination for singleton objects."" by Mingyao Yang · 10 years ago
  83. 073b16c Image space cleanup for app images by Mathieu Chartier · 10 years ago
  84. ec6e6c1 ART: Rerun the verifier for compile-time failures by Andreas Gampe · 10 years ago
  85. da5b28a Revert "Revert "Add basic image writer support for app images"" by Mathieu Chartier · 10 years ago
  86. d28b969 Code cleanup to avoid CompilerDriver abstractions in JIT. by Nicolas Geoffray · 10 years ago
  87. 22cf3d3 Fix tests flakiness with jit when using Proxy classes. by Nicolas Geoffray · 10 years ago
  88. d1eaf0d Keep list of dex files for oat file in CompilerDriver. by Vladimir Marko · 10 years ago
  89. 55d02cf Revert "Enable store elimination for singleton objects." by Andreas Gampe · 10 years ago
  90. 7f43a3d Enable store elimination for singleton objects. by Mingyao Yang · 10 years ago
  91. 35831e8 Reduce memory used by CompiledMethods. by Vladimir Marko · 10 years ago
  92. 66e33f1 Merge "Use DlMallocSpace for the JIT code cache." by Nicolas Geoffray · 10 years ago
  93. 0c3c266 Use DlMallocSpace for the JIT code cache. by Nicolas Geoffray · 10 years ago
  94. d57d454 Allocate dex cache arrays in their class loader's linear alloc by Mathieu Chartier · 10 years ago
  95. 3cfa4d0 ART: Remove interpreter entrypoints by Andreas Gampe · 10 years ago
  96. 9eac83e Merge "ART: Skip compiler-driver compile loop for VerifyAtRuntime" by Andreas Gampe · 10 years ago
  97. 740667a ART: Skip compiler-driver compile loop for VerifyAtRuntime by Andreas Gampe · 10 years ago
  98. 87000a9 Add option to append to the cfg dump. by Calin Juravle · 10 years ago
  99. 4f55e22 Add and use ScopedSuspendAll by Mathieu Chartier · 10 years ago
  100. 957fb89 Merge "ART: Move DexCache arrays to native." by Vladimir Marko · 10 years ago