1. e7e8a5f Remove using mirror::* in jni internal. by Mathieu Chartier · 11 years ago
  2. cc35e45 Merge "Thread-local allocation stack." by Hiroshi Yamauchi · 11 years ago
  3. e5d15b5 Merge "Remove old fork-and-specialize API" by Dave Platt · 11 years ago
  4. a3b8342 Merge "x86 compiler should handle the "div/rem by 1" case" by Bill Buzbee · 11 years ago
  5. 79aa423 x86 compiler should handle the "div/rem by 1" case by Alexei Zavjalov · 11 years ago
  6. f5b0e20 Thread-local allocation stack. by Hiroshi Yamauchi · 11 years ago
  7. 874d252 Remove old fork-and-specialize API by Dave Platt · 11 years ago
  8. 68bb649 Merge "Prevent object allocation related races in VisitObjects." by Mathieu Chartier · 11 years ago
  9. ebdf3f3 Prevent object allocation related races in VisitObjects. by Mathieu Chartier · 11 years ago
  10. d2be39a Merge "Fix race condition in BumpPointerSpace::Walk." by Mathieu Chartier · 11 years ago
  11. 13511e8 Merge "Avoid unnecessarily dirtying pages in SemiSpace collector." by Mathieu Chartier · 11 years ago
  12. ab4a4f2 Merge "Pass correct is_static to ResolveField." by Vladimir Marko · 11 years ago
  13. 8544b46 Fix race condition in BumpPointerSpace::Walk. by Mathieu Chartier · 11 years ago
  14. ad35d90 Avoid unnecessarily dirtying pages in SemiSpace collector. by Mathieu Chartier · 11 years ago
  15. 8b8adac Merge "Finish fixing Zygote descriptor leakage problem" by Dave Platt · 11 years ago
  16. ed8081a Merge "Support to generate inline long to FP bytecodes for x86" by Ian Rogers · 11 years ago
  17. 1f26fb1 Merge changes I41dcb9f8,I8bc80275 by Brian Carlstrom · 11 years ago
  18. 41dcb9f Revert "Add a script for running art standalone." by Brian Carlstrom · 11 years ago
  19. 707c96a Add StandardSocketOptions to the black list. by Brian Carlstrom · 11 years ago
  20. ae7e954 Merge "Check IsStatic() on special accessor fields." by Vladimir Marko · 11 years ago
  21. e549da5 Pass correct is_static to ResolveField. by Vladimir Marko · 11 years ago
  22. 2300790 Merge "Fix wrong thread id being passed to SIRT roots." by Mathieu Chartier · 11 years ago
  23. 89bb144 Fix wrong thread id being passed to SIRT roots. by Mathieu Chartier · 11 years ago
  24. c7ac649 Check IsStatic() on special accessor fields. by Vladimir Marko · 11 years ago
  25. b422d3f Merge "Speed up method lookup in a different dex file." by Vladimir Marko · 11 years ago
  26. 763a085 Merge "Add a script for running art standalone." by Nicolas Geoffray · 11 years ago
  27. 1f5a90f Add a script for running art standalone. by Nicolas Geoffray · 11 years ago
  28. 7655968 Merge "Generate ARM special methods from InlineMethod data." by Vladimir Marko · 11 years ago
  29. 614c2b4 Support to generate inline long to FP bytecodes for x86 by Razvan A Lupusoru · 11 years ago
  30. fd14755 Merge "Work in the direction of hard float quick ABIs." by Ian Rogers · 11 years ago
  31. 0177e53 Work in the direction of hard float quick ABIs. by Ian Rogers · 11 years ago
  32. 3c976a8 Merge "Add more checking to ReleasePrimitiveArray." by Mathieu Chartier · 11 years ago
  33. 330ded1 Merge "Don't hardcode object layout in Unsafe and space_test." by Hiroshi Yamauchi · 11 years ago
  34. d68ac70 Add more checking to ReleasePrimitiveArray. by Mathieu Chartier · 11 years ago
  35. 4d2efce Don't hardcode object layout in Unsafe and space_test. by Hiroshi Yamauchi · 11 years ago
  36. 6b3697f Merge "Change BumpPointerSpace main block header to not be in space data." by Mathieu Chartier · 11 years ago
  37. fc4c27e Change BumpPointerSpace main block header to not be in space data. by Mathieu Chartier · 11 years ago
  38. f54c9d6 Merge "Add root types and thread id to root visiting." by Mathieu Chartier · 11 years ago
  39. 83c8ee0 Add root types and thread id to root visiting. by Mathieu Chartier · 11 years ago
  40. bbcc0c0 Speed up method lookup in a different dex file. by Vladimir Marko · 11 years ago
  41. 0a07f93 Merge "art: 64-bit support in UContext::Dump" by Ian Rogers · 11 years ago
  42. 611c2c3 art: 64-bit support in UContext::Dump by Dmitry Petrochenko · 11 years ago
  43. abaf927 Merge "Re-apply: Implement cumulative timings for CompilerDriver." by Nicolas Geoffray · 11 years ago
  44. ea3fa0b Re-apply: Implement cumulative timings for CompilerDriver. by Nicolas Geoffray · 11 years ago
  45. 9e36e4c Merge "art: dex offset fix in oat_file.cc for x86_64" by Ian Rogers · 11 years ago
  46. 83bef92 art: dex offset fix in oat_file.cc for x86_64 by Dmitry Petrochenko · 11 years ago
  47. b1e61ad Merge "Tweak Mir2Lir::GenInstanceofCallingHelper for X86" by Ian Rogers · 11 years ago
  48. 6607d97 Tweak Mir2Lir::GenInstanceofCallingHelper for X86 by Mark Mendell · 11 years ago
  49. 3b4cd99 Merge "Add regression test for Thread.interrupted" by Brian Carlstrom · 11 years ago
  50. 41ccc3b Merge "Added inlined abs method with float and double type" by Ian Rogers · 11 years ago
  51. cbaf987 Add regression test for Thread.interrupted by Brian Carlstrom · 11 years ago
  52. 35d7e41 Merge "Support Direct Method/Type access for X86" by Ian Rogers · 11 years ago
  53. 6c92e7d Merge "Rewrite GenInlinedCharAt for x86" by Ian Rogers · 11 years ago
  54. 55d0eac Support Direct Method/Type access for X86 by Mark Mendell · 11 years ago
  55. 7cba217 Merge "Update to the BitVector Implementation" by Bill Buzbee · 11 years ago
  56. 3ece181 Merge changes Id416ea15,I725ce638 by Brian Carlstrom · 11 years ago
  57. 8aaeb48 Merge changes Ia93c2952,I09fb90a9 by Brian Carlstrom · 11 years ago
  58. 093713f Fix Portable build by Brian Carlstrom · 11 years ago
  59. 7dff39e Change GetPortableCode result from reference to pointer by Brian Carlstrom · 11 years ago
  60. d4df935 GetCode -> GetPortableCode by Brian Carlstrom · 11 years ago
  61. 398c9b5 SetOatCodeOffset -> SetPortableOatCodeOffset by Brian Carlstrom · 11 years ago
  62. e07ab62 Merge "Fix CreateMultiArray to be compaction safe." by Mathieu Chartier · 11 years ago
  63. 1b1cc27 Merge "Add wide setter test with preceding parameters as int." by Vladimir Marko · 11 years ago
  64. 502c2a8 Generate ARM special methods from InlineMethod data. by Vladimir Marko · 11 years ago
  65. 14fb131 Merge "Fix special getter/setter generation." by Vladimir Marko · 11 years ago
  66. c9bf407 Fix special getter/setter generation. by Vladimir Marko · 11 years ago
  67. 8017ef8 Add wide setter test with preceding parameters as int. by Vladimir Marko · 11 years ago
  68. b185165 Merge "Revert "Revert "Check FastInstance() early for special getters and setters.""" by Vladimir Marko · 11 years ago
  69. 2bc4780 Revert "Revert "Check FastInstance() early for special getters and setters."" by Vladimir Marko · 11 years ago
  70. 5bb9903 Fix CreateMultiArray to be compaction safe. by Mathieu Chartier · 11 years ago
  71. 9c7f354 Merge "Make debugger / jdwp compaction safe." by Mathieu Chartier · 11 years ago
  72. 412c7fc Make debugger / jdwp compaction safe. by Mathieu Chartier · 11 years ago
  73. 109e2b3 Merge "Revert "Check FastInstance() early for special getters and setters."" by Ian Rogers · 11 years ago
  74. 632e458 Revert "Check FastInstance() early for special getters and setters." by Ian Rogers · 11 years ago
  75. 5cb2870 Merge "Revert "Generate ARM special methods from InlineMethod data."" by Ian Rogers · 11 years ago
  76. f33ffde Revert "Generate ARM special methods from InlineMethod data." by Ian Rogers · 11 years ago
  77. 3ae5f2a Merge "Tweak test to better expose codegen bug." by Ian Rogers · 11 years ago
  78. 116848d Tweak test to better expose codegen bug. by Ian Rogers · 11 years ago
  79. f9bc0a5 Merge "Make primitive getter/setters consistently signed." by Ian Rogers · 11 years ago
  80. 29501cf Make primitive getter/setters consistently signed. by Ian Rogers · 11 years ago
  81. e111380 Merge "RosAlloc verification." by Hiroshi Yamauchi · 11 years ago
  82. a4adbfd RosAlloc verification. by Hiroshi Yamauchi · 11 years ago
  83. dbb17e3 Added inlined abs method with float and double type by Yixin Shou · 11 years ago
  84. 6957616 Merge "Generate ARM special methods from InlineMethod data." by Vladimir Marko · 11 years ago
  85. 92ef04c Merge "Check FastInstance() early for special getters and setters." by Vladimir Marko · 11 years ago
  86. 1ca6234 Generate ARM special methods from InlineMethod data. by Vladimir Marko · 11 years ago
  87. 5dc5727 Check FastInstance() early for special getters and setters. by Vladimir Marko · 11 years ago
  88. a522142 Merge "Fix JDWP thread crash." by Sebastien Hertz · 11 years ago
  89. d1b9241 Merge "Object model changes to support 64bit." by Ian Rogers · 11 years ago
  90. ef7d42f Object model changes to support 64bit. by Ian Rogers · 11 years ago
  91. 822115a Merge "Break unnecessary dependence on common_test." by Ian Rogers · 11 years ago
  92. 558a694 Break unnecessary dependence on common_test. by Ian Rogers · 11 years ago
  93. 462553e Merge "ART can't create more than 8k threads during the worktime" by Ian Rogers · 11 years ago
  94. 1efa0a9 ART can't create more than 8k threads during the worktime by Alexei Zavjalov · 11 years ago
  95. 870901d Finish fixing Zygote descriptor leakage problem by Dave Platt · 11 years ago
  96. 69cd439 Merge "Add missing SIRT to LoadNativeLibrary." by Mathieu Chartier · 11 years ago
  97. 055d46c Add missing SIRT to LoadNativeLibrary. by Mathieu Chartier · 11 years ago
  98. 2b724cb Rewrite GenInlinedCharAt for x86 by Mark Mendell · 11 years ago
  99. 7c84c44 Merge "[MIPS64] Temporary placeholder build, to allow other projects to build" by Brian Carlstrom · 11 years ago
  100. 4c4f90c Merge "Restore end of dex2oat logging" by Brian Carlstrom · 11 years ago