1. 20f8559 Fixed layout for dex caches in boot image. by Vladimir Marko · 9 years ago
  2. 0b40ecf Quick: Clean up slow paths. by Vladimir Marko · 9 years ago
  3. 6ea651f Initial support for quick compiler on MIPS64r6. by Maja Gagic · 9 years ago
  4. f58c11c Fix argument register allocation for mips32. by Douglas Leung · 9 years ago
  5. e5f13e5 Revert "Revert "Add JIT"" by Mathieu Chartier · 9 years ago
  6. a5ca888 Revert "Add JIT" by Nicolas Geoffray · 9 years ago
  7. 2535abe Add JIT by Mathieu Chartier · 9 years ago
  8. 6ce3eba Add suspend checks to special methods. by Vladimir Marko · 9 years ago
  9. 0b9203e ART: Some Quick cleanup by Andreas Gampe · 10 years ago
  10. ff87d7b ART: Fix GenInlined functions by Chao-ying Fu · 10 years ago
  11. f681570 ART: Make some helpers non-virtual in Mir2Lir by Andreas Gampe · 10 years ago
  12. d500b53 ART: Some Quick cleanup by Andreas Gampe · 10 years ago
  13. 425f239 Fix handling of long argument spanning register/memory. by Nicolas Geoffray · 10 years ago
  14. 1cc7dba ART: Reorder entrypoint argument order by Andreas Gampe · 10 years ago
  15. bfe400b Fix running out of temps when storing invoke-interface result. by Vladimir Marko · 10 years ago
  16. 717a3e4 Re-factor Quick ABI support by Serguei Katkov · 10 years ago
  17. 743b98c Skip null check in MarkGCCard() for known non-null values. by Vladimir Marko · 10 years ago
  18. 2d72101 Change 64 bit ArtMethod fields to be pointer sized by Mathieu Chartier · 10 years ago
  19. 277ccbd ART: More warnings by Andreas Gampe · 10 years ago
  20. 6a3c1fc Remove -Wno-unused-parameter and -Wno-sign-promo from base cflags. by Ian Rogers · 10 years ago
  21. 5667fdb ARM: Use hardfp calling convention between java to java call. by Zheng Xu · 10 years ago
  22. fc787ec Enable -Wimplicit-fallthrough. by Ian Rogers · 10 years ago
  23. 50940ea Merge "Implement method calls using relative BL on ARM64." by Vladimir Marko · 10 years ago
  24. 7c02e91 Quick compiler: Fix ambiguous LoadValue() by buzbee · 10 years ago
  25. 7c2ad5a Implement method calls using relative BL on ARM64. by Vladimir Marko · 10 years ago
  26. ff0ac47 Remove all uses of MIR_INLINED. by Vladimir Marko · 10 years ago
  27. f4da675 Implement method calls using relative BL on ARM. by Vladimir Marko · 10 years ago
  28. 9863daf AddIntrinsicSlowPath with resume requires clobbering by Serguei Katkov · 10 years ago
  29. cd48f2d Change Reference.get() intrinsic to Reference.getReferent(). by Mathieu Chartier · 10 years ago
  30. 90a21f8 Quick compiler: Fix handling of unused returns by buzbee · 10 years ago
  31. 8d0d03e ART: Change temporaries to positive names by Razvan A Lupusoru · 10 years ago
  32. 37f05ef Reduced memory usage of primitive fields smaller than 4-bytes by Fred Shih · 10 years ago
  33. e7f82e2 Added support for patching classes from different dex files. by Fred Shih · 10 years ago
  34. b9dbab6 Revert "Temporary fix for bad LIR generation in GenInlinedGet." by Fred Shih · 10 years ago
  35. eb76e11 Temporary fix for bad LIR generation in GenInlinedGet. by Alex Light · 10 years ago
  36. 2eba1fa AArch64: Add inlining support for ceil(), floor(), rint(), round() by Serban Constantinescu · 10 years ago
  37. 6bbf096 ART: Implement the easy long division/remainder by a constant by Alexei Zavjalov · 10 years ago
  38. 1c7c399 ART: Remove bogus dcheck by Andreas Gampe · 10 years ago
  39. 9843059 ART: Rework quick entrypoint code in Mir2Lir, cleanup by Andreas Gampe · 10 years ago
  40. 5030d3e Use vabs/fabs on arm/arm64 for intrinsic abs(). by Vladimir Marko · 10 years ago
  41. 30ab8a8 ART: Lock an arg reg in GenInlinedGet by Andreas Gampe · 10 years ago
  42. 69dfe51 Revert "Revert "Revert "Revert "Add implicit null and stack checks for x86"""" by Dave Allison · 10 years ago
  43. 4ee7a66 Revert "Revert "Revert "Revert "Add intrinsic for Reference.get()"""" by Fred Shih · 10 years ago
  44. 6ef2aa6 Merge "ART: Rework TargetReg(symbolic_reg, wide)" by Andreas Gampe · 10 years ago
  45. ccc6026 ART: Rework TargetReg(symbolic_reg, wide) by Andreas Gampe · 10 years ago
  46. 98d1cc8 Improve performance of invokevirtual/invokeinterface with embedded imt/vtable by Mingyao Yang · 10 years ago
  47. 48f5c47 Replace memory barriers to better reflect Java needs. by Hans Boehm · 10 years ago
  48. b7e78cb Merge "AArch64: Fix and enable reverseBytes intrinsic." by Andreas Gampe · 10 years ago
  49. 9e82bd3 Revert "Revert "Revert "Add intrinsic for Reference.get()""" by Sebastien Hertz · 10 years ago
  50. d4415e8 Revert "Revert "Add intrinsic for Reference.get()"" by Christopher Ferris · 10 years ago
  51. a9b870b Revert "Add intrinsic for Reference.get()" by Christopher Ferris · 10 years ago
  52. 460503b Add intrinsic for Reference.get() by Fred Shih · 10 years ago
  53. a3fe742 AArch64: Fix and enable reverseBytes intrinsic. by Zheng Xu · 10 years ago
  54. 34e826c Add implicit null and stack checks for x86 by Dave Allison · 10 years ago
  55. 3d14eb6 Revert "Add implicit null and stack checks for x86" by Dave Allison · 10 years ago
  56. 7a94961 ART: Do not emit load when inlining unused Thread.currentThread() by Andreas Gampe · 10 years ago
  57. 70c4f06 ART: Intrinsic implementation for java.lang.System.arraycopy. by DaniilSokolov · 10 years ago
  58. 255e014 Aarch64: fix references handling in Load*Indexed. by Matteo Franchin · 10 years ago
  59. 63fe93d AArch64: Enable Inlining. by Serban Constantinescu · 10 years ago
  60. c5e4ce1 x86_64: Fix intrinsics by nikolay serdjuk · 10 years ago
  61. 23abec9 AArch64: Add few more inline functions by Serban Constantinescu · 10 years ago
  62. a77ee51 x86_64: TargetReg update for x86 by Chao-ying Fu · 10 years ago
  63. b5860fb Register promotion support for 64-bit targets by buzbee · 10 years ago
  64. f9872f0 ART: Fix size error reported by ARM64 backend by Andreas Gampe · 10 years ago
  65. 4b537a8 ART: Quick compiler: More size checks, add TargetReg variants by Andreas Gampe · 10 years ago
  66. 2db3e26 Fix quick mode bugs for Mips. by Douglas Leung · 10 years ago
  67. 3c12c51 Revert "Revert "ART: Split out more cases of Load/StoreRef, volatile as parameter"" by Andreas Gampe · 10 years ago
  68. de68676 Revert "ART: Split out more cases of Load/StoreRef, volatile as parameter" by Andreas Gampe · 10 years ago
  69. 2689fba ART: Split out more cases of Load/StoreRef, volatile as parameter by Andreas Gampe · 10 years ago
  70. 49c5f50 ART: Fix register overlap checks in CopyArgumentRegs by Andreas Gampe · 10 years ago
  71. 5655e84 ART: Implicit checks in the compiler are independent from Runtime by Andreas Gampe · 10 years ago
  72. 33ae558 Arm64 hard-float by buzbee · 10 years ago
  73. 7e399fd x86_64: Disable all optimizations and fix bugs by Chao-ying Fu · 10 years ago
  74. 169489b AArch64: Add support for inlined methods by Serban Constantinescu · 10 years ago
  75. 8dea81c Rewrite use/def masks to support 128 bits. by Vladimir Marko · 10 years ago
  76. d3703d8 X86_64: Pass 'hidden method index' in EAX by Mark Mendell · 10 years ago
  77. 2d41a65 AArch64: Fix kOpLsl, rem-float/double. by Zheng Xu · 10 years ago
  78. 58994cd x86_64: Hard Float ABI support in QCG by Dmitry Petrochenko · 10 years ago
  79. 511c8a6 AArch64: Fix cmp-long and method with long arguments. by Zheng Xu · 10 years ago
  80. a0cd2d7 Quick compiler: reference cleanup by buzbee · 10 years ago
  81. f2c3e56 Quick compiler: Method* as a reference by buzbee · 10 years ago
  82. 85089dd Quick compiler: generalize NarrowRegLoc() by buzbee · 10 years ago
  83. 4c80043 x86_64: Disable all intrinsics by Dmitry Petrochenko · 10 years ago
  84. e87f9b5 Allow X86 QBE to be extended by Mark Mendell · 10 years ago
  85. 082833c Quick compiler, out of registers fix by buzbee · 10 years ago
  86. f54fcba Merge "Support any cpu register sequence in LoadArgRegs" by Bill Buzbee · 10 years ago
  87. 26ee07a Support any cpu register sequence in LoadArgRegs by Dmitry Petrochenko · 10 years ago
  88. 9bf549d x86_64: Handle UnsafeGet/Put equal to x86 by Dmitry Petrochenko · 10 years ago
  89. 3ec5da2 ART: Fix typo in ThreadOffset modification by Andreas Gampe · 10 years ago
  90. 2f244e9 ART: Add more ThreadOffset in Mir2Lir and backends by Andreas Gampe · 10 years ago
  91. e45fb9e AArch64: Change arm64 backend to produce A64 code. by Matteo Franchin · 10 years ago
  92. 3bf7c60 Cleanup ARM load/store wide and remove unused param s_reg. by Vladimir Marko · 10 years ago
  93. 455759b Remove LoadBaseDispWide and StoreBaseDispWide. by Vladimir Marko · 10 years ago
  94. 0b80270 Merge "x86_64: Fix Array::DataOffset in calls" by Andreas Gampe · 10 years ago
  95. 37498b6 x86_64: Fix Array::DataOffset in calls by Dmitry Petrochenko · 10 years ago
  96. 091cc40 Quick compiler: allocate doubles as doubles by buzbee · 10 years ago
  97. ff093b3 Fix a few 64-bit compilation of 32-bit code issues. by Ian Rogers · 10 years ago
  98. 6ffcfa0 Rewrite suspend test check with LIRSlowPath. by Mingyao Yang · 10 years ago
  99. 125011d Merge "Delete throw launchpads." by Mingyao Yang · 10 years ago
  100. 0ea4bf7 Merge "Update load/store utilities for 64-bit backends" by buzbee · 10 years ago