1. 2e589aa Encode VmapTable entries offset by 2 to reduce size. by Vladimir Marko · 11 years ago
  2. aaea734 Fix debugger disconnection crash. by Sebastien Hertz · 11 years ago
  3. fffb0b7 Merge "Create CompilerOptions" by Brian Carlstrom · 11 years ago
  4. a0c9b08 Merge "Avoid std::string allocations for finding an array class." by Ian Rogers · 11 years ago
  5. 9837939 Avoid std::string allocations for finding an array class. by Ian Rogers · 11 years ago
  6. 35312f4 Merge "Card pre-cleaning." by Mathieu Chartier · 11 years ago
  7. dda54f5 Card pre-cleaning. by Mathieu Chartier · 11 years ago
  8. 6449c62 Create CompilerOptions by Brian Carlstrom · 11 years ago
  9. 400a3a9 Fix debugger deadlock. by Sebastien Hertz · 11 years ago
  10. 3fcf18e Merge "Make ARM assembly labels local." by Ian Rogers · 11 years ago
  11. 67f8ce2 Merge "Make X86 assembly labels local." by Ian Rogers · 11 years ago
  12. 9a5ebb5 Merge "Make MIPS assembly labels local." by Ian Rogers · 11 years ago
  13. 86bcdc2 Make MIPS assembly labels local. by Ian Rogers · 11 years ago
  14. 8016a12 Make X86 assembly labels local. by Ian Rogers · 11 years ago
  15. 5d885c8 Make ARM assembly labels local. by Ian Rogers · 11 years ago
  16. a743351 Split space_test into separate checks by Andreas Gampe · 11 years ago
  17. 4e30541 Fix and optimize verify object. by Mathieu Chartier · 11 years ago
  18. e266ba9 Merge "Do not visit null object from transaction logs." by Mathieu Chartier · 11 years ago
  19. 6b8d414 Zygote: remove CAP_NET_RAW exception by Nick Kralevich · 11 years ago
  20. 5275bcb Restore refs in artQuickProxyInvokeHandler. by Mathieu Chartier · 11 years ago
  21. a559ccb Do not visit null object from transaction logs. by Sebastien Hertz · 11 years ago
  22. 58dabb5 Merge "Fix deoptimization deadlock" by Sebastien Hertz · 11 years ago
  23. 553e30c Merge "Fix oatdumpd." by Hiroshi Yamauchi · 11 years ago
  24. 90d7068 Fix oatdumpd. by Hiroshi Yamauchi · 11 years ago
  25. 4028a6c Inline x86 String.indexOf by Mark Mendell · 11 years ago
  26. 0b2b3db Merge "Upcall support for x86-64." by Ian Rogers · 11 years ago
  27. 936b37f Upcall support for x86-64. by Ian Rogers · 11 years ago
  28. 53cbcb3 Merge "Change ProcessReferences to not use RecursiveMarkObject." by Mathieu Chartier · 11 years ago
  29. 2432254 Merge "Add debug code for saving dex file inputs" by Brian Carlstrom · 11 years ago
  30. 3bb57c7 Change ProcessReferences to not use RecursiveMarkObject. by Mathieu Chartier · 11 years ago
  31. f79fccb Add debug code for saving dex file inputs by Brian Carlstrom · 11 years ago
  32. 11d40c2 Fix deoptimization deadlock by Sebastien Hertz · 11 years ago
  33. 5817e89 Aarch64: Add aarch64 memory barriers. by Stuart Monteith · 11 years ago
  34. 3c95c59 Merge "Do not set ACC_SUPER flag for interfaces" by Sebastien Hertz · 11 years ago
  35. de34eea Do not set ACC_SUPER flag for interfaces by Yevgeny Rouban · 11 years ago
  36. e7da4cf Merge "Remove dependency on llvm/Support/ELF.h by using linux's elf.h." by Nicolas Geoffray · 11 years ago
  37. 073278c Do not FixupStaticTrampolines of uninitialized classes by Brian Carlstrom · 11 years ago
  38. a3537fb Merge "Documentation nit." by Ian Rogers · 11 years ago
  39. 3bcd3ac Merge "Fix preverify." by Hiroshi Yamauchi · 11 years ago
  40. df8a073 Documentation nit. by Ian Rogers · 11 years ago
  41. 50cfe74 Remove dependency on llvm/Support/ELF.h by using linux's elf.h. by Nicolas Geoffray · 11 years ago
  42. c4a2ee4 Merge "art: convert makefiles to support multilib build" by Colin Cross · 11 years ago
  43. de853fe Merge "Fixes to allow test-art-host to run via build server" by Brian Carlstrom · 11 years ago
  44. 4353486 Fixes to allow test-art-host to run via build server by Brian Carlstrom · 11 years ago
  45. 17a7fc7 Fix build. by Mathieu Chartier · 11 years ago
  46. c06fec2 Merge "Change root visitor to use Object**." by Mathieu Chartier · 11 years ago
  47. bb43294 Merge "Avoid interleaving JDWP requests and events." by Sebastien Hertz · 11 years ago
  48. e2ef144 Merge "Fix failing check during JDWP invoke." by Sebastien Hertz · 11 years ago
  49. 99660e1 Avoid interleaving JDWP requests and events. by Sebastien Hertz · 11 years ago
  50. 21e729c Fix failing check during JDWP invoke. by Sebastien Hertz · 11 years ago
  51. 0bf2ed9 Merge "Update native methods whitelist." by Sebastien Hertz · 11 years ago
  52. dc781a1 art: convert makefiles to support multilib build by Colin Cross · 11 years ago
  53. 815873e Change root visitor to use Object**. by Mathieu Chartier · 11 years ago
  54. f48644b Update native methods whitelist. by Sebastien Hertz · 11 years ago
  55. 46861fc Merge "GenSpecialCase support for x86" by Vladimir Marko · 11 years ago
  56. df8d416 Merge "Rewrite the compiler interface for CompilerDriver." by Nicolas Geoffray · 11 years ago
  57. f5df897 Rewrite the compiler interface for CompilerDriver. by Nicolas Geoffray · 11 years ago
  58. d2fe10a Remove blacklist by Sebastien Hertz · 11 years ago
  59. d565caf Don't store this_object in SIRT for static invokes. by Mathieu Chartier · 11 years ago
  60. 32a6c7f Merge "Remove using mirror::* in jni internal." by Mathieu Chartier · 11 years ago
  61. e7e8a5f Remove using mirror::* in jni internal. by Mathieu Chartier · 11 years ago
  62. 1ed9061 Fix preverify. by Hiroshi Yamauchi · 11 years ago
  63. 239e8da Merge "Revert "Revert "Revert "Add a script for running art standalone."""" by Ian Rogers · 11 years ago
  64. 97f4489 Revert "Revert "Revert "Add a script for running art standalone.""" by Ian Rogers · 11 years ago
  65. 209a3a0 Merge "Fix function names in CHECK_NON_NULL_ARGUMENT." by Narayan Kamath · 11 years ago
  66. 44ba806 Merge "Revert "Revert "Add a script for running art standalone.""" by Nicolas Geoffray · 11 years ago
  67. cc35e45 Merge "Thread-local allocation stack." by Hiroshi Yamauchi · 11 years ago
  68. 3bc0174 GenSpecialCase support for x86 by Razvan A Lupusoru · 11 years ago
  69. f5b0e20 Thread-local allocation stack. by Hiroshi Yamauchi · 11 years ago
  70. 874d252 Remove old fork-and-specialize API by Dave Platt · 11 years ago
  71. ebdf3f3 Prevent object allocation related races in VisitObjects. by Mathieu Chartier · 11 years ago
  72. d2be39a Merge "Fix race condition in BumpPointerSpace::Walk." by Mathieu Chartier · 11 years ago
  73. 13511e8 Merge "Avoid unnecessarily dirtying pages in SemiSpace collector." by Mathieu Chartier · 11 years ago
  74. 4b23250 Revert "Revert "Add a script for running art standalone."" by Nicolas Geoffray · 11 years ago
  75. 8544b46 Fix race condition in BumpPointerSpace::Walk. by Mathieu Chartier · 11 years ago
  76. ad35d90 Avoid unnecessarily dirtying pages in SemiSpace collector. by Mathieu Chartier · 11 years ago
  77. 8b8adac Merge "Finish fixing Zygote descriptor leakage problem" by Dave Platt · 11 years ago
  78. 41dcb9f Revert "Add a script for running art standalone." by Brian Carlstrom · 11 years ago
  79. 2300790 Merge "Fix wrong thread id being passed to SIRT roots." by Mathieu Chartier · 11 years ago
  80. 89bb144 Fix wrong thread id being passed to SIRT roots. by Mathieu Chartier · 11 years ago
  81. 8e611d3 Fix function names in CHECK_NON_NULL_ARGUMENT. by Narayan Kamath · 11 years ago
  82. b422d3f Merge "Speed up method lookup in a different dex file." by Vladimir Marko · 11 years ago
  83. 763a085 Merge "Add a script for running art standalone." by Nicolas Geoffray · 11 years ago
  84. 1f5a90f Add a script for running art standalone. by Nicolas Geoffray · 11 years ago
  85. fd14755 Merge "Work in the direction of hard float quick ABIs." by Ian Rogers · 11 years ago
  86. 0177e53 Work in the direction of hard float quick ABIs. by Ian Rogers · 11 years ago
  87. 3c976a8 Merge "Add more checking to ReleasePrimitiveArray." by Mathieu Chartier · 11 years ago
  88. d68ac70 Add more checking to ReleasePrimitiveArray. by Mathieu Chartier · 11 years ago
  89. 4d2efce Don't hardcode object layout in Unsafe and space_test. by Hiroshi Yamauchi · 11 years ago
  90. fc4c27e Change BumpPointerSpace main block header to not be in space data. by Mathieu Chartier · 11 years ago
  91. f54c9d6 Merge "Add root types and thread id to root visiting." by Mathieu Chartier · 11 years ago
  92. 83c8ee0 Add root types and thread id to root visiting. by Mathieu Chartier · 11 years ago
  93. bbcc0c0 Speed up method lookup in a different dex file. by Vladimir Marko · 11 years ago
  94. 611c2c3 art: 64-bit support in UContext::Dump by Dmitry Petrochenko · 11 years ago
  95. abaf927 Merge "Re-apply: Implement cumulative timings for CompilerDriver." by Nicolas Geoffray · 11 years ago
  96. ea3fa0b Re-apply: Implement cumulative timings for CompilerDriver. by Nicolas Geoffray · 11 years ago
  97. 83bef92 art: dex offset fix in oat_file.cc for x86_64 by Dmitry Petrochenko · 11 years ago
  98. 7cba217 Merge "Update to the BitVector Implementation" by Bill Buzbee · 11 years ago
  99. e07ab62 Merge "Fix CreateMultiArray to be compaction safe." by Mathieu Chartier · 11 years ago
  100. b185165 Merge "Revert "Revert "Check FastInstance() early for special getters and setters.""" by Vladimir Marko · 11 years ago