1. 5c5676b ART: Add div/rem zero check elimination flag by Razvan A Lupusoru · 10 years ago
  2. d8c3e36 ART: X86: GenLongArith should handle overlapped VRs by Alexei Zavjalov · 10 years ago
  3. 832336b Don't copy fill array data to quick literal pool. by Ian Rogers · 10 years ago
  4. 7c02e91 Quick compiler: Fix ambiguous LoadValue() by buzbee · 10 years ago
  5. f4da675 Implement method calls using relative BL on ARM. by Vladimir Marko · 10 years ago
  6. e39c54e Deprecate GrowableArray, use ArenaVector instead. by Vladimir Marko · 10 years ago
  7. cd48f2d Change Reference.get() intrinsic to Reference.getReferent(). by Mathieu Chartier · 10 years ago
  8. 8d0d03e ART: Change temporaries to positive names by Razvan A Lupusoru · 10 years ago
  9. 37f05ef Reduced memory usage of primitive fields smaller than 4-bytes by Fred Shih · 10 years ago
  10. 53c913b ART: Clean up compiler by Andreas Gampe · 10 years ago
  11. 651c967 Merge "AArch64: Improve MIR to LIR translation for abs" by Ian Rogers · 10 years ago
  12. 9a8a506 AArch64: Improve MIR to LIR translation for abs by Martyn Capewell · 10 years ago
  13. e3ea838 ART source line debug info in OAT files by Yevgeny Rouban · 10 years ago
  14. 547cdfd Emit CFI for x86 & x86_64 JNI compiler. by Tong Shen · 10 years ago
  15. 57cd9d3b Merge "Added support for patching classes from different dex files." by Mathieu Chartier · 10 years ago
  16. e7f82e2 Added support for patching classes from different dex files. by Fred Shih · 10 years ago
  17. 48971b3 ART: Generate chained compare-and-branch for short switches by Andreas Gampe · 10 years ago
  18. 8081d2b Create allocator adapter for using Arena in std containers. by Vladimir Marko · 10 years ago
  19. c76c614 ART: Refactor long ops in quick compiler by Andreas Gampe · 10 years ago
  20. c763e35 AArch64: Implement InexpensiveConstant methods. by Matteo Franchin · 10 years ago
  21. 2eba1fa AArch64: Add inlining support for ceil(), floor(), rint(), round() by Serban Constantinescu · 10 years ago
  22. 6bbf096 ART: Implement the easy long division/remainder by a constant by Alexei Zavjalov · 10 years ago
  23. 6399968 Revert "Revert "Enable Load Store Elimination for ARM and ARM64"" by Serban Constantinescu · 10 years ago
  24. 9843059 ART: Rework quick entrypoint code in Mir2Lir, cleanup by Andreas Gampe · 10 years ago
  25. c32447b Revert "Enable Load Store Elimination for ARM and ARM64" by Bill Buzbee · 10 years ago
  26. fcc36ba Enable Load Store Elimination for ARM and ARM64 by Serban Constantinescu · 10 years ago
  27. 9ee4519 x86: GenSelect utility update by Serguei Katkov · 10 years ago
  28. e10a0bd Merge "Stack overflow checks and NPE checks for optimizing." by Nicolas Geoffray · 10 years ago
  29. f12feb8 Stack overflow checks and NPE checks for optimizing. by Nicolas Geoffray · 10 years ago
  30. 7ea6f79 ART: Throw StackOverflowError in native code by Andreas Gampe · 10 years ago
  31. 2983d23 Merge "Use vabs/fabs on arm/arm64 for intrinsic abs()." by Vladimir Marko · 10 years ago
  32. 5030d3e Use vabs/fabs on arm/arm64 for intrinsic abs(). by Vladimir Marko · 10 years ago
  33. fb8a07b Merge "ART: Refactor GenSelect, refactor gen_common accordingly" by Andreas Gampe · 10 years ago
  34. 90969af ART: Refactor GenSelect, refactor gen_common accordingly by Andreas Gampe · 10 years ago
  35. 9791bb4 Merge "Fix art test failures for Mips." by Jeff Hao · 10 years ago
  36. 69dfe51 Revert "Revert "Revert "Revert "Add implicit null and stack checks for x86"""" by Dave Allison · 10 years ago
  37. d9cb8ae Fix art test failures for Mips. by Douglas Leung · 10 years ago
  38. 4ee7a66 Revert "Revert "Revert "Revert "Add intrinsic for Reference.get()"""" by Fred Shih · 10 years ago
  39. ed7a0f2 AArch64: improve usage of TargetReg() and friends. by Matteo Franchin · 10 years ago
  40. 6ef2aa6 Merge "ART: Rework TargetReg(symbolic_reg, wide)" by Andreas Gampe · 10 years ago
  41. ccc6026 ART: Rework TargetReg(symbolic_reg, wide) by Andreas Gampe · 10 years ago
  42. af263df ART: Change GenPCUseDefEncoding(), turn on Load Hoisting for ARM64 by Andreas Gampe · 10 years ago
  43. 0f73aa8 Merge "Update counting VR for promotion" by Andreas Gampe · 10 years ago
  44. 59a42af Update counting VR for promotion by Serguei Katkov · 10 years ago
  45. 49ab79d Merge "Revert "Revert "Revert "Add intrinsic for Reference.get()"""" by Sebastien Hertz · 10 years ago
  46. 9e82bd3 Revert "Revert "Revert "Add intrinsic for Reference.get()""" by Sebastien Hertz · 10 years ago
  47. d4415e8 Revert "Revert "Add intrinsic for Reference.get()"" by Christopher Ferris · 10 years ago
  48. a9b870b Revert "Add intrinsic for Reference.get()" by Christopher Ferris · 10 years ago
  49. 6a1f4ad Merge "Revert "Revert "Revert "Add implicit null and stack checks for x86"""" by Nicolas Geoffray · 10 years ago
  50. 0025a86 Revert "Revert "Revert "Add implicit null and stack checks for x86""" by Nicolas Geoffray · 10 years ago
  51. 7fb36de Revert "Revert "Add implicit null and stack checks for x86"" by Dave Allison · 10 years ago
  52. 03c672f Merge "Revert "Revert "Add intrinsic for Reference.get()""" by Christopher Ferris · 10 years ago
  53. 7ee5cd1 Merge "Revert "Add intrinsic for Reference.get()"" by Christopher Ferris · 10 years ago
  54. e2ebfb4 Merge "Add intrinsic for Reference.get()" by Mathieu Chartier · 10 years ago
  55. 1836366 Merge "Updates to help classes derived from X86Mir2Lir" by Ian Rogers · 10 years ago
  56. e9f3e71 Updates to help classes derived from X86Mir2Lir by Mark Mendell · 10 years ago
  57. 460503b Add intrinsic for Reference.get() by Fred Shih · 10 years ago
  58. 3d14eb6 Revert "Add implicit null and stack checks for x86" by Dave Allison · 10 years ago
  59. 34e826c Add implicit null and stack checks for x86 by Dave Allison · 10 years ago
  60. 70c4f06 ART: Intrinsic implementation for java.lang.System.arraycopy. by DaniilSokolov · 10 years ago
  61. 255e014 Aarch64: fix references handling in Load*Indexed. by Matteo Franchin · 10 years ago
  62. 23abec9 AArch64: Add few more inline functions by Serban Constantinescu · 10 years ago
  63. a77ee51 x86_64: TargetReg update for x86 by Chao-ying Fu · 10 years ago
  64. b5860fb Register promotion support for 64-bit targets by buzbee · 10 years ago
  65. ffcdd9f Merge "x86_64: Unify 64-bit check in x86 compiler" by Andreas Gampe · 10 years ago
  66. dd64450 x86_64: Unify 64-bit check in x86 compiler by Elena Sayapina · 10 years ago
  67. 4b537a8 ART: Quick compiler: More size checks, add TargetReg variants by Andreas Gampe · 10 years ago
  68. a64d728 Merge "AArch64: implement easy division and reminder." by Bill Buzbee · 10 years ago
  69. 3c12c51 Revert "Revert "ART: Split out more cases of Load/StoreRef, volatile as parameter"" by Andreas Gampe · 10 years ago
  70. de68676 Revert "ART: Split out more cases of Load/StoreRef, volatile as parameter" by Andreas Gampe · 10 years ago
  71. 2689fba ART: Split out more cases of Load/StoreRef, volatile as parameter by Andreas Gampe · 10 years ago
  72. c61b3c9 AArch64: implement easy division and reminder. by Matteo Franchin · 10 years ago
  73. 7cd26f3 ART: Target-dependent stack overflow, less check elision by Andreas Gampe · 10 years ago
  74. 7071c8d Add x86 inlined abs method for float/double by Yixin Shou · 11 years ago
  75. 4c115b8 Revert "Add x86 inlined abs method for float/double" by Vladimir Marko · 10 years ago
  76. e88b89a Add x86 inlined abs method for float/double by Yixin Shou · 11 years ago
  77. 5aa6e04 Tidy x86 assembler. by Ian Rogers · 10 years ago
  78. 169489b AArch64: Add support for inlined methods by Serban Constantinescu · 10 years ago
  79. 8dea81c Rewrite use/def masks to support 128 bits. by Vladimir Marko · 10 years ago
  80. 58994cd x86_64: Hard Float ABI support in QCG by Dmitry Petrochenko · 10 years ago
  81. 089142c Avoid register pool allocations on the heap. by Vladimir Marko · 10 years ago
  82. a0cd2d7 Quick compiler: reference cleanup by buzbee · 10 years ago
  83. 0955f7e AArch64: fixing some assertions. by Matteo Franchin · 10 years ago
  84. 85089dd Quick compiler: generalize NarrowRegLoc() by buzbee · 10 years ago
  85. 642fe34 Quick compiler: fix register clobbering. by buzbee · 10 years ago
  86. ed65c5e AArch64: Enable LONG_* and INT_* opcodes. by Serban Constantinescu · 10 years ago
  87. 7bf9c46 Merge "Method inlining across dex files in boot image." by Vladimir Marko · 10 years ago
  88. a51a0b0 Method inlining across dex files in boot image. by Vladimir Marko · 10 years ago
  89. b01bf15 64-bit temp register support. by buzbee · 10 years ago
  90. e87f9b5 Allow X86 QBE to be extended by Mark Mendell · 10 years ago
  91. 082833c Quick compiler, out of registers fix by buzbee · 10 years ago
  92. d65c51a ART: Add support for constant vector literals by Mark Mendell · 10 years ago
  93. 1e97c4a Merge "Add x86_64 code generation support" by Bill Buzbee · 10 years ago
  94. b14329f ART: Fix MonitorExit code on ARM by Andreas Gampe · 10 years ago
  95. c93ac8b Fix special getter/setter to use RegClassForFieldLoadStore(). by Vladimir Marko · 10 years ago
  96. 9ee801f Add x86_64 code generation support by Dmitry Petrochenko · 10 years ago
  97. 2f244e9 ART: Add more ThreadOffset in Mir2Lir and backends by Andreas Gampe · 10 years ago
  98. 0c5e841 Merge "Quick compiler: fix compile-time perf regression" by buzbee · 10 years ago
  99. ba57451 Quick compiler: fix compile-time perf regression by buzbee · 10 years ago
  100. 0dc242d Avoid unnecessary copy/load in EvalLoc() and LoadValue(). by Vladimir Marko · 10 years ago