1. 3068d58 Clean up creating handles from `this`. by Vladimir Marko · 7 years ago
  2. 991cd5c Add default template args to Heap::Alloc*Object*(). by Vladimir Marko · 7 years ago
  3. 49af704 Ensure non-standard returns release monitors by Alex Light · 7 years ago
  4. 616f400 Move libsigchain out of static/shared properties by Colin Cross · 7 years ago
  5. d6f579c Switch-interpreter: Use more helpers for opcode arguments. by David Srbecky · 7 years ago
  6. cc3a121 ART: Fix exception stash in stack dump by Andreas Gampe · 7 years ago
  7. e42a4b9 Optimize stack maps: add fast path for no inline info. by David Srbecky · 7 years ago
  8. 67ba872 Optimize stack map decoding. by David Srbecky · 7 years ago
  9. 436f6c1 Switch-interpreter: Add helpers to get opcode arguments. by David Srbecky · 7 years ago
  10. af52cbe Use TargetSdkLevel in CalculateVerificationInfo by Alex Light · 7 years ago
  11. abedfca Partially ObjPtr<>-ify HandleScope. by Vladimir Marko · 7 years ago
  12. e2ddce3 Revert^2 "Add verifier fallback for JVMTI Get/SetLocalVariable" by Alex Light · 7 years ago
  13. 99cbfb5 Revert "Add verifier fallback for JVMTI Get/SetLocalVariable" by David Srbecky · 7 years ago
  14. e48fd0b Add verifier fallback for JVMTI Get/SetLocalVariable by Alex Light · 7 years ago
  15. abdb459 Use string length from DEX instead of recomputing by Eric Holk · 7 years ago
  16. 4a17f8a Add extra systrace for app startup by Mathieu Chartier · 7 years ago
  17. 0dc93b1 ART: Run bpfmt over ART's blueprint files by Andreas Gampe · 7 years ago
  18. 9b81ac3 Add default argument kIsInstrumented=true. by Vladimir Marko · 7 years ago
  19. 552a134 ART: Optimize StringBuilder append pattern. by Vladimir Marko · 9 years ago
  20. 3a8ab36 ART: Remove time_utils dependency in thread_list.h by Andreas Gampe · 7 years ago
  21. 19f5416 ART: Remove runtime.h file_utils.h (iwyu) by Andreas Gampe · 7 years ago
  22. 43e7243 ART: Remove file_utils' ReadFileToString by Andreas Gampe · 7 years ago
  23. 391be3a ART: Forward-declare AllocatorType (iwyu) by Andreas Gampe · 7 years ago
  24. 0c2313c ART: Forward-declare SuspendReason in thread.h by Andreas Gampe · 7 years ago
  25. b79674c ART: Forward-declare Signature in art_method.h (iwyu) by Andreas Gampe · 7 years ago
  26. 230beda Add thread state descriptive comment by Hans Boehm · 7 years ago
  27. baa99ad Optimize RegionSpace::ClearFromSpace() by Lokesh Gidra · 7 years ago
  28. b5649f9 Allow stripped-down OatDexFile in system server. by David Srbecky · 7 years ago
  29. 3f795d2 Fix image_space_test on Q+ target. by Vladimir Marko · 7 years ago
  30. a253c2d Bytes_moved accounting fix and accounting cleanup by Hans Boehm · 7 years ago
  31. e302088 Call ReferenceQueue add outside of active GC block by Alex Light · 7 years ago
  32. d456117 ART: Mark StringBuilder.append()s as intrinsics. by Vladimir Marko · 9 years ago
  33. f41232e Incorporate additional feedback to native JNI checks by Orion Hodson · 7 years ago
  34. 077872d Allow APEX binaries to access fields and methods via JNI by Orion Hodson · 7 years ago
  35. 2180d8e Clean up ArtField/ArtMethod relocation for app image. by Vladimir Marko · 7 years ago
  36. 9ac09ee jitzygote: compile system server methods at boot. by Nicolas Geoffray · 7 years ago
  37. eab0248 Clean up after obsolete methods update fix. by Vladimir Marko · 7 years ago
  38. efdd1b0 ART: Add throughput to verifier duration message by Andreas Gampe · 7 years ago
  39. d6d878e Use DEX2OATBOOTCLASSPATH to generate boot image by wangshumin · 7 years ago
  40. d3374a0 Move stack logging entirely into palette library by Orion Hodson · 7 years ago
  41. 4060786 Revert^2 "Correctly handle thread deopt with thread-specific JVMTI events" by Alex Light · 7 years ago
  42. 3ff45bf ART: Small iwyu by Andreas Gampe · 7 years ago
  43. b34981b ART: Fix hidden hard fail in instance field verification by Andreas Gampe · 7 years ago
  44. 439d126 Add StackVisitor::SetVRegReference(). by Vladimir Marko · 7 years ago
  45. 19711d4 ObjPtr<>-ify instrumentation. by Vladimir Marko · 7 years ago
  46. 8311489 ObjPtr<>-ify debugger/jdwp. by Vladimir Marko · 7 years ago
  47. 1fe5839 ObjPtr<>-ify ClassTable. by Vladimir Marko · 7 years ago
  48. c6934e3 Avoid some read barriers in ClassTable. by Vladimir Marko · 7 years ago
  49. 765b2a0 Add -verbose:interpreter by Mathieu Chartier · 7 years ago
  50. 164f133 Free classes after objects for memory tool by Mathieu Chartier · 7 years ago
  51. 0d54cfb jitzygote: Special case system server to keep the JIT queue at fork. by Nicolas Geoffray · 7 years ago
  52. fe613a7 ART: Small iwyu by Andreas Gampe · 7 years ago
  53. b0625e0 ART: Address b/120022597 by Andreas Gampe · 7 years ago
  54. b74f307 ART: IWYU for HiddenApi domain by Andreas Gampe · 7 years ago
  55. 1db789e ART: Small iwyu by Andreas Gampe · 7 years ago
  56. 0e5dc34 Only write stacks traces to tombstoned by Joe Onorato · 7 years ago
  57. f1890fd Go to native for image decompression thread pool wait by Mathieu Chartier · 7 years ago
  58. c5e3a52 Make compiling an apex image explicit. by Nicolas Geoffray · 7 years ago
  59. 7711c35 Fix debug/release dependencies on libartbase by David Srbecky · 7 years ago
  60. 36ec6c7 Fix DWARF line-number generation for JITed methods. by David Srbecky · 7 years ago
  61. 956f9fa Save floating point registers in art_quick_osr_stub by David Srbecky · 7 years ago
  62. c45b589 jitzygote: JIT native methods on first use. by David Srbecky · 7 years ago
  63. 2cd21b2 ART: Make bad_mutexes abort message legible by Andreas Gampe · 7 years ago
  64. 7c5acbb ART: Fix some types by Andreas Gampe · 8 years ago
  65. 51c6558 Add cfi instructions. by Christopher Ferris · 7 years ago
  66. 81dc7ab Speed up and slightly simplify Mutex by Hans Boehm · 7 years ago
  67. 605a5fe jitzygote: Fix DCHECKs by David Srbecky · 7 years ago
  68. 20d1c94 Patch supports Intel(R) AVX/AVX2 MOV Instruction by jaishank · 7 years ago
  69. 96b3baa ART: Validate boot image system oat files conditionally by Andreas Gampe · 7 years ago
  70. 3db3d37 Invert IsUsingDefaultBootImageLocation to IsUsingApexBootImageLocation. by David Srbecky · 7 years ago
  71. 467b692 Use single contention counter for rw mutexes by Hans Boehm · 7 years ago
  72. f339cca Revert "jitzygote: Also Pre-JIT native methods." by David Srbecky · 7 years ago
  73. dd16edb Revert "jitzygote: Fix pre-JIT of native methods." by David Srbecky · 7 years ago
  74. a4cdd36 Prevent concurrent GC stack-walks during deoptimization by Alex Light · 7 years ago
  75. bfcca58 ART: Add verifier-debug log for exception handler by Andreas Gampe · 7 years ago
  76. 99db7bb ART: Templatize internal method verifier class by Andreas Gampe · 7 years ago
  77. fc25ae9 ART: Refactor verifier by Andreas Gampe · 7 years ago
  78. d09c059 ART: Do not expose arena allocator from MethodVerifier by Andreas Gampe · 7 years ago
  79. 51de69e ART: Clean up MethodVerifier by Andreas Gampe · 7 years ago
  80. bb2467b Make kHugeNativeAllocs configurable by Hans Boehm · 7 years ago
  81. 7c887c5 ART: Under verifier-debug, amend the hard-fail message by Andreas Gampe · 7 years ago
  82. a65859d Add mean GC throughput as per CPU time to perfdump by Lokesh Gidra · 7 years ago
  83. 87658f3 Revert^2 "Optimize FindClass ClassNotFoundException case" by Andreas Gampe · 7 years ago
  84. d5d807b ART: Restrict dex cache location check by Andreas Gampe · 7 years ago
  85. 501c3b0 Revert^2 "Fix correctness for fast path class loading" by Andreas Gampe · 7 years ago
  86. 2e2f9e8 Revert "Fix correctness for fast path class loading" by Mathieu Chartier · 7 years ago
  87. d399f57 Revert "Optimize FindClass ClassNotFoundException case" by Mathieu Chartier · 7 years ago
  88. 9634705 Optimize FindClass ClassNotFoundException case by Mathieu Chartier · 7 years ago
  89. d94c87d jitzygote: Fix pre-JIT of native methods. by David Srbecky · 7 years ago
  90. ef04ac6 Fix correctness for fast path class loading by Mathieu Chartier · 7 years ago
  91. 1eb5d87 Prefix entrypoints with 0xFF so we can do extra checks. by David Srbecky · 7 years ago
  92. 9b70ee0 Clean up error messages in the previous CL. by Martin Stjernholm · 7 years ago
  93. 2ad6cce ART: Make LogVerifyInfo newlines consistent by Andreas Gampe · 7 years ago
  94. 2e2c45e Plumb tombstoned connections through PALette. by Martin Stjernholm · 7 years ago
  95. a3b31ba Fix ProfilingInfo race. by Nicolas Geoffray · 7 years ago
  96. b10f028 Special case one class in jit zygote. by Nicolas Geoffray · 7 years ago
  97. 5a0622a jitzygote: Also Pre-JIT native methods. by Nicolas Geoffray · 7 years ago
  98. 7989ac9 Save the JIT compiled code when the class isn't initialized yet. by Nicolas Geoffray · 7 years ago
  99. 6dfdfef Set core platform API policy from command line flag by David Brazdil · 7 years ago
  100. fb6a5c0 Add and use art::GetAndroidRuntimeBinDir. by Roland Levillain · 7 years ago