1. 5d6e27d Refactor SSA deconstruction into its own class by Matthew Gharrity · 9 years ago
  2. bae13af Merge "ARM: Fix shifted register offset mem address mode for load signed." by Vladimir Marko · 9 years ago
  3. 2e4fcc9 ARM: Fix shifted register offset mem address mode for load signed. by Artem Serov · 9 years ago
  4. 0c67dda Merge "Rename current register allocator implementation" by Treehugger Robot · 9 years ago
  5. 4c489f4 Merge "MIPS64: Highest/Lowest Bit Intrinsic Support" by Roland Levillain · 9 years ago
  6. 71280fc Fix the build with respect to new VIXL. by Roland Levillain · 9 years ago
  7. 5668e58 Merge "Fixes to build against new VIXL interface." by Roland Levillain · 9 years ago
  8. 24670a7 Merge "Add a new control flow simplifier." by Nicolas Geoffray · 9 years ago
  9. 68bd9b9 ARM64: Improve code generated to spill/restore for slow paths. by Alexandre Rames · 9 years ago
  10. dac9b19 Add a new control flow simplifier. by Nicolas Geoffray · 9 years ago
  11. 43e10b0 ART: Replace ScopedFd with FdFile by Andreas Gampe · 9 years ago
  12. e928885 Rename current register allocator implementation by Matthew Gharrity · 9 years ago
  13. 97c72b7 Fixes to build against new VIXL interface. by Scott Wakeling · 9 years ago
  14. 05d9a64 Merge "Revert "Revert "Dump more dex file data in oatdump""" by Treehugger Robot · 9 years ago
  15. dc00f18 Revert "Revert "Dump more dex file data in oatdump"" by Mathieu Chartier · 9 years ago
  16. f18f3cb Merge "Integer.bitCount and Long.bitCount intrinsics for ARM" by Treehugger Robot · 9 years ago
  17. f1073c8 Integer.bitCount and Long.bitCount intrinsics for ARM by xueliang.zhong · 9 years ago
  18. 2c30a37 Merge "Introduce more compact ReadBarrierMark slow-paths." by Roland Levillain · 9 years ago
  19. 7598736 Merge "Revert "Dump more dex file data in oatdump"" by Nicolas Geoffray · 9 years ago
  20. 9c05578 Revert "Dump more dex file data in oatdump" by Nicolas Geoffray · 9 years ago
  21. 09d77fa Merge "Fix a bug in ClassTableGet code generation for IMTs." by Nicolas Geoffray · 9 years ago
  22. 8e2c562 Dump more dex file data in oatdump by Mathieu Chartier · 9 years ago
  23. 633c22d Merge "Improve search for available spill slots in RA" by Treehugger Robot · 9 years ago
  24. a708355 Merge "X86: Use memory to do array range checks" by Vladimir Marko · 9 years ago
  25. ff484b9 Fix a bug in ClassTableGet code generation for IMTs. by Nicolas Geoffray · 9 years ago
  26. ee8d971 X86: Use memory to do array range checks by Mark Mendell · 9 years ago
  27. 02b7580 Introduce more compact ReadBarrierMark slow-paths. by Roland Levillain · 9 years ago
  28. f64a6ab Improve search for available spill slots in RA by Matthew Gharrity · 9 years ago
  29. 058d934 Merge "ARM64: Shorter fast-path for read barrier field load." by Vladimir Marko · 9 years ago
  30. 2f378bf Merge "Two more patterns for instruction simplifier" by Vladimir Marko · 9 years ago
  31. 877a033 ARM64: Shorter fast-path for read barrier field load. by Vladimir Marko · 9 years ago
  32. 5f4f6cf Merge "ARM: Shorter fast-path for read barrier field load." by Vladimir Marko · 9 years ago
  33. d3278bd Two more patterns for instruction simplifier by Maxim Kazantsev · 9 years ago
  34. d8f5f56 Merge "Rename kCall to kCallOnMainOnly" by Roland Levillain · 9 years ago
  35. 194bcfe ARM: Shorter fast-path for read barrier field load. by Vladimir Marko · 9 years ago
  36. 54ff482 Rename kCall to kCallOnMainOnly by Serban Constantinescu · 9 years ago
  37. dedde3f Merge "Have LOCAL_ASFLAGS honor debug/non-debug configuration." by Roland Levillain · 9 years ago
  38. 83e4903 Merge "Revert "Revert "Optimize IMT""" by Jeff Hao · 9 years ago
  39. ab92250 MIPS64: Highest/Lowest Bit Intrinsic Support by Chris Larsen · 9 years ago
  40. b136c87 Merge "MIPS64: java.lang.Math.round" by Aart Bik · 9 years ago
  41. a548c08 Merge "Math Round Intrinsic Implementations For Java8." by Roland Levillain · 9 years ago
  42. 4a7a7d2 Merge "ARM: Remove unnecessary VMOV from float/double-to-int." by Vladimir Marko · 9 years ago
  43. 4d35bee Merge "ARM: Use 64-bit literals for LoadDImmediate()." by Treehugger Robot · 9 years ago
  44. d1e153c Math Round Intrinsic Implementations For Java8. by xueliang.zhong · 9 years ago
  45. ebdbf4b ARM: Use 64-bit literals for LoadDImmediate(). by Vladimir Marko · 9 years ago
  46. fea1abd Implement System.arraycopy intrinsic on x86. by Nicolas Geoffray · 9 years ago
  47. 8c5d310 ARM: Remove unnecessary VMOV from float/double-to-int. by Vladimir Marko · 9 years ago
  48. 9f65db8 Fix System.arraycopy when doing same array copying. by Nicolas Geoffray · 9 years ago
  49. a62cb9b Revert "Revert "Optimize IMT"" by Artem Udovichenko · 9 years ago
  50. 5bf7bac Revert "Revert "Inline and optimize interface calls."" by Nicolas Geoffray · 9 years ago
  51. 19dc255 Revert "Inline and optimize interface calls." by Nicolas Geoffray · 9 years ago
  52. d9facea Inline and optimize interface calls. by Nicolas Geoffray · 9 years ago
  53. f7ba875 Merge "Simplification for associative and commutative operations on constants" by Nicolas Geoffray · 9 years ago
  54. b5390f7 Have LOCAL_ASFLAGS honor debug/non-debug configuration. by Roland Levillain · 9 years ago
  55. e3fb245 MIPS32: Improve method invocation by Alexey Frunze · 9 years ago
  56. e14dc86 Simplification for associative and commutative operations on constants by Anton Kirilov · 9 years ago
  57. 1fdb340 Merge "Create a typedef for HInstruction::GetInputs() return type." by Treehugger Robot · 9 years ago
  58. e900491 Create a typedef for HInstruction::GetInputs() return type. by Vladimir Marko · 9 years ago
  59. 7fe30f9 Make the Compute() method of all HIRs static. by Anton Kirilov · 9 years ago
  60. 04e5e59 Merge "Improvements in induction range analysis." by Aart Bik · 9 years ago
  61. a77ceae Merge "MIPS32: Disassemble and test movf.fmt and movt.fmt (missed earlier)" by Treehugger Robot · 9 years ago
  62. a8aaf5a MIPS32: Disassemble and test movf.fmt and movt.fmt (missed earlier) by Alexey Frunze · 9 years ago
  63. e430539 Merge "Revert "Integer.bitCount and Long.bitCount intrinsics for ARM"" by Nicolas Geoffray · 9 years ago
  64. 35ca359 Revert "Integer.bitCount and Long.bitCount intrinsics for ARM" by Nicolas Geoffray · 9 years ago
  65. 8bf8117 Merge "Fix merging HLoadClass with HNewInstance." by Vladimir Marko · 9 years ago
  66. 52be7e7 Improvements in induction range analysis. by Aart Bik · 9 years ago
  67. c7591b4 Fix merging HLoadClass with HNewInstance. by Vladimir Marko · 9 years ago
  68. 2a17419 Integer.bitCount and Long.bitCount intrinsics for ARM by xueliang.zhong · 9 years ago
  69. 9c23cec Merge "Remove the old obsolete profiler" by Treehugger Robot · 9 years ago
  70. fdbc395 Merge "Do checks on the fault address when we think it's an NPE." by Treehugger Robot · 9 years ago
  71. 34bccc1 Merge "ARM64: Ensure stricter alignment when loading and storing register pairs" by Treehugger Robot · 9 years ago
  72. e8e1127 Do checks on the fault address when we think it's an NPE. by Nicolas Geoffray · 9 years ago
  73. 88f288e Revert "Optimize IMT" by Nicolas Geoffray · 9 years ago
  74. e36389f Merge "Revert "Refactor GetIMTIndex"" by Nicolas Geoffray · 9 years ago
  75. d4ceecc Revert "Refactor GetIMTIndex" by Nicolas Geoffray · 9 years ago
  76. 5cb6513 Merge "ARM assembler support for VCNT and VPADDL." by Treehugger Robot · 9 years ago
  77. e652c12 ARM assembler support for VCNT and VPADDL. by xueliang.zhong · 9 years ago
  78. be84b59 Remove the old obsolete profiler by Calin Juravle · 9 years ago
  79. f249230 Merge "Optimize away useless masking operations on shift amounts." by Treehugger Robot · 9 years ago
  80. d5d0c7b Merge "MIPS64: Remove the workaround in VisitInvokeStaticOrDirect" by Treehugger Robot · 9 years ago
  81. bde6ae1 ARM64: Ensure stricter alignment when loading and storing register pairs by Anton Kirilov · 9 years ago
  82. 47fe36d Merge "MIPS32: Drop redundant moves in integer conversions" by Treehugger Robot · 9 years ago
  83. 05f0167 Merge "Clean up StringReferenceValueComparator and DexFile." by Vladimir Marko · 9 years ago
  84. 5051844 Optimize away useless masking operations on shift amounts. by Alexandre Rames · 9 years ago
  85. a871ef1 MIPS32: Drop redundant moves in integer conversions by Alexey Frunze · 9 years ago
  86. b93a165 Do not remove loads/store with unresolved accesses. by Nicolas Geoffray · 9 years ago
  87. 5c6a587 Clean up StringReferenceValueComparator and DexFile. by Vladimir Marko · 9 years ago
  88. 1e28d1e Merge "ART: OneBit intrinsics should use 1ULL for 64-bit shift" by Treehugger Robot · 9 years ago
  89. 8543d32 Merge "Fix StringReferenceValueComparator." by Vladimir Marko · 9 years ago
  90. 4d2bb1b Fix StringReferenceValueComparator. by Vladimir Marko · 9 years ago
  91. 31167a5 Merge changes I4d8da7ce,I4da5be01,Idfbead82 by Roland Levillain · 9 years ago
  92. 7f7f6da ART: OneBit intrinsics should use 1ULL for 64-bit shift by Pavel Vyssotski · 9 years ago
  93. 79fb0a2 Merge "ART: Run RTP if invoke inputs have more specific type" by David Brazdil · 9 years ago
  94. 156d8ca Merge "elf_builder: Fix Mips header flags" by Greg Kaiser · 9 years ago
  95. 047664d MIPS64: Remove the workaround in VisitInvokeStaticOrDirect by Goran Jakovljevic · 9 years ago
  96. 94ab38f ART: Run RTP if invoke inputs have more specific type by David Brazdil · 9 years ago
  97. 3d31242 Re-enable most intrinsics with read barriers. by Roland Levillain · 9 years ago
  98. bfea335 Fix ARM & ARM64 UnsafeGetObject intrinsics with read barriers. by Roland Levillain · 9 years ago
  99. 0fcd2b8 Fix x86 & x86-64 UnsafeGetObject intrinsics with read barriers. by Sang, Chunlei · 9 years ago
  100. ee2d222 Merge "Fixed typo in comment." by Treehugger Robot · 9 years ago