1. 35e1e6a 1. Fix CFI for quick compiled code in x86 & x86_64; by Tong Shen · 10 years ago
  2. 1c7c399 ART: Remove bogus dcheck by Andreas Gampe · 10 years ago
  3. b551fdc AArch64: Clean up CalleeSaveMethod frame and the use of temp registers. by Zheng Xu · 10 years ago
  4. 8eddd2a ART: Fix missing initialization in stack_map_stream.h by Andreas Gampe · 10 years ago
  5. 3f49507 Merge "ART: Rework quick entrypoint code in Mir2Lir, cleanup" by Andreas Gampe · 10 years ago
  6. 9843059 ART: Rework quick entrypoint code in Mir2Lir, cleanup by Andreas Gampe · 10 years ago
  7. 1740eca Remove the per-project FDO support. Use the common FDO support from build/core. by Dehao Chen · 10 years ago
  8. c32447b Revert "Enable Load Store Elimination for ARM and ARM64" by Bill Buzbee · 10 years ago
  9. fcc36ba Enable Load Store Elimination for ARM and ARM64 by Serban Constantinescu · 10 years ago
  10. a65d63e Merge "SetConstantWide should mark both SSA regs as constant" by Bill Buzbee · 10 years ago
  11. 5e3f45b Merge "ART: ReEnable check for a gap between method's arg "in" vregs and rest of its vregs" by Bill Buzbee · 10 years ago
  12. b07c1f9 ART: Special-case cb(n)z even for in-reg constant by Andreas Gampe · 10 years ago
  13. 688e7c5 ART: ReEnable check for a gap between method's arg "in" vregs and rest of its vregs by Alexei Zavjalov · 10 years ago
  14. 3c7bb98 Implement array get and array put in optimizing. by Nicolas Geoffray · 10 years ago
  15. 75c99e9 Merge "x86: GenSelect utility update" by Andreas Gampe · 10 years ago
  16. 9fbe946 Merge "Fix JNI compiler frame size adjustments." by Vladimir Marko · 10 years ago
  17. 4e24b9d Fix JNI compiler frame size adjustments. by Vladimir Marko · 10 years ago
  18. 86507ed Merge "Add a new stack map scheme that encodes compilation info per pc." by Nicolas Geoffray · 10 years ago
  19. 9ee4519 x86: GenSelect utility update by Serguei Katkov · 10 years ago
  20. 0edcfd6 Merge "Fix implicit stack overflow check on optimizing/x86." by Nicolas Geoffray · 10 years ago
  21. 397f2e4 Fix implicit stack overflow check on optimizing/x86. by Nicolas Geoffray · 10 years ago
  22. 55fff04 Rewrite topological sort order and improve GVN. by Vladimir Marko · 10 years ago
  23. 7c66c8d Merge "Fix null pointer check elimination for catch entries." by Vladimir Marko · 10 years ago
  24. 0a810d2 Fix null pointer check elimination for catch entries. by Vladimir Marko · 10 years ago
  25. c389c97 Merge "Set vtable in class object to null after linking." by Mingyao Yang · 10 years ago
  26. 2cdbad7 Set vtable in class object to null after linking. by Mingyao Yang · 10 years ago
  27. 99ea58c Add a new stack map scheme that encodes compilation info per pc. by Nicolas Geoffray · 10 years ago
  28. 597da1f SetConstantWide should mark both SSA regs as constant by Serguei Katkov · 10 years ago
  29. 73e80c3 Make unit test tell if a method is a leaf. by Nicolas Geoffray · 10 years ago
  30. a59dd80 Runtime can now be set to require relocation by Alex Light · 10 years ago
  31. e10a0bd Merge "Stack overflow checks and NPE checks for optimizing." by Nicolas Geoffray · 10 years ago
  32. f12feb8 Stack overflow checks and NPE checks for optimizing. by Nicolas Geoffray · 10 years ago
  33. 9d9fec6 Merge "ART: Throw StackOverflowError in native code" by Andreas Gampe · 10 years ago
  34. 7ea6f79 ART: Throw StackOverflowError in native code by Andreas Gampe · 10 years ago
  35. 4470c1d ART: Increase command buffer size in assembler_thumb_test by Andreas Gampe · 10 years ago
  36. 96f89a2 Add assembly operations with constants in optimizing compiler. by Nicolas Geoffray · 10 years ago
  37. 8baf0d9 Fix sizeof -> strlen to get the test to run on build servers. by Nicolas Geoffray · 10 years ago
  38. 1a43dd7 Add write barriers to optimizing compiler. by Nicolas Geoffray · 10 years ago
  39. 2983d23 Merge "Use vabs/fabs on arm/arm64 for intrinsic abs()." by Vladimir Marko · 10 years ago
  40. 5030d3e Use vabs/fabs on arm/arm64 for intrinsic abs(). by Vladimir Marko · 10 years ago
  41. e72ff80 Merge "ART: Do not attempt to compile a method with too many registers" by Andreas Gampe · 10 years ago
  42. 0d8ea46 ART: Do not attempt to compile a method with too many registers by Andreas Gampe · 10 years ago
  43. 72b660e Merge "x86_64: Fix GenDalvikArgsRange for 64-bit ref" by Ian Rogers · 10 years ago
  44. 8e3acdd x86_64: Fix GenDalvikArgsRange for 64-bit ref by Serguei Katkov · 10 years ago
  45. c3561ae Improved implementation of inline of String.indexOf by nikolay serdjuk · 10 years ago
  46. 03fc5ab Merge "ART: inline Math.Max/Min (float and double)" by Ian Rogers · 10 years ago
  47. fd60fbc Merge "Fix GVN to handle normal paths leading to catch entry." by Vladimir Marko · 10 years ago
  48. 990288d Merge "We can also run the linear scan register allocator on thumb." by Nicolas Geoffray · 10 years ago
  49. 93bedb7 We can also run the linear scan register allocator on thumb. by Nicolas Geoffray · 10 years ago
  50. 11ca612 Fix GVN to handle normal paths leading to catch entry. by Vladimir Marko · 10 years ago
  51. 1222c96 ART: inline Math.Max/Min (float and double) by Alexei Zavjalov · 10 years ago
  52. 169277a Fix lint errors. by Nicolas Geoffray · 10 years ago
  53. b0777f0 Merge "Use the thumb2 assembler for the optimizing compiler." by Nicolas Geoffray · 10 years ago
  54. fb8a07b Merge "ART: Refactor GenSelect, refactor gen_common accordingly" by Andreas Gampe · 10 years ago
  55. 90969af ART: Refactor GenSelect, refactor gen_common accordingly by Andreas Gampe · 10 years ago
  56. 1817981 Merge "ART: Lock an arg reg in GenInlinedGet" by Andreas Gampe · 10 years ago
  57. 30ab8a8 ART: Lock an arg reg in GenInlinedGet by Andreas Gampe · 10 years ago
  58. 8d48673 Use the thumb2 assembler for the optimizing compiler. by Nicolas Geoffray · 10 years ago
  59. 9791bb4 Merge "Fix art test failures for Mips." by Jeff Hao · 10 years ago
  60. 69dfe51 Revert "Revert "Revert "Revert "Add implicit null and stack checks for x86"""" by Dave Allison · 10 years ago
  61. d9cb8ae Fix art test failures for Mips. by Douglas Leung · 10 years ago
  62. 22d5e73 Remove object_utils.h. by Ian Rogers · 10 years ago
  63. ebaca19 Merge "Revert "Revert "Revert "Revert "Add intrinsic for Reference.get()""""" by Mathieu Chartier · 10 years ago
  64. 4ee7a66 Revert "Revert "Revert "Revert "Add intrinsic for Reference.get()"""" by Fred Shih · 10 years ago
  65. 0e359ef Merge "Break apart header files." by Ian Rogers · 10 years ago
  66. e63db27 Break apart header files. by Ian Rogers · 10 years ago
  67. ed7a0f2 AArch64: improve usage of TargetReg() and friends. by Matteo Franchin · 10 years ago
  68. 524e5e3 Merge "ART: Squash a cmp w/ zero and b.ls to cbz (ARM/ARM64)" by Andreas Gampe · 10 years ago
  69. 9522af9 ART: Squash a cmp w/ zero and b.ls to cbz (ARM/ARM64) by Andreas Gampe · 10 years ago
  70. ab032bc Fix a braino in the stack layout. by Nicolas Geoffray · 10 years ago
  71. abed4d0 Bailout if the field access is not supported. by Nicolas Geoffray · 10 years ago
  72. 7dc206a Add two phi pruning phases. by Nicolas Geoffray · 10 years ago
  73. e503832 Support fields in optimizing compiler. by Nicolas Geoffray · 10 years ago
  74. cf90ba7 Merge "ART: Add another special case to GenSelect for ARM64" by Andreas Gampe · 10 years ago
  75. 39c8a99 ART: Add another special case to GenSelect for ARM64 by Andreas Gampe · 10 years ago
  76. 6ef2aa6 Merge "ART: Rework TargetReg(symbolic_reg, wide)" by Andreas Gampe · 10 years ago
  77. ccc6026 ART: Rework TargetReg(symbolic_reg, wide) by Andreas Gampe · 10 years ago
  78. 421efca AArch64: Fix def use. by Zheng Xu · 10 years ago
  79. 0ee33c3 Merge "Revert "Revert "ART: Key-Value Store in Oat header""" by Andreas Gampe · 10 years ago
  80. 22f8e5c Revert "Revert "ART: Key-Value Store in Oat header"" by Andreas Gampe · 10 years ago
  81. f08f0ca Merge "Improve performance of invokevirtual/invokeinterface with embedded imt/vtable" by Ian Rogers · 10 years ago
  82. 98d1cc8 Improve performance of invokevirtual/invokeinterface with embedded imt/vtable by Mingyao Yang · 10 years ago
  83. af263df ART: Change GenPCUseDefEncoding(), turn on Load Hoisting for ARM64 by Andreas Gampe · 10 years ago
  84. 48f5c47 Replace memory barriers to better reflect Java needs. by Hans Boehm · 10 years ago
  85. 0941924 ART: Fuse compare-with-0-and-branch in Arm64 utils-assembler by Serban Constantinescu · 10 years ago
  86. b7e78cb Merge "AArch64: Fix and enable reverseBytes intrinsic." by Andreas Gampe · 10 years ago
  87. 873c371 ART: Fix GenSelect for ARM64 by Stuart Monteith · 10 years ago
  88. 0f73aa8 Merge "Update counting VR for promotion" by Andreas Gampe · 10 years ago
  89. 59a42af Update counting VR for promotion by Serguei Katkov · 10 years ago
  90. 7c6c2ac Aarch64: easy division and remainder for long ints. by Matteo Franchin · 10 years ago
  91. 49ab79d Merge "Revert "Revert "Revert "Add intrinsic for Reference.get()"""" by Sebastien Hertz · 10 years ago
  92. 9e82bd3 Revert "Revert "Revert "Add intrinsic for Reference.get()""" by Sebastien Hertz · 10 years ago
  93. d4415e8 Revert "Revert "Add intrinsic for Reference.get()"" by Christopher Ferris · 10 years ago
  94. a9b870b Revert "Add intrinsic for Reference.get()" by Christopher Ferris · 10 years ago
  95. 6a1f4ad Merge "Revert "Revert "Revert "Add implicit null and stack checks for x86"""" by Nicolas Geoffray · 10 years ago
  96. 0025a86 Revert "Revert "Revert "Add implicit null and stack checks for x86""" by Nicolas Geoffray · 10 years ago
  97. 7fb36de Revert "Revert "Add implicit null and stack checks for x86"" by Dave Allison · 10 years ago
  98. 93279da Merge "ART: Do not dump hidden basic blocks and add a counter to file naming" by Ian Rogers · 10 years ago
  99. 5a8ecaf Merge "x86_64: Enable fp-reg promotion" by Andreas Gampe · 10 years ago
  100. c380191 x86_64: Enable fp-reg promotion by Serguei Katkov · 10 years ago