1. b9a639d Fix braino in JitCodeCache. by Nicolas Geoffray · 9 years ago
  2. 1153282 Merge "Code cleanup between debugger and jit." by Nicolas Geoffray · 9 years ago
  3. 6300fd7 Code cleanup between debugger and jit. by Nicolas Geoffray · 9 years ago
  4. a807780 Add verify-profile compiler filter by Mathieu Chartier · 9 years ago
  5. 532da65 Merge "Add more statistics for memory use of the JIT." by Nicolas Geoffray · 9 years ago
  6. 933330a Add more statistics for memory use of the JIT. by Nicolas Geoffray · 9 years ago
  7. 011b511 Merge "Call __jit_debug_register_code() indirectly via global variable." by David Srbecky · 9 years ago
  8. a4f8154 Collect memory use for the JIT. by Nicolas Geoffray · 9 years ago
  9. e8b4e85 Call __jit_debug_register_code() indirectly via global variable. by David Srbecky · 9 years ago
  10. 07e3ca9 Fix thread race when fetching the ProfilingInfo object. by Nicolas Geoffray · 9 years ago
  11. 83f080a Tweak JIT hotness threshold. by Nicolas Geoffray · 9 years ago
  12. e87fe95 Merge "Clear inline caches at each full GC." by Nicolas Geoffray · 9 years ago
  13. b6e20ae Clear inline caches at each full GC. by Nicolas Geoffray · 9 years ago
  14. 5bdcdca Merge "Handle unexpected cases in profile saver" by Calin Juravle · 9 years ago
  15. 87aa99c Merge "Record foreign dex files loaded by the app in the profile" by Calin Juravle · 9 years ago
  16. f529e9b Handle unexpected cases in profile saver by Calin Juravle · 9 years ago
  17. 33fbf37 Add systrace logging to ScopedCodeCacheWrite by Mathieu Chartier · 9 years ago
  18. 32ce2ad Add more systracing everywhere by Mathieu Chartier · 9 years ago
  19. 9abb297 Fix very rare bug around JIT code cache collection. by Nicolas Geoffray · 9 years ago
  20. bcd94c8 Refine statistics around the JIT. by Nicolas Geoffray · 9 years ago
  21. e283588 Merge "Do a TryLock when allocating a ProfilingInfo from the interpreter." by Nicolas Geoffray · 9 years ago
  22. 511e41b Clear inline caches if a ProfilingInfo gets revived. by Nicolas Geoffray · 9 years ago
  23. 3512244 Revert "Revert "Use the interpreter as a heartbeat for the JIT."" by Nicolas Geoffray · 9 years ago
  24. c90bc92 Record foreign dex files loaded by the app in the profile by Calin Juravle · 9 years ago
  25. 9e927f5 Lower JIT thread priority by Andreas Gampe · 9 years ago
  26. a96917a Revert "Use the interpreter as a heartbeat for the JIT." by Nicolas Geoffray · 9 years ago
  27. 1e7da9b Do a TryLock when allocating a ProfilingInfo from the interpreter. by Nicolas Geoffray · 9 years ago
  28. 7273a5d Use the interpreter as a heartbeat for the JIT. by Nicolas Geoffray · 9 years ago
  29. c5dd319 Add and use loaded class profiling by Mathieu Chartier · 10 years ago
  30. 6d17995 Merge "Dump the number of OSR compiled code." by Nicolas Geoffray · 9 years ago
  31. dcedaaa Merge "Implement << operator for DexRegisterLocation::Kind." by David Srbecky · 9 years ago
  32. 7dc1178 Implement << operator for DexRegisterLocation::Kind. by David Srbecky · 9 years ago
  33. fcdd729 Dump the number of OSR compiled code. by Nicolas Geoffray · 9 years ago
  34. b0d2208 Forgot to initialize JIT memory use fields. by Nicolas Geoffray · 9 years ago
  35. dddfaa5 Merge "Introduce partial code cache collection." by Nicolas Geoffray · 9 years ago
  36. 8d37250 Introduce partial code cache collection. by Nicolas Geoffray · 9 years ago
  37. 6406b52 Merge "Revert "Revert "Add profman tool: responsible to process profiles""" by Calin Juravle · 9 years ago
  38. 7ca4b77 Don't allocate mspaces of less than a page. by Nicolas Geoffray · 9 years ago
  39. 2e2db78 Revert "Revert "Add profman tool: responsible to process profiles"" by Calin Juravle · 9 years ago
  40. 08e992e Merge "Add a new kReservedCapacity to decide when to start GC code." by Nicolas Geoffray · 9 years ago
  41. a5502e3 Merge "Revert "Add profman tool: responsible to process profiles"" by Nicolas Geoffray · 9 years ago
  42. 3da7468 Revert "Add profman tool: responsible to process profiles" by Nicolas Geoffray · 9 years ago
  43. b7f9aa8 Merge "Add profman tool: responsible to process profiles" by Calin Juravle · 9 years ago
  44. 6caefd9 Add profman tool: responsible to process profiles by Calin Juravle · 10 years ago
  45. 65b83d8 Add a new kReservedCapacity to decide when to start GC code. by Nicolas Geoffray · 9 years ago
  46. c6cce70 Merge "Track memory usage of code cache." by Nicolas Geoffray · 9 years ago
  47. 38ea9bd Track memory usage of code cache. by Nicolas Geoffray · 9 years ago
  48. 5b82d33 The JIT does not need VerifedMethod nor CompilerCallbacks. by Nicolas Geoffray · 9 years ago
  49. 39e4fab Merge "Be a bit smarter with JIT code triggering deoptimization." by Nicolas Geoffray · 9 years ago
  50. b88d59e Be a bit smarter with JIT code triggering deoptimization. by Nicolas Geoffray · 9 years ago
  51. a9b9131 We also need to delete osr entries when deleting ArtMethod. by Nicolas Geoffray · 9 years ago
  52. c0b2796 Follow-up to OSR change. by Nicolas Geoffray · 9 years ago
  53. d186dd8 Re-enable OSR. by Nicolas Geoffray · 9 years ago
  54. e866213 Disable on stack replacement for now. by Nicolas Geoffray · 9 years ago
  55. 5960a3f Merge "Re-enable OSR." by Nicolas Geoffray · 9 years ago
  56. 31708b7 Fix compiler driver gtest. by Calin Juravle · 9 years ago
  57. 34900cc Store relative paths in the profile file by Calin Juravle · 9 years ago
  58. d9994f0 Re-enable OSR. by Nicolas Geoffray · 9 years ago
  59. 4d9b10a Disable osr while investigating flakiness. by Nicolas Geoffray · 9 years ago
  60. d9bc433 Point fixes after OSR change. by Nicolas Geoffray · 9 years ago
  61. b331feb Revert "Revert "Implement on-stack replacement for arm/arm64/x86/x86_64."" by Nicolas Geoffray · 9 years ago
  62. 9b1c9b7 Fix updating string dex cache array for no class table case by Mathieu Chartier · 10 years ago
  63. 1aa8ec2 Fix up dex cache strings stored in classes by Mathieu Chartier · 10 years ago
  64. 3243026 Ensure instruction cache is flushed in compiler tests with Clang. by Roland Levillain · 10 years ago
  65. c26f128 Re-enable test 566-polymorphic-inlining. by Nicolas Geoffray · 10 years ago
  66. 9ff1de0 Merge "Implement first kind of polymorphic inlining." by Nicolas Geoffray · 10 years ago
  67. a42363f Implement first kind of polymorphic inlining. by Nicolas Geoffray · 10 years ago
  68. 05d2415 Add option to never interpret. by Siva Chandra · 10 years ago
  69. 005e4b3 Merge "Add profile support for apps with shared runtime." by Calin Juravle · 10 years ago
  70. b4eddd2 Add profile support for apps with shared runtime. by Calin Juravle · 10 years ago
  71. cf22658 Add attribute to fix build. by Nicolas Geoffray · 10 years ago
  72. 05df393 Merge "Move backward branch instrumentation to all branch." by Nicolas Geoffray · 10 years ago
  73. 81f0f95 Move backward branch instrumentation to all branch. by Nicolas Geoffray · 10 years ago
  74. 932a051 Relax the time interval the profiling data is saved. by Calin Juravle · 10 years ago
  75. f74388d Merge "Improve profile processing" by Calin Juravle · 10 years ago
  76. 877fd96 Improve profile processing by Calin Juravle · 10 years ago
  77. 0a52223 Keep track of number of JIT compilations. by Nicolas Geoffray · 10 years ago
  78. fffbee4 Report types loaded during init to the native debugger by Tamas Berghammer · 10 years ago
  79. 697cc25 Merge "Report loaded classes to native debugger." by David Srbecky · 10 years ago
  80. 160e6df Report loaded classes to native debugger. by Tamas Berghammer · 10 years ago
  81. 3fdb3fe Don't allow thread suspension in ProfilingInfo::Create by Mathieu Chartier · 10 years ago
  82. c3fec4c Fix braino in parameters passed. by Nicolas Geoffray · 10 years ago
  83. 2675173 Merge "Support --perf with jitted code." by Nicolas Geoffray · 10 years ago
  84. a25dce9 Support --perf with jitted code. by Nicolas Geoffray · 10 years ago
  85. 5cc349f Report DWARF debug information for JITed code. by David Srbecky · 10 years ago
  86. b7332f1 Merge "Perform profile file analysis in dex2oat" by Calin Juravle · 10 years ago
  87. 998c216 Perform profile file analysis in dex2oat by Calin Juravle · 10 years ago
  88. 7ede3dd Merge "Assume the profile file was created before saving." by Calin Juravle · 10 years ago
  89. 5e2b971 Assume the profile file was created before saving. by Calin Juravle · 10 years ago
  90. 07f3564 Add a fence to ensure other threads see the correct data. by Nicolas Geoffray · 10 years ago
  91. 58b2329 Merge "Save profile information in a separate thread." by Calin Juravle · 10 years ago
  92. 4d77b6a Save profile information in a separate thread. by Calin Juravle · 10 years ago
  93. 975dd72 Merge "Move JIT debugger interface code to its own file." by David Srbecky · 10 years ago
  94. 115a02b Merge "Pass down to the runtime the application code paths." by Calin Juravle · 10 years ago
  95. 67feb17 Move JIT debugger interface code to its own file. by David Srbecky · 10 years ago
  96. 2dbab95 Merge "Change DCHECK into CHECK to diagnose sporadic crash." by Nicolas Geoffray · 10 years ago
  97. 4aaa1d3 Change DCHECK into CHECK to diagnose sporadic crash. by Nicolas Geoffray · 10 years ago
  98. bdd12e0 Merge "Add some dumping when SIGQUIT for the JIT." by Nicolas Geoffray · 10 years ago
  99. 66f5523 Pass down to the runtime the application code paths. by Calin Juravle · 10 years ago
  100. aee2156 Add some dumping when SIGQUIT for the JIT. by Nicolas Geoffray · 10 years ago