1. e09b87e JIT mini-debug-info: Support JIT data dual mapping. by David Srbecky · 7 years ago
  2. c88c1d0 Fully remove DumpKernelStack. by Elliott Hughes · 7 years ago
  3. 4ec4d48 ART: Verifier cleanup by Andreas Gampe · 7 years ago
  4. efd55b5 Don't complain if we can't read /proc/self/task/pid/stack. by Elliott Hughes · 7 years ago
  5. 9ac8e43 JIT mini-debug-info: Allocate entries in the JIT data space. by David Srbecky · 7 years ago
  6. 82e347b Increase kNotifyNativeInterval on host by Hans Boehm · 7 years ago
  7. c617561 ART: Add support for SVE feature for ARM64. by Artem Serov · 7 years ago
  8. e9455f6 Clear the boot task at fork. by Nicolas Geoffray · 7 years ago
  9. 8fc2f95 JIT mini-debug-info: Remove global maps. by David Srbecky · 7 years ago
  10. 9ce340f ARM64: toFloat() intrinsics with ARMv8 FP16. by xueliang.zhong · 7 years ago
  11. ac8f936 JIT code cache: Don't set footprint limit for data portion. by David Srbecky · 7 years ago
  12. ea5b429 Include evacuated bytes in heap size trace by Lokesh Gidra · 7 years ago
  13. a67daeb Fix race between post fork initialization and JIT. by Nicolas Geoffray · 7 years ago
  14. d5a9587 Update the entrypoint with the code entrypoint, not the code pointer. by Nicolas Geoffray · 7 years ago
  15. 44b977d Print more JIT memory use stats. by David Srbecky · 7 years ago
  16. a6f3583 Couple of small improvements in jitzygote config. by Nicolas Geoffray · 7 years ago
  17. fa59588 Fix setting/getting the native priority of a thread. by Nicolas Geoffray · 7 years ago
  18. 918e9af Add assembly support for -fsanitize=hwaddress tagged globals. by Peter Collingbourne · 7 years ago
  19. bfcea3d Jit-zygote: Postpone pre-compilation until boot is completed. by David Srbecky · 7 years ago
  20. b41869a Fix linker error in JitCompilerInterface by David Srbecky · 7 years ago
  21. f56393c Switch-interpreter: Inline field getters and setters. by David Srbecky · 7 years ago
  22. 635967b Remove message ART creates for "throw null". by Nicolas Geoffray · 7 years ago
  23. 46b5353 Simplify JIT compiler interface usage from the runtime. by David Srbecky · 7 years ago
  24. baa81b5 Use ClassStatus::kVisiblyInitialized in interpreter. by Vladimir Marko · 7 years ago
  25. 38a062e Weaken 2 DCHECK()s in reflection. by Vladimir Marko · 7 years ago
  26. e80ecf3 Rewrite the .data.bimg.rel.ro check in OatFile::Setup(). by Vladimir Marko · 7 years ago
  27. 81448a2 Fix 638-checker-inline-cache-intrinsic by David Srbecky · 7 years ago
  28. 7c50274 Fix Heap::UnBindBitmaps for spaces without bitmaps by Mathieu Chartier · 7 years ago
  29. c14ec8f Add resize arrays JVMTI extension by Alex Light · 7 years ago
  30. 147a911 ART: Remove FailOrAbort for unnecessary cases by Andreas Gampe · 7 years ago
  31. b90cad5 ART: Move find-locks code up in the callchain by Andreas Gampe · 7 years ago
  32. 0134a28 ART: Verifier cleanup by Andreas Gampe · 7 years ago
  33. 86bf068 ART: Verifier cleanup by Andreas Gampe · 7 years ago
  34. 422a9eb Do not hold lock when making class visibly initialized. by Vladimir Marko · 7 years ago
  35. 9f18fbc Make classes visibly initialized faster. by Vladimir Marko · 7 years ago
  36. 6f38201 Refactor space bitmap to be a value object by Mathieu Chartier · 7 years ago
  37. 8e11065 Use ClassStatus::kVisiblyInitialized for allocations. by Vladimir Marko · 7 years ago
  38. 2182147 Call Jit::MaybeCompileMethod less frequently. by David Srbecky · 7 years ago
  39. f367747 Add ability to switch to index ids late. by Alex Light · 7 years ago
  40. f1468b5 ART: Verifier cleanup by Andreas Gampe · 7 years ago
  41. fef91cc ART: Verifier cleanup by Andreas Gampe · 7 years ago
  42. e0bbab9 ART: Verifier cleanup by Andreas Gampe · 7 years ago
  43. 52c468a Refactor mark-bit set logic in PreZygoteFork() by Lokesh Gidra · 7 years ago
  44. c0b30c9 Implement boot image extension relocation. by Vladimir Marko · 7 years ago
  45. 672c080 Update Transaction for boot image extension. by Vladimir Marko · 7 years ago
  46. 0f8950a Pick up the boot profile in zygote and system server. by Nicolas Geoffray · 7 years ago
  47. 1fc4d42 Check whether method is zygote-compiled less frequently. by David Srbecky · 7 years ago
  48. bf12191 Implement ClassStatus::kVisiblyInitialized. by Vladimir Marko · 7 years ago
  49. 9e0099f Drop Core Platform API checks when JNI table updated by Orion Hodson · 7 years ago
  50. 01ecfa1 Refactor Core Plaform API checking by Orion Hodson · 7 years ago
  51. 2be4306 ART: Use initial-exec TLS mode for Thread TLS by Andreas Gampe · 7 years ago
  52. 8237200 ART: Use thread_local on the host for ART Thread* by Andreas Gampe · 7 years ago
  53. a47a6e8 ART: Extend bionic TLS use to host bionic by Andreas Gampe · 7 years ago
  54. 92db59b Revert "Workaround bogus Thread Safety Analysis warning" by Ziang Wan · 7 years ago
  55. 1b0fcf4 ART: Fix ScopedThreadStateChange assert by Andreas Gampe · 7 years ago
  56. 1cbac5c Try to avoid expensive stack walk in QuickDeliverException by David Srbecky · 7 years ago
  57. af86470 ART: Correctly exclude super-init times in classlinker by Andreas Gampe · 7 years ago
  58. 7ee607e ART: Fix Runtime::GetStat by Andreas Gampe · 7 years ago
  59. 70e2a76 Initialize array classes in pre-fence visitor. by Vladimir Marko · 7 years ago
  60. da40aca Typo fix. by Travis Tynes · 7 years ago
  61. a83a889 ART: Switch verifier kThrow fatal to default-on by Andreas Gampe · 7 years ago
  62. ae95ce3 ART: Do not handle RETURN monitor-stack issue as throwing by Andreas Gampe · 7 years ago
  63. f2dcba0 Fix statistics reporting in JIT. by Nicolas Geoffray · 7 years ago
  64. 27351be Switch-interpreter: Add flatten attribute to handlers. by David Srbecky · 7 years ago
  65. cffa254 Add fast path for exception vreg copying. by David Srbecky · 7 years ago
  66. de0ccff Fix a braino in GetSavedEntryPointOfPreCompiledCode. by Nicolas Geoffray · 7 years ago
  67. 4345aac Cleanup some usages of include_dirs by Paul Duffin · 7 years ago
  68. d84794d ART: Add option to behave fatally on unmarked kThrow by Andreas Gampe · 7 years ago
  69. 16a08f6 ART: Factor out runtime-exception saved_line fallback by Andreas Gampe · 7 years ago
  70. 0c2c222 Revert^2 "Support clinit for app image during compilation" by Chang Xing · 9 years ago
  71. 3238440 jitzygote: Handle case of methods having the resolution stub. by Nicolas Geoffray · 7 years ago
  72. 297a053 Stronger alignment check in ArtField::SetOffset(). by Vladimir Marko · 7 years ago
  73. b08d5db Move location of where we clear thread pool tasks post fork. by Nicolas Geoffray · 7 years ago
  74. b3b2db7 ART: Use a scoped disable-moving-gc helper in reg_type_test by Andreas Gampe · 7 years ago
  75. b5204f4 ART: Add interface class join heuristic by Andreas Gampe · 7 years ago
  76. 4bd5234 ART: Scope runnable part of JitCompileTask by Andreas Gampe · 7 years ago
  77. 431a7e5 ART: Fix some thread-annotalysis issues in ProfileSaver by Andreas Gampe · 7 years ago
  78. 8787cf8 Set Mark-bit for large Zygote objects by Lokesh Gidra · 7 years ago
  79. 8b770c4 Switch-interpreter: Fix large performance regression in preamble. by David Srbecky · 7 years ago
  80. 5bef022 [RUNTIME] Ignore signal registration for debugging by randy.jeong · 7 years ago
  81. 7cde458 Further clean up boot image address checks. by Vladimir Marko · 7 years ago
  82. c658278 ART: Introduce CompatThrow by Andreas Gampe · 7 years ago
  83. bc919af ART: Disallow unresolved return types after Q by Andreas Gampe · 7 years ago
  84. d78122b ART: Do not access-check type on instanceof peephole by Andreas Gampe · 7 years ago
  85. d70a97c ART: Monitor-stack merging should not be handled as throwing by Andreas Gampe · 7 years ago
  86. 2808be8 ART: Introduce stackmap with no DexRegInfo. by Artem Serov · 7 years ago
  87. 0d87f99 ART: Remove VERIFY_ERROR_UNRESOLVED_CATCH by Andreas Gampe · 7 years ago
  88. 4146e06 ART: Prepare to remove VERIFY_ERROR_UNRESOLVED_CATCH by Andreas Gampe · 7 years ago
  89. bb5b4f3 Revert "Disable opaque JNI Ids for now." by Alex Light · 7 years ago
  90. 4a30f89 Revert "ART: Remove VERIFY_ERROR_UNRESOLVED_CATCH" by Andreas Gampe · 7 years ago
  91. 7a82acc ART: Remove VERIFY_ERROR_UNRESOLVED_CATCH by Andreas Gampe · 7 years ago
  92. 8d6651d Disable jit_memory_region_test tests on buggy kernels. by Nicolas Geoffray · 7 years ago
  93. e32d24c Store zygote compiled code in a shared map. by Nicolas Geoffray · 7 years ago
  94. d17eac6 Fix for 689-zygote-jit-deopt on kernels before 3.11rc2 by Orion Hodson · 7 years ago
  95. e81f10a Revert "Remove ShadowFrame::dex_pc_ (but keep dex_pc_ptr_)" by David Srbecky · 7 years ago
  96. ab682a7 Blind fix for fixing 689-zygote-jit-deopt on host bionic. by Nicolas Geoffray · 7 years ago
  97. d5fd5c3 Make .bss stores atomic release operations. by Vladimir Marko · 7 years ago
  98. 5e33ccd Don't force-allocate a profiling info when we cannot. by Nicolas Geoffray · 7 years ago
  99. 50bc8fb Remove ShadowFrame::dex_pc_ (but keep dex_pc_ptr_) by David Srbecky · 7 years ago
  100. 1aff1ef Clean up retrieving boot image address range. by Vladimir Marko · 7 years ago