1. d147e2f Don't compile methods with irreducible loops and String.<init>. by Nicolas Geoffray · 6 years ago
  2. e2ac8d7 ART: Remove logging restriction by Andreas Gampe · 7 years ago
  3. 175e786 Revert^4 "Compiler changes for bitstring based type checks." by Vladimir Marko · 7 years ago
  4. 3fbd3ad Revert^3 "Compiler changes for bitstring based type checks." by Andreas Gampe · 7 years ago
  5. 3f41323 Revert^2 "Compiler changes for bitstring based type checks." by Vladimir Marko · 7 years ago
  6. c431b9d Move most of runtime/base to libartbase/base by David Sehr · 7 years ago
  7. bff7a52 Revert "Compiler changes for bitstring based type checks." by Nicolas Geoffray · 7 years ago
  8. eb0ebed Compiler changes for bitstring based type checks. by Vladimir Marko · 7 years ago
  9. a8b8e9b Improve code sinking near "always throwing" method calls by Aart Bik · 7 years ago
  10. 5794381 ART: Replace base/logging with android-base/logging by Andreas Gampe · 7 years ago
  11. cd09e1f Fix stats reporting over 100% methods compiled. by Vladimir Marko · 7 years ago
  12. 86ce504 Merge "optimizing: add block-scoped constructor fence merging pass" by Treehugger Robot · 7 years ago
  13. dd018df optimizing: add block-scoped constructor fence merging pass by Igor Murashkin · 7 years ago
  14. 21b8592 Added vectorization stats. by Aart Bik · 7 years ago
  15. 6ef4567 optimizing: Add statistics for # of constructor fences added/removed by Igor Murashkin · 7 years ago
  16. 1e065a5 optimizing: Refactor statistics to use OptimizingCompilerStats helper by Igor Murashkin · 7 years ago
  17. f6d4668 Improvements in the Inliner. by Nicolas Geoffray · 8 years ago
  18. 43e07b6 Merge "Implement code sinking." by Nicolas Geoffray · 8 years ago
  19. b813ca1 Implement code sinking. by Nicolas Geoffray · 8 years ago
  20. ff754d1 Fix initialization of OptimizingCompilerStats. by Vladimir Marko · 8 years ago
  21. 438709f Fix compilation statistics collection in inliner. by Vladimir Marko · 8 years ago
  22. 063fc77 Class Hierarchy Analysis (CHA) by Mingyao Yang · 8 years ago
  23. dac9b19 Add a new control flow simplifier. by Nicolas Geoffray · 8 years ago
  24. 86ea7ee Build dominator tree before generating HInstructions by David Brazdil · 9 years ago
  25. 2ae4818 Clean up NullCheck generation and record stats about it. by Calin Juravle · 9 years ago
  26. 6915898 Improve compiler stats by Calin Juravle · 9 years ago
  27. 38e9e80 Add statistics support for some optimizations by Jean-Philippe Halimi · 9 years ago
  28. be10e8e Optimizing: Try pattern substitution when we cannot inline. by Vladimir Marko · 9 years ago
  29. a42363f Implement first kind of polymorphic inlining. by Nicolas Geoffray · 9 years ago
  30. 15bd228 Implement irreducible loop support in optimizing. by Nicolas Geoffray · 9 years ago
  31. 15693bf ART: Resolve ambiguous ArraySets by David Brazdil · 9 years ago
  32. 4833f5a ART: Refactor SsaBuilder for more precise typing info by David Brazdil · 9 years ago
  33. 68289a5 Revert "ART: Refactor SsaBuilder for more precise typing info" by Alex Light · 9 years ago
  34. d9510df ART: Refactor SsaBuilder for more precise typing info by David Brazdil · 9 years ago
  35. 73be1e8 Inline monomorphic calls. by Nicolas Geoffray · 9 years ago
  36. ad54338 Clean up optimizing compiler stats by Calin Juravle · 9 years ago
  37. da3a55b Don't delegate to Quick anymore. by Nicolas Geoffray · 9 years ago
  38. 07380a2 Enable compilation of members with access check failures. by Calin Juravle · 9 years ago
  39. e460d1d Revert "Revert "Support unresolved fields in optimizing" by Calin Juravle · 9 years ago
  40. e6f49b4 Revert "Support unresolved fields in optimizing" breaks debuggable tests. by Calin Juravle · 9 years ago
  41. 23a8e35 Support unresolved fields in optimizing by Calin Juravle · 9 years ago
  42. 175dc73 Support unresolved methods in Optimizing by Calin Juravle · 9 years ago
  43. 44b9cf9 Put in place the ARM64 instruction simplification framework. by Alexandre Rames · 9 years ago
  44. 2e33525 Bailout from compilation if an invoke is malformed. by Nicolas Geoffray · 9 years ago
  45. da9badb ART: Check long and double register pairs in invokes by Andreas Gampe · 9 years ago
  46. 702d260 Skip compilation when falling-through out of method code. by Calin Juravle · 9 years ago
  47. 2d7352b ART: Dead block removal by David Brazdil · 9 years ago
  48. 8f20bdb Run DCE again after all the other optimizations have run. by Calin Juravle · 9 years ago
  49. 0cdf6d3 Revert "Run DCE again after all the other optimizations have run." by Nicolas Geoffray · 9 years ago
  50. 7a9c885 Run DCE again after all the other optimizations have run. by Calin Juravle · 9 years ago
  51. 2be39e0 Use --dump-stats to dump optimizing compiler stats. by Calin Juravle · 9 years ago
  52. f1c6d9e Fallback to quick in case of soft verification errors by Calin Juravle · 9 years ago
  53. 031af41 Revert "Fallback to quick in case of soft verification errors" by Calin Juravle · 9 years ago
  54. c751d37 Fallback to quick in case of soft verification errors by Calin Juravle · 10 years ago
  55. 188d431 Opt compiler: Instruction simplification for HAdd, HNeg, HNot, HSub. by Alexandre Rames · 10 years ago
  56. 12be74e [optimizing] Only print full stats in VLOG(compiler) by Nicolas Geoffray · 10 years ago
  57. 36540cb Implement a space filter for optimizing. by Nicolas Geoffray · 10 years ago
  58. acf735c Reference type propagation by Calin Juravle · 10 years ago
  59. 02d81cc Opt Compiler: ARM64: Add support for rem-float, rem-double and volatile. by Serban Constantinescu · 10 years ago
  60. e53798a Inlining support in optimizing. by Nicolas Geoffray · 10 years ago
  61. 48c2b03 Add more compilation stats to optimizing by Calin Juravle · 10 years ago