1. d01745e optimizing: constructor fence redundancy elimination - remove dmb after LSE by Igor Murashkin · 8 years ago
  2. 032cacd optimizing: do not illegally remove constructor barriers after inlining by Igor Murashkin · 8 years ago
  3. 8d6768d Revert^6 "Hash-based dex cache type array." by Vladimir Marko · 8 years ago
  4. 0b66d61 Revert^5 "Hash-based dex cache type array." by Vladimir Marko · 8 years ago
  5. caa348c Merge "Inlining a few small methods based on profiling dex2oat with perf." by Mingyao Yang · 8 years ago
  6. 01b47b0 Inlining a few small methods based on profiling dex2oat with perf. by Mingyao Yang · 8 years ago
  7. c4aa82c Invoke typed arraycopy for primitive arrays. by Nicolas Geoffray · 8 years ago
  8. bfb80d2 Revert^4 "Hash-based dex cache type array." by Vladimir Marko · 8 years ago
  9. fa4333d ART: Add operator == and != with nullptr to Handle by Andreas Gampe · 8 years ago
  10. 5812e20 Revert^3 "Hash-based dex cache type array." by Mathieu Chartier · 8 years ago
  11. 85c0f2a Revert^2 "Hash-based dex cache type array." by Vladimir Marko · 8 years ago
  12. d56a6a3 Remove obsolete restriction with allocations and dex cache. by Nicolas Geoffray · 8 years ago
  13. 83c8e27 Code refactoring around sharpening HLoadClass. by Nicolas Geoffray · 8 years ago
  14. d16363a Revert "Hash-based dex cache type array." by Vladimir Marko · 8 years ago
  15. ec78622 Hash-based dex cache type array. by Vladimir Marko · 9 years ago
  16. 5e8d5f0 Fix some typos in ART. by Roland Levillain · 9 years ago
  17. e761bcc Revert "Revert "Load the array class in the compiler for allocations."" by Nicolas Geoffray · 8 years ago
  18. fee2550 Revert "Load the array class in the compiler for allocations." by Hiroshi Yamauchi · 8 years ago
  19. cc99df2 Load the array class in the compiler for allocations. by Nicolas Geoffray · 8 years ago
  20. dcc7ab6 Merge "Put the resolved class in HLoadClass." by Nicolas Geoffray · 8 years ago
  21. e037a73 Merge "Put inlined ArtMethod pointer in stack maps." by Nicolas Geoffray · 8 years ago
  22. 5247c08 Put the resolved class in HLoadClass. by Nicolas Geoffray · 8 years ago
  23. 5d37c15 Put inlined ArtMethod pointer in stack maps. by Nicolas Geoffray · 8 years ago
  24. ac14139 Revert "Revert "ART: Compiler support for invoke-polymorphic."" by Orion Hodson · 8 years ago
  25. 0d3998b Revert "Revert "Make object allocation entrypoints only take a class."" by Nicolas Geoffray · 8 years ago
  26. f7aaacd Revert "Make object allocation entrypoints only take a class." by Hiroshi Yamauchi · 8 years ago
  27. 2b615ba Make object allocation entrypoints only take a class. by Nicolas Geoffray · 8 years ago
  28. c52b26d Recognize getClass() in RTP. by Nicolas Geoffray · 9 years ago
  29. c1a42cf Remove soon to be obsolete call kinds for direct calls. by Nicolas Geoffray · 9 years ago
  30. 5687634 Sharpen HLoadClass from inliner. by Nicolas Geoffray · 9 years ago
  31. 8a0128a ART: Add dex::StringIndex by Andreas Gampe · 9 years ago
  32. a5b09a6 ART: Add dex::TypeIndex by Andreas Gampe · 9 years ago
  33. 01b70e8 Add dequickening support. by Nicolas Geoffray · 9 years ago
  34. 2c45bc9 Remove H[Reverse]PostOrderIterator and HInsertionOrderIterator. by Vladimir Marko · 9 years ago
  35. 709b070 Remove mirror:: and ArtMethod deps in utils.{h,cc} by David Sehr · 9 years ago
  36. 0795f23 Clean up ScopedThreadStateChange to use ObjPtr by Mathieu Chartier · 9 years ago
  37. 75a7db6 ART: Factor out IMT from ArtMethod by Andreas Gampe · 9 years ago
  38. adc4e82 Merge "Cleanup String.<init> handling." by Nicolas Geoffray · 9 years ago
  39. da079bb Cleanup String.<init> handling. by Nicolas Geoffray · 9 years ago
  40. 50a9ed0 Compensate in compiler for verifier shortcomings. by Nicolas Geoffray · 9 years ago
  41. 5e4e11e Clean-up sharpening and compiler driver. by Nicolas Geoffray · 9 years ago
  42. 31b12e3 Avoid read barrier for image HLoadClass by Mathieu Chartier · 9 years ago
  43. c69fba2 Optimizing: Fix handling empty fill-array-data. by Vladimir Marko · 9 years ago
  44. bdf7f1c ART: SHARED_REQUIRES to REQUIRES_SHARED by Andreas Gampe · 9 years ago
  45. 26de38b ART: Delete old compiler_enums.h by Andreas Gampe · 9 years ago
  46. 465ecc8 Revert "Revert "Refactor GetIMTIndex"" by Matthew Gharrity · 9 years ago
  47. e36389f Merge "Revert "Refactor GetIMTIndex"" by Nicolas Geoffray · 9 years ago
  48. d4ceecc Revert "Refactor GetIMTIndex" by Nicolas Geoffray · 9 years ago
  49. dbb7f5b Improve HLoadClass code generation. by Vladimir Marko · 9 years ago
  50. 5070643 Refactor GetIMTIndex by Matthew Gharrity · 9 years ago
  51. 296fbb4 Do not place null check on unresolved method calls. by Aart Bik · 9 years ago
  52. 3188364 Do not hide instance field hard failure with soft failure by Aart Bik · 9 years ago
  53. 1415413 Do not place null check from unresolved field access. by Aart Bik · 9 years ago
  54. f663e34 Workaround invokesuper underspecified behavior. by Aart Bik · 9 years ago
  55. 2712a07 Merge "Make sure the referring class is in the dex cache." by Treehugger Robot · 9 years ago
  56. 393fdb8 Make sure the referring class is in the dex cache. by Nicolas Geoffray · 9 years ago
  57. c120bbe ART: Naive NullCheck elimination in InstructionBuilder by David Brazdil · 9 years ago
  58. 062157f Enable allocation elimination as part of LSE by Mingyao Yang · 9 years ago
  59. 3cd50df Use dex cache from compilation unit in HInstructionBuilder. by Vladimir Marko · 9 years ago
  60. c4ae916 Store precice set of which constructors require barriers by Mathieu Chartier · 9 years ago
  61. dee58d6 Revert "Revert "Refactor HGraphBuilder and SsaBuilder to remove HLocals"" by David Brazdil · 9 years ago
  62. 6032891 Revert "Refactor HGraphBuilder and SsaBuilder to remove HLocals" by David Brazdil · 9 years ago
  63. e3ff7b2 Refactor HGraphBuilder and SsaBuilder to remove HLocals by David Brazdil · 9 years ago