1. c65d1f3 Merge "Move loop invariant utility to more general place." by Aart Bik · 10 years ago
  2. 5ad2759 Merge "ART: Enable more passes under try/catch" by David Brazdil · 10 years ago
  3. 73f1f3b Move loop invariant utility to more general place. by Aart Bik · 10 years ago
  4. 2118d3d Merge "Simplify unsigned comparisons against zero (with unit tests)." by Aart Bik · 10 years ago
  5. 96709f1 Simplify unsigned comparisons against zero (with unit tests). by Aart Bik · 10 years ago
  6. 39fabd6 ART: Enable more passes under try/catch by David Brazdil · 10 years ago
  7. 6f42850 Merge "MIPS64: Add "Compare and Swap" intrinsic support." by Andreas Gampe · 10 years ago
  8. 594c061 Merge "Revert "Enable store elimination for singleton objects."" by Andreas Gampe · 10 years ago
  9. 55d02cf Revert "Enable store elimination for singleton objects." by Andreas Gampe · 10 years ago
  10. f7b7f99 Merge "Generate taken-test during trip-count analysis." by Aart Bik · 10 years ago
  11. d2b29d6 Merge "Enable store elimination for singleton objects." by Mingyao Yang · 10 years ago
  12. 22f0587 Generate taken-test during trip-count analysis. by Aart Bik · 10 years ago
  13. 7b829f6 Merge "Do not assume the dex cache is already populated." by Nicolas Geoffray · 10 years ago
  14. c89715c Do not assume the dex cache is already populated. by Nicolas Geoffray · 10 years ago
  15. e87a718 MIPS32: added support for unresolved classes by Pavle Batuta · 10 years ago
  16. 7f43a3d Enable store elimination for singleton objects. by Mingyao Yang · 10 years ago
  17. 7a16bdb Merge "Reduce memory used by CompiledMethods." by Vladimir Marko · 10 years ago
  18. 35831e8 Reduce memory used by CompiledMethods. by Vladimir Marko · 10 years ago
  19. cbf3c0f Merge "Optimizing: Determine invoke-static/-direct dispatch early." by Vladimir Marko · 10 years ago
  20. 3642749 MIPS64: Add "Compare and Swap" intrinsic support. by Chris Larsen · 10 years ago
  21. c9e94f3 MIPS: Support register pairs in CodeGeneratorMIPS::AddLocationAsTemp(). by Alexey Frunze · 10 years ago
  22. 525b665 Merge "MIPS64: Clean-up intrinsics code" by Andreas Gampe · 10 years ago
  23. 1a87837 MIPS32: Fix loading address in GenerateStaticOrDirectCall by Goran Jakovljevic · 10 years ago
  24. 1839d3c Merge "Revert "Run type propagation after inliner only when needed."" by Calin Juravle · 10 years ago
  25. 2717436 Revert "Run type propagation after inliner only when needed." by Calin Juravle · 10 years ago
  26. 605f27d Merge "Run type propagation after inliner only when needed." by Calin Juravle · 10 years ago
  27. e9d6e60 Disable store elimination on singleton object. by Mingyao Yang · 10 years ago
  28. e5d80f8 Move ArenaBitVector into the runtime by Mathieu Chartier · 10 years ago
  29. a815f17 Merge "Revert "Revert "load store elimination.""" by Mingyao Yang · 10 years ago
  30. 4e5dd52 Run type propagation after inliner only when needed. by Calin Juravle · 10 years ago
  31. 31f0e75 Merge "ARM64: Instruction simplification for array accesses." by Roland Levillain · 10 years ago
  32. dc151b2 Optimizing: Determine invoke-static/-direct dispatch early. by Vladimir Marko · 10 years ago
  33. 985ff70 Disable the ARM & ARM64 UnsafeCASObject intrinsic with heap poisoning. by Roland Levillain · 10 years ago
  34. 68561a1 Merge "Fix heap poisoning in UnsafeCASObject x86/x86-64 intrinsic." by Roland Levillain · 10 years ago
  35. 8df69d4 Revert "Revert "load store elimination."" by Mingyao Yang · 10 years ago
  36. f652cec MIPS: Initial version of optimizing compiler for MIPS32 by Goran Jakovljevic · 10 years ago
  37. b488b78 Fix heap poisoning in UnsafeCASObject x86/x86-64 intrinsic. by Roland Levillain · 10 years ago
  38. 8128437 MIPS64: Clean-up intrinsics code by Chris Larsen · 10 years ago
  39. 9926d88 Merge "Inliner: make sure the returned value is in the outer graph." by Calin Juravle · 10 years ago
  40. 66e33f1 Merge "Use DlMallocSpace for the JIT code cache." by Nicolas Geoffray · 10 years ago
  41. 0c3c266 Use DlMallocSpace for the JIT code cache. by Nicolas Geoffray · 10 years ago
  42. 58554b7 ART: Fix left-shift of negative numbers by Andreas Gampe · 10 years ago
  43. 214bbcd Inliner: make sure the returned value is in the outer graph. by Calin Juravle · 10 years ago
  44. cfea7d5 Disable the x86 & x86-64 UnsafeCASObject intrinsic with heap poisoning. by Roland Levillain · 10 years ago
  45. 27cfad0 Fix induction_var_range_test. by Calin Juravle · 10 years ago
  46. 7cf979b Merge "Revert "Revert "optimizing: propagate type information of arguments""" by Calin Juravle · 10 years ago
  47. e033ea6 Merge "MIPS64: Add intrinsic support for bit rotation" by Andreas Gampe · 10 years ago
  48. 0f8f864 MIPS64: Add intrinsic support for bit rotation by Chris Larsen · 10 years ago
  49. aec3cce Added ability to generate induction range code. by Aart Bik · 10 years ago
  50. f69f56e Merge "Generalize codegen and simplification of deopt." by Aart Bik · 10 years ago
  51. bb245d1 Generalize codegen and simplification of deopt. by Aart Bik · 10 years ago
  52. 9aebff2 MIPS64: Add intrinsic support for bit rotation by Chris Larsen · 10 years ago
  53. 0646da7 MIPS64: Add intrinsics support for trailing zeros by Chris Larsen · 10 years ago
  54. e6dbf48 ARM64: Instruction simplification for array accesses. by Alexandre Rames · 10 years ago
  55. 1360ada MIPS64: Implement intrinsics from sun.misc.Unsafe: by Chris Larsen · 10 years ago
  56. 4b0ef9c Merge "MIPS64: Implement intrinsics from java.lang.String:" by Andreas Gampe · 10 years ago
  57. 1261759 Fix in reference type propagation by Calin Juravle · 10 years ago
  58. b69fbfb ARM64: Better recognition of constants encodable as immediates. by Alexandre Rames · 10 years ago
  59. 4b8f1ec Use ATTRIBUTE_UNUSED more. by Roland Levillain · 10 years ago
  60. d5a69fc Merge "Added support for unsigned comparisons" by Aart Bik · 10 years ago
  61. e9f3760 Added support for unsigned comparisons by Aart Bik · 10 years ago
  62. 9499107 Move x86 constant area code to its own file by Mark Mendell · 10 years ago
  63. 943e89e Merge "X86 jump tables for PackedSwitch" by Vladimir Marko · 10 years ago
  64. 392835d Merge "X86_64 jump tables for PackedSwitch" by Vladimir Marko · 10 years ago
  65. 805b3b5 X86 jump tables for PackedSwitch by Mark Mendell · 10 years ago
  66. e6e3bea Revert "Revert "optimizing: propagate type information of arguments"" by Calin Juravle · 10 years ago
  67. 9c86b48 X86_64 jump tables for PackedSwitch by Mark Mendell · 10 years ago
  68. 6440443 Merge "Improve Thumb2 bitwise operations." by Vladimir Marko · 10 years ago
  69. d2b4ca2 Improve Thumb2 bitwise operations. by Vladimir Marko · 10 years ago
  70. d17bd22 Merge "Fix MIPS64 boot" by Nicolas Geoffray · 10 years ago
  71. 8c34ec1 Fix MIPS64 boot by Goran Jakovljevic · 10 years ago
  72. 26a896a Merge "Implement System.arraycopy intrinsic for arm." by Nicolas Geoffray · 10 years ago
  73. 5bd05a5 Implement System.arraycopy intrinsic for arm. by Nicolas Geoffray · 10 years ago
  74. df34560 Merge "Revert "optimizing: propagate type information of arguments"" by Calin Juravle · 10 years ago
  75. c05aca7 Revert "optimizing: propagate type information of arguments" by Calin Juravle · 10 years ago
  76. 02280e6 Merge "optimizing: propagate type information of arguments" by Calin Juravle · 10 years ago
  77. 2c1ffc3 optimizing: propagate type information of arguments by Calin Juravle · 10 years ago
  78. b5c810e Merge "Optimizing: Avoid string init register set copy for debuggable." by Vladimir Marko · 10 years ago
  79. 98615e5 Merge "Optimizing: Move GraphChecker memory allocations to arena." by Vladimir Marko · 10 years ago
  80. 439ffb8 Merge "Intrinsify System.arraycopy." by Nicolas Geoffray · 10 years ago
  81. 655e585 Optimizing: Move GraphChecker memory allocations to arena. by Vladimir Marko · 10 years ago
  82. dbc2337 Optimizing: Avoid string init register set copy for debuggable. by Vladimir Marko · 10 years ago
  83. 4e2a557 Assert that referrers class should not need access check. by Calin Juravle · 10 years ago
  84. ee3cf07 Intrinsify System.arraycopy. by Nicolas Geoffray · 10 years ago
  85. c9f2255 Merge "Add a clarifying comment on HLoadClass::InstructionDataEquals." by Calin Juravle · 10 years ago
  86. b28e166 Merge "Don't check for optimizing test marker on unsupported ISAs." by Calin Juravle · 10 years ago
  87. a9a306d Add a clarifying comment on HLoadClass::InstructionDataEquals. by Calin Juravle · 10 years ago
  88. cff8cc7 Don't check for optimizing test marker on unsupported ISAs. by Calin Juravle · 10 years ago
  89. 1f49764 ART: Use arena allocator with HashSet/HashMap. by Vladimir Marko · 10 years ago
  90. 359f77c Merge "Add DCHECKs to ArenaVector and ScopedArenaVector." by Vladimir Marko · 10 years ago
  91. 64d8d93 Merge "Make sure classes with different access checks are not GVN-ed" by Calin Juravle · 10 years ago
  92. 386062d Make sure classes with different access checks are not GVN-ed by Calin Juravle · 10 years ago
  93. b95fb77 Optimizing: Clean up after tagging arena allocations. by Vladimir Marko · 10 years ago
  94. ec7802a Add DCHECKs to ArenaVector and ScopedArenaVector. by Vladimir Marko · 10 years ago
  95. b2e436f Merge "Don't remove type checks if we need to perform an access check." by Calin Juravle · 10 years ago
  96. 89b8691 Merge "Enforce optimizing test marker for verification errors." by Calin Juravle · 10 years ago
  97. e53fb55 Don't remove type checks if we need to perform an access check. by Calin Juravle · 10 years ago
  98. 09b1d6f Enforce optimizing test marker for verification errors. by Calin Juravle · 10 years ago
  99. cde4d27 Fix x86_64 round intrinsic duplicate load by Mark Mendell · 10 years ago
  100. 12be662 Fix lint issues. by Nicolas Geoffray · 10 years ago