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