1. 6b4855c Merge "Add ARM64 & X86_64 Assembly, plus tests" by Andreas Gampe · 10 years ago
  2. 00c1e6d Add ARM64 & X86_64 Assembly, plus tests by Andreas Gampe · 10 years ago
  3. 8ab560e Merge "Fix DDM recent allocations" by Sebastien Hertz · 10 years ago
  4. 280286a Fix DDM recent allocations by Sebastien Hertz · 10 years ago
  5. deeb21b Merge "Visit deoptimized shadow frames as roots" by Sebastien Hertz · 10 years ago
  6. 714f175 Visit deoptimized shadow frames as roots by Sebastien Hertz · 10 years ago
  7. d6881ae Disable StubTest.APutObj if heap poisoning is enabled. by Hiroshi Yamauchi · 10 years ago
  8. cb90571 Merge "Improve GSS reference processing." by Hiroshi Yamauchi · 10 years ago
  9. 26ec6ae Merge "Remove unreachable JNI workaround code." by Ian Rogers · 10 years ago
  10. 4db7449 Improve GSS reference processing. by Hiroshi Yamauchi · 10 years ago
  11. 62ab87b Always log explicit GC. by Mathieu Chartier · 10 years ago
  12. b98f8e4 Remove unreachable JNI workaround code. by Ian Rogers · 10 years ago
  13. 4fd2050 Fix racy DCHECKS. by Mathieu Chartier · 10 years ago
  14. 5dee5df Merge "Avoid volatile 64-bit tearing on 32-bit architectures." by Ian Rogers · 10 years ago
  15. a984454 Avoid volatile 64-bit tearing on 32-bit architectures. by Ian Rogers · 10 years ago
  16. 6d23877 Merge "ART: Bitvector extensions for dumping and size handling" by Vladimir Marko · 10 years ago
  17. 990d46f Merge "Move mapping table and vmap table offsets to OatMethodHeader." by Vladimir Marko · 10 years ago
  18. 59e6760 Rosalloc: fix signature for 64b by Andreas Gampe · 10 years ago
  19. 4d21435 Merge "Add "arch_test" gtest for assembly stub constants, add some ARM64 assembly code" by Andreas Gampe · 10 years ago
  20. 5c1e435 Add "arch_test" gtest for assembly stub constants, add some ARM64 assembly code by Andreas Gampe · 10 years ago
  21. 44dad8a Merge "Do not require dexopt when previous profile does not exist" by Brian Carlstrom · 10 years ago
  22. cbec967 Merge "Enable reading page map without lock in RosAlloc::BulkFree" by Mathieu Chartier · 10 years ago
  23. 09881a8 Do not require dexopt when previous profile does not exist by Brian Carlstrom · 10 years ago
  24. 73d1e17 Enable reading page map without lock in RosAlloc::BulkFree by Mathieu Chartier · 10 years ago
  25. bb43b21 Merge "Fix ART compilation for Clang 3.5." by Stephen Hines · 10 years ago
  26. 3f4dcdf Merge "Revert "Revert "ART: Extracts an utility function of the duplicated code""" by Andreas Gampe · 10 years ago
  27. c74b878 Merge "Add a GTest for Assembly Stubs, Add some ARM64 and X86-64 Stubs" by Andreas Gampe · 10 years ago
  28. 525cde2 Add a GTest for Assembly Stubs, Add some ARM64 and X86-64 Stubs by Andreas Gampe · 10 years ago
  29. 8a63057 Move mapping table and vmap table offsets to OatMethodHeader. by Vladimir Marko · 10 years ago
  30. d55e9b1 Merge "Refactor exception handling for deoptimization" by Sebastien Hertz · 10 years ago
  31. fd3077e Refactor exception handling for deoptimization by Sebastien Hertz · 10 years ago
  32. da6e4fe Merge "Resolve method's argument reference types" by Sebastien Hertz · 10 years ago
  33. 2ed76f9 Resolve method's argument reference types by Sebastien Hertz · 10 years ago
  34. 942c8e3 Merge "Support field watchpoint in interpreter" by Sebastien Hertz · 10 years ago
  35. 479fc1e Support field watchpoint in interpreter by Sebastien Hertz · 10 years ago
  36. 861ea56 Fix ART compilation for Clang 3.5. by Stephen Hines · 10 years ago
  37. 3b60fea Use __FUNCTION__ in CHECK_NON_NULL_*ARGUMENT. by Mathieu Chartier · 10 years ago
  38. 81d79dc Merge "Make unresolved exception types cause soft verification errors." by Jeff Hao · 10 years ago
  39. b878f21 Make unresolved exception types cause soft verification errors. by Jeff Hao · 10 years ago
  40. 92b7889 Clean up ScopedThreadStateChange + Get/SetPrimtiveArrayRegion by Mathieu Chartier · 10 years ago
  41. 9c3b089 Revert "Revert "ART: Extracts an utility function of the duplicated code"" by Andreas Gampe · 10 years ago
  42. 5afa08f ART: Bitvector extensions for dumping and size handling by Jean Christophe Beyler · 10 years ago
  43. 17c50db Merge "More code for the read barrier support." by Hiroshi Yamauchi · 10 years ago
  44. b5a14d2 Revert "ART: Extracts an utility function of the duplicated code" by Andreas Gampe · 10 years ago
  45. 973cc95 ART: Extracts an utility function of the duplicated code by Dmitry Petrochenko · 10 years ago
  46. ae55e6c Merge "Don't allow heap transitions if the runtime is shutting down." by Mathieu Chartier · 10 years ago
  47. 35d5c3b art: fix dlopen error message by Colin Cross · 10 years ago
  48. 3c4a434 Don't allow heap transitions if the runtime is shutting down. by Mathieu Chartier · 10 years ago
  49. de981b0 Merge "Separate maps from code in oat file." by Vladimir Marko · 10 years ago
  50. a08ec9b Merge "Fix FindCatchBlock to work in -Xverify:none mode." by Jeff Hao · 10 years ago
  51. aa96191 Fix FindCatchBlock to work in -Xverify:none mode. by Jeff Hao · 10 years ago
  52. 4af159b Merge "Remove support for app JNI workarounds." by Ian Rogers · 10 years ago
  53. d299898 Merge "Warn when thread state lookup fails." by Ian Rogers · 10 years ago
  54. 987560f Remove support for app JNI workarounds. by Ian Rogers · 10 years ago
  55. 9103c86 More code for the read barrier support. by Hiroshi Yamauchi · 10 years ago
  56. 8585bad Return bytes freed from RosAlloc. by Mathieu Chartier · 10 years ago
  57. 0ec77d6 Warn when thread state lookup fails. by Ian Rogers · 10 years ago
  58. 96c6ab9 Separate maps from code in oat file. by Vladimir Marko · 10 years ago
  59. 82b1a81 Merge "Avoid allocating OatFile::OatClass on the heap." by Vladimir Marko · 10 years ago
  60. 618a870 Merge "Fix crash when debugging exception" by Sebastien Hertz · 10 years ago
  61. 00256f3 Merge "Revert "64bit changes to the stack walker for the Quick ABI."" by Nicolas Geoffray · 10 years ago
  62. 8d5ead5 Revert "64bit changes to the stack walker for the Quick ABI." by Nicolas Geoffray · 10 years ago
  63. e08920e Merge "64bit changes to the stack walker for the Quick ABI." by Nicolas Geoffray · 10 years ago
  64. ea81063 Merge "Speed up single-stepping" by Sebastien Hertz · 10 years ago
  65. 63da330 Merge "Add an option to specify a list of methods for LIR dumping." by Mingyao Yang · 10 years ago
  66. 42d65c5 Add an option to specify a list of methods for LIR dumping. by Mingyao Yang · 10 years ago
  67. a2cee18 Modify unwind to comply with stack parser tools. by Christopher Ferris · 10 years ago
  68. 4ad33b3 Fixing missing newlines in Usage calls by Brian Carlstrom · 10 years ago
  69. 455820e Fix ForegroundHeapGrowthMultiplier and ParseDouble. by Mathieu Chartier · 10 years ago
  70. fa25af3 Merge "Replace ObjectSet with LargeObjectBitmap." by Mathieu Chartier · 10 years ago
  71. 5cb3283 64bit changes to the stack walker for the Quick ABI. by Nicolas Geoffray · 10 years ago
  72. bbd695c Replace ObjectSet with LargeObjectBitmap. by Mathieu Chartier · 10 years ago
  73. 48a35cb Merge "Interpreter-only mode should cause dex-to-dex compilation." by Ian Rogers · 10 years ago
  74. 9bc5440 Interpreter-only mode should cause dex-to-dex compilation. by Ian Rogers · 10 years ago
  75. daa7a64 Merge "Comment disallow new monitors." by Ian Rogers · 10 years ago
  76. 5c597c6 Comment disallow new monitors. by Ian Rogers · 10 years ago
  77. a092ee4 Merge "Use non volatile lock words in semispace collector." by Mathieu Chartier · 10 years ago
  78. 4d7f61d Use non volatile lock words in semispace collector. by Mathieu Chartier · 10 years ago
  79. 94e8a97 Merge "Add untested x86-64 downcall and exception assembly." by Ian Rogers · 10 years ago
  80. 6398156 Fix a class-loading bug in the verifier when throwing NPE by Andreas Gampe · 10 years ago
  81. 47d00c0 Add untested x86-64 downcall and exception assembly. by Ian Rogers · 10 years ago
  82. bd5ea6a Preparation for transition to libc++. by Ian Rogers · 10 years ago
  83. a214996 Merge "Decrease target utilization for foreground apps." by Mathieu Chartier · 10 years ago
  84. 2f8da3e Decrease target utilization for foreground apps. by Mathieu Chartier · 10 years ago
  85. df4f96a Merge "Fix thread join hangs" by Ian Rogers · 10 years ago
  86. b94fae6 Merge "Centralize instruction-set pointer-size, alignment, 64b-width code in instruction_set.h/cc" by Andreas Gampe · 10 years ago
  87. 2faf284 Merge "Long support in optimizing compiler." by Nicolas Geoffray · 10 years ago
  88. 01bc96d Long support in optimizing compiler. by Nicolas Geoffray · 10 years ago
  89. 63e8a68 Fix thread join hangs by Yevgeny Rouban · 10 years ago
  90. cf7bea3 Disable JDWP field watchpoint capabilities by Sebastien Hertz · 10 years ago
  91. 51f32a6 Merge "Allow use of instance filter for JDWP events" by Sebastien Hertz · 10 years ago
  92. 172109b Merge "Fix JDWP count event modifier" by Sebastien Hertz · 10 years ago
  93. dcee9ee Less confusing heap transition message. by Mathieu Chartier · 10 years ago
  94. c4d095b Don't call SetFootprintLimit in CreateZygoteSpace. by Mathieu Chartier · 10 years ago
  95. 5f4e6f5 Allow use of instance filter for JDWP events by Sebastien Hertz · 10 years ago
  96. 4320779 Fix JDWP count event modifier by Sebastien Hertz · 10 years ago
  97. c311d0c Merge "Prepare field watchpoint support" by Sebastien Hertz · 10 years ago
  98. 3f52eaf Prepare field watchpoint support by Sebastien Hertz · 10 years ago
  99. 0a01b38 Merge "Clear unused roots from debugger" by Sebastien Hertz · 10 years ago
  100. 1837bcb Merge "Deduplicate code starting JDWP thread" by Sebastien Hertz · 10 years ago