1. 15bd228 Implement irreducible loop support in optimizing. by Nicolas Geoffray · 9 years ago
  2. 86e4278 Add DWARF type information generation. by Tamas Berghammer · 9 years ago
  3. 5cc349f Report DWARF debug information for JITed code. by David Srbecky · 9 years ago
  4. 15693bf ART: Resolve ambiguous ArraySets by David Brazdil · 9 years ago
  5. 5949fa0 Revert "Revert "Tweak inlining heuristics."" by Nicolas Geoffray · 9 years ago
  6. 4833f5a ART: Refactor SsaBuilder for more precise typing info by David Brazdil · 9 years ago
  7. dcdc85b Dex2oat support for multiple oat file and image file outputs. by Jeff Hao · 9 years ago
  8. 8e00676 Merge "Revert "Tweak inlining heuristics."" by Nicolas Geoffray · 9 years ago
  9. b17d1cc Revert "Tweak inlining heuristics." by Nicolas Geoffray · 9 years ago
  10. ff6ab45 Merge "Tweak inlining heuristics." by Nicolas Geoffray · 9 years ago
  11. fcb7613 Tweak inlining heuristics. by Nicolas Geoffray · 9 years ago
  12. 68289a5 Revert "ART: Refactor SsaBuilder for more precise typing info" by Alex Light · 9 years ago
  13. d9510df ART: Refactor SsaBuilder for more precise typing info by David Brazdil · 9 years ago
  14. f71b3ad Get source mapping table from stack maps. by David Srbecky · 9 years ago
  15. 8993caf ART: Enable all optimizations except LSE under try/catch by David Brazdil · 9 years ago
  16. 73be1e8 Inline monomorphic calls. by Nicolas Geoffray · 9 years ago
  17. b5cdc5d Merge "Clean up optimizing compiler stats" by Calin Juravle · 9 years ago
  18. 4a34277 Dynamic BCE (based on induction range analysis) by Aart Bik · 9 years ago
  19. ad54338 Clean up optimizing compiler stats by Calin Juravle · 9 years ago
  20. 1965328 Merge "Optimizing/ARM: Implement kDexCachePcRelative dispatch." by Vladimir Marko · 9 years ago
  21. b4536b7 Optimizing/ARM: Implement kDexCachePcRelative dispatch. by Vladimir Marko · 9 years ago
  22. 22ccc3a ARM64 read barrier support for concurrent GC in Optimizing. by Roland Levillain · 9 years ago
  23. 0d1caa5 Optimizing: Avoid a PrettyMethod() call per compiled method. by Vladimir Marko · 9 years ago
  24. e34648d Revert "Add stats support for existing optimizations" by Nicolas Geoffray · 9 years ago
  25. 06241b1 Add stats support for existing optimizations by Jean-Philippe Halimi · 9 years ago
  26. d59c706 Revert "Dynamic BCE (based on induction range analysis)" by Aart Bik · 9 years ago
  27. 0b5849b Dynamic BCE (based on induction range analysis) by Aart Bik · 9 years ago
  28. 3b359c7 ARM read barrier support for concurrent GC in Optimizing. by Roland Levillain · 9 years ago
  29. 0d5a281 x86/x86-64 read barrier support for concurrent GC in Optimizing. by Roland Levillain · 9 years ago
  30. cff8107 Merge "Optimizing/X86: PC-relative dex cache array addressing." by Vladimir Marko · 9 years ago
  31. 0f7dca4 Optimizing/X86: PC-relative dex cache array addressing. by Vladimir Marko · 9 years ago
  32. cdfed3d Revert "Revert "Run type propagation after inliner only when needed."" by Calin Juravle · 9 years ago
  33. 8a7c0fe Revert "Revert "ART: Update DCE to work with try/catch"" by David Brazdil · 9 years ago
  34. d28b969 Code cleanup to avoid CompilerDriver abstractions in JIT. by Nicolas Geoffray · 9 years ago
  35. 9517798 ART: Enable inlining under try/catch by David Brazdil · 9 years ago
  36. 771e5cc Revert "ART: Enable more passes under try/catch" by David Brazdil · 9 years ago
  37. 39fabd6 ART: Enable more passes under try/catch by David Brazdil · 9 years ago
  38. 7a16bdb Merge "Reduce memory used by CompiledMethods." by Vladimir Marko · 9 years ago
  39. 35831e8 Reduce memory used by CompiledMethods. by Vladimir Marko · 9 years ago
  40. cbf3c0f Merge "Optimizing: Determine invoke-static/-direct dispatch early." by Vladimir Marko · 9 years ago
  41. 1839d3c Merge "Revert "Run type propagation after inliner only when needed."" by Calin Juravle · 9 years ago
  42. 2717436 Revert "Run type propagation after inliner only when needed." by Calin Juravle · 9 years ago
  43. 605f27d Merge "Run type propagation after inliner only when needed." by Calin Juravle · 9 years ago
  44. 4e5dd52 Run type propagation after inliner only when needed. by Calin Juravle · 9 years ago
  45. dc151b2 Optimizing: Determine invoke-static/-direct dispatch early. by Vladimir Marko · 9 years ago
  46. 8df69d4 Revert "Revert "load store elimination."" by Mingyao Yang · 9 years ago
  47. f652cec MIPS: Initial version of optimizing compiler for MIPS32 by Goran Jakovljevic · 9 years ago
  48. 66e33f1 Merge "Use DlMallocSpace for the JIT code cache." by Nicolas Geoffray · 9 years ago
  49. 0c3c266 Use DlMallocSpace for the JIT code cache. by Nicolas Geoffray · 9 years ago
  50. 4b8f1ec Use ATTRIBUTE_UNUSED more. by Roland Levillain · 9 years ago
  51. 8030c41 Revert "load store elimination." by Nicolas Geoffray · 9 years ago
  52. 589dac7 load store elimination. by Mingyao Yang · 9 years ago
  53. 655e585 Optimizing: Move GraphChecker memory allocations to arena. by Vladimir Marko · 9 years ago
  54. cff8cc7 Don't check for optimizing test marker on unsupported ISAs. by Calin Juravle · 9 years ago
  55. 09b1d6f Enforce optimizing test marker for verification errors. by Calin Juravle · 9 years ago
  56. c90d7c7 Revert "Optimizing: Disable -Wframe-larger-than= for CompileOptimized()." by Vladimir Marko · 9 years ago
  57. 67f784e Optimizing: Disable -Wframe-larger-than= for CompileOptimized(). by Vladimir Marko · 9 years ago
  58. da3a55b Don't delegate to Quick anymore. by Nicolas Geoffray · 9 years ago
  59. 07380a2 Enable compilation of members with access check failures. by Calin Juravle · 9 years ago
  60. 1920c10 Revert "Revert "Enable optimizations with --debuggable."" by Nicolas Geoffray · 9 years ago
  61. b7d27a5 Revert "Enable optimizations with --debuggable." by Nicolas Geoffray · 9 years ago
  62. 43855cc Enable optimizations with --debuggable. by Nicolas Geoffray · 9 years ago
  63. 175dc73 Support unresolved methods in Optimizing by Calin Juravle · 9 years ago
  64. 831904f Merge "Add option to append to the cfg dump." by Calin Juravle · 9 years ago
  65. 22af3be Use induction variable range analysis in BCE (statically). by Aart Bik · 9 years ago
  66. 87000a9 Add option to append to the cfg dump. by Calin Juravle · 9 years ago
  67. b505997 Merge "Revert "Revert "ART: Register allocation and runtime support for try/catch""" by David Brazdil · 9 years ago
  68. 77a48ae Revert "Revert "ART: Register allocation and runtime support for try/catch"" by David Brazdil · 9 years ago
  69. 94ca9af Temporarly disable SSA creation in try/catch/debuggable. by Nicolas Geoffray · 9 years ago
  70. 659562a Revert "ART: Register allocation and runtime support for try/catch" by David Brazdil · 9 years ago
  71. b022fa1 ART: Register allocation and runtime support for try/catch by David Brazdil · 9 years ago
  72. 0616ae0 [optimizing] Add support for x86 constant area by Mark Mendell · 9 years ago
  73. 897ce64 Merge "Reduce how often we call FindDexCache" by Mathieu Chartier · 9 years ago
  74. 736b560 Reduce how often we call FindDexCache by Mathieu Chartier · 9 years ago
  75. 2a7c1ef Add more dwarf debug line info for Optimized methods. by Yevgeny Rouban · 9 years ago
  76. f9f6441 Optimizing: Tag Arena allocations with their source. by Vladimir Marko · 9 years ago
  77. 673ed3d Revert "Revert "Change dex caches to be weak roots"" by Mathieu Chartier · 9 years ago
  78. ed15000 Fix some HandleScope bugs and add corresponding checks by Mathieu Chartier · 9 years ago
  79. 0760a81 ART: Propagate verifier failure types to the compilers by Andreas Gampe · 9 years ago
  80. 83f8b5b Merge "ART: Enable basic optimizations for try/catch" by David Brazdil · 9 years ago
  81. bbd733e ART: Enable basic optimizations for try/catch by David Brazdil · 9 years ago
  82. 99429ae Merge "Revert "Revert "Optimizing: Better invoke-static/-direct dispatch.""" by Vladimir Marko · 9 years ago
  83. 5815501 Revert "Revert "Optimizing: Better invoke-static/-direct dispatch."" by Vladimir Marko · 9 years ago
  84. 44b9cf9 Put in place the ARM64 instruction simplification framework. by Alexandre Rames · 9 years ago
  85. b2c431e Revert "Optimizing: Better invoke-static/-direct dispatch." by Vladimir Marko · 9 years ago
  86. 9b688a0 Optimizing: Better invoke-static/-direct dispatch. by Vladimir Marko · 9 years ago
  87. ec74835 Allow for fine tuning the inliner. by Calin Juravle · 9 years ago
  88. a5ae3c3 Revert "Revert "Revert "Revert "Fixes and improvements in ReferenceTypePropagation"""" by Calin Juravle · 9 years ago
  89. e344a80 Revert "Revert "Revert "Fixes and improvements in ReferenceTypePropagation""" by Calin Juravle · 9 years ago
  90. 00e3b38 Revert "Revert "Fixes and improvements in ReferenceTypePropagation"" by Calin Juravle · 9 years ago
  91. 9044347 Move to newer clang annotations by Mathieu Chartier · 9 years ago
  92. 53fcd0f ART: Add VerboseMethods to optimizing compiler by Andreas Gampe · 9 years ago
  93. 9523a3e Revert "Revert "Use the quickened metadata to compile -QUICK opcodes."" by Nicolas Geoffray · 9 years ago
  94. 33e50d8 Merge "Reduce space filter threshold to 128." by Nicolas Geoffray · 9 years ago
  95. 432bf3d Reduce space filter threshold to 128. by Nicolas Geoffray · 9 years ago
  96. 8ab9a90 Revert "Use the quickened metadata to compile -QUICK opcodes." by Nicolas Geoffray · 9 years ago
  97. 4515a67 Use the quickened metadata to compile -QUICK opcodes. by Nicolas Geoffray · 9 years ago
  98. ffee3d3 ART: Build SSA form when try/catch is present by David Brazdil · 9 years ago
  99. 2e7cd75 [optimizing] Don't rely on the verifier for String.<init>. by Nicolas Geoffray · 9 years ago
  100. 335005e Only do some checks when compiling against the core image. by Nicolas Geoffray · 9 years ago