1. cff8107 Merge "Optimizing/X86: PC-relative dex cache array addressing." by Vladimir Marko · 10 years ago
  2. fe0ec35 Merge "Optimizing: Clean up constant location handling." by Vladimir Marko · 10 years ago
  3. 0f7dca4 Optimizing/X86: PC-relative dex cache array addressing. by Vladimir Marko · 10 years ago
  4. 00580bd MIPS64: fix calling conventions in LoadClass and field accesses by Alexey Frunze · 10 years ago
  5. d15cd44 Merge "Correct exception behavior for default methods" by Alex Light · 10 years ago
  6. 13c86fd Optimizing: Clean up constant location handling. by Vladimir Marko · 10 years ago
  7. cdfed3d Revert "Revert "Run type propagation after inliner only when needed."" by Calin Juravle · 10 years ago
  8. ea30dae Merge "Optimizing/ARM: Improve shifts of long values by a constant." by Vladimir Marko · 10 years ago
  9. 33ad10e Optimizing/ARM: Improve shifts of long values by a constant. by Vladimir Marko · 10 years ago
  10. 9139e00 Correct exception behavior for default methods by Alex Light · 10 years ago
  11. 040db34 Optimizing: Clean up Equal/NotEqual constant folding for nulls. by Vladimir Marko · 10 years ago
  12. 5c7c824 Merge "ART: Remove unnecessary helper method from GraphChecker" by David Brazdil · 10 years ago
  13. d8ef0c6 ART: Remove unnecessary helper method from GraphChecker by David Brazdil · 10 years ago
  14. feaf26d Merge "Optimizing: Improve constant folding + DCE for inlining." by Vladimir Marko · 10 years ago
  15. d26a411 ART: Refactor iteration over normal/exceptional successors by David Brazdil · 10 years ago
  16. 9e23df5 Optimizing: Improve constant folding + DCE for inlining. by Vladimir Marko · 10 years ago
  17. 8a6463a Merge "ART: Improve comment about inlining into try/catch" by David Brazdil · 10 years ago
  18. 59a850e ART: Improve comment about inlining into try/catch by David Brazdil · 10 years ago
  19. ee57104 Merge "ART: Fix critical edge checks in GraphChecker" by David Brazdil · 10 years ago
  20. 83dcccb Merge "Revert "Revert "ART: Update DCE to work with try/catch""" by David Brazdil · 10 years ago
  21. 81e479e ART: Fix critical edge checks in GraphChecker by David Brazdil · 10 years ago
  22. dc0d1eb ART: Add clarifying comment by David Brazdil · 10 years ago
  23. 8a7c0fe Revert "Revert "ART: Update DCE to work with try/catch"" by David Brazdil · 10 years ago
  24. 31f1584 Merge "Optimizing: Rewrite search for common dominators." by Vladimir Marko · 10 years ago
  25. 391d01f Optimizing: Rewrite search for common dominators. by Vladimir Marko · 10 years ago
  26. 6f6f359 Fix mip64 build: hide current method input only if it exists. by Vladimir Marko · 10 years ago
  27. f11f5eb Merge "ART: Fix critical edge splitting under try/catch" by David Brazdil · 10 years ago
  28. db51efb ART: Fix critical edge splitting under try/catch by David Brazdil · 10 years ago
  29. 3e5b3c9 Merge "Optimizing: Remove unused ArtMethod* input from HInvokeStaticOrDirect." by Vladimir Marko · 10 years ago
  30. 2264f62 Merge "MIPS64: small improvements in code generation" by Nicolas Geoffray · 10 years ago
  31. 5c75ffa MIPS64: small improvements in code generation by Alexey Frunze · 10 years ago
  32. c857c74 MIPS64: Improve integer division by constants by Alexey Frunze · 10 years ago
  33. b554b5a Optimizing: Remove unused ArtMethod* input from HInvokeStaticOrDirect. by Vladimir Marko · 10 years ago
  34. 9bc4361 ART: Fix simplification of catch blocks in the presence of dead code by David Brazdil · 10 years ago
  35. 17656eb Merge "MIPS32: java.lang.String.equals" by Andreas Gampe · 10 years ago
  36. 16ba2b4 MIPS32: java.lang.String.equals by Chris Larsen · 10 years ago
  37. 8148937 Improve X86 handling of constants to Field/Array Set by Mark Mendell · 10 years ago
  38. 2704896 Merge "MIPS64: Implement virtual intrinsic slow path" by Nicolas Geoffray · 10 years ago
  39. 53afca1 MIPS64: Implement virtual intrinsic slow path by Alexey Frunze · 10 years ago
  40. d93223d Merge "Finalized all components of range analysis needed for dynamic bce." by Aart Bik · 10 years ago
  41. f2a93f4 Merge "X86-64: Split long/double constant array/field set" by Nicolas Geoffray · 10 years ago
  42. ea5af68 X86-64: Split long/double constant array/field set by Mark Mendell · 10 years ago
  43. b8b9769 Fix conditional jump over jmp (X86/X86-64/ARM32) by Mark Mendell · 10 years ago
  44. b24301b Merge "Code cleanup to avoid CompilerDriver abstractions in JIT." by Nicolas Geoffray · 10 years ago
  45. d28b969 Code cleanup to avoid CompilerDriver abstractions in JIT. by Nicolas Geoffray · 10 years ago
  46. 2bd4c5c Revert "ART: Implement DeadPhiHandling in PrimitiveTypePropagation" by David Brazdil · 10 years ago
  47. 1749e2c ART: Implement DeadPhiHandling in PrimitiveTypePropagation by David Brazdil · 10 years ago
  48. 389b3db Finalized all components of range analysis needed for dynamic bce. by Aart Bik · 10 years ago
  49. c8894ab Merge "Delay emitting CFI PC adjustments until after Thumb2/Mips fixup." by Vladimir Marko · 10 years ago
  50. 10ef694 Delay emitting CFI PC adjustments until after Thumb2/Mips fixup. by Vladimir Marko · 10 years ago
  51. 934808f Fix mips32oc ArraySet null constant assignment by Pavle Batuta · 10 years ago
  52. fb552d7 Revert "ART: Update DCE to work with try/catch" by David Brazdil · 10 years ago
  53. ce52901 ART: Update DCE to work with try/catch by David Brazdil · 10 years ago
  54. 816b2b3 Merge "Fix inlining and lse bugs with unresolved access." by Nicolas Geoffray · 10 years ago
  55. d930929 Fix inlining and lse bugs with unresolved access. by Nicolas Geoffray · 10 years ago
  56. 3e0597f Merge "ART: Enable inlining under try/catch" by David Brazdil · 10 years ago
  57. 9517798 ART: Enable inlining under try/catch by David Brazdil · 10 years ago
  58. c74e69f Merge "ART: Arm32 packed-switch jump tables" by Andreas Gampe · 10 years ago
  59. 7cffc3b ART: Arm32 packed-switch jump tables by Andreas Gampe · 10 years ago
  60. 469e9c4 Merge "Keep list of dex files for oat file in CompilerDriver." by Vladimir Marko · 10 years ago
  61. d1eaf0d Keep list of dex files for oat file in CompilerDriver. by Vladimir Marko · 10 years ago
  62. 70d95b4 Merge "MIPS32: Create infrastructure to support intrinsics" by Andreas Gampe · 10 years ago
  63. 701566a MIPS32: Create infrastructure to support intrinsics by Chris Larsen · 10 years ago
  64. d13f2b3 Merge "Revert "ART: Enable more passes under try/catch"" by David Brazdil · 10 years ago
  65. 771e5cc Revert "ART: Enable more passes under try/catch" by David Brazdil · 10 years ago
  66. c65d1f3 Merge "Move loop invariant utility to more general place." by Aart Bik · 10 years ago
  67. 5ad2759 Merge "ART: Enable more passes under try/catch" by David Brazdil · 10 years ago
  68. 73f1f3b Move loop invariant utility to more general place. by Aart Bik · 10 years ago
  69. 2118d3d Merge "Simplify unsigned comparisons against zero (with unit tests)." by Aart Bik · 10 years ago
  70. 96709f1 Simplify unsigned comparisons against zero (with unit tests). by Aart Bik · 10 years ago
  71. 39fabd6 ART: Enable more passes under try/catch by David Brazdil · 10 years ago
  72. 6f42850 Merge "MIPS64: Add "Compare and Swap" intrinsic support." by Andreas Gampe · 10 years ago
  73. 594c061 Merge "Revert "Enable store elimination for singleton objects."" by Andreas Gampe · 10 years ago
  74. 55d02cf Revert "Enable store elimination for singleton objects." by Andreas Gampe · 10 years ago
  75. f7b7f99 Merge "Generate taken-test during trip-count analysis." by Aart Bik · 10 years ago
  76. d2b29d6 Merge "Enable store elimination for singleton objects." by Mingyao Yang · 10 years ago
  77. 22f0587 Generate taken-test during trip-count analysis. by Aart Bik · 10 years ago
  78. 7b829f6 Merge "Do not assume the dex cache is already populated." by Nicolas Geoffray · 10 years ago
  79. c89715c Do not assume the dex cache is already populated. by Nicolas Geoffray · 10 years ago
  80. e87a718 MIPS32: added support for unresolved classes by Pavle Batuta · 10 years ago
  81. 7f43a3d Enable store elimination for singleton objects. by Mingyao Yang · 10 years ago
  82. 7a16bdb Merge "Reduce memory used by CompiledMethods." by Vladimir Marko · 10 years ago
  83. 35831e8 Reduce memory used by CompiledMethods. by Vladimir Marko · 10 years ago
  84. cbf3c0f Merge "Optimizing: Determine invoke-static/-direct dispatch early." by Vladimir Marko · 10 years ago
  85. 3642749 MIPS64: Add "Compare and Swap" intrinsic support. by Chris Larsen · 10 years ago
  86. c9e94f3 MIPS: Support register pairs in CodeGeneratorMIPS::AddLocationAsTemp(). by Alexey Frunze · 10 years ago
  87. 525b665 Merge "MIPS64: Clean-up intrinsics code" by Andreas Gampe · 10 years ago
  88. 1a87837 MIPS32: Fix loading address in GenerateStaticOrDirectCall by Goran Jakovljevic · 10 years ago
  89. 1839d3c Merge "Revert "Run type propagation after inliner only when needed."" by Calin Juravle · 10 years ago
  90. 2717436 Revert "Run type propagation after inliner only when needed." by Calin Juravle · 10 years ago
  91. 605f27d Merge "Run type propagation after inliner only when needed." by Calin Juravle · 10 years ago
  92. e9d6e60 Disable store elimination on singleton object. by Mingyao Yang · 10 years ago
  93. e5d80f8 Move ArenaBitVector into the runtime by Mathieu Chartier · 10 years ago
  94. a815f17 Merge "Revert "Revert "load store elimination.""" by Mingyao Yang · 10 years ago
  95. 4e5dd52 Run type propagation after inliner only when needed. by Calin Juravle · 10 years ago
  96. 31f0e75 Merge "ARM64: Instruction simplification for array accesses." by Roland Levillain · 10 years ago
  97. dc151b2 Optimizing: Determine invoke-static/-direct dispatch early. by Vladimir Marko · 10 years ago
  98. 985ff70 Disable the ARM & ARM64 UnsafeCASObject intrinsic with heap poisoning. by Roland Levillain · 10 years ago
  99. 68561a1 Merge "Fix heap poisoning in UnsafeCASObject x86/x86-64 intrinsic." by Roland Levillain · 10 years ago
  100. 8df69d4 Revert "Revert "load store elimination."" by Mingyao Yang · 10 years ago