1. 81457a3 Merge "Add back a deleted check related to verification." by Stephen Hines · 11 years ago
  2. 233b0e3 Merge "Remove errors/warnings from tautological comparisons." by Stephen Hines · 11 years ago
  3. 22c6a81 Add back a deleted check related to verification. by Stephen Hines · 11 years ago
  4. 9791bb4 Merge "Fix art test failures for Mips." by Jeff Hao · 11 years ago
  5. ebe8f79 Merge "Revert "Revert "Revert "Revert "Add implicit null and stack checks for x86""""" by Dave Allison · 11 years ago
  6. 69dfe51 Revert "Revert "Revert "Revert "Add implicit null and stack checks for x86"""" by Dave Allison · 11 years ago
  7. 479f131 Merge "Disable adding main and non moving spaces to immune region in GSS" by Mathieu Chartier · 11 years ago
  8. 4c13a3f Disable adding main and non moving spaces to immune region in GSS by Mathieu Chartier · 11 years ago
  9. b5f5649 Remove errors/warnings from tautological comparisons. by Stephen Hines · 11 years ago
  10. 403ef95 Merge "Add another test to the trace test black list." by Ian Rogers · 11 years ago
  11. 55bce0c Add another test to the trace test black list. by Ian Rogers · 11 years ago
  12. d9cb8ae Fix art test failures for Mips. by Douglas Leung · 11 years ago
  13. e66f631 Merge "Fix x86 build." by Ian Rogers · 11 years ago
  14. e5877a1 Fix x86 build. by Ian Rogers · 11 years ago
  15. 792f596 Merge "Fix class initialization checks in interpreter" by Sebastien Hertz · 11 years ago
  16. 1edbd8e Fix class initialization checks in interpreter by Sebastien Hertz · 11 years ago
  17. aab012d Merge "Add --trace variants of the run-test testing rules." by Ian Rogers · 11 years ago
  18. 716e4f8 Add --trace variants of the run-test testing rules. by Ian Rogers · 11 years ago
  19. ea1a9bd Merge "Remove object_utils.h." by Ian Rogers · 11 years ago
  20. 22d5e73 Remove object_utils.h. by Ian Rogers · 11 years ago
  21. a4fe789 Merge "Make ART fail gracefully when it can't update the desired code." by Calin Juravle · 11 years ago
  22. c54aea7 Make ART fail gracefully when it can't update the desired code. by Calin Juravle · 11 years ago
  23. fbde4dd Merge "Use sched_yield in Monitor::MonitorEnter." by Mathieu Chartier · 11 years ago
  24. 251755c Use sched_yield in Monitor::MonitorEnter. by Mathieu Chartier · 11 years ago
  25. 524e5e3 Merge "ART: Squash a cmp w/ zero and b.ls to cbz (ARM/ARM64)" by Andreas Gampe · 11 years ago
  26. 9522af9 ART: Squash a cmp w/ zero and b.ls to cbz (ARM/ARM64) by Andreas Gampe · 11 years ago
  27. ebaca19 Merge "Revert "Revert "Revert "Revert "Add intrinsic for Reference.get()""""" by Mathieu Chartier · 11 years ago
  28. 4ee7a66 Revert "Revert "Revert "Revert "Add intrinsic for Reference.get()"""" by Fred Shih · 11 years ago
  29. 76e6773 Merge "AArch64: improve usage of TargetReg() and friends." by Andreas Gampe · 11 years ago
  30. ed7a0f2 AArch64: improve usage of TargetReg() and friends. by Matteo Franchin · 11 years ago
  31. 0e359ef Merge "Break apart header files." by Ian Rogers · 11 years ago
  32. e63db27 Break apart header files. by Ian Rogers · 11 years ago
  33. 07b8441 Merge "Fix a braino in the stack layout." by Nicolas Geoffray · 11 years ago
  34. ab032bc Fix a braino in the stack layout. by Nicolas Geoffray · 11 years ago
  35. 635561b Merge "Add read barriers for the roots in Runtime." by Hiroshi Yamauchi · 11 years ago
  36. ab08811 Add read barriers for the roots in Runtime. by Hiroshi Yamauchi · 11 years ago
  37. 37994a7 Merge "Fix infinite loop when calling SetStatus after OOM." by Mathieu Chartier · 11 years ago
  38. fd22d5b Fix infinite loop when calling SetStatus after OOM. by Mathieu Chartier · 11 years ago
  39. e8b8086 Merge "x86 needs a bit more stack to handle stack overflows." by Nicolas Geoffray · 11 years ago
  40. 86c1b70 x86 needs a bit more stack to handle stack overflows. by Nicolas Geoffray · 11 years ago
  41. 267b1f2 Merge "Make generate-operator-out.py compatible with Python 3.x" by Ian Rogers · 11 years ago
  42. c2e0260 Make generate-operator-out.py compatible with Python 3.x by Bernhard Rosenkränzer · 11 years ago
  43. cf90ba7 Merge "ART: Add another special case to GenSelect for ARM64" by Andreas Gampe · 11 years ago
  44. 39c8a99 ART: Add another special case to GenSelect for ARM64 by Andreas Gampe · 11 years ago
  45. 6ef2aa6 Merge "ART: Rework TargetReg(symbolic_reg, wide)" by Andreas Gampe · 11 years ago
  46. ccc6026 ART: Rework TargetReg(symbolic_reg, wide) by Andreas Gampe · 11 years ago
  47. bc9127a Merge "AArch64: Fix def use." by Andreas Gampe · 11 years ago
  48. 421efca AArch64: Fix def use. by Zheng Xu · 11 years ago
  49. 0ee33c3 Merge "Revert "Revert "ART: Key-Value Store in Oat header""" by Andreas Gampe · 11 years ago
  50. 22f8e5c Revert "Revert "ART: Key-Value Store in Oat header"" by Andreas Gampe · 11 years ago
  51. 8c47281 Merge "ART: Compacting ROS/DlMalloc spaces with semispace copy GC" by Mathieu Chartier · 11 years ago
  52. f37a88b ART: Compacting ROS/DlMalloc spaces with semispace copy GC by Zuo Wang · 11 years ago
  53. 9531f62 Merge "Call strong CAS from unsafe. Add more CAS versions." by Hans Boehm · 11 years ago
  54. d843443 Call strong CAS from unsafe. Add more CAS versions. by Hans Boehm · 11 years ago
  55. 3d71f32 Merge "ART: Change GenPCUseDefEncoding(), turn on Load Hoisting for ARM64" by Andreas Gampe · 11 years ago
  56. af263df ART: Change GenPCUseDefEncoding(), turn on Load Hoisting for ARM64 by Andreas Gampe · 11 years ago
  57. f08f0ca Merge "Improve performance of invokevirtual/invokeinterface with embedded imt/vtable" by Ian Rogers · 11 years ago
  58. 98d1cc8 Improve performance of invokevirtual/invokeinterface with embedded imt/vtable by Mingyao Yang · 11 years ago
  59. aebf3cd Merge "Replace memory barriers to better reflect Java needs." by Hans Boehm · 11 years ago
  60. 48f5c47 Replace memory barriers to better reflect Java needs. by Hans Boehm · 11 years ago
  61. 2751ffb Merge "Faster TLAB allocator." by Mathieu Chartier · 11 years ago
  62. 14cc9be Faster TLAB allocator. by Mathieu Chartier · 11 years ago
  63. 438b903 Merge "Make jemalloc the default choice." by Christopher Ferris · 11 years ago
  64. fc35de0 Make jemalloc the default choice. by Christopher Ferris · 11 years ago
  65. bfe9d08 Merge "Fix mac build." by Christopher Ferris · 11 years ago
  66. ae91207 Fix mac build. by Christopher Ferris · 11 years ago
  67. 7aab987 Merge "ART: Fuse compare-with-0-and-branch in Arm64 utils-assembler" by Andreas Gampe · 11 years ago
  68. 0941924 ART: Fuse compare-with-0-and-branch in Arm64 utils-assembler by Serban Constantinescu · 11 years ago
  69. 3b7da81 Merge "ART: Correct disassembling of regs from opcodes" by Ian Rogers · 11 years ago
  70. b7e78cb Merge "AArch64: Fix and enable reverseBytes intrinsic." by Andreas Gampe · 11 years ago
  71. 946a55f Merge "ART: Fix GenSelect for ARM64" by Andreas Gampe · 11 years ago
  72. 873c371 ART: Fix GenSelect for ARM64 by Stuart Monteith · 11 years ago
  73. 0f73aa8 Merge "Update counting VR for promotion" by Andreas Gampe · 11 years ago
  74. 59a42af Update counting VR for promotion by Serguei Katkov · 11 years ago
  75. 5727339 Merge "Aarch64: easy division and remainder for long ints." by Andreas Gampe · 11 years ago
  76. 7c6c2ac Aarch64: easy division and remainder for long ints. by Matteo Franchin · 11 years ago
  77. 1cad41d Merge "Support fields in optimizing compiler." by Nicolas Geoffray · 11 years ago
  78. e503832 Support fields in optimizing compiler. by Nicolas Geoffray · 11 years ago
  79. c35c60f Merge "Bailout if the field access is not supported." by Nicolas Geoffray · 11 years ago
  80. abed4d0 Bailout if the field access is not supported. by Nicolas Geoffray · 11 years ago
  81. 3641ac7 Merge "Add missing class initialization during compilation and tests" by Sebastien Hertz · 11 years ago
  82. eab674a Merge "Fix missing single-step event" by Sebastien Hertz · 11 years ago
  83. 49ab79d Merge "Revert "Revert "Revert "Add intrinsic for Reference.get()"""" by Sebastien Hertz · 11 years ago
  84. 9e82bd3 Revert "Revert "Revert "Add intrinsic for Reference.get()""" by Sebastien Hertz · 11 years ago
  85. d4415e8 Revert "Revert "Add intrinsic for Reference.get()"" by Christopher Ferris · 11 years ago
  86. a9b870b Revert "Add intrinsic for Reference.get()" by Christopher Ferris · 11 years ago
  87. 6a1f4ad Merge "Revert "Revert "Revert "Add implicit null and stack checks for x86"""" by Nicolas Geoffray · 11 years ago
  88. 0025a86 Revert "Revert "Revert "Add implicit null and stack checks for x86""" by Nicolas Geoffray · 11 years ago
  89. 7fb36de Revert "Revert "Add implicit null and stack checks for x86"" by Dave Allison · 11 years ago
  90. 93279da Merge "ART: Do not dump hidden basic blocks and add a counter to file naming" by Ian Rogers · 11 years ago
  91. 5a8ecaf Merge "x86_64: Enable fp-reg promotion" by Andreas Gampe · 11 years ago
  92. c380191 x86_64: Enable fp-reg promotion by Serguei Katkov · 11 years ago
  93. bd6b5dd Merge "Revert "Fix mac build"" by Nicolas Geoffray · 11 years ago
  94. bc8a288 Revert "Fix mac build" by Christopher Ferris · 11 years ago
  95. e934334 Fix mac build by Dave Allison · 11 years ago
  96. 1836366 Merge "Updates to help classes derived from X86Mir2Lir" by Ian Rogers · 11 years ago
  97. e9f3e71 Updates to help classes derived from X86Mir2Lir by Mark Mendell · 11 years ago
  98. da8a697 Merge "Revert "Revert "Add implicit null and stack checks for x86""" by Dave Allison · 11 years ago
  99. 03c672f Merge "Revert "Revert "Add intrinsic for Reference.get()""" by Christopher Ferris · 11 years ago
  100. 75cb5a2 Merge "ART: Fix GenSelect and GenFusedLongCmpBranch for ARM64" by Andreas Gampe · 11 years ago