1. df2d4f2 Revert "Revert "Optimize IMT"" by Artem Udovichenko · 8 years ago
  2. fd43db6 Revert "Optimize IMT" by Jeff Hao · 8 years ago
  3. 0790af1 Optimize IMT by Nelli Kim · 8 years ago
  4. c9dbb1d Revert "Revert "Hold dex caches live in class table"" by Mathieu Chartier · 8 years ago
  5. f102faf Revert "Hold dex caches live in class table" by Brian Carlstrom · 8 years ago
  6. d6d49e5 Hold dex caches live in class table by Mathieu Chartier · 8 years ago
  7. b089ecc Delay dex-to-dex compilation until Optimizing is done. by Vladimir Marko · 8 years ago
  8. 8c185bf Compile JNI stubs for verify-profile and interpret-only. by Vladimir Marko · 8 years ago
  9. cdca476 Revert "Revert "Write conflict tables in image"" by Mathieu Chartier · 8 years ago
  10. 8e2478d Revert "Write conflict tables in image" by Mathieu Chartier · 8 years ago
  11. cda9386 Write conflict tables in image by Mathieu Chartier · 8 years ago
  12. e5de54c Split profile recording from jit compilation by Calin Juravle · 8 years ago
  13. 116e6e2 Use dex cache from compilation unit in HInstructionBuilder. by Vladimir Marko · 8 years ago
  14. d1ee809 Move Assemblers to the Arena. by Vladimir Marko · 8 years ago
  15. c4ae916 Store precice set of which constructors require barriers by Mathieu Chartier · 8 years ago
  16. b5d3861 Revert "Revert "Check if we require barrier if we did not resolve classes"" by Mathieu Chartier · 8 years ago
  17. 371bd83 Revert "Revert "Change RequiresConstructorBarrier default to yes"" by Mathieu Chartier · 8 years ago
  18. 8b233fc Remove more Quick-related macros in tests. by Roland Levillain · 8 years ago
  19. 0436ee6 Revert "Change RequiresConstructorBarrier default to yes" by Roland Levillain · 8 years ago
  20. f2f0f4b Change RequiresConstructorBarrier default to yes by Mathieu Chartier · 8 years ago
  21. 0fb09f7 Merge "Fix and re-enable compiler_driver_test" by Yi Kong · 8 years ago
  22. 5dcf19d Fix and re-enable compiler_driver_test by Yi Kong · 8 years ago
  23. 75563e3 Merge "Clean up OatQuickMethodHeader after Quick removal." by Vladimir Marko · 8 years ago
  24. 085a072 Mark array classes as verification attempted by Mathieu Chartier · 8 years ago
  25. 9d07e3d Clean up OatQuickMethodHeader after Quick removal. by Vladimir Marko · 8 years ago
  26. 7fe3023 ART: Make verifier fail log level adjustable by Andreas Gampe · 8 years ago
  27. 2e38434 Merge "Post-Quick cleanup: Remove CompilationUnit." by Vladimir Marko · 8 years ago
  28. df73984 Post-Quick cleanup: Remove CompilationUnit. by Vladimir Marko · 8 years ago
  29. 29d38e7 Revert "Revert "Use compiler filter to determine oat file status."" by Andreas Gampe · 8 years ago
  30. 845e506 Revert "Use compiler filter to determine oat file status." by Nicolas Geoffray · 8 years ago
  31. a62d2f0 Use compiler filter to determine oat file status. by Richard Uhler · 8 years ago
  32. 3c94f09 Remove Quick from tree. by Nicolas Geoffray · 8 years ago
  33. a807780 Add verify-profile compiler filter by Mathieu Chartier · 8 years ago
  34. 8e57978 Merge "Remove --native-debuggable compiler option." by David Srbecky · 8 years ago
  35. 346dc99 Remove --native-debuggable compiler option. by David Srbecky · 8 years ago
  36. 6915898 Improve compiler stats by Calin Juravle · 8 years ago
  37. 3f41a01 ART: Use optimizing compiler in image_test by Andreas Gampe · 9 years ago
  38. 32ce2ad Add more systracing everywhere by Mathieu Chartier · 8 years ago
  39. c5dd319 Add and use loaded class profiling by Mathieu Chartier · 9 years ago
  40. bf63303 Merge "ART: Allow method references across oat files for multi-image, 2nd attempt." by Vladimir Marko · 9 years ago
  41. 944da60 ART: Allow method references across oat files for multi-image, 2nd attempt. by Vladimir Marko · 9 years ago
  42. 028d102 Merge "Make JNI work correctly with default methods." by Alex Light · 9 years ago
  43. 3612149 Make JNI work correctly with default methods. by Alex Light · 9 years ago
  44. e4c77b4 Merge "Dex-wide ArenaPool scoping for AOT compilation" by Vladimir Marko · 9 years ago
  45. 2198309 Merge "The JIT does not need VerifedMethod nor CompilerCallbacks." by Nicolas Geoffray · 9 years ago
  46. ca76a1a Dex-wide ArenaPool scoping for AOT compilation by Jean-Philippe Halimi · 9 years ago
  47. e4084a5 Small inlining improvements. by Nicolas Geoffray · 9 years ago
  48. 5b82d33 The JIT does not need VerifedMethod nor CompilerCallbacks. by Nicolas Geoffray · 9 years ago
  49. 45724f9 Revert "Allow method references across oat files for multi-image." by Vladimir Marko · 9 years ago
  50. 6065402 Allow method references across oat files for multi-image. by Vladimir Marko · 9 years ago
  51. dd9473b dex2oat: Show memory usage values in bytes by Anton Kirilov · 9 years ago
  52. 31708b7 Fix compiler driver gtest. by Calin Juravle · 9 years ago
  53. 867d63b Merge "runtime: Don't skip verification for -Xverify:soft-fail" by Igor Murashkin · 9 years ago
  54. df707e4 runtime: Don't skip verification for -Xverify:soft-fail by Igor Murashkin · 9 years ago
  55. 1aa8ec2 Fix up dex cache strings stored in classes by Mathieu Chartier · 9 years ago
  56. ce4b0ba Ignore image checksum for ExtractOnly oat files by David Brazdil · 9 years ago
  57. fedd91d Optimizing compiler support for directly calling interface methods by Alex Light · 9 years ago
  58. 78e9015 Merge "ART: Add option to ensure deterministic compilation" by Andreas Gampe · 9 years ago
  59. ace0dc1 ART: Add option to ensure deterministic compilation by Andreas Gampe · 9 years ago
  60. ca50505 Merge "ART: Allow --no-inline-from to specify multiple dex files." by Vladimir Marko · 9 years ago
  61. 47496c2 ART: Allow --no-inline-from to specify multiple dex files. by Vladimir Marko · 9 years ago
  62. 5b1c2ca Revert "Revert "Add option to generate compressed backtrace info."" by David Srbecky · 9 years ago
  63. fbc3108 Revert "Revert "Load app images"" by Mathieu Chartier · 9 years ago
  64. 8546cc9 Revert "Add option to generate compressed backtrace info." by David Srbecky · 9 years ago
  65. 5fdcc3c Add option to generate compressed backtrace info. by David Srbecky · 9 years ago
  66. f74388d Merge "Improve profile processing" by Calin Juravle · 9 years ago
  67. 877fd96 Improve profile processing by Calin Juravle · 9 years ago
  68. 14c2d9f Merge "ART: Public classes never require access checks" by David Brazdil · 9 years ago
  69. 38f64d3 ART: Public classes never require access checks by David Brazdil · 9 years ago
  70. c903b6a Move --dump-cfg and dump-cfg-append to CompilerOptions. by Nicolas Geoffray · 9 years ago
  71. 0b8cdfa ART: Fix CompilerDriver::AreInSameOatFile(). by Vladimir Marko · 9 years ago
  72. 3e09eeb Disable --generate-debug-info by default in all cases. by David Srbecky · 9 years ago
  73. b7332f1 Merge "Perform profile file analysis in dex2oat" by Calin Juravle · 9 years ago
  74. 998c216 Perform profile file analysis in dex2oat by Calin Juravle · 9 years ago
  75. 5949fa0 Revert "Revert "Tweak inlining heuristics."" by Nicolas Geoffray · 9 years ago
  76. dcdc85b Dex2oat support for multiple oat file and image file outputs. by Jeff Hao · 9 years ago
  77. 48944c7 Merge "Generate more stack maps during native debugging." am: 875773770a by David Srbecky · 9 years ago
  78. 0cf4493 Generate more stack maps during native debugging. by David Srbecky · 9 years ago
  79. 6b1a50b Merge "Rename NullHandle to ScopedNullHandle" am: 76b90e37df am: 8a5e8d0118 by Mathieu Chartier · 9 years ago
  80. 9865bde Rename NullHandle to ScopedNullHandle by Mathieu Chartier · 9 years ago
  81. 9c55729 resolve merge conflicts of 9f784b26a1 to master. by Alex Light · 9 years ago
  82. 9db7443 Merge "Revert "Tweak inlining heuristics."" am: 8e00676291 am: 55c0f49cf1 by Nicolas Geoffray · 9 years ago
  83. 7a0495f Merge "Tweak inlining heuristics." am: ff6ab45547 am: a2ade148e3 by Nicolas Geoffray · 9 years ago
  84. b17d1cc Revert "Tweak inlining heuristics." by Nicolas Geoffray · 9 years ago
  85. fcb7613 Tweak inlining heuristics. by Nicolas Geoffray · 9 years ago
  86. e64300b Revert "Revert "Combine direct_methods_ and virtual_methods_ fields of mirror::Class"" by Alex Light · 9 years ago
  87. bc90a05 Merge "Revert "Combine direct_methods_ and virtual_methods_ fields of mirror::Class"" by Alex Light · 9 years ago
  88. 533d63a Merge "Revert "Combine direct_methods_ and virtual_methods_ fields of mirror::Class"" by Alex Light · 9 years ago
  89. 2efb0aa Revert "Combine direct_methods_ and virtual_methods_ fields of mirror::Class" by Alex Light · 9 years ago
  90. ae358c1 Revert "Combine direct_methods_ and virtual_methods_ fields of mirror::Class" by Alex Light · 9 years ago
  91. e6f84a5 Merge "Combine direct_methods_ and virtual_methods_ fields of mirror::Class" by Alex Light · 9 years ago
  92. 7d5a577 Merge "Combine direct_methods_ and virtual_methods_ fields of mirror::Class" by Alex Light · 9 years ago
  93. 23bd1e9 Merge "Fix --inline-max-code-units option." am: bf14c65108 am: 57222d44bc by Nicolas Geoffray · 9 years ago
  94. 18c12bb Fix --inline-max-code-units option. by Nicolas Geoffray · 9 years ago
  95. 9539150 Combine direct_methods_ and virtual_methods_ fields of mirror::Class by Alex Light · 9 years ago
  96. 6286a97 Combine direct_methods_ and virtual_methods_ fields of mirror::Class by Alex Light · 9 years ago
  97. e86c0e6 Merge "Revert "Revert "Enable profiled guided compilation in dex2oat""" am: 8cf97d7295 by Calin Juravle · 9 years ago
  98. 226501b Revert "Revert "Enable profiled guided compilation in dex2oat"" by Calin Juravle · 9 years ago
  99. d38b1b7 Merge "Revert "Enable profiled guided compilation in dex2oat"" am: 66278646b5 by Calin Juravle · 9 years ago
  100. 6627864 Merge "Revert "Enable profiled guided compilation in dex2oat"" by Calin Juravle · 9 years ago