1. c32447b Revert "Enable Load Store Elimination for ARM and ARM64" by Bill Buzbee · 11 years ago
  2. fcc36ba Enable Load Store Elimination for ARM and ARM64 by Serban Constantinescu · 11 years ago
  3. a65d63e Merge "SetConstantWide should mark both SSA regs as constant" by Bill Buzbee · 11 years ago
  4. 5e3f45b Merge "ART: ReEnable check for a gap between method's arg "in" vregs and rest of its vregs" by Bill Buzbee · 11 years ago
  5. b07c1f9 ART: Special-case cb(n)z even for in-reg constant by Andreas Gampe · 11 years ago
  6. 688e7c5 ART: ReEnable check for a gap between method's arg "in" vregs and rest of its vregs by Alexei Zavjalov · 11 years ago
  7. 75c99e9 Merge "x86: GenSelect utility update" by Andreas Gampe · 11 years ago
  8. 9ee4519 x86: GenSelect utility update by Serguei Katkov · 11 years ago
  9. 55fff04 Rewrite topological sort order and improve GVN. by Vladimir Marko · 11 years ago
  10. 7c66c8d Merge "Fix null pointer check elimination for catch entries." by Vladimir Marko · 11 years ago
  11. 0a810d2 Fix null pointer check elimination for catch entries. by Vladimir Marko · 11 years ago
  12. 597da1f SetConstantWide should mark both SSA regs as constant by Serguei Katkov · 11 years ago
  13. a59dd80 Runtime can now be set to require relocation by Alex Light · 11 years ago
  14. e10a0bd Merge "Stack overflow checks and NPE checks for optimizing." by Nicolas Geoffray · 11 years ago
  15. f12feb8 Stack overflow checks and NPE checks for optimizing. by Nicolas Geoffray · 11 years ago
  16. 7ea6f79 ART: Throw StackOverflowError in native code by Andreas Gampe · 11 years ago
  17. 2983d23 Merge "Use vabs/fabs on arm/arm64 for intrinsic abs()." by Vladimir Marko · 11 years ago
  18. 5030d3e Use vabs/fabs on arm/arm64 for intrinsic abs(). by Vladimir Marko · 11 years ago
  19. e72ff80 Merge "ART: Do not attempt to compile a method with too many registers" by Andreas Gampe · 11 years ago
  20. 0d8ea46 ART: Do not attempt to compile a method with too many registers by Andreas Gampe · 11 years ago
  21. 72b660e Merge "x86_64: Fix GenDalvikArgsRange for 64-bit ref" by Ian Rogers · 11 years ago
  22. 8e3acdd x86_64: Fix GenDalvikArgsRange for 64-bit ref by Serguei Katkov · 11 years ago
  23. c3561ae Improved implementation of inline of String.indexOf by nikolay serdjuk · 11 years ago
  24. 03fc5ab Merge "ART: inline Math.Max/Min (float and double)" by Ian Rogers · 11 years ago
  25. fd60fbc Merge "Fix GVN to handle normal paths leading to catch entry." by Vladimir Marko · 11 years ago
  26. 11ca612 Fix GVN to handle normal paths leading to catch entry. by Vladimir Marko · 11 years ago
  27. 1222c96 ART: inline Math.Max/Min (float and double) by Alexei Zavjalov · 11 years ago
  28. fb8a07b Merge "ART: Refactor GenSelect, refactor gen_common accordingly" by Andreas Gampe · 11 years ago
  29. 90969af ART: Refactor GenSelect, refactor gen_common accordingly by Andreas Gampe · 11 years ago
  30. 30ab8a8 ART: Lock an arg reg in GenInlinedGet by Andreas Gampe · 11 years ago
  31. 9791bb4 Merge "Fix art test failures for Mips." by Jeff Hao · 11 years ago
  32. 69dfe51 Revert "Revert "Revert "Revert "Add implicit null and stack checks for x86"""" by Dave Allison · 11 years ago
  33. d9cb8ae Fix art test failures for Mips. by Douglas Leung · 11 years ago
  34. 22d5e73 Remove object_utils.h. by Ian Rogers · 11 years ago
  35. ebaca19 Merge "Revert "Revert "Revert "Revert "Add intrinsic for Reference.get()""""" by Mathieu Chartier · 11 years ago
  36. 4ee7a66 Revert "Revert "Revert "Revert "Add intrinsic for Reference.get()"""" by Fred Shih · 11 years ago
  37. 0e359ef Merge "Break apart header files." by Ian Rogers · 11 years ago
  38. e63db27 Break apart header files. by Ian Rogers · 11 years ago
  39. ed7a0f2 AArch64: improve usage of TargetReg() and friends. by Matteo Franchin · 11 years ago
  40. 9522af9 ART: Squash a cmp w/ zero and b.ls to cbz (ARM/ARM64) by Andreas Gampe · 11 years ago
  41. e503832 Support fields in optimizing compiler. by Nicolas Geoffray · 11 years ago
  42. cf90ba7 Merge "ART: Add another special case to GenSelect for ARM64" by Andreas Gampe · 11 years ago
  43. 39c8a99 ART: Add another special case to GenSelect for ARM64 by Andreas Gampe · 11 years ago
  44. 6ef2aa6 Merge "ART: Rework TargetReg(symbolic_reg, wide)" by Andreas Gampe · 11 years ago
  45. ccc6026 ART: Rework TargetReg(symbolic_reg, wide) by Andreas Gampe · 11 years ago
  46. 421efca AArch64: Fix def use. by Zheng Xu · 11 years ago
  47. f08f0ca Merge "Improve performance of invokevirtual/invokeinterface with embedded imt/vtable" by Ian Rogers · 11 years ago
  48. 98d1cc8 Improve performance of invokevirtual/invokeinterface with embedded imt/vtable by Mingyao Yang · 11 years ago
  49. af263df ART: Change GenPCUseDefEncoding(), turn on Load Hoisting for ARM64 by Andreas Gampe · 11 years ago
  50. 48f5c47 Replace memory barriers to better reflect Java needs. by Hans Boehm · 11 years ago
  51. b7e78cb Merge "AArch64: Fix and enable reverseBytes intrinsic." by Andreas Gampe · 11 years ago
  52. 873c371 ART: Fix GenSelect for ARM64 by Stuart Monteith · 11 years ago
  53. 0f73aa8 Merge "Update counting VR for promotion" by Andreas Gampe · 11 years ago
  54. 59a42af Update counting VR for promotion by Serguei Katkov · 11 years ago
  55. 7c6c2ac Aarch64: easy division and remainder for long ints. by Matteo Franchin · 11 years ago
  56. 49ab79d Merge "Revert "Revert "Revert "Add intrinsic for Reference.get()"""" by Sebastien Hertz · 11 years ago
  57. 9e82bd3 Revert "Revert "Revert "Add intrinsic for Reference.get()""" by Sebastien Hertz · 11 years ago
  58. d4415e8 Revert "Revert "Add intrinsic for Reference.get()"" by Christopher Ferris · 11 years ago
  59. a9b870b Revert "Add intrinsic for Reference.get()" by Christopher Ferris · 11 years ago
  60. 6a1f4ad Merge "Revert "Revert "Revert "Add implicit null and stack checks for x86"""" by Nicolas Geoffray · 11 years ago
  61. 0025a86 Revert "Revert "Revert "Add implicit null and stack checks for x86""" by Nicolas Geoffray · 11 years ago
  62. 7fb36de Revert "Revert "Add implicit null and stack checks for x86"" by Dave Allison · 11 years ago
  63. 93279da Merge "ART: Do not dump hidden basic blocks and add a counter to file naming" by Ian Rogers · 11 years ago
  64. 5a8ecaf Merge "x86_64: Enable fp-reg promotion" by Andreas Gampe · 11 years ago
  65. c380191 x86_64: Enable fp-reg promotion by Serguei Katkov · 11 years ago
  66. 03c672f Merge "Revert "Revert "Add intrinsic for Reference.get()""" by Christopher Ferris · 11 years ago
  67. 75cb5a2 Merge "ART: Fix GenSelect and GenFusedLongCmpBranch for ARM64" by Andreas Gampe · 11 years ago
  68. 381f8ac ART: Fix GenSelect and GenFusedLongCmpBranch for ARM64 by Andreas Gampe · 11 years ago
  69. 7ee5cd1 Merge "Revert "Add intrinsic for Reference.get()"" by Christopher Ferris · 11 years ago
  70. e2ebfb4 Merge "Add intrinsic for Reference.get()" by Mathieu Chartier · 11 years ago
  71. 1836366 Merge "Updates to help classes derived from X86Mir2Lir" by Ian Rogers · 11 years ago
  72. e9f3e71 Updates to help classes derived from X86Mir2Lir by Mark Mendell · 11 years ago
  73. a8869e6 ART: Do not dump hidden basic blocks and add a counter to file naming by Jean Christophe Beyler · 11 years ago
  74. 460503b Add intrinsic for Reference.get() by Fred Shih · 11 years ago
  75. 2ab40eb ART: Add Invokes to DecodedInstruction by Jean Christophe Beyler · 11 years ago
  76. fe12035 Merge "ART: Handle Extended MIRs in a uniform manner" by Ian Rogers · 11 years ago
  77. 49b874b Merge "ART: Detached blocks should not be processed by compiler" by Ian Rogers · 11 years ago
  78. f2466a7 ART: Handle Extended MIRs in a uniform manner by Udayan Banerji · 11 years ago
  79. a3fe742 AArch64: Fix and enable reverseBytes intrinsic. by Zheng Xu · 11 years ago
  80. cb80474 ART: Rename CallInlining to SpecialMethodInliner by Razvan A Lupusoru · 11 years ago
  81. 989367a ART: Detached blocks should not be processed by compiler by Niranjan Kumar · 11 years ago
  82. f2b3f33 ART: Enable some ARM64 optimizations. by Andreas Gampe · 11 years ago
  83. 5fa647d Merge "Slow path for iget should expect return in core reg" by Andreas Gampe · 11 years ago
  84. 4eca9f5 Slow path for iget should expect return in core reg by Serguei Katkov · 11 years ago
  85. fb16129 Merge "Global Value Numbering." by Vladimir Marko · 11 years ago
  86. 95a0597 Global Value Numbering. by Vladimir Marko · 11 years ago
  87. 50fb243 Merge "Handle potential <clinit>() correctly in LVN." by Vladimir Marko · 11 years ago
  88. f418f32 Handle potential <clinit>() correctly in LVN. by Vladimir Marko · 11 years ago
  89. 34e826c Add implicit null and stack checks for x86 by Dave Allison · 11 years ago
  90. c21dc06 Merge "ART: Check slow_paths_.Size() every time" by Ian Rogers · 11 years ago
  91. 8159af6 ART: Check slow_paths_.Size() every time by Chao-ying Fu · 11 years ago
  92. 021b60f x86_64: GenInlinedCas must use wide rl_src_offset under 64-bit targets by Chao-ying Fu · 11 years ago
  93. 00caeed ART: Refactor frontend.cc by Andreas Gampe · 11 years ago
  94. 3d14eb6 Revert "Add implicit null and stack checks for x86" by Dave Allison · 11 years ago
  95. eb24bae x86_64: enable Peek and Poke intrinsics by Alexei Zavjalov · 11 years ago
  96. 62f28f9 Merge "Fix a compile assert name with inverted meaning." by Vladimir Marko · 11 years ago
  97. 2aaed94 Fix a compile assert name with inverted meaning. by Vladimir Marko · 11 years ago
  98. 665f681 Merge "Workaround for invalid monitor-exit catch ranges." by Vladimir Marko · 11 years ago
  99. e8ae814 Workaround for invalid monitor-exit catch ranges. by Vladimir Marko · 11 years ago
  100. 460f4ef Add kIntrinsicIsStatic flag for System.arraycopy(). by Vladimir Marko · 11 years ago