1. 69dfe51 Revert "Revert "Revert "Revert "Add implicit null and stack checks for x86"""" by Dave Allison · 10 years ago
  2. 4ee7a66 Revert "Revert "Revert "Revert "Add intrinsic for Reference.get()"""" by Fred Shih · 10 years ago
  3. 6ef2aa6 Merge "ART: Rework TargetReg(symbolic_reg, wide)" by Andreas Gampe · 10 years ago
  4. ccc6026 ART: Rework TargetReg(symbolic_reg, wide) by Andreas Gampe · 10 years ago
  5. 98d1cc8 Improve performance of invokevirtual/invokeinterface with embedded imt/vtable by Mingyao Yang · 10 years ago
  6. 48f5c47 Replace memory barriers to better reflect Java needs. by Hans Boehm · 10 years ago
  7. b7e78cb Merge "AArch64: Fix and enable reverseBytes intrinsic." by Andreas Gampe · 10 years ago
  8. 9e82bd3 Revert "Revert "Revert "Add intrinsic for Reference.get()""" by Sebastien Hertz · 10 years ago
  9. d4415e8 Revert "Revert "Add intrinsic for Reference.get()"" by Christopher Ferris · 10 years ago
  10. a9b870b Revert "Add intrinsic for Reference.get()" by Christopher Ferris · 10 years ago
  11. 460503b Add intrinsic for Reference.get() by Fred Shih · 10 years ago
  12. a3fe742 AArch64: Fix and enable reverseBytes intrinsic. by Zheng Xu · 10 years ago
  13. 34e826c Add implicit null and stack checks for x86 by Dave Allison · 10 years ago
  14. 3d14eb6 Revert "Add implicit null and stack checks for x86" by Dave Allison · 10 years ago
  15. 7a94961 ART: Do not emit load when inlining unused Thread.currentThread() by Andreas Gampe · 10 years ago
  16. 70c4f06 ART: Intrinsic implementation for java.lang.System.arraycopy. by DaniilSokolov · 10 years ago
  17. 255e014 Aarch64: fix references handling in Load*Indexed. by Matteo Franchin · 10 years ago
  18. 63fe93d AArch64: Enable Inlining. by Serban Constantinescu · 10 years ago
  19. c5e4ce1 x86_64: Fix intrinsics by nikolay serdjuk · 10 years ago
  20. 23abec9 AArch64: Add few more inline functions by Serban Constantinescu · 10 years ago
  21. a77ee51 x86_64: TargetReg update for x86 by Chao-ying Fu · 10 years ago
  22. b5860fb Register promotion support for 64-bit targets by buzbee · 10 years ago
  23. f9872f0 ART: Fix size error reported by ARM64 backend by Andreas Gampe · 10 years ago
  24. 4b537a8 ART: Quick compiler: More size checks, add TargetReg variants by Andreas Gampe · 10 years ago
  25. 2db3e26 Fix quick mode bugs for Mips. by Douglas Leung · 10 years ago
  26. 3c12c51 Revert "Revert "ART: Split out more cases of Load/StoreRef, volatile as parameter"" by Andreas Gampe · 10 years ago
  27. de68676 Revert "ART: Split out more cases of Load/StoreRef, volatile as parameter" by Andreas Gampe · 10 years ago
  28. 2689fba ART: Split out more cases of Load/StoreRef, volatile as parameter by Andreas Gampe · 10 years ago
  29. 49c5f50 ART: Fix register overlap checks in CopyArgumentRegs by Andreas Gampe · 10 years ago
  30. 5655e84 ART: Implicit checks in the compiler are independent from Runtime by Andreas Gampe · 10 years ago
  31. 33ae558 Arm64 hard-float by buzbee · 10 years ago
  32. 7e399fd x86_64: Disable all optimizations and fix bugs by Chao-ying Fu · 10 years ago
  33. 169489b AArch64: Add support for inlined methods by Serban Constantinescu · 10 years ago
  34. 8dea81c Rewrite use/def masks to support 128 bits. by Vladimir Marko · 10 years ago
  35. d3703d8 X86_64: Pass 'hidden method index' in EAX by Mark Mendell · 10 years ago
  36. 2d41a65 AArch64: Fix kOpLsl, rem-float/double. by Zheng Xu · 10 years ago
  37. 58994cd x86_64: Hard Float ABI support in QCG by Dmitry Petrochenko · 10 years ago
  38. 511c8a6 AArch64: Fix cmp-long and method with long arguments. by Zheng Xu · 10 years ago
  39. a0cd2d7 Quick compiler: reference cleanup by buzbee · 10 years ago
  40. f2c3e56 Quick compiler: Method* as a reference by buzbee · 10 years ago
  41. 85089dd Quick compiler: generalize NarrowRegLoc() by buzbee · 10 years ago
  42. 4c80043 x86_64: Disable all intrinsics by Dmitry Petrochenko · 10 years ago
  43. e87f9b5 Allow X86 QBE to be extended by Mark Mendell · 10 years ago
  44. 082833c Quick compiler, out of registers fix by buzbee · 10 years ago
  45. f54fcba Merge "Support any cpu register sequence in LoadArgRegs" by Bill Buzbee · 10 years ago
  46. 26ee07a Support any cpu register sequence in LoadArgRegs by Dmitry Petrochenko · 10 years ago
  47. 9bf549d x86_64: Handle UnsafeGet/Put equal to x86 by Dmitry Petrochenko · 10 years ago
  48. 3ec5da2 ART: Fix typo in ThreadOffset modification by Andreas Gampe · 10 years ago
  49. 2f244e9 ART: Add more ThreadOffset in Mir2Lir and backends by Andreas Gampe · 10 years ago
  50. e45fb9e AArch64: Change arm64 backend to produce A64 code. by Matteo Franchin · 10 years ago
  51. 3bf7c60 Cleanup ARM load/store wide and remove unused param s_reg. by Vladimir Marko · 10 years ago
  52. 455759b Remove LoadBaseDispWide and StoreBaseDispWide. by Vladimir Marko · 10 years ago
  53. 0b80270 Merge "x86_64: Fix Array::DataOffset in calls" by Andreas Gampe · 10 years ago
  54. 37498b6 x86_64: Fix Array::DataOffset in calls by Dmitry Petrochenko · 10 years ago
  55. 091cc40 Quick compiler: allocate doubles as doubles by buzbee · 11 years ago
  56. ff093b3 Fix a few 64-bit compilation of 32-bit code issues. by Ian Rogers · 10 years ago
  57. 6ffcfa0 Rewrite suspend test check with LIRSlowPath. by Mingyao Yang · 10 years ago
  58. 125011d Merge "Delete throw launchpads." by Mingyao Yang · 10 years ago
  59. 0ea4bf7 Merge "Update load/store utilities for 64-bit backends" by buzbee · 10 years ago
  60. 695d13a Update load/store utilities for 64-bit backends by buzbee · 10 years ago
  61. 3a74d15 Delete throw launchpads. by Mingyao Yang · 10 years ago
  62. 80365d9 Revert "Revert "Use LIRSlowPath for throwing ArrayOutOfBoundsException."" by Mingyao Yang · 10 years ago
  63. 7fff544 Revert "Use LIRSlowPath for throwing ArrayOutOfBoundsException." by Brian Carlstrom · 10 years ago
  64. 9d46314 Use LIRSlowPath for throwing ArrayOutOfBoundsException. by Mingyao Yang · 10 years ago
  65. e643a17 Use LIRSlowPath for throwing NPE. by Mingyao Yang · 11 years ago
  66. d6ed642 Revert "Revert "Revert "Use trampolines for calls to helpers""" by Dave Allison · 11 years ago
  67. f9487c0 Revert "Revert "Use trampolines for calls to helpers"" by Dave Allison · 11 years ago
  68. 4289456 Use LIRSlowPath for throwing div by zero exception. by Mingyao Yang · 11 years ago
  69. 081f73e Revert "Use trampolines for calls to helpers" by Dave Allison · 11 years ago
  70. 754ddad Use trampolines for calls to helpers by Dave Allison · 11 years ago
  71. 5a4139f Merge "art: Handle x86_64 architecture equal to x86" by Bill Buzbee · 11 years ago
  72. 99f391e Fix Unsafe.getLong()/putLong() for x86, add test. by Vladimir Marko · 11 years ago
  73. 6a58cb1 art: Handle x86_64 architecture equal to x86 by Dmitry Petrochenko · 11 years ago
  74. 7c95cef Use temp register in Unsafe Get/Put intrisics for displaced offset. by Mathieu Chartier · 11 years ago
  75. dd7624d Allow mixing of thread offsets between 32 and 64bit architectures. by Ian Rogers · 11 years ago
  76. f943914 Implement implicit stack overflow checks by Dave Allison · 11 years ago
  77. 2700f7e Continuing register cleanup by buzbee · 11 years ago
  78. 99ad723 Relaxed memory barriers for x86 by Razvan A Lupusoru · 11 years ago
  79. b982331 Fix and clean up intrinsic Math.abs(long). by Vladimir Marko · 11 years ago
  80. ec31d37 Clean up intrinsic Math.abs(float/double). by Vladimir Marko · 11 years ago
  81. 60d7a65 Fix stack overflow for mutual recursion. by Brian Carlstrom · 11 years ago
  82. 9820b7c Early inlining of simple methods. by Vladimir Marko · 11 years ago
  83. 9a84ad9 Remove duplicated register load in function call to quick entry. by Zheng Xu · 11 years ago
  84. b373e09 Implicit null/suspend checks (oat version bump) by Dave Allison · 11 years ago
  85. 9545a44 Merge "Allow patching between dex files in the boot classpath." by Jeff Hao · 11 years ago
  86. 3bc8615 Use LIRSlowPath for intrinsics, improve String.indexOf(). by Vladimir Marko · 11 years ago
  87. 49161ce Allow patching between dex files in the boot classpath. by Jeff Hao · 11 years ago
  88. 2f4c3a4 Remove spurious duplicate line of code by buzbee · 11 years ago
  89. f096aad Cache method lowering info in mir graph. by Vladimir Marko · 11 years ago
  90. a44d4f5 Fix read of uninitialized memory in InlineIndexOf by buzbee · 11 years ago
  91. 00e1ec6 Revert "Revert "Rework Quick compiler's register handling"" by Bill Buzbee · 11 years ago
  92. 86ec520 Revert "Rework Quick compiler's register handling" by Bill Buzbee · 11 years ago
  93. 2c1ed45 Rework Quick compiler's register handling by buzbee · 11 years ago
  94. 4028a6c Inline x86 String.indexOf by Mark Mendell · 11 years ago
  95. 3bc0174 GenSpecialCase support for x86 by Razvan A Lupusoru · 11 years ago
  96. 41ccc3b Merge "Added inlined abs method with float and double type" by Ian Rogers · 11 years ago
  97. 35d7e41 Merge "Support Direct Method/Type access for X86" by Ian Rogers · 11 years ago
  98. 6c92e7d Merge "Rewrite GenInlinedCharAt for x86" by Ian Rogers · 11 years ago
  99. 55d0eac Support Direct Method/Type access for X86 by Mark Mendell · 11 years ago
  100. dbb17e3 Added inlined abs method with float and double type by Yixin Shou · 11 years ago