1. 659d87d art: Fix build errors for x86_64 target by Dmitry Petrochenko · 11 years ago
  2. 3fc4ff7 Merge "ElfFile should protect itself from bad input" by Brian Carlstrom · 11 years ago
  3. c140945 ElfFile should protect itself from bad input by Brian Carlstrom · 11 years ago
  4. 6fac447 Make allocations report usable size. by Ian Rogers · 11 years ago
  5. a1ce1fe Split up CommonTest into CommonRuntimeTest and CommonCompilerTest by Brian Carlstrom · 11 years ago
  6. 930f7b8 Merge "(Experimental) Add Brooks pointers." by Hiroshi Yamauchi · 11 years ago
  7. 92246bb Fix moving GC bugs in EnterInterpreterFromInvoke. by Mathieu Chartier · 11 years ago
  8. eb7bbad Remove duplicate card pre-cleaning. by Mathieu Chartier · 11 years ago
  9. 9d04a20 (Experimental) Add Brooks pointers. by Hiroshi Yamauchi · 12 years ago
  10. 678d6f4 Merge "Print message when throwing new exception with pending exception." by Mathieu Chartier · 11 years ago
  11. 0f8aa6b Merge "Fix the memory protection issue in RosAllocSpace::CreateFromMemMap()" by Hiroshi Yamauchi · 11 years ago
  12. 4cf5e57 Move waitpid(2) includes to art::Exec implementation by Brian Carlstrom · 11 years ago
  13. 51c89a9 Merge "Avoid going through char* for std::string API" by Brian Carlstrom · 11 years ago
  14. dc7ea11 Merge "Encode VmapTable entries offset by 2 to reduce size." by Vladimir Marko · 11 years ago
  15. 35d8b8e Avoid going through char* for std::string API by Brian Carlstrom · 11 years ago
  16. c22c59e Remove started runtime check in RevokeAllThreadLocalAllocationStacks by Mathieu Chartier · 11 years ago
  17. 2e589aa Encode VmapTable entries offset by 2 to reduce size. by Vladimir Marko · 11 years ago
  18. 8d7672e Print message when throwing new exception with pending exception. by Mathieu Chartier · 11 years ago
  19. aaea734 Fix debugger disconnection crash. by Sebastien Hertz · 11 years ago
  20. fffb0b7 Merge "Create CompilerOptions" by Brian Carlstrom · 11 years ago
  21. a0c9b08 Merge "Avoid std::string allocations for finding an array class." by Ian Rogers · 11 years ago
  22. 9837939 Avoid std::string allocations for finding an array class. by Ian Rogers · 11 years ago
  23. 385de73 Fix the memory protection issue in RosAllocSpace::CreateFromMemMap() by lzang1 · 11 years ago
  24. 35312f4 Merge "Card pre-cleaning." by Mathieu Chartier · 11 years ago
  25. dda54f5 Card pre-cleaning. by Mathieu Chartier · 11 years ago
  26. 6449c62 Create CompilerOptions by Brian Carlstrom · 11 years ago
  27. 400a3a9 Fix debugger deadlock. by Sebastien Hertz · 11 years ago
  28. 3fcf18e Merge "Make ARM assembly labels local." by Ian Rogers · 11 years ago
  29. 67f8ce2 Merge "Make X86 assembly labels local." by Ian Rogers · 11 years ago
  30. 9a5ebb5 Merge "Make MIPS assembly labels local." by Ian Rogers · 11 years ago
  31. 86bcdc2 Make MIPS assembly labels local. by Ian Rogers · 11 years ago
  32. 8016a12 Make X86 assembly labels local. by Ian Rogers · 11 years ago
  33. 5d885c8 Make ARM assembly labels local. by Ian Rogers · 11 years ago
  34. a743351 Split space_test into separate checks by Andreas Gampe · 11 years ago
  35. 4e30541 Fix and optimize verify object. by Mathieu Chartier · 11 years ago
  36. e266ba9 Merge "Do not visit null object from transaction logs." by Mathieu Chartier · 11 years ago
  37. 6b8d414 Zygote: remove CAP_NET_RAW exception by Nick Kralevich · 11 years ago
  38. 5275bcb Restore refs in artQuickProxyInvokeHandler. by Mathieu Chartier · 11 years ago
  39. a559ccb Do not visit null object from transaction logs. by Sebastien Hertz · 11 years ago
  40. 58dabb5 Merge "Fix deoptimization deadlock" by Sebastien Hertz · 11 years ago
  41. 553e30c Merge "Fix oatdumpd." by Hiroshi Yamauchi · 11 years ago
  42. 90d7068 Fix oatdumpd. by Hiroshi Yamauchi · 11 years ago
  43. 4028a6c Inline x86 String.indexOf by Mark Mendell · 11 years ago
  44. 0b2b3db Merge "Upcall support for x86-64." by Ian Rogers · 11 years ago
  45. 936b37f Upcall support for x86-64. by Ian Rogers · 11 years ago
  46. 53cbcb3 Merge "Change ProcessReferences to not use RecursiveMarkObject." by Mathieu Chartier · 11 years ago
  47. 2432254 Merge "Add debug code for saving dex file inputs" by Brian Carlstrom · 11 years ago
  48. 3bb57c7 Change ProcessReferences to not use RecursiveMarkObject. by Mathieu Chartier · 11 years ago
  49. f79fccb Add debug code for saving dex file inputs by Brian Carlstrom · 11 years ago
  50. 11d40c2 Fix deoptimization deadlock by Sebastien Hertz · 11 years ago
  51. 5817e89 Aarch64: Add aarch64 memory barriers. by Stuart Monteith · 11 years ago
  52. 3c95c59 Merge "Do not set ACC_SUPER flag for interfaces" by Sebastien Hertz · 11 years ago
  53. de34eea Do not set ACC_SUPER flag for interfaces by Yevgeny Rouban · 11 years ago
  54. e7da4cf Merge "Remove dependency on llvm/Support/ELF.h by using linux's elf.h." by Nicolas Geoffray · 11 years ago
  55. 073278c Do not FixupStaticTrampolines of uninitialized classes by Brian Carlstrom · 11 years ago
  56. a3537fb Merge "Documentation nit." by Ian Rogers · 11 years ago
  57. 3bcd3ac Merge "Fix preverify." by Hiroshi Yamauchi · 11 years ago
  58. df8a073 Documentation nit. by Ian Rogers · 11 years ago
  59. 50cfe74 Remove dependency on llvm/Support/ELF.h by using linux's elf.h. by Nicolas Geoffray · 11 years ago
  60. c4a2ee4 Merge "art: convert makefiles to support multilib build" by Colin Cross · 11 years ago
  61. de853fe Merge "Fixes to allow test-art-host to run via build server" by Brian Carlstrom · 11 years ago
  62. 4353486 Fixes to allow test-art-host to run via build server by Brian Carlstrom · 11 years ago
  63. 17a7fc7 Fix build. by Mathieu Chartier · 11 years ago
  64. c06fec2 Merge "Change root visitor to use Object**." by Mathieu Chartier · 11 years ago
  65. bb43294 Merge "Avoid interleaving JDWP requests and events." by Sebastien Hertz · 11 years ago
  66. e2ef144 Merge "Fix failing check during JDWP invoke." by Sebastien Hertz · 11 years ago
  67. 99660e1 Avoid interleaving JDWP requests and events. by Sebastien Hertz · 11 years ago
  68. 21e729c Fix failing check during JDWP invoke. by Sebastien Hertz · 11 years ago
  69. 0bf2ed9 Merge "Update native methods whitelist." by Sebastien Hertz · 11 years ago
  70. dc781a1 art: convert makefiles to support multilib build by Colin Cross · 12 years ago
  71. 815873e Change root visitor to use Object**. by Mathieu Chartier · 11 years ago
  72. f48644b Update native methods whitelist. by Sebastien Hertz · 11 years ago
  73. 46861fc Merge "GenSpecialCase support for x86" by Vladimir Marko · 11 years ago
  74. df8d416 Merge "Rewrite the compiler interface for CompilerDriver." by Nicolas Geoffray · 11 years ago
  75. f5df897 Rewrite the compiler interface for CompilerDriver. by Nicolas Geoffray · 11 years ago
  76. d2fe10a Remove blacklist by Sebastien Hertz · 12 years ago
  77. d565caf Don't store this_object in SIRT for static invokes. by Mathieu Chartier · 11 years ago
  78. 32a6c7f Merge "Remove using mirror::* in jni internal." by Mathieu Chartier · 11 years ago
  79. e7e8a5f Remove using mirror::* in jni internal. by Mathieu Chartier · 11 years ago
  80. 1ed9061 Fix preverify. by Hiroshi Yamauchi · 11 years ago
  81. 239e8da Merge "Revert "Revert "Revert "Add a script for running art standalone."""" by Ian Rogers · 11 years ago
  82. 97f4489 Revert "Revert "Revert "Add a script for running art standalone.""" by Ian Rogers · 11 years ago
  83. 209a3a0 Merge "Fix function names in CHECK_NON_NULL_ARGUMENT." by Narayan Kamath · 11 years ago
  84. 44ba806 Merge "Revert "Revert "Add a script for running art standalone.""" by Nicolas Geoffray · 11 years ago
  85. cc35e45 Merge "Thread-local allocation stack." by Hiroshi Yamauchi · 11 years ago
  86. 3bc0174 GenSpecialCase support for x86 by Razvan A Lupusoru · 11 years ago
  87. f5b0e20 Thread-local allocation stack. by Hiroshi Yamauchi · 11 years ago
  88. 874d252 Remove old fork-and-specialize API by Dave Platt · 11 years ago
  89. ebdf3f3 Prevent object allocation related races in VisitObjects. by Mathieu Chartier · 11 years ago
  90. d2be39a Merge "Fix race condition in BumpPointerSpace::Walk." by Mathieu Chartier · 11 years ago
  91. 13511e8 Merge "Avoid unnecessarily dirtying pages in SemiSpace collector." by Mathieu Chartier · 11 years ago
  92. 4b23250 Revert "Revert "Add a script for running art standalone."" by Nicolas Geoffray · 11 years ago
  93. 8544b46 Fix race condition in BumpPointerSpace::Walk. by Mathieu Chartier · 11 years ago
  94. ad35d90 Avoid unnecessarily dirtying pages in SemiSpace collector. by Mathieu Chartier · 11 years ago
  95. 8b8adac Merge "Finish fixing Zygote descriptor leakage problem" by Dave Platt · 11 years ago
  96. 41dcb9f Revert "Add a script for running art standalone." by Brian Carlstrom · 11 years ago
  97. 2300790 Merge "Fix wrong thread id being passed to SIRT roots." by Mathieu Chartier · 11 years ago
  98. 89bb144 Fix wrong thread id being passed to SIRT roots. by Mathieu Chartier · 11 years ago
  99. 8e611d3 Fix function names in CHECK_NON_NULL_ARGUMENT. by Narayan Kamath · 11 years ago
  100. b422d3f Merge "Speed up method lookup in a different dex file." by Vladimir Marko · 11 years ago