1. e34648d Revert "Add stats support for existing optimizations" by Nicolas Geoffray · 10 years ago
  2. 06241b1 Add stats support for existing optimizations by Jean-Philippe Halimi · 10 years ago
  3. d59c706 Revert "Dynamic BCE (based on induction range analysis)" by Aart Bik · 10 years ago
  4. 0b5849b Dynamic BCE (based on induction range analysis) by Aart Bik · 10 years ago
  5. 3b359c7 ARM read barrier support for concurrent GC in Optimizing. by Roland Levillain · 10 years ago
  6. 0d5a281 x86/x86-64 read barrier support for concurrent GC in Optimizing. by Roland Levillain · 10 years ago
  7. cff8107 Merge "Optimizing/X86: PC-relative dex cache array addressing." by Vladimir Marko · 10 years ago
  8. 0f7dca4 Optimizing/X86: PC-relative dex cache array addressing. by Vladimir Marko · 10 years ago
  9. cdfed3d Revert "Revert "Run type propagation after inliner only when needed."" by Calin Juravle · 10 years ago
  10. 8a7c0fe Revert "Revert "ART: Update DCE to work with try/catch"" by David Brazdil · 10 years ago
  11. d28b969 Code cleanup to avoid CompilerDriver abstractions in JIT. by Nicolas Geoffray · 10 years ago
  12. 9517798 ART: Enable inlining under try/catch by David Brazdil · 10 years ago
  13. 771e5cc Revert "ART: Enable more passes under try/catch" by David Brazdil · 10 years ago
  14. 39fabd6 ART: Enable more passes under try/catch by David Brazdil · 10 years ago
  15. 7a16bdb Merge "Reduce memory used by CompiledMethods." by Vladimir Marko · 10 years ago
  16. 35831e8 Reduce memory used by CompiledMethods. by Vladimir Marko · 10 years ago
  17. cbf3c0f Merge "Optimizing: Determine invoke-static/-direct dispatch early." by Vladimir Marko · 10 years ago
  18. 1839d3c Merge "Revert "Run type propagation after inliner only when needed."" by Calin Juravle · 10 years ago
  19. 2717436 Revert "Run type propagation after inliner only when needed." by Calin Juravle · 10 years ago
  20. 605f27d Merge "Run type propagation after inliner only when needed." by Calin Juravle · 10 years ago
  21. 4e5dd52 Run type propagation after inliner only when needed. by Calin Juravle · 10 years ago
  22. dc151b2 Optimizing: Determine invoke-static/-direct dispatch early. by Vladimir Marko · 10 years ago
  23. 8df69d4 Revert "Revert "load store elimination."" by Mingyao Yang · 10 years ago
  24. f652cec MIPS: Initial version of optimizing compiler for MIPS32 by Goran Jakovljevic · 10 years ago
  25. 66e33f1 Merge "Use DlMallocSpace for the JIT code cache." by Nicolas Geoffray · 10 years ago
  26. 0c3c266 Use DlMallocSpace for the JIT code cache. by Nicolas Geoffray · 10 years ago
  27. 4b8f1ec Use ATTRIBUTE_UNUSED more. by Roland Levillain · 10 years ago
  28. 8030c41 Revert "load store elimination." by Nicolas Geoffray · 10 years ago
  29. 589dac7 load store elimination. by Mingyao Yang · 10 years ago
  30. 655e585 Optimizing: Move GraphChecker memory allocations to arena. by Vladimir Marko · 10 years ago
  31. cff8cc7 Don't check for optimizing test marker on unsupported ISAs. by Calin Juravle · 10 years ago
  32. 09b1d6f Enforce optimizing test marker for verification errors. by Calin Juravle · 10 years ago
  33. c90d7c7 Revert "Optimizing: Disable -Wframe-larger-than= for CompileOptimized()." by Vladimir Marko · 10 years ago
  34. 67f784e Optimizing: Disable -Wframe-larger-than= for CompileOptimized(). by Vladimir Marko · 10 years ago
  35. da3a55b Don't delegate to Quick anymore. by Nicolas Geoffray · 10 years ago
  36. 07380a2 Enable compilation of members with access check failures. by Calin Juravle · 10 years ago
  37. 1920c10 Revert "Revert "Enable optimizations with --debuggable."" by Nicolas Geoffray · 10 years ago
  38. b7d27a5 Revert "Enable optimizations with --debuggable." by Nicolas Geoffray · 10 years ago
  39. 43855cc Enable optimizations with --debuggable. by Nicolas Geoffray · 10 years ago
  40. 175dc73 Support unresolved methods in Optimizing by Calin Juravle · 10 years ago
  41. 831904f Merge "Add option to append to the cfg dump." by Calin Juravle · 10 years ago
  42. 22af3be Use induction variable range analysis in BCE (statically). by Aart Bik · 10 years ago
  43. 87000a9 Add option to append to the cfg dump. by Calin Juravle · 10 years ago
  44. b505997 Merge "Revert "Revert "ART: Register allocation and runtime support for try/catch""" by David Brazdil · 10 years ago
  45. 77a48ae Revert "Revert "ART: Register allocation and runtime support for try/catch"" by David Brazdil · 10 years ago
  46. 94ca9af Temporarly disable SSA creation in try/catch/debuggable. by Nicolas Geoffray · 10 years ago
  47. 659562a Revert "ART: Register allocation and runtime support for try/catch" by David Brazdil · 10 years ago
  48. b022fa1 ART: Register allocation and runtime support for try/catch by David Brazdil · 10 years ago
  49. 0616ae0 [optimizing] Add support for x86 constant area by Mark Mendell · 10 years ago
  50. 897ce64 Merge "Reduce how often we call FindDexCache" by Mathieu Chartier · 10 years ago
  51. 736b560 Reduce how often we call FindDexCache by Mathieu Chartier · 10 years ago
  52. 2a7c1ef Add more dwarf debug line info for Optimized methods. by Yevgeny Rouban · 10 years ago
  53. f9f6441 Optimizing: Tag Arena allocations with their source. by Vladimir Marko · 10 years ago
  54. 673ed3d Revert "Revert "Change dex caches to be weak roots"" by Mathieu Chartier · 10 years ago
  55. ed15000 Fix some HandleScope bugs and add corresponding checks by Mathieu Chartier · 10 years ago
  56. 0760a81 ART: Propagate verifier failure types to the compilers by Andreas Gampe · 10 years ago
  57. 83f8b5b Merge "ART: Enable basic optimizations for try/catch" by David Brazdil · 10 years ago
  58. bbd733e ART: Enable basic optimizations for try/catch by David Brazdil · 10 years ago
  59. 99429ae Merge "Revert "Revert "Optimizing: Better invoke-static/-direct dispatch.""" by Vladimir Marko · 10 years ago
  60. 5815501 Revert "Revert "Optimizing: Better invoke-static/-direct dispatch."" by Vladimir Marko · 10 years ago
  61. 44b9cf9 Put in place the ARM64 instruction simplification framework. by Alexandre Rames · 10 years ago
  62. b2c431e Revert "Optimizing: Better invoke-static/-direct dispatch." by Vladimir Marko · 10 years ago
  63. 9b688a0 Optimizing: Better invoke-static/-direct dispatch. by Vladimir Marko · 10 years ago
  64. ec74835 Allow for fine tuning the inliner. by Calin Juravle · 10 years ago
  65. a5ae3c3 Revert "Revert "Revert "Revert "Fixes and improvements in ReferenceTypePropagation"""" by Calin Juravle · 10 years ago
  66. e344a80 Revert "Revert "Revert "Fixes and improvements in ReferenceTypePropagation""" by Calin Juravle · 10 years ago
  67. 00e3b38 Revert "Revert "Fixes and improvements in ReferenceTypePropagation"" by Calin Juravle · 10 years ago
  68. 9044347 Move to newer clang annotations by Mathieu Chartier · 10 years ago
  69. 53fcd0f ART: Add VerboseMethods to optimizing compiler by Andreas Gampe · 10 years ago
  70. 9523a3e Revert "Revert "Use the quickened metadata to compile -QUICK opcodes."" by Nicolas Geoffray · 10 years ago
  71. 33e50d8 Merge "Reduce space filter threshold to 128." by Nicolas Geoffray · 10 years ago
  72. 432bf3d Reduce space filter threshold to 128. by Nicolas Geoffray · 10 years ago
  73. 8ab9a90 Revert "Use the quickened metadata to compile -QUICK opcodes." by Nicolas Geoffray · 10 years ago
  74. 4515a67 Use the quickened metadata to compile -QUICK opcodes. by Nicolas Geoffray · 10 years ago
  75. ffee3d3 ART: Build SSA form when try/catch is present by David Brazdil · 10 years ago
  76. 2e7cd75 [optimizing] Don't rely on the verifier for String.<init>. by Nicolas Geoffray · 10 years ago
  77. 335005e Only do some checks when compiling against the core image. by Nicolas Geoffray · 10 years ago
  78. 4824c27 Use a flag from the verifier to know if we should compile. by Nicolas Geoffray · 10 years ago
  79. 69ba7b7 ART: Run GraphChecker after Builder and SsaBuilder by David Brazdil · 10 years ago
  80. eb7b739 Opt compiler: Add disassembly to the '.cfg' output. by Alexandre Rames · 10 years ago
  81. 4dda337 MIPS: Initial version of optimizing compiler for MIPS64R6. by Alexey Frunze · 10 years ago
  82. b2bdfce Run a simplification pass before code generation. by Nicolas Geoffray · 10 years ago
  83. 18e6873 Fix a bug in optimizing when the null constant has been DCE. by Nicolas Geoffray · 10 years ago
  84. a3a3c59 Optimizing: Move optimization objects to Arena. by Vladimir Marko · 10 years ago
  85. 454a481 Revert "Revert "Support for inlining virtual and interface calls."" by Nicolas Geoffray · 10 years ago
  86. 6e47586 Revert "Support for inlining virtual and interface calls." by Nicolas Geoffray · 10 years ago
  87. 1d5006c Support for inlining virtual and interface calls. by Nicolas Geoffray · 10 years ago
  88. e401d14 Move mirror::ArtMethod to native by Mathieu Chartier · 10 years ago
  89. 8363c77 Add --generate-debug-info flag and remove the other two flags. by David Srbecky · 10 years ago
  90. d5111bf Do not use dex_compilation_unit after inlining. by Nicolas Geoffray · 10 years ago
  91. b176d7c Also encode the InvokeType in an InlineInfo. by Nicolas Geoffray · 10 years ago
  92. 3cd4fc8 Eliminate redundant constructor barriers when inlining. by Calin Juravle · 10 years ago
  93. a4b8c21 ART: Rediscover loops after deleting blocks in DCE by David Brazdil · 10 years ago
  94. 0a23d74 Add a parent environment to HEnvironment. by Nicolas Geoffray · 10 years ago
  95. 7bf9bc7 Merge "Minor improvements to 458-checker-instruction-simplification." by Roland Levillain · 10 years ago
  96. 917f9ab ART: Run BooleanSimplifier after inlining by David Brazdil · 10 years ago
  97. 862aaef [optimizing] Name the last DCE pass. by Calin Juravle · 10 years ago
  98. 8f20bdb Run DCE again after all the other optimizations have run. by Calin Juravle · 10 years ago
  99. 0cdf6d3 Revert "Run DCE again after all the other optimizations have run." by Nicolas Geoffray · 10 years ago
  100. 7a9c885 Run DCE again after all the other optimizations have run. by Calin Juravle · 10 years ago