1. 0d60a2b Introduce an enum for the compilation kind. by Nicolas Geoffray · 6 years ago
  2. f8cc26e Fix a braino when marking a method as being compiled. by Nicolas Geoffray · 6 years ago
  3. 62dd4e8 Continue try allocating until we've reached max capacity. by Nicolas Geoffray · 6 years ago
  4. 41617b1 Add more logging and sanity checks for JIT mini-debug-info. by David Srbecky · 6 years ago
  5. 521644b Call JitCodeCache::FreeAllMethodHeaders under JIT lock. by David Srbecky · 6 years ago
  6. c76232e Fix relation between debuggable / JIT zygote. by Nicolas Geoffray · 6 years ago
  7. 30fd851 Refactor RemoveNativeDebugInfoForJit. by David Srbecky · 6 years ago
  8. fc47d6b Adjust JitCodeCache::TransitionToDebuggable. by Nicolas Geoffray · 6 years ago
  9. 280e6c3 Jit-zygote compiled code isn't debuggable by Alex Light · 6 years ago
  10. b28e304 Clear PreCompiled when we transition to debuggable after zygote fork by Alex Light · 6 years ago
  11. 4cbb51a Fix ART code around JIT zygote. by Nicolas Geoffray · 6 years ago
  12. e91e795 Replace instrumention id with stack pointers. by Nicolas Geoffray · 6 years ago
  13. 085f740 Re-arrange code to avoid recursive locking of the JIT lock. by Nicolas Geoffray · 6 years ago
  14. b0a9747 Fix go/lem breakages on baseline configs by Nicolas Geoffray · 7 years ago
  15. e3f775b Address comments from aog/1180224. by Nicolas Geoffray · 7 years ago
  16. a59af8a JIT baseline: trigger optimized compilation on hotness threshold. by Nicolas Geoffray · 7 years ago
  17. de3e51d If a collection is in progress, we need to mark new code. by Nicolas Geoffray · 7 years ago
  18. e3884e3 [jitzygote] Map the boot image fd after the contents have been written. by Nicolas Geoffray · 7 years ago
  19. 5115a4d Clean up initialization checks for entrypoints. by Vladimir Marko · 7 years ago
  20. cce414f Delay entrypoint update until visibly initialized. by Vladimir Marko · 7 years ago
  21. adb66f9 Revert^2 "JIT: Separate code allocation and initialization." by David Srbecky · 7 years ago
  22. 63b0c26 Revert "JIT: Separate code allocation and initialization." by Nicolas Geoffray · 7 years ago
  23. e1b36f0 JIT: Separate code allocation and initialization. by David Srbecky · 7 years ago
  24. 444e998 JIT mini-debug-info: Generate the debug info sooner. by David Srbecky · 7 years ago
  25. 1cef6b2 Add and use a read-barrier free NeedInitializationCheck method. by Nicolas Geoffray · 7 years ago
  26. 623d4f1 Share boot image methods memory in JIT zygote. by Nicolas Geoffray · 7 years ago
  27. 5a0b672 Boot image: only use the resolution stub when there is AOT code. by Nicolas Geoffray · 7 years ago
  28. 4ac0e15 Revert "Revert "Basic structural redefinition support"" by Nicolas Geoffray · 7 years ago
  29. 5a2301d Revert "Basic structural redefinition support" by Nicolas Geoffray · 7 years ago
  30. c971eaf Basic structural redefinition support by Alex Light · 7 years ago
  31. 87fb032 Fix JIT data dual mapping for apps. by David Srbecky · 7 years ago
  32. 8fc2f95 JIT mini-debug-info: Remove global maps. by David Srbecky · 7 years ago
  33. ac8f936 JIT code cache: Don't set footprint limit for data portion. by David Srbecky · 7 years ago
  34. 44b977d Print more JIT memory use stats. by David Srbecky · 7 years ago
  35. f2dcba0 Fix statistics reporting in JIT. by Nicolas Geoffray · 7 years ago
  36. de0ccff Fix a braino in GetSavedEntryPointOfPreCompiledCode. by Nicolas Geoffray · 7 years ago
  37. 3238440 jitzygote: Handle case of methods having the resolution stub. by Nicolas Geoffray · 7 years ago
  38. b08d5db Move location of where we clear thread pool tasks post fork. by Nicolas Geoffray · 7 years ago
  39. e32d24c Store zygote compiled code in a shared map. by Nicolas Geoffray · 7 years ago
  40. af213cc Fix ClearEntryPointsInZygoteExecSpace. by Nicolas Geoffray · 7 years ago
  41. 88f3fd9 jitzygote: madvise DONTFORK on writable shared region. by Nicolas Geoffray · 7 years ago
  42. a48c3df Revert "Revert "Make the JIT zygote memory shared."" by Nicolas Geoffray · 7 years ago
  43. e764f38 Remove unnecessary cache alignment fixes by Orion Hodson · 7 years ago
  44. 2fef66b Revert "Make the JIT zygote memory shared." by Nicolas Geoffray · 7 years ago
  45. aeb0223 Retry cache flushes on ARMv7 devices by Orion Hodson · 7 years ago
  46. 05f8721 Make the JIT zygote memory shared. by Nicolas Geoffray · 7 years ago
  47. 00a37ff Move code writing to data portion of the JIT cache in JitMemoryRegion. 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. 741a070 Fix two bugs in jitzygote configuration. by Nicolas Geoffray · 7 years ago
  54. 7f7539b Pass the memory region to allocate into to the compiler / allocation. by Nicolas Geoffray · 7 years ago
  55. 2a905b2 Move memory related regions of the JIT cache in its own class. by Nicolas Geoffray · 7 years ago
  56. d2f13ba Remove requirement of a ProfilingInfo for jitted code. by Nicolas Geoffray · 7 years ago
  57. df1ab20 ART: Avoid shared cache lines for JIT code allocations by Orion Hodson · 7 years ago
  58. eab0248 Clean up after obsolete methods update fix. by Vladimir Marko · 7 years ago
  59. c45b589 jitzygote: JIT native methods on first use. by David Srbecky · 7 years ago
  60. 605a5fe jitzygote: Fix DCHECKs by David Srbecky · 7 years ago
  61. 3db3d37 Invert IsUsingDefaultBootImageLocation to IsUsingApexBootImageLocation. by David Srbecky · 7 years ago
  62. a3b31ba Fix ProfilingInfo race. by Nicolas Geoffray · 7 years ago
  63. 7989ac9 Save the JIT compiled code when the class isn't initialized yet. by Nicolas Geoffray · 7 years ago
  64. d03e8dd Fix longstanding JIT bug in interaction with class initialization. by Nicolas Geoffray · 7 years ago
  65. d355acf Clean up Object size related read barriers. by Vladimir Marko · 7 years ago
  66. c524e9e ObjPtr<>-ify mirror::Class. by Vladimir Marko · 7 years ago
  67. 5708376 Revert "Remove code size from OatQuickMethodHeader" by Nicolas Geoffray · 7 years ago
  68. 131f23a Remove code size from OatQuickMethodHeader by David Srbecky · 7 years ago
  69. 226805d Deoptimize zygote compiled methods in DeoptimizeBootImage. by Nicolas Geoffray · 7 years ago
  70. 889e29a Merge "Cleanup native debug interface api." by David Srbecky · 7 years ago
  71. afc60cd Cleanup native debug interface api. by David Srbecky · 8 years ago
  72. ae982f9 Remove CHECK given jvmti deallocates memory. by Nicolas Geoffray · 7 years ago
  73. 1c1c6e6 Remove CHECK and don't free code/data in zygote space. by Nicolas Geoffray · 7 years ago
  74. ce9ed36 Enable JIT in zygote. by Nicolas Geoffray · 8 years ago
  75. ef6b2aa Merge "Revert^4 "ART: Add StackVisitor accepting a lambda"" by Treehugger Robot · 8 years ago
  76. e36e7f2 Store ImtIndex in ArtMethod. by David Srbecky · 8 years ago
  77. 80e6a09 Merge "Refactor code around JIT creation." by Nicolas Geoffray · 8 years ago
  78. 1afdfe6 Wait until inline cache is accessible in GetProfiledMethods. by Nicolas Geoffray · 8 years ago
  79. 7a2c7c2 Refactor code around JIT creation. by Nicolas Geoffray · 8 years ago
  80. c7d878d Revert^4 "ART: Add StackVisitor accepting a lambda" by Andreas Gampe · 8 years ago
  81. ec43a01 Revert "Revert^2 "ART: Add StackVisitor accepting a lambda"" by Nicolas Geoffray · 8 years ago
  82. 3d477f3 Revert^2 "ART: Add StackVisitor accepting a lambda" by Andreas Gampe · 8 years ago
  83. b9f1af5 Small cleanups in jit_code_cache. by Nicolas Geoffray · 8 years ago
  84. c980df6 Merge "Revert "ART: Add StackVisitor accepting a lambda"" by Andreas Gampe · 8 years ago
  85. 8248490 Revert "ART: Add StackVisitor accepting a lambda" by Andreas Gampe · 8 years ago
  86. e09485f Merge "ART: Add StackVisitor accepting a lambda" by Andreas Gampe · 8 years ago
  87. a7edd0d Fix JIT creation so it picks up runtime flags. by Nicolas Geoffray · 8 years ago
  88. 36f8d22 ART: Add StackVisitor accepting a lambda by Andreas Gampe · 8 years ago
  89. ad28f5e ART: add hook for framework to set SELinux context by Orion Hodson · 8 years ago
  90. 1130659 Refactor MemMap::MapAnonymous(). by Vladimir Marko · 8 years ago
  91. 88dbad3 ART: Do some include-what-you-use by Andreas Gampe · 8 years ago
  92. 98ea9d9 ART: Refactor for bugprone-argument-comment by Andreas Gampe · 8 years ago
  93. 1d3fd08 Revert^4 "ART: Dual mapping of JIT code pages" by Orion Hodson · 8 years ago
  94. 1bfce38 Revert^3 "ART: Dual mapping of JIT code pages" by Andreas Gampe · 8 years ago
  95. 0e904ff Revert^2 "ART: Dual mapping of JIT code pages"" by Orion Hodson · 8 years ago
  96. 5d7015c Merge "Revert "Test for jit deadlock"" by Nicolas Geoffray · 8 years ago
  97. 819824b Revert "Test for jit deadlock" by Nicolas Geoffray · 8 years ago
  98. 604e234 Merge "Revert "ART: Dual mapping of JIT code pages"" by Orion Hodson · 8 years ago
  99. 60eaabe Revert "ART: Dual mapping of JIT code pages" by Andreas Gampe · 8 years ago
  100. d75a268 Merge "ART: Dual mapping of JIT code pages" by Orion Hodson · 8 years ago