1. a5b09a6 ART: Add dex::TypeIndex by Andreas Gampe · 8 years ago
  2. 2c45bc9 Remove H[Reverse]PostOrderIterator and HInsertionOrderIterator. by Vladimir Marko · 8 years ago
  3. 1ceb37c Remove unnecessary load class for new instance by Mathieu Chartier · 8 years ago
  4. 709b070 Remove mirror:: and ArtMethod deps in utils.{h,cc} by David Sehr · 8 years ago
  5. c7591b4 Fix merging HLoadClass with HNewInstance. by Vladimir Marko · 8 years ago
  6. 87f3fcb Replace String.charAt() with HIR. by Vladimir Marko · 8 years ago
  7. 372f10e Refactor handling of input records. by Vladimir Marko · 8 years ago
  8. 46817b8 Use iterators "before" the use node in HUserRecord<>. by Vladimir Marko · 8 years ago
  9. b133ec6 Ensure object ArraySet with null value does not need a type check. by Roland Levillain · 8 years ago
  10. 0c5b18e Support CMOV for x86 Select by Mark Mendell · 8 years ago
  11. 74eb1b2 ART: Implement HSelect by David Brazdil · 9 years ago
  12. b3e773e ART: Implement support for instruction inlining by David Brazdil · 9 years ago
  13. 0580d96 Fix a crash with unresolved classes. by Nicolas Geoffray · 9 years ago
  14. 8e1ef53 Do not change to the access check entrypoint when inlined. by Nicolas Geoffray · 9 years ago
  15. 729645a Explicitly add HLoadClass/HClinitCheck for HNewInstance. by Nicolas Geoffray · 9 years ago
  16. fbb184a Fix ClinitCheck pruning. by Vladimir Marko · 9 years ago
  17. 78f4fa7 Preserve class loading semantics in optimizing. by Nicolas Geoffray · 9 years ago
  18. d23eeef Support for inlining methods that call/throw. by Nicolas Geoffray · 9 years ago
  19. 0ba218d Remove unnecessary clinit checks by Calin Juravle · 9 years ago
  20. 3e3d733 Have HInvoke instructions know their number of actual arguments. by Roland Levillain · 9 years ago
  21. 0379f82 Fix DCHECKs about clinit checks in Optimizing's code generators. by Roland Levillain · 9 years ago
  22. 4c0eb42 Ensure inlined static calls perform clinit checks in Optimizing. by Roland Levillain · 9 years ago
  23. d43b3ac Revert "Revert "Deoptimization-based bce."" by Mingyao Yang · 9 years ago
  24. 0534beb ART: Materialize constants on environment use by David Brazdil · 9 years ago
  25. 0ba6273 Revert "Deoptimization-based bce." by Andreas Gampe · 9 years ago
  26. e295e6e Deoptimization-based bce. by Mingyao Yang · 9 years ago
  27. b1498f6 Improve type propagation with if-contexts by Calin Juravle · 9 years ago
  28. ed59619 Optimizing: Speed up HEnvironment use removal by David Brazdil · 10 years ago
  29. d0d4852 [optimizing compiler] Add div-int and exception handling. by Calin Juravle · 10 years ago
  30. 78a3233 Merge "ART: More warnings" by Andreas Gampe · 10 years ago
  31. 277ccbd ART: More warnings by Andreas Gampe · 10 years ago
  32. 424f676 Implement CONST_CLASS in optimizing compiler. by Nicolas Geoffray · 10 years ago
  33. 19a19cf Add support for static fields in optimizing compiler. by Nicolas Geoffray · 10 years ago
  34. 360231a Fix code generation of materialized conditions. by Nicolas Geoffray · 10 years ago
  35. 26a25ef Add a prepare for register allocation pass. by Nicolas Geoffray · 10 years ago