1. acb1237 Fix unhandled allocation failure by Orion Hodson · 7 years ago
  2. ccb0b5f jitzyogte: madvise away dex files after compilation. by Nicolas Geoffray · 7 years ago
  3. b3b803b Enable JIT dual data mapping. by David Srbecky · 7 years ago
  4. 87fb032 Fix JIT data dual mapping for apps. by David Srbecky · 7 years ago
  5. 775d38d Revert "Fix profile saver hotness for AOT code" by Nicolas Geoffray · 7 years ago
  6. 4cb48c1 Fix profile saver hotness for AOT code by Mathieu Chartier · 7 years ago
  7. e09b87e JIT mini-debug-info: Support JIT data dual mapping. by David Srbecky · 7 years ago
  8. 9ac8e43 JIT mini-debug-info: Allocate entries in the JIT data space. by David Srbecky · 7 years ago
  9. e9455f6 Clear the boot task at fork. by Nicolas Geoffray · 7 years ago
  10. 8fc2f95 JIT mini-debug-info: Remove global maps. by David Srbecky · 7 years ago
  11. ac8f936 JIT code cache: Don't set footprint limit for data portion. by David Srbecky · 7 years ago
  12. a67daeb Fix race between post fork initialization and JIT. by Nicolas Geoffray · 7 years ago
  13. d5a9587 Update the entrypoint with the code entrypoint, not the code pointer. by Nicolas Geoffray · 7 years ago
  14. 44b977d Print more JIT memory use stats. by David Srbecky · 7 years ago
  15. a6f3583 Couple of small improvements in jitzygote config. by Nicolas Geoffray · 7 years ago
  16. bfcea3d Jit-zygote: Postpone pre-compilation until boot is completed. by David Srbecky · 7 years ago
  17. b41869a Fix linker error in JitCompilerInterface by David Srbecky · 7 years ago
  18. 46b5353 Simplify JIT compiler interface usage from the runtime. by David Srbecky · 7 years ago
  19. 81448a2 Fix 638-checker-inline-cache-intrinsic by David Srbecky · 7 years ago
  20. 2182147 Call Jit::MaybeCompileMethod less frequently. by David Srbecky · 7 years ago
  21. 0f8950a Pick up the boot profile in zygote and system server. by Nicolas Geoffray · 7 years ago
  22. 1fc4d42 Check whether method is zygote-compiled less frequently. by David Srbecky · 7 years ago
  23. f2dcba0 Fix statistics reporting in JIT. by Nicolas Geoffray · 7 years ago
  24. de0ccff Fix a braino in GetSavedEntryPointOfPreCompiledCode. by Nicolas Geoffray · 7 years ago
  25. 3238440 jitzygote: Handle case of methods having the resolution stub. by Nicolas Geoffray · 7 years ago
  26. b08d5db Move location of where we clear thread pool tasks post fork. by Nicolas Geoffray · 7 years ago
  27. 4bd5234 ART: Scope runnable part of JitCompileTask by Andreas Gampe · 7 years ago
  28. 431a7e5 ART: Fix some thread-annotalysis issues in ProfileSaver by Andreas Gampe · 7 years ago
  29. 2808be8 ART: Introduce stackmap with no DexRegInfo. by Artem Serov · 7 years ago
  30. 8d6651d Disable jit_memory_region_test tests on buggy kernels. by Nicolas Geoffray · 7 years ago
  31. e32d24c Store zygote compiled code in a shared map. by Nicolas Geoffray · 7 years ago
  32. d17eac6 Fix for 689-zygote-jit-deopt on kernels before 3.11rc2 by Orion Hodson · 7 years ago
  33. ab682a7 Blind fix for fixing 689-zygote-jit-deopt on host bionic. by Nicolas Geoffray · 7 years ago
  34. 5e33ccd Don't force-allocate a profiling info when we cannot. by Nicolas Geoffray · 7 years ago
  35. af213cc Fix ClearEntryPointsInZygoteExecSpace. by Nicolas Geoffray · 7 years ago
  36. 714fad6 Delete tasks when deleting a thread pool. by Nicolas Geoffray · 7 years ago
  37. 05b41c4 Prepare for sharing JIT code after fork. by Nicolas Geoffray · 7 years ago
  38. 3a614ea Add more tests around JitMemoryRegion. by Nicolas Geoffray · 7 years ago
  39. 88f3fd9 jitzygote: madvise DONTFORK on writable shared region. by Nicolas Geoffray · 7 years ago
  40. ac933ed Create a dual view for zygote data cache. by Nicolas Geoffray · 7 years ago
  41. a48c3df Revert "Revert "Make the JIT zygote memory shared."" by Nicolas Geoffray · 7 years ago
  42. e764f38 Remove unnecessary cache alignment fixes by Orion Hodson · 7 years ago
  43. 2fef66b Revert "Make the JIT zygote memory shared." by Nicolas Geoffray · 7 years ago
  44. aeb0223 Retry cache flushes on ARMv7 devices by Orion Hodson · 7 years ago
  45. 05f8721 Make the JIT zygote memory shared. by Nicolas Geoffray · 7 years ago
  46. 00a37ff Move code writing to data portion of the JIT cache in JitMemoryRegion. by Nicolas Geoffray · 7 years ago
  47. f5a07ae Delete global ref created for the JitProfileTask. by Nicolas Geoffray · 7 years ago
  48. a61dbc0 Remove useless ScopedCodeCacheWrite calls. by Nicolas Geoffray · 7 years ago
  49. 349845a Move JIT code allocation to JitMemoryRegion. by Nicolas Geoffray · 7 years ago
  50. 521ff98 For 32-bit ARM devices align method headers and code to 64-byte boundaries. by Orion Hodson · 7 years ago
  51. 3149252 Fix memory leak in JIT cache by Orion Hodson · 7 years ago
  52. 9c54e18 Simplify JIT memory region creation. by Nicolas Geoffray · 7 years ago
  53. 2411f49 Add helpers to allocate JIT memory in zygote. by Nicolas Geoffray · 7 years ago
  54. 741a070 Fix two bugs in jitzygote configuration. by Nicolas Geoffray · 7 years ago
  55. 7f7539b Pass the memory region to allocate into to the compiler / allocation. by Nicolas Geoffray · 7 years ago
  56. 2a905b2 Move memory related regions of the JIT cache in its own class. by Nicolas Geoffray · 7 years ago
  57. 29bb803 Don't use prejit for jit-at-first-use. by Nicolas Geoffray · 7 years ago
  58. d2f13ba Remove requirement of a ProfilingInfo for jitted code. by Nicolas Geoffray · 7 years ago
  59. df1ab20 ART: Avoid shared cache lines for JIT code allocations by Orion Hodson · 7 years ago
  60. 9ac09ee jitzygote: compile system server methods at boot. by Nicolas Geoffray · 7 years ago
  61. eab0248 Clean up after obsolete methods update fix. by Vladimir Marko · 7 years ago
  62. 0d54cfb jitzygote: Special case system server to keep the JIT queue at fork. by Nicolas Geoffray · 7 years ago
  63. c5e3a52 Make compiling an apex image explicit. by Nicolas Geoffray · 7 years ago
  64. 36ec6c7 Fix DWARF line-number generation for JITed methods. by David Srbecky · 7 years ago
  65. c45b589 jitzygote: JIT native methods on first use. by David Srbecky · 7 years ago
  66. 605a5fe jitzygote: Fix DCHECKs by David Srbecky · 7 years ago
  67. 3db3d37 Invert IsUsingDefaultBootImageLocation to IsUsingApexBootImageLocation. by David Srbecky · 7 years ago
  68. a3b31ba Fix ProfilingInfo race. by Nicolas Geoffray · 7 years ago
  69. b10f028 Special case one class in jit zygote. by Nicolas Geoffray · 7 years ago
  70. 7989ac9 Save the JIT compiled code when the class isn't initialized yet. by Nicolas Geoffray · 7 years ago
  71. dc2fbb6 jitzygote: create a type lookup table at runtime for bootclasspath dex files. by Nicolas Geoffray · 7 years ago
  72. d03e8dd Fix longstanding JIT bug in interaction with class initialization. by Nicolas Geoffray · 7 years ago
  73. 1ed4515 Fix flaky 137-cfi test. by David Srbecky · 7 years ago
  74. d271809 Don't JIT compile eagerly methods that have the resolution stub. by Nicolas Geoffray · 7 years ago
  75. 76b9c69 Split JIT mini-debug-info packing and compression to two phases. by David Srbecky · 7 years ago
  76. f59bc11 Couple of improvements in the jit zygote pass. by Nicolas Geoffray · 7 years ago
  77. d355acf Clean up Object size related read barriers. by Vladimir Marko · 7 years ago
  78. c524e9e ObjPtr<>-ify mirror::Class. by Vladimir Marko · 7 years ago
  79. 175ce3d Add callback for notifying that startup is completed by Mathieu Chartier · 7 years ago
  80. 5708376 Revert "Remove code size from OatQuickMethodHeader" by Nicolas Geoffray · 7 years ago
  81. 953da54 Clear the JIT task queue for child zygote. by Nicolas Geoffray · 7 years ago
  82. 1d077ac Also JIT non-startup methods in zygote. by Nicolas Geoffray · 7 years ago
  83. de1b2a2 Revert "Revert "Add support for booting with a boot classpath not fully AOTed."" by Nicolas Geoffray · 7 years ago
  84. 14bfedd Revert "Add support for booting with a boot classpath not fully AOTed." by Andreas Gampe · 7 years ago
  85. e570870 Merge "Remove code size from OatQuickMethodHeader" by David Srbecky · 7 years ago
  86. 98b970d Merge "Add support for booting with a boot classpath not fully AOTed." by Nicolas Geoffray · 7 years ago
  87. 7417ce9 Add support for booting with a boot classpath not fully AOTed. by Nicolas Geoffray · 7 years ago
  88. 53eb07f Refactor ElfDebugReader. by David Srbecky · 7 years ago
  89. 131f23a Remove code size from OatQuickMethodHeader by David Srbecky · 7 years ago
  90. 876a2ab Allow the use of filenames when traking code paths for profiling by Calin Juravle · 7 years ago
  91. fe2886d Merge "Deoptimize zygote compiled methods in DeoptimizeBootImage." by Nicolas Geoffray · 7 years ago
  92. 1a07435 Add more verbose logging to profiler by Mathieu Chartier · 7 years ago
  93. 9383d69 Allow multiple native debug entries with same address. by David Srbecky · 7 years ago
  94. 6c22540 Merge "Revert^2 "Reduce the number of calls to Jit::AddSamples."" by David Srbecky · 7 years ago
  95. 30a8c4b Merge "Pack JIT mini-debug-infos together." by David Srbecky · 7 years ago
  96. 226805d Deoptimize zygote compiled methods in DeoptimizeBootImage. by Nicolas Geoffray · 7 years ago
  97. 0b21e41 Pack JIT mini-debug-infos together. by David Srbecky · 8 years ago
  98. e3fc2d1 Revert^2 "Reduce the number of calls to Jit::AddSamples." by David Srbecky · 8 years ago
  99. 98a520c Merge "Revert "Revert "Add a baseline flag to JIT compile.""" by Treehugger Robot · 7 years ago
  100. 075456e Revert "Revert "Add a baseline flag to JIT compile."" by Nicolas Geoffray · 7 years ago