1. 0397163 Fix load store elimination bug in the presence of null[i]. by Nicolas Geoffray · 9 years ago
  2. 03fdc90 Merge "Make art::HCompare support boolean, byte, short and char inputs." by Roland Levillain · 9 years ago
  3. a172450 Forgot space. by Nicolas Geoffray · 9 years ago
  4. 8b5e04b Merge "Fix inliner crash related to type propagation." by Nicolas Geoffray · 9 years ago
  5. a5c4a40 Make art::HCompare support boolean, byte, short and char inputs. by Roland Levillain · 9 years ago
  6. 44fd0e5 Fix inliner crash related to type propagation. by Nicolas Geoffray · 9 years ago
  7. 914d71e Merge "Clean up NullCheck generation and record stats about it." by Calin Juravle · 9 years ago
  8. 1583e62 Merge "Improve compiler stats" by Calin Juravle · 9 years ago
  9. 933330a Add more statistics for memory use of the JIT. by Nicolas Geoffray · 9 years ago
  10. 2ae4818 Clean up NullCheck generation and record stats about it. by Calin Juravle · 9 years ago
  11. 6915898 Improve compiler stats by Calin Juravle · 9 years ago
  12. f808e8a Merge "Collect memory use for the JIT." by Nicolas Geoffray · 9 years ago
  13. a4f8154 Collect memory use for the JIT. by Nicolas Geoffray · 9 years ago
  14. e567161 Accept boolean as an input of HDivZeroCheck. by Nicolas Geoffray · 9 years ago
  15. 3e90681 Merge "Make art::HCompare side effect free." by Roland Levillain · 9 years ago
  16. 4d20c08 Merge "Fix HDoubleConstant::IsZero and HFloatConstant::IsZero." by Nicolas Geoffray · 9 years ago
  17. 5b18053 ART: Fix shift simplification, x >>> 64. by Vladimir Marko · 9 years ago
  18. 949e54d Fix HDoubleConstant::IsZero and HFloatConstant::IsZero. by Nicolas Geoffray · 9 years ago
  19. 164306e Optimizing: Improve shift simplification, x >>> 64. by Vladimir Marko · 9 years ago
  20. 1693a1f Make art::HCompare side effect free. by Roland Levillain · 9 years ago
  21. 24bd895 Optimizing: Prevent potential valgrind error. by Vladimir Marko · 9 years ago
  22. 51b7e2d Merge "Optimizing: Fix valgrind error in image_test64." by Vladimir Marko · 9 years ago
  23. 1ae8874 Fixed bug in BCE, with regression test. by Aart Bik · 9 years ago
  24. a65ed30 Optimizing: Fix valgrind error in image_test64. by Vladimir Marko · 9 years ago
  25. 625090f Optimizing: Fix TypeConversion(And(x, const)) simplification. by Vladimir Marko · 9 years ago
  26. b75878e Optimizing: Do not re-record standby checks for dynamic BCE. by Vladimir Marko · 9 years ago
  27. 95f931e Merge "Integrate BitwiseNegated into shared framework." by Vladimir Marko · 9 years ago
  28. 09c2a6b Add trampoline symbols to native debug info. by David Srbecky · 9 years ago
  29. fa3857e Merge "MIPS: Don't use $t8 for calling entrypoints" by Roland Levillain · 9 years ago
  30. a9e6802 Merge "Revert "Revert "Revert "Revert "Change condition to opposite if lhs is constant""""" by Nicolas Geoffray · 9 years ago
  31. ddc4055 MIPS: Don't use $t8 for calling entrypoints by Goran Jakovljevic · 9 years ago
  32. 62a9841 Merge "Fix invariant in reference type propagation." by Nicolas Geoffray · 9 years ago
  33. cc22d41 Merge "Allow generation of native debug info for multiple methods." by David Srbecky · 9 years ago
  34. 1a008a1 Merge "Refactor MethodDebugInfo (input of DWARF writer)." by David Srbecky · 9 years ago
  35. 18401b7 Fix invariant in reference type propagation. by Nicolas Geoffray · 9 years ago
  36. 7fc6350 Integrate BitwiseNegated into shared framework. by Artem Serov · 9 years ago
  37. bdd7935 Revert "Revert "Revert "Revert "Change condition to opposite if lhs is constant"""" by Anton Shamin · 9 years ago
  38. 07e3ca9 Fix thread race when fetching the ProfilingInfo object. by Nicolas Geoffray · 9 years ago
  39. 8189b0b Merge "Avoid generating dead code on frame enter/exit. This includes stack operations and, on x86, call/pop to read PC." by Aart Bik · 9 years ago
  40. d1c4045 Avoid generating dead code on frame enter/exit. by Aart Bik · 9 years ago
  41. 0555c78 Merge "MIPS32: java.lang.Thread, and java.lang.String intrinsics:" by Roland Levillain · 9 years ago
  42. 9e86c57 Merge "MIPS32: Fix test 082-inline-execute" by Nicolas Geoffray · 9 years ago
  43. cc7b14d Merge "Fix and enable java.lang.StringFactory intrinsics." by Roland Levillain · 9 years ago
  44. 31f477e MIPS32: Fix test 082-inline-execute by Goran Jakovljevic · 9 years ago
  45. e87fe95 Merge "Clear inline caches at each full GC." by Nicolas Geoffray · 9 years ago
  46. fe736b7 Allow generation of native debug info for multiple methods. by David Srbecky · 9 years ago
  47. 197160d Refactor MethodDebugInfo (input of DWARF writer). by David Srbecky · 9 years ago
  48. b6e20ae Clear inline caches at each full GC. by Nicolas Geoffray · 9 years ago
  49. ab5b894 Merge "Implement the 1.8 unsafe memory fences directly in HIR." by Aart Bik · 9 years ago
  50. ef0119a Merge "ART: Fix missing include" by Andreas Gampe · 9 years ago
  51. f969a20 Fix and enable java.lang.StringFactory intrinsics. by Roland Levillain · 9 years ago
  52. b24457b Merge "Mark DWARF lines in non-debuggable methods as "not a statement"." by David Srbecky · 9 years ago
  53. 7c9c31c ART: Fix missing include by Andreas Gampe · 9 years ago
  54. 1193259 Implement the 1.8 unsafe memory fences directly in HIR. by Aart Bik · 9 years ago
  55. cf283da MIPS32: java.lang.Thread, and java.lang.String intrinsics: by Chris Larsen · 10 years ago
  56. 91cc06c Mark DWARF lines in non-debuggable methods as "not a statement". by David Srbecky · 9 years ago
  57. ce51701 Merge "Propagate InstructionSetFeatures to ElfBuilder." by David Srbecky · 9 years ago
  58. 5d81120 Propagate InstructionSetFeatures to ElfBuilder. by David Srbecky · 9 years ago
  59. 0e54c01 Unsafe: Recognize intrinsics for 1.8 java.util.concurrent With unit test. by Aart Bik · 9 years ago
  60. ddec7f9 MIPS64: Implement isInfinite intrinsics. by Chris Larsen · 9 years ago
  61. d3d0da5 ARM64: Implement SystemArrayCopyChar intrinsic. by Scott Wakeling · 9 years ago
  62. 457413a Fix lint issue. by Nicolas Geoffray · 9 years ago
  63. dd11dde Merge "Integer.bitCount and Long.bitCount intrinsics for ARM64" by Nicolas Geoffray · 9 years ago
  64. 9775934 MIPS32: Highest/Lowest One Bit Set: by Chris Larsen · 9 years ago
  65. bbb2ebe MIPS32: Improve TrailingZeros by Chris Larsen · 9 years ago
  66. edc1645 MIPS32: Implement bitCount intrinsics. by Chris Larsen · 9 years ago
  67. 2714fe6 MIPS32: Implement isInfinite intrinsics. by Chris Larsen · 9 years ago
  68. b204d94 Merge "Add a PassScope for PrepareForRegisterAllocation" by Mingyao Yang · 9 years ago
  69. 49924c9 Integer.bitCount and Long.bitCount intrinsics for ARM64 by xueliang.zhong · 9 years ago
  70. 7ba9966 ART: cleanup exit_block_ in graph if exit block is removed by Serguei Katkov · 9 years ago
  71. 700347e Add a PassScope for PrepareForRegisterAllocation by Mingyao Yang · 9 years ago
  72. e0d1855 Merge "Simplified intrinsic macro mechanism." by Aart Bik · 9 years ago
  73. 2f9fcc9 Simplified intrinsic macro mechanism. by Aart Bik · 9 years ago
  74. 8d468e3 Merge "Give the JIT its own arena pool to avoid lock contentions." by Nicolas Geoffray · 9 years ago
  75. 31b7431 Merge "ART: Fix overlapping instruction IDs in inliner" by David Brazdil · 9 years ago
  76. 3f52306 ART: Fix overlapping instruction IDs in inliner by David Brazdil · 9 years ago
  77. 591ad29 Standby list for dyn bce in potentially infinite loops. by Aart Bik · 9 years ago
  78. a2313aa Merge "Fixed bug on incorrectly revisiting same block." by Aart Bik · 9 years ago
  79. 4cb069f Merge "Fix the signature of the IndexOf entry point." by Roland Levillain · 9 years ago
  80. 25e0456 Give the JIT its own arena pool to avoid lock contentions. by Nicolas Geoffray · 9 years ago
  81. b6347b7 Fixed bug on incorrectly revisiting same block. by Aart Bik · 9 years ago
  82. 42ad288 Fix the signature of the IndexOf entry point. by Roland Levillain · 9 years ago
  83. cc3839c Improve documentation about StringFactory.newStringFromChars. by Roland Levillain · 9 years ago
  84. c3bcf40 Merge "Bug fix for polymorphic inlining." by Nicolas Geoffray · 9 years ago
  85. 4f97a21 Cleanup polymorphic inlining to the same target. by Nicolas Geoffray · 9 years ago
  86. a1d8ddf Bug fix for polymorphic inlining. by Nicolas Geoffray · 9 years ago
  87. 1bdfdb3 Merge "Implement fp to bits methods as intrinsics." by Aart Bik · 9 years ago
  88. 2a6aad9 Implement fp to bits methods as intrinsics. by Aart Bik · 9 years ago
  89. 01c30e8 Merge "Optimizing: Reduce memory usage of HInstructions." by Vladimir Marko · 9 years ago
  90. a1de918 Optimizing: Reduce memory usage of HInstructions. by Vladimir Marko · 9 years ago
  91. 25abd6c Optimizing: Add ARM and ARM64 intrinsics support for StringGetCharsNoCheck by Tim Zhang · 10 years ago
  92. 9ec486c Merge "Recognize for (int i = 0; i != x.length; i++) loops" by Aart Bik · 9 years ago
  93. 358af83 Recognize for (int i = 0; i != x.length; i++) loops by Aart Bik · 9 years ago
  94. 9ff0d20 Optimizing: ARM64 negated bitwise operations simplification by Kevin Brodsky · 10 years ago
  95. ebd4869 Merge "Verify encoded stack maps in debug builds." by David Srbecky · 9 years ago
  96. 1de3bb2 Merge "Revert "Revert "ARM/ARM64: Extend support of instruction combining.""" by Vladimir Marko · 9 years ago
  97. dcedaaa Merge "Implement << operator for DexRegisterLocation::Kind." by David Srbecky · 9 years ago
  98. 1bbdfd7 Verify encoded stack maps in debug builds. by David Srbecky · 9 years ago
  99. 7dc1178 Implement << operator for DexRegisterLocation::Kind. by David Srbecky · 9 years ago
  100. 4a0dad6 Revert "Revert "ARM/ARM64: Extend support of instruction combining."" by Artem Udovichenko · 10 years ago