1. 24faeb2 Trigger GSS whole-heap collection based on large object allocations. by Hiroshi Yamauchi · 10 years ago
  2. 069849e Merge "Switch on implicit null pointer and stack overflow checks." by Dave Allison · 10 years ago
  3. 47ebd77 Merge "ART: Improve fused compare long branch" by Ian Rogers · 10 years ago
  4. 484f4da Merge "ART: ARM64 field entrypoints" by Andreas Gampe · 10 years ago
  5. 80475df Merge "ART: Ensure use counts updated when adding SSA reg" by Bill Buzbee · 10 years ago
  6. 6e4e59c ART: ARM64 field entrypoints by Andreas Gampe · 10 years ago
  7. fc733a1 Merge "ART: Clean field entrypoints for X86-64" by Andreas Gampe · 10 years ago
  8. d0ac324 Merge "Improve ValidateSuperClassDescriptors performance." by Ian Rogers · 10 years ago
  9. 30f54a9 Merge "Allow VMRuntime.newUnpaddedArray allocations in unstarted runtime." by Ian Rogers · 10 years ago
  10. 151f221 Improve ValidateSuperClassDescriptors performance. by Ian Rogers · 10 years ago
  11. 1f1d251 Merge "ART: Use utils.h::RoundUp instead of explicit bit-fiddling" by Andreas Gampe · 10 years ago
  12. 9780f97 Merge "Add more context for CHECKs" by Brian Carlstrom · 10 years ago
  13. af12bcc Merge "Automatically create non-/data dalvik-cache directories" by Brian Carlstrom · 10 years ago
  14. 99b0578 Merge "Handle implicit stack overflow without affecting stack walks" by Dave Allison · 10 years ago
  15. 33f2e59 Add more context for CHECKs by Brian Carlstrom · 10 years ago
  16. 41ccffd Automatically create non-/data dalvik-cache directories by Brian Carlstrom · 10 years ago
  17. 0526643 Switch on implicit null pointer and stack overflow checks. by Dave Allison · 10 years ago
  18. 36b6596 Merge "ART: Update and correct assemble_x86.cc" by Ian Rogers · 10 years ago
  19. 2637f2e ART: Update and correct assemble_x86.cc by Mark Mendell · 10 years ago
  20. 9d4e5e2 ART: Clean field entrypoints for X86-64 by Andreas Gampe · 10 years ago
  21. 752e205 ART: Improve fused compare long branch by Mark Mendell · 10 years ago
  22. 0095e0b Merge "ART: Add a last item in the MIROptimizationFlagPositions enumeration" by Vladimir Marko · 10 years ago
  23. 0add77a ART: Ensure use counts updated when adding SSA reg by Mark Mendell · 10 years ago
  24. 6ab0d9f Merge "Make all registers available when allocating an output register." by Nicolas Geoffray · 10 years ago
  25. a4e7413 Allow VMRuntime.newUnpaddedArray allocations in unstarted runtime. by Ian Rogers · 10 years ago
  26. 6601882 ART: Use utils.h::RoundUp instead of explicit bit-fiddling by Andreas Gampe · 10 years ago
  27. 2a12ad4 Merge "x86_64: Fix frame size calculation for 64-bit" by Andreas Gampe · 10 years ago
  28. f29a424 x86_64: Fix frame size calculation for 64-bit by Dmitry Petrochenko · 10 years ago
  29. fac805b Merge "Implement field entrypoints for x86-64" by Andreas Gampe · 10 years ago
  30. 6676205 Merge "Add RecordFree to the GarbageCollector interface" by Mathieu Chartier · 10 years ago
  31. e76e70f Add RecordFree to the GarbageCollector interface by Mathieu Chartier · 10 years ago
  32. 0b80270 Merge "x86_64: Fix Array::DataOffset in calls" by Andreas Gampe · 10 years ago
  33. 680d662 Merge "Add some debugging info for bug 14469172." by Mingyao Yang · 10 years ago
  34. f486778 Add some debugging info for bug 14469172. by Mingyao Yang · 10 years ago
  35. 37498b6 x86_64: Fix Array::DataOffset in calls by Dmitry Petrochenko · 10 years ago
  36. 5cd3375 Handle implicit stack overflow without affecting stack walks by Dave Allison · 10 years ago
  37. 8ea5baa Merge "Quick compiler: allocate doubles as doubles" by buzbee · 10 years ago
  38. 091cc40 Quick compiler: allocate doubles as doubles by buzbee · 10 years ago
  39. 8d07e2d Implement field entrypoints for x86-64 by Alexei Zavjalov · 10 years ago
  40. 7c62471 Merge "ART: ARM64 art_quick_string_compareto" by Andreas Gampe · 10 years ago
  41. 7851ef5 Merge "Create stack traces in unstarted runtimes." by Ian Rogers · 10 years ago
  42. 266340d ART: ARM64 art_quick_string_compareto by Andreas Gampe · 10 years ago
  43. c45b8b5 Create stack traces in unstarted runtimes. by Ian Rogers · 10 years ago
  44. eafef7d Merge "Allow ArtMethod::Invoke in unstarted runtimes." by Ian Rogers · 10 years ago
  45. 5d27faf Allow ArtMethod::Invoke in unstarted runtimes. by Ian Rogers · 10 years ago
  46. 5e1c205 Merge "Prevent spurious dexopts in 32-64 builds." by Brian Carlstrom · 10 years ago
  47. 52f8488 Prevent spurious dexopts in 32-64 builds. by Narayan Kamath · 10 years ago
  48. 95873d3 Merge "ART: Better art_quick_string_compareto stub_test" by Andreas Gampe · 10 years ago
  49. dee6812 Merge "art/test: support sequential run" by Brian Carlstrom · 10 years ago
  50. 2ba8d4b ART: Better art_quick_string_compareto stub_test by Andreas Gampe · 10 years ago
  51. 81c56e7 art/test: support sequential run by Dmitry Petrochenko · 10 years ago
  52. f2cecc2 Merge "ART: Add art_quick_unlock_object to stub_test" by Andreas Gampe · 10 years ago
  53. 8cede95 Merge "ART: Fix assembler_test to use ScratchFile" by Andreas Gampe · 10 years ago
  54. a54c22c Merge "Move DecodedInstruction into MIR." by Ian Rogers · 10 years ago
  55. 9731eef Merge "Update the GetFieldObject calls behind the read barrier macros." by Hiroshi Yamauchi · 10 years ago
  56. 29a2648 Move DecodedInstruction into MIR. by Ian Rogers · 10 years ago
  57. 6a154a4 Update the GetFieldObject calls behind the read barrier macros. by Hiroshi Yamauchi · 10 years ago
  58. b40c6a7 ART: Fix assembler_test to use ScratchFile by Andreas Gampe · 10 years ago
  59. dbb8727 Merge "Add inline to RosAlloc::AllocFromCurrentRunUnlocked()." by Hiroshi Yamauchi · 10 years ago
  60. 7177d7c ART: Add art_quick_unlock_object to stub_test by Andreas Gampe · 10 years ago
  61. 89fde26 ART: Add a last item in the MIROptimizationFlagPositions enumeration by Jean Christophe Beyler · 10 years ago
  62. 2220cb1 Merge "Make arm64 build with ART_TARGET_CLANG." by Tim Murray · 10 years ago
  63. a7f9871 Merge "Add additional flags to make ART_TARGET_CLANG function with 3.5." by Tim Murray · 10 years ago
  64. 52cf5c0 Add inline to RosAlloc::AllocFromCurrentRunUnlocked(). by Hiroshi Yamauchi · 10 years ago
  65. bf28ab9 Merge "Assert dex-cache is populated following resolution in debug builds." by Ian Rogers · 10 years ago
  66. 1dbbbf6 Merge "Add finalizer references from the entrypoints." by Mathieu Chartier · 10 years ago
  67. e66cdaa Merge "Replace the bool kDoReadBarrier template parameter with an enum." by Hiroshi Yamauchi · 10 years ago
  68. 92b5786 Merge "Add GC cause to WaitForGcToComplete message." by Mathieu Chartier · 10 years ago
  69. 89a201e Add GC cause to WaitForGcToComplete message. by Mathieu Chartier · 10 years ago
  70. f6ba35d Merge "ART: Move oat_data_flow_attributes_ to private and put an API" by Vladimir Marko · 10 years ago
  71. eebe03a Assert dex-cache is populated following resolution in debug builds. by Ian Rogers · 10 years ago
  72. a7e7c2a Make arm64 build with ART_TARGET_CLANG. by Tim Murray · 10 years ago
  73. cc794c3 ART: Move oat_data_flow_attributes_ to private and put an API by Jean Christophe Beyler · 10 years ago
  74. 851a9a9 Merge "Implement object lock and unlock entrypoints for x86-64" by Andreas Gampe · 10 years ago
  75. 6a6a530 Merge "Replace CountOneBits and __builtin_popcount with POPCOUNT." by Vladimir Marko · 10 years ago
  76. 8194963 Replace CountOneBits and __builtin_popcount with POPCOUNT. by Vladimir Marko · 10 years ago
  77. 56a341a Merge "Don't leak oat file when we fail to open a dex file." by Vladimir Marko · 10 years ago
  78. f529d77 Make all registers available when allocating an output register. by Nicolas Geoffray · 10 years ago
  79. 80c7934 Implement object lock and unlock entrypoints for x86-64 by Alexei Zavjalov · 10 years ago
  80. 4b810ea Merge "Revert "Revert "64bit changes to the stack walker for the Quick ABI.""" by Nicolas Geoffray · 10 years ago
  81. 42fcd98 Revert "Revert "64bit changes to the stack walker for the Quick ABI."" by Nicolas Geoffray · 10 years ago
  82. 6e83c17 Replace the bool kDoReadBarrier template parameter with an enum. by Hiroshi Yamauchi · 10 years ago
  83. 8668c3c Add finalizer references from the entrypoints. by Mathieu Chartier · 10 years ago
  84. 608168b Merge "Implement art_quick_string_compareto entrypoint for x86-64" by Andreas Gampe · 10 years ago
  85. 315ccab Implement art_quick_string_compareto entrypoint for x86-64 by Alexei Zavjalov · 10 years ago
  86. 43221f7 Merge "Disable the ahead-of-time compilation for MIPS." by Ian Rogers · 10 years ago
  87. 394d4e7 Merge "Fix the tools/art script about the ISA-specific dalvik cache." by Hiroshi Yamauchi · 10 years ago
  88. f5656ce Fix the tools/art script about the ISA-specific dalvik cache. by Hiroshi Yamauchi · 10 years ago
  89. 05d67f6 Merge "ART: aarch64 jni compiler needs to extend small return types" by Andreas Gampe · 10 years ago
  90. d110432 ART: aarch64 jni compiler needs to extend small return types by Andreas Gampe · 10 years ago
  91. a82b967 Merge "Update clean-oat targets to handle ISA directories" by Brian Carlstrom · 10 years ago
  92. ae08961 Update clean-oat targets to handle ISA directories by Brian Carlstrom · 10 years ago
  93. 7ca278b Disable the ahead-of-time compilation for MIPS. by Ian Rogers · 10 years ago
  94. 9a16f22 Merge "Add thread unsafe allocation methods to spaces." by Mathieu Chartier · 10 years ago
  95. 7edf7c8 Merge "Clean up Add/Remove space." by Mathieu Chartier · 10 years ago
  96. d2e1f11 Merge "ART: Fix target run-tests to build architecture directories" by Andreas Gampe · 10 years ago
  97. d672843 ART: Fix target run-tests to build architecture directories by Andreas Gampe · 10 years ago
  98. 69cf921 Merge "Fix a few 64-bit compilation of 32-bit code issues." by Ian Rogers · 10 years ago
  99. ff093b3 Fix a few 64-bit compilation of 32-bit code issues. by Ian Rogers · 10 years ago
  100. 64e7ac0 Don't leak oat file when we fail to open a dex file. by Vladimir Marko · 10 years ago