1. 3bb57c7 Change ProcessReferences to not use RecursiveMarkObject. by Mathieu Chartier · 11 years ago
  2. a3537fb Merge "Documentation nit." by Ian Rogers · 11 years ago
  3. 3bcd3ac Merge "Fix preverify." by Hiroshi Yamauchi · 11 years ago
  4. df8a073 Documentation nit. by Ian Rogers · 11 years ago
  5. c4a2ee4 Merge "art: convert makefiles to support multilib build" by Colin Cross · 11 years ago
  6. de853fe Merge "Fixes to allow test-art-host to run via build server" by Brian Carlstrom · 11 years ago
  7. 4353486 Fixes to allow test-art-host to run via build server by Brian Carlstrom · 11 years ago
  8. 17a7fc7 Fix build. by Mathieu Chartier · 11 years ago
  9. c06fec2 Merge "Change root visitor to use Object**." by Mathieu Chartier · 11 years ago
  10. bb43294 Merge "Avoid interleaving JDWP requests and events." by Sebastien Hertz · 11 years ago
  11. e2ef144 Merge "Fix failing check during JDWP invoke." by Sebastien Hertz · 11 years ago
  12. 99660e1 Avoid interleaving JDWP requests and events. by Sebastien Hertz · 11 years ago
  13. 21e729c Fix failing check during JDWP invoke. by Sebastien Hertz · 11 years ago
  14. 0bf2ed9 Merge "Update native methods whitelist." by Sebastien Hertz · 11 years ago
  15. dc781a1 art: convert makefiles to support multilib build by Colin Cross · 11 years ago
  16. 815873e Change root visitor to use Object**. by Mathieu Chartier · 11 years ago
  17. f48644b Update native methods whitelist. by Sebastien Hertz · 11 years ago
  18. 46861fc Merge "GenSpecialCase support for x86" by Vladimir Marko · 11 years ago
  19. df8d416 Merge "Rewrite the compiler interface for CompilerDriver." by Nicolas Geoffray · 11 years ago
  20. f5df897 Rewrite the compiler interface for CompilerDriver. by Nicolas Geoffray · 11 years ago
  21. d2fe10a Remove blacklist by Sebastien Hertz · 11 years ago
  22. d565caf Don't store this_object in SIRT for static invokes. by Mathieu Chartier · 11 years ago
  23. 32a6c7f Merge "Remove using mirror::* in jni internal." by Mathieu Chartier · 11 years ago
  24. e7e8a5f Remove using mirror::* in jni internal. by Mathieu Chartier · 11 years ago
  25. 1ed9061 Fix preverify. by Hiroshi Yamauchi · 11 years ago
  26. 239e8da Merge "Revert "Revert "Revert "Add a script for running art standalone."""" by Ian Rogers · 11 years ago
  27. 97f4489 Revert "Revert "Revert "Add a script for running art standalone.""" by Ian Rogers · 11 years ago
  28. 209a3a0 Merge "Fix function names in CHECK_NON_NULL_ARGUMENT." by Narayan Kamath · 11 years ago
  29. 44ba806 Merge "Revert "Revert "Add a script for running art standalone.""" by Nicolas Geoffray · 11 years ago
  30. cc35e45 Merge "Thread-local allocation stack." by Hiroshi Yamauchi · 11 years ago
  31. 3bc0174 GenSpecialCase support for x86 by Razvan A Lupusoru · 11 years ago
  32. f5b0e20 Thread-local allocation stack. by Hiroshi Yamauchi · 11 years ago
  33. 874d252 Remove old fork-and-specialize API by Dave Platt · 11 years ago
  34. ebdf3f3 Prevent object allocation related races in VisitObjects. by Mathieu Chartier · 11 years ago
  35. d2be39a Merge "Fix race condition in BumpPointerSpace::Walk." by Mathieu Chartier · 11 years ago
  36. 13511e8 Merge "Avoid unnecessarily dirtying pages in SemiSpace collector." by Mathieu Chartier · 11 years ago
  37. 4b23250 Revert "Revert "Add a script for running art standalone."" by Nicolas Geoffray · 11 years ago
  38. 8544b46 Fix race condition in BumpPointerSpace::Walk. by Mathieu Chartier · 11 years ago
  39. ad35d90 Avoid unnecessarily dirtying pages in SemiSpace collector. by Mathieu Chartier · 11 years ago
  40. 8b8adac Merge "Finish fixing Zygote descriptor leakage problem" by Dave Platt · 11 years ago
  41. 41dcb9f Revert "Add a script for running art standalone." by Brian Carlstrom · 11 years ago
  42. 2300790 Merge "Fix wrong thread id being passed to SIRT roots." by Mathieu Chartier · 11 years ago
  43. 89bb144 Fix wrong thread id being passed to SIRT roots. by Mathieu Chartier · 11 years ago
  44. 8e611d3 Fix function names in CHECK_NON_NULL_ARGUMENT. by Narayan Kamath · 11 years ago
  45. b422d3f Merge "Speed up method lookup in a different dex file." by Vladimir Marko · 11 years ago
  46. 763a085 Merge "Add a script for running art standalone." by Nicolas Geoffray · 11 years ago
  47. 1f5a90f Add a script for running art standalone. by Nicolas Geoffray · 11 years ago
  48. fd14755 Merge "Work in the direction of hard float quick ABIs." by Ian Rogers · 11 years ago
  49. 0177e53 Work in the direction of hard float quick ABIs. by Ian Rogers · 11 years ago
  50. 3c976a8 Merge "Add more checking to ReleasePrimitiveArray." by Mathieu Chartier · 11 years ago
  51. d68ac70 Add more checking to ReleasePrimitiveArray. by Mathieu Chartier · 11 years ago
  52. 4d2efce Don't hardcode object layout in Unsafe and space_test. by Hiroshi Yamauchi · 11 years ago
  53. fc4c27e Change BumpPointerSpace main block header to not be in space data. by Mathieu Chartier · 11 years ago
  54. f54c9d6 Merge "Add root types and thread id to root visiting." by Mathieu Chartier · 11 years ago
  55. 83c8ee0 Add root types and thread id to root visiting. by Mathieu Chartier · 11 years ago
  56. bbcc0c0 Speed up method lookup in a different dex file. by Vladimir Marko · 11 years ago
  57. 611c2c3 art: 64-bit support in UContext::Dump by Dmitry Petrochenko · 11 years ago
  58. abaf927 Merge "Re-apply: Implement cumulative timings for CompilerDriver." by Nicolas Geoffray · 11 years ago
  59. ea3fa0b Re-apply: Implement cumulative timings for CompilerDriver. by Nicolas Geoffray · 11 years ago
  60. 83bef92 art: dex offset fix in oat_file.cc for x86_64 by Dmitry Petrochenko · 11 years ago
  61. 7cba217 Merge "Update to the BitVector Implementation" by Bill Buzbee · 11 years ago
  62. e07ab62 Merge "Fix CreateMultiArray to be compaction safe." by Mathieu Chartier · 11 years ago
  63. b185165 Merge "Revert "Revert "Check FastInstance() early for special getters and setters.""" by Vladimir Marko · 11 years ago
  64. 2bc4780 Revert "Revert "Check FastInstance() early for special getters and setters."" by Vladimir Marko · 11 years ago
  65. 5bb9903 Fix CreateMultiArray to be compaction safe. by Mathieu Chartier · 11 years ago
  66. 412c7fc Make debugger / jdwp compaction safe. by Mathieu Chartier · 11 years ago
  67. 109e2b3 Merge "Revert "Check FastInstance() early for special getters and setters."" by Ian Rogers · 11 years ago
  68. 632e458 Revert "Check FastInstance() early for special getters and setters." by Ian Rogers · 11 years ago
  69. f9bc0a5 Merge "Make primitive getter/setters consistently signed." by Ian Rogers · 11 years ago
  70. 29501cf Make primitive getter/setters consistently signed. by Ian Rogers · 11 years ago
  71. a4adbfd RosAlloc verification. by Hiroshi Yamauchi · 11 years ago
  72. 5dc5727 Check FastInstance() early for special getters and setters. by Vladimir Marko · 11 years ago
  73. a522142 Merge "Fix JDWP thread crash." by Sebastien Hertz · 11 years ago
  74. ef7d42f Object model changes to support 64bit. by Ian Rogers · 11 years ago
  75. 462553e Merge "ART can't create more than 8k threads during the worktime" by Ian Rogers · 11 years ago
  76. 1efa0a9 ART can't create more than 8k threads during the worktime by Alexei Zavjalov · 11 years ago
  77. 870901d Finish fixing Zygote descriptor leakage problem by Dave Platt · 11 years ago
  78. 69cd439 Merge "Add missing SIRT to LoadNativeLibrary." by Mathieu Chartier · 11 years ago
  79. 055d46c Add missing SIRT to LoadNativeLibrary. by Mathieu Chartier · 11 years ago
  80. 7c84c44 Merge "[MIPS64] Temporary placeholder build, to allow other projects to build" by Brian Carlstrom · 11 years ago
  81. 0d6adac Fix apps with more than one dex file with the same name by Brian Carlstrom · 11 years ago
  82. 0376e6b Fix JDWP thread crash. by Sebastien Hertz · 11 years ago
  83. 3b878f9 [MIPS64] Temporary placeholder build, to allow other projects to build by Duane Sand · 11 years ago
  84. 816021e Remove unused code in heap.h by Mathieu Chartier · 11 years ago
  85. 37a9876 Add missing SIRT to FindMethodFromCode. by Mathieu Chartier · 11 years ago
  86. 90ea00c Merge "Change marking objects in to_space DCHECK to CHECK" by Mathieu Chartier · 11 years ago
  87. d1e05bf Change marking objects in to_space DCHECK to CHECK by Mathieu Chartier · 11 years ago
  88. 2d98390 Switch art over to a long in DexFile. by Elliott Hughes · 11 years ago
  89. 64cffee Make DexCache references const. by Vladimir Marko · 11 years ago
  90. c293218 Merge "Don't assume resolved type has the same dex cache." by Vladimir Marko · 11 years ago
  91. c0a9ea4 Add missing SIRT to CreateArrayClass. by Mathieu Chartier · 11 years ago
  92. ac33bfa Merge "Move SwapBitmaps to ContinuousMemMapAllocSpace." by Mathieu Chartier · 11 years ago
  93. 70f6004 Fix a race condition in RosAlloc. by Hiroshi Yamauchi · 11 years ago
  94. 1f3b535 Move SwapBitmaps to ContinuousMemMapAllocSpace. by Mathieu Chartier · 11 years ago
  95. 8978643 Don't assume resolved type has the same dex cache. by Vladimir Marko · 11 years ago
  96. caa82d6 Fix lock order checking violation. by Mathieu Chartier · 11 years ago
  97. 27e180f Merge "Fix race conditions caused by StartGC." by Mathieu Chartier · 11 years ago
  98. 7c6aca2 Properly tolerate missing declaring source files by Brian Carlstrom · 11 years ago
  99. d5a89ee Fix race conditions caused by StartGC. by Mathieu Chartier · 11 years ago
  100. 616ffaf Merge "Enable compiler temporaries" by Ian Rogers · 11 years ago