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