1. 0ebe0d8 ART: Introduce compiler data type. by Vladimir Marko · 7 years ago
  2. e2abbc6 ART: Move kDexNoIndex to dex_file_types.h by Andreas Gampe · 7 years ago
  3. 6ef4567 optimizing: Add statistics for # of constructor fences added/removed by Igor Murashkin · 7 years ago
  4. e829831 Fix null dereference in debug check. by Nicolas Geoffray · 7 years ago
  5. 79d8fa7 optimizing: Build HConstructorFence for HNewArray/HNewInstance nodes by Igor Murashkin · 7 years ago
  6. d01745e optimizing: constructor fence redundancy elimination - remove dmb after LSE by Igor Murashkin · 7 years ago
  7. 6f8e2c9 Make data dependency around HDeoptimize correct. by Nicolas Geoffray · 7 years ago
  8. e037a73 Merge "Put inlined ArtMethod pointer in stack maps." by Nicolas Geoffray · 8 years ago
  9. 5d37c15 Put inlined ArtMethod pointer in stack maps. by Nicolas Geoffray · 8 years ago
  10. 0d3998b Revert "Revert "Make object allocation entrypoints only take a class."" by Nicolas Geoffray · 8 years ago
  11. f7aaacd Revert "Make object allocation entrypoints only take a class." by Hiroshi Yamauchi · 8 years ago
  12. 2b615ba Make object allocation entrypoints only take a class. by Nicolas Geoffray · 8 years ago
  13. a5b09a6 ART: Add dex::TypeIndex by Andreas Gampe · 8 years ago
  14. 2c45bc9 Remove H[Reverse]PostOrderIterator and HInsertionOrderIterator. by Vladimir Marko · 8 years ago
  15. 1ceb37c Remove unnecessary load class for new instance by Mathieu Chartier · 8 years ago
  16. 709b070 Remove mirror:: and ArtMethod deps in utils.{h,cc} by David Sehr · 8 years ago
  17. c7591b4 Fix merging HLoadClass with HNewInstance. by Vladimir Marko · 8 years ago
  18. 87f3fcb Replace String.charAt() with HIR. by Vladimir Marko · 8 years ago
  19. 372f10e Refactor handling of input records. by Vladimir Marko · 8 years ago
  20. 46817b8 Use iterators "before" the use node in HUserRecord<>. by Vladimir Marko · 8 years ago
  21. b133ec6 Ensure object ArraySet with null value does not need a type check. by Roland Levillain · 8 years ago
  22. 0c5b18e Support CMOV for x86 Select by Mark Mendell · 9 years ago
  23. 74eb1b2 ART: Implement HSelect by David Brazdil · 9 years ago
  24. b3e773e ART: Implement support for instruction inlining by David Brazdil · 9 years ago
  25. 0580d96 Fix a crash with unresolved classes. by Nicolas Geoffray · 9 years ago
  26. 8e1ef53 Do not change to the access check entrypoint when inlined. by Nicolas Geoffray · 9 years ago
  27. 729645a Explicitly add HLoadClass/HClinitCheck for HNewInstance. by Nicolas Geoffray · 9 years ago
  28. fbb184a Fix ClinitCheck pruning. by Vladimir Marko · 9 years ago
  29. 78f4fa7 Preserve class loading semantics in optimizing. by Nicolas Geoffray · 9 years ago
  30. d23eeef Support for inlining methods that call/throw. by Nicolas Geoffray · 9 years ago
  31. 0ba218d Remove unnecessary clinit checks by Calin Juravle · 9 years ago
  32. 3e3d733 Have HInvoke instructions know their number of actual arguments. by Roland Levillain · 9 years ago
  33. 0379f82 Fix DCHECKs about clinit checks in Optimizing's code generators. by Roland Levillain · 9 years ago
  34. 4c0eb42 Ensure inlined static calls perform clinit checks in Optimizing. by Roland Levillain · 9 years ago
  35. d43b3ac Revert "Revert "Deoptimization-based bce."" by Mingyao Yang · 9 years ago
  36. 0534beb ART: Materialize constants on environment use by David Brazdil · 9 years ago
  37. 0ba6273 Revert "Deoptimization-based bce." by Andreas Gampe · 9 years ago
  38. e295e6e Deoptimization-based bce. by Mingyao Yang · 9 years ago
  39. b1498f6 Improve type propagation with if-contexts by Calin Juravle · 9 years ago
  40. ed59619 Optimizing: Speed up HEnvironment use removal by David Brazdil · 10 years ago
  41. d0d4852 [optimizing compiler] Add div-int and exception handling. by Calin Juravle · 10 years ago
  42. 78a3233 Merge "ART: More warnings" by Andreas Gampe · 10 years ago
  43. 277ccbd ART: More warnings by Andreas Gampe · 10 years ago
  44. 424f676 Implement CONST_CLASS in optimizing compiler. by Nicolas Geoffray · 10 years ago
  45. 19a19cf Add support for static fields in optimizing compiler. by Nicolas Geoffray · 10 years ago
  46. 360231a Fix code generation of materialized conditions. by Nicolas Geoffray · 10 years ago
  47. 26a25ef Add a prepare for register allocation pass. by Nicolas Geoffray · 10 years ago