1. b5860fb Register promotion support for 64-bit targets by buzbee · 11 years ago
  2. f9872f0 ART: Fix size error reported by ARM64 backend by Andreas Gampe · 11 years ago
  3. 4b537a8 ART: Quick compiler: More size checks, add TargetReg variants by Andreas Gampe · 11 years ago
  4. 2db3e26 Fix quick mode bugs for Mips. by Douglas Leung · 11 years ago
  5. 3c12c51 Revert "Revert "ART: Split out more cases of Load/StoreRef, volatile as parameter"" by Andreas Gampe · 11 years ago
  6. de68676 Revert "ART: Split out more cases of Load/StoreRef, volatile as parameter" by Andreas Gampe · 11 years ago
  7. 2689fba ART: Split out more cases of Load/StoreRef, volatile as parameter by Andreas Gampe · 11 years ago
  8. 49c5f50 ART: Fix register overlap checks in CopyArgumentRegs by Andreas Gampe · 11 years ago
  9. 5655e84 ART: Implicit checks in the compiler are independent from Runtime by Andreas Gampe · 11 years ago
  10. 33ae558 Arm64 hard-float by buzbee · 11 years ago
  11. 7e399fd x86_64: Disable all optimizations and fix bugs by Chao-ying Fu · 11 years ago
  12. 169489b AArch64: Add support for inlined methods by Serban Constantinescu · 11 years ago
  13. 8dea81c Rewrite use/def masks to support 128 bits. by Vladimir Marko · 11 years ago
  14. d3703d8 X86_64: Pass 'hidden method index' in EAX by Mark Mendell · 11 years ago
  15. 2d41a65 AArch64: Fix kOpLsl, rem-float/double. by Zheng Xu · 11 years ago
  16. 58994cd x86_64: Hard Float ABI support in QCG by Dmitry Petrochenko · 11 years ago
  17. 511c8a6 AArch64: Fix cmp-long and method with long arguments. by Zheng Xu · 11 years ago
  18. a0cd2d7 Quick compiler: reference cleanup by buzbee · 11 years ago
  19. f2c3e56 Quick compiler: Method* as a reference by buzbee · 11 years ago
  20. 85089dd Quick compiler: generalize NarrowRegLoc() by buzbee · 11 years ago
  21. 4c80043 x86_64: Disable all intrinsics by Dmitry Petrochenko · 11 years ago
  22. e87f9b5 Allow X86 QBE to be extended by Mark Mendell · 11 years ago
  23. 082833c Quick compiler, out of registers fix by buzbee · 11 years ago
  24. f54fcba Merge "Support any cpu register sequence in LoadArgRegs" by Bill Buzbee · 11 years ago
  25. 26ee07a Support any cpu register sequence in LoadArgRegs by Dmitry Petrochenko · 11 years ago
  26. 9bf549d x86_64: Handle UnsafeGet/Put equal to x86 by Dmitry Petrochenko · 11 years ago
  27. 3ec5da2 ART: Fix typo in ThreadOffset modification by Andreas Gampe · 11 years ago
  28. 2f244e9 ART: Add more ThreadOffset in Mir2Lir and backends by Andreas Gampe · 11 years ago
  29. e45fb9e AArch64: Change arm64 backend to produce A64 code. by Matteo Franchin · 11 years ago
  30. 3bf7c60 Cleanup ARM load/store wide and remove unused param s_reg. by Vladimir Marko · 11 years ago
  31. 455759b Remove LoadBaseDispWide and StoreBaseDispWide. by Vladimir Marko · 11 years ago
  32. 0b80270 Merge "x86_64: Fix Array::DataOffset in calls" by Andreas Gampe · 11 years ago
  33. 37498b6 x86_64: Fix Array::DataOffset in calls by Dmitry Petrochenko · 11 years ago
  34. 091cc40 Quick compiler: allocate doubles as doubles by buzbee · 11 years ago
  35. ff093b3 Fix a few 64-bit compilation of 32-bit code issues. by Ian Rogers · 11 years ago
  36. 6ffcfa0 Rewrite suspend test check with LIRSlowPath. by Mingyao Yang · 11 years ago
  37. 125011d Merge "Delete throw launchpads." by Mingyao Yang · 11 years ago
  38. 0ea4bf7 Merge "Update load/store utilities for 64-bit backends" by buzbee · 11 years ago
  39. 695d13a Update load/store utilities for 64-bit backends by buzbee · 11 years ago
  40. 3a74d15 Delete throw launchpads. by Mingyao Yang · 11 years ago
  41. 80365d9 Revert "Revert "Use LIRSlowPath for throwing ArrayOutOfBoundsException."" by Mingyao Yang · 11 years ago
  42. 7fff544 Revert "Use LIRSlowPath for throwing ArrayOutOfBoundsException." by Brian Carlstrom · 11 years ago
  43. 9d46314 Use LIRSlowPath for throwing ArrayOutOfBoundsException. by Mingyao Yang · 11 years ago
  44. e643a17 Use LIRSlowPath for throwing NPE. by Mingyao Yang · 11 years ago
  45. d6ed642 Revert "Revert "Revert "Use trampolines for calls to helpers""" by Dave Allison · 11 years ago
  46. f9487c0 Revert "Revert "Use trampolines for calls to helpers"" by Dave Allison · 11 years ago
  47. 4289456 Use LIRSlowPath for throwing div by zero exception. by Mingyao Yang · 11 years ago
  48. 081f73e Revert "Use trampolines for calls to helpers" by Dave Allison · 11 years ago
  49. 754ddad Use trampolines for calls to helpers by Dave Allison · 11 years ago
  50. 5a4139f Merge "art: Handle x86_64 architecture equal to x86" by Bill Buzbee · 11 years ago
  51. 99f391e Fix Unsafe.getLong()/putLong() for x86, add test. by Vladimir Marko · 11 years ago
  52. 6a58cb1 art: Handle x86_64 architecture equal to x86 by Dmitry Petrochenko · 11 years ago
  53. 7c95cef Use temp register in Unsafe Get/Put intrisics for displaced offset. by Mathieu Chartier · 11 years ago
  54. dd7624d Allow mixing of thread offsets between 32 and 64bit architectures. by Ian Rogers · 11 years ago
  55. f943914 Implement implicit stack overflow checks by Dave Allison · 11 years ago
  56. 2700f7e Continuing register cleanup by buzbee · 11 years ago
  57. 99ad723 Relaxed memory barriers for x86 by Razvan A Lupusoru · 11 years ago
  58. b982331 Fix and clean up intrinsic Math.abs(long). by Vladimir Marko · 11 years ago
  59. ec31d37 Clean up intrinsic Math.abs(float/double). by Vladimir Marko · 11 years ago
  60. 60d7a65 Fix stack overflow for mutual recursion. by Brian Carlstrom · 11 years ago
  61. 9820b7c Early inlining of simple methods. by Vladimir Marko · 12 years ago
  62. 9a84ad9 Remove duplicated register load in function call to quick entry. by Zheng Xu · 11 years ago
  63. b373e09 Implicit null/suspend checks (oat version bump) by Dave Allison · 11 years ago
  64. 9545a44 Merge "Allow patching between dex files in the boot classpath." by Jeff Hao · 11 years ago
  65. 3bc8615 Use LIRSlowPath for intrinsics, improve String.indexOf(). by Vladimir Marko · 11 years ago
  66. 49161ce Allow patching between dex files in the boot classpath. by Jeff Hao · 11 years ago
  67. 2f4c3a4 Remove spurious duplicate line of code by buzbee · 11 years ago
  68. f096aad Cache method lowering info in mir graph. by Vladimir Marko · 12 years ago
  69. a44d4f5 Fix read of uninitialized memory in InlineIndexOf by buzbee · 11 years ago
  70. 00e1ec6 Revert "Revert "Rework Quick compiler's register handling"" by Bill Buzbee · 11 years ago
  71. 86ec520 Revert "Rework Quick compiler's register handling" by Bill Buzbee · 11 years ago
  72. 2c1ed45 Rework Quick compiler's register handling by buzbee · 11 years ago
  73. 4028a6c Inline x86 String.indexOf by Mark Mendell · 11 years ago
  74. 3bc0174 GenSpecialCase support for x86 by Razvan A Lupusoru · 11 years ago
  75. 41ccc3b Merge "Added inlined abs method with float and double type" by Ian Rogers · 11 years ago
  76. 35d7e41 Merge "Support Direct Method/Type access for X86" by Ian Rogers · 11 years ago
  77. 6c92e7d Merge "Rewrite GenInlinedCharAt for x86" by Ian Rogers · 11 years ago
  78. 55d0eac Support Direct Method/Type access for X86 by Mark Mendell · 11 years ago
  79. dbb17e3 Added inlined abs method with float and double type by Yixin Shou · 11 years ago
  80. ef7d42f Object model changes to support 64bit. by Ian Rogers · 12 years ago
  81. 2b724cb Rewrite GenInlinedCharAt for x86 by Mark Mendell · 11 years ago
  82. 2c498d1 Specializing x86 range argument copying by Razvan A Lupusoru · 12 years ago
  83. 95e3eeb Merge "x86 updates GenInlinedUnsafePut/GenInstanceofFinal" by Ian Rogers · 12 years ago
  84. df8ee2e x86 updates GenInlinedUnsafePut/GenInstanceofFinal by Mark Mendell · 12 years ago
  85. bb8f0ab Embed array class pointers at array allocation sites. by Hiroshi Yamauchi · 12 years ago
  86. be1ca55 Use direct class pointers at allocation sites in the compiled code. by Hiroshi Yamauchi · 12 years ago
  87. 58af1f9 Clean up usage of carry flag condition codes. by Vladimir Marko · 12 years ago
  88. 5816ed4 Detect special methods at the end of verification. by Vladimir Marko · 12 years ago
  89. e13717e Per-DexFile locking for inliner initialization. by Vladimir Marko · 12 years ago
  90. 31c2aac Rename ClobberCalleeSave to *Caller*, fix it for x86. by Vladimir Marko · 12 years ago
  91. f246af2 Fix intrinsic Long.reverseBytes(). by Vladimir Marko · 12 years ago
  92. 5c96e6b Rewrite intrinsics detection. by Vladimir Marko · 12 years ago
  93. 94b400d Improve Mir2Lir::GenIntrinsic() performance. by Vladimir Marko · 12 years ago
  94. e508a20 Fix unaligned Memory peek/poke intrinsics. by Vladimir Marko · 12 years ago
  95. 3beafe1 Merge "Add intrinsics for Memory peek/poke." into dalvik-dev by Vladimir Marko · 12 years ago
  96. 65636e5 Add intrinsics for Memory peek/poke. by Vladimir Marko · 12 years ago
  97. cdb4b71 Fix intrinsic Long.reverseBytes(). by Vladimir Marko · 12 years ago
  98. 7195dd8 Merge "Don't use UTF16 length as length for MUTF8." into dalvik-dev by Ian Rogers · 12 years ago
  99. dfb325e Don't use UTF16 length as length for MUTF8. by Ian Rogers · 12 years ago
  100. c844a0f Merge "Implement Interface Method Tables (IMT)." into dalvik-dev by Jeff Hao · 12 years ago