1. 8bf8117 Merge "Fix merging HLoadClass with HNewInstance." by Vladimir Marko · 9 years ago
  2. c7591b4 Fix merging HLoadClass with HNewInstance. by Vladimir Marko · 9 years ago
  3. 2a17419 Integer.bitCount and Long.bitCount intrinsics for ARM by xueliang.zhong · 9 years ago
  4. 9c23cec Merge "Remove the old obsolete profiler" by Treehugger Robot · 9 years ago
  5. fdbc395 Merge "Do checks on the fault address when we think it's an NPE." by Treehugger Robot · 9 years ago
  6. 34bccc1 Merge "ARM64: Ensure stricter alignment when loading and storing register pairs" by Treehugger Robot · 9 years ago
  7. e8e1127 Do checks on the fault address when we think it's an NPE. by Nicolas Geoffray · 9 years ago
  8. 88f288e Revert "Optimize IMT" by Nicolas Geoffray · 9 years ago
  9. e36389f Merge "Revert "Refactor GetIMTIndex"" by Nicolas Geoffray · 9 years ago
  10. d4ceecc Revert "Refactor GetIMTIndex" by Nicolas Geoffray · 9 years ago
  11. 5cb6513 Merge "ARM assembler support for VCNT and VPADDL." by Treehugger Robot · 9 years ago
  12. e652c12 ARM assembler support for VCNT and VPADDL. by xueliang.zhong · 9 years ago
  13. be84b59 Remove the old obsolete profiler by Calin Juravle · 9 years ago
  14. f249230 Merge "Optimize away useless masking operations on shift amounts." by Treehugger Robot · 9 years ago
  15. d5d0c7b Merge "MIPS64: Remove the workaround in VisitInvokeStaticOrDirect" by Treehugger Robot · 9 years ago
  16. bde6ae1 ARM64: Ensure stricter alignment when loading and storing register pairs by Anton Kirilov · 9 years ago
  17. 47fe36d Merge "MIPS32: Drop redundant moves in integer conversions" by Treehugger Robot · 9 years ago
  18. 05f0167 Merge "Clean up StringReferenceValueComparator and DexFile." by Vladimir Marko · 9 years ago
  19. 5051844 Optimize away useless masking operations on shift amounts. by Alexandre Rames · 9 years ago
  20. a871ef1 MIPS32: Drop redundant moves in integer conversions by Alexey Frunze · 9 years ago
  21. b93a165 Do not remove loads/store with unresolved accesses. by Nicolas Geoffray · 9 years ago
  22. 5c6a587 Clean up StringReferenceValueComparator and DexFile. by Vladimir Marko · 9 years ago
  23. 1e28d1e Merge "ART: OneBit intrinsics should use 1ULL for 64-bit shift" by Treehugger Robot · 9 years ago
  24. 8543d32 Merge "Fix StringReferenceValueComparator." by Vladimir Marko · 9 years ago
  25. 4d2bb1b Fix StringReferenceValueComparator. by Vladimir Marko · 9 years ago
  26. 31167a5 Merge changes I4d8da7ce,I4da5be01,Idfbead82 by Roland Levillain · 9 years ago
  27. 7f7f6da ART: OneBit intrinsics should use 1ULL for 64-bit shift by Pavel Vyssotski · 9 years ago
  28. 79fb0a2 Merge "ART: Run RTP if invoke inputs have more specific type" by David Brazdil · 9 years ago
  29. 156d8ca Merge "elf_builder: Fix Mips header flags" by Greg Kaiser · 9 years ago
  30. 047664d MIPS64: Remove the workaround in VisitInvokeStaticOrDirect by Goran Jakovljevic · 9 years ago
  31. 94ab38f ART: Run RTP if invoke inputs have more specific type by David Brazdil · 9 years ago
  32. 3d31242 Re-enable most intrinsics with read barriers. by Roland Levillain · 9 years ago
  33. bfea335 Fix ARM & ARM64 UnsafeGetObject intrinsics with read barriers. by Roland Levillain · 9 years ago
  34. 0fcd2b8 Fix x86 & x86-64 UnsafeGetObject intrinsics with read barriers. by Sang, Chunlei · 9 years ago
  35. ee2d222 Merge "Fixed typo in comment." by Treehugger Robot · 9 years ago
  36. d5cc683 Fixed typo in comment. by Aart Bik · 9 years ago
  37. 37d6a3b Support the -i flag in the new dexdump. by Aart Bik · 9 years ago
  38. abc9f68 Merge "MIPS64: Unblock callee-save registers" by Treehugger Robot · 9 years ago
  39. 4692c35 Merge "Replace String.charAt() with HIR." by Vladimir Marko · 9 years ago
  40. 87f3fcb Replace String.charAt() with HIR. by Vladimir Marko · 9 years ago
  41. dbb7f5b Improve HLoadClass code generation. by Vladimir Marko · 9 years ago
  42. 782be11 MIPS64: Unblock callee-save registers by Goran Jakovljevic · 9 years ago
  43. d5aa626 Merge "ARM: Improve String.getCharsNoCheck intrinsic." by Vladimir Marko · 9 years ago
  44. 3fdab77 ARM: Improve String.getCharsNoCheck intrinsic. by Scott Wakeling · 9 years ago
  45. 81a1899 elf_builder: Fix Mips header flags by Greg Kaiser · 9 years ago
  46. 80fdcfc1 Merge "MIPS32: Assembler tests for MIPS32R6" by Treehugger Robot · 9 years ago
  47. 8a0b9bf Merge "Refactor GetIMTIndex" by Treehugger Robot · 9 years ago
  48. abdda2f Merge "Optimize IMT" by Mathieu Chartier · 9 years ago
  49. 5070643 Refactor GetIMTIndex by Matthew Gharrity · 9 years ago
  50. 3add9cb MIPS32: Assembler tests for MIPS32R6 by Chris Larsen · 9 years ago
  51. badee98 Optimize IMT by Nelli Kim · 9 years ago
  52. 63e0a7d Merge "ARM64: Improve String.getCharsNoCheck intrinsic." by Vladimir Marko · 9 years ago
  53. 6149681 Merge "MIPS32: Improve offset calculations in loads and stores" by Treehugger Robot · 9 years ago
  54. 880f119 ARM64: Use VIXL's conditional select helper. by Alexandre Rames · 9 years ago
  55. df109d9 ARM64: Improve String.getCharsNoCheck intrinsic. by Scott Wakeling · 9 years ago
  56. 206fbf5 Remove too aggressive DCHECKs. by Nicolas Geoffray · 9 years ago
  57. cad3a4c MIPS32: Improve offset calculations in loads and stores by Alexey Frunze · 9 years ago
  58. 296fbb4 Do not place null check on unresolved method calls. by Aart Bik · 9 years ago
  59. 88b970c Merge "Do not hide instance field hard failure with soft failure" by Aart Bik · 9 years ago
  60. 3188364 Do not hide instance field hard failure with soft failure by Aart Bik · 9 years ago
  61. 83968f1 Merge "Revert "Revert "Fix ArtMethod::GetInvokeType for static methods on interfaces.""" by Treehugger Robot · 9 years ago
  62. 4fb652a Merge "ART: Remove redundant MoveInstructionBefore method" by David Brazdil · 9 years ago
  63. 3aaf964 Revert "Revert "Fix ArtMethod::GetInvokeType for static methods on interfaces."" by Nicolas Geoffray · 9 years ago
  64. d6c205e ART: Remove redundant MoveInstructionBefore method by David Brazdil · 9 years ago
  65. 97b1e66 Merge "MIPS32: Improve method entry/exit code" by Treehugger Robot · 9 years ago
  66. 6b631dc Merge "ART: ArrayGet hoisting restriction added." by Aart Bik · 9 years ago
  67. 696632e Revert "Revert "Hold dex caches live in class table"" by Mathieu Chartier · 9 years ago
  68. 6d33563 Revert "Hold dex caches live in class table" by Brian Carlstrom · 9 years ago
  69. f89381f ART: ArrayGet hoisting restriction added. by Anton Shamin · 9 years ago
  70. 12abcbd Revert "Fix ArtMethod::GetInvokeType for static methods on interfaces." by Nicolas Geoffray · 9 years ago
  71. 8080673 Fix ArtMethod::GetInvokeType for static methods on interfaces. by Nicolas Geoffray · 9 years ago
  72. 73296a7 MIPS32: Improve method entry/exit code by Alexey Frunze · 9 years ago
  73. 99b6ed6 Merge "Do not place null check from unresolved field access." by Aart Bik · 9 years ago
  74. 1415413 Do not place null check from unresolved field access. by Aart Bik · 9 years ago
  75. b6b05ae Merge "Hold dex caches live in class table" by Mathieu Chartier · 9 years ago
  76. 6591101 Merge "Delay dex-to-dex compilation until Optimizing is done." by Vladimir Marko · 9 years ago
  77. 4248fc4 Merge "Refactor handling of input records." by Vladimir Marko · 9 years ago
  78. 492a7fa Delay dex-to-dex compilation until Optimizing is done. by Vladimir Marko · 9 years ago
  79. f284d44 Hold dex caches live in class table by Mathieu Chartier · 9 years ago
  80. 372f10e Refactor handling of input records. by Vladimir Marko · 9 years ago
  81. a90d489 Fix a bug in reference type propagation. by Nicolas Geoffray · 9 years ago
  82. c5809c3 Add missing calls to `RecordSimplification()`. by Alexandre Rames · 9 years ago
  83. 0b49084 Prune class path classes from profile by Mathieu Chartier · 9 years ago
  84. e079e21 Fix OatWriter to update the header checksum correctly. by Vladimir Marko · 9 years ago
  85. c3b13a7 Fix oat_writer to use WriteData which updates checksum. by Jeff Hao · 9 years ago
  86. 68b6380 Merge "Apply String.equals() optimizations on arm, arm64 and x86-64." by Treehugger Robot · 9 years ago
  87. 53b5200 Apply String.equals() optimizations on arm, arm64 and x86-64. by Vladimir Marko · 9 years ago
  88. 5d3baf6 Don't update checksum if data ptr is null. by Jeff Hao · 9 years ago
  89. 3c7787f Merge "Fix misc-macro-parentheses warnings." by Treehugger Robot · 9 years ago
  90. f6d1e0f Compile JNI stubs for verify-profile and interpret-only. by Vladimir Marko · 9 years ago
  91. 96c6ad8 Merge "ARM: Add new String.compareTo intrinsic." by Vladimir Marko · 9 years ago
  92. c25cbf1 ARM: Add new String.compareTo intrinsic. by Scott Wakeling · 9 years ago
  93. e5ed20b ARM64: Move BIC after branch in StringCompareTo intrinsic. by Scott Wakeling · 9 years ago
  94. 247250f Merge "Clean up JNI calling convention callee saves." by Vladimir Marko · 9 years ago
  95. 4020ecd Merge "MIPS32: java.lang.Math.round(float)" by Aart Bik · 9 years ago
  96. 3224838 Clean up JNI calling convention callee saves. by Vladimir Marko · 9 years ago
  97. 85a19d8 Merge "Revert "Revert "ART: Reference.getReferent intrinsic for x86 and x86_64""" by Nicolas Geoffray · 9 years ago
  98. a741785 Merge "Mark concrete HIR instructions as FINAL." by Treehugger Robot · 9 years ago
  99. fcb503c Mark concrete HIR instructions as FINAL. by Vladimir Marko · 9 years ago
  100. 783d02e Merge "Add null checks to weak DexCache references" by Mathieu Chartier · 9 years ago