1. 39e4fab Merge "Be a bit smarter with JIT code triggering deoptimization." by Nicolas Geoffray · 8 years ago
  2. b88d59e Be a bit smarter with JIT code triggering deoptimization. by Nicolas Geoffray · 8 years ago
  3. a9b9131 We also need to delete osr entries when deleting ArtMethod. by Nicolas Geoffray · 8 years ago
  4. c0b2796 Follow-up to OSR change. by Nicolas Geoffray · 8 years ago
  5. d186dd8 Re-enable OSR. by Nicolas Geoffray · 8 years ago
  6. e866213 Disable on stack replacement for now. by Nicolas Geoffray · 8 years ago
  7. 5960a3f Merge "Re-enable OSR." by Nicolas Geoffray · 8 years ago
  8. 31708b7 Fix compiler driver gtest. by Calin Juravle · 9 years ago
  9. 34900cc Store relative paths in the profile file by Calin Juravle · 9 years ago
  10. d9994f0 Re-enable OSR. by Nicolas Geoffray · 8 years ago
  11. 4d9b10a Disable osr while investigating flakiness. by Nicolas Geoffray · 9 years ago
  12. d9bc433 Point fixes after OSR change. by Nicolas Geoffray · 9 years ago
  13. b331feb Revert "Revert "Implement on-stack replacement for arm/arm64/x86/x86_64."" by Nicolas Geoffray · 9 years ago
  14. 9b1c9b7 Fix updating string dex cache array for no class table case by Mathieu Chartier · 9 years ago
  15. 1aa8ec2 Fix up dex cache strings stored in classes by Mathieu Chartier · 9 years ago
  16. 3243026 Ensure instruction cache is flushed in compiler tests with Clang. by Roland Levillain · 9 years ago
  17. c26f128 Re-enable test 566-polymorphic-inlining. by Nicolas Geoffray · 9 years ago
  18. 9ff1de0 Merge "Implement first kind of polymorphic inlining." by Nicolas Geoffray · 9 years ago
  19. a42363f Implement first kind of polymorphic inlining. by Nicolas Geoffray · 9 years ago
  20. 05d2415 Add option to never interpret. by Siva Chandra · 9 years ago
  21. 005e4b3 Merge "Add profile support for apps with shared runtime." by Calin Juravle · 9 years ago
  22. b4eddd2 Add profile support for apps with shared runtime. by Calin Juravle · 9 years ago
  23. cf22658 Add attribute to fix build. by Nicolas Geoffray · 9 years ago
  24. 05df393 Merge "Move backward branch instrumentation to all branch." by Nicolas Geoffray · 9 years ago
  25. 81f0f95 Move backward branch instrumentation to all branch. by Nicolas Geoffray · 9 years ago
  26. 932a051 Relax the time interval the profiling data is saved. by Calin Juravle · 9 years ago
  27. f74388d Merge "Improve profile processing" by Calin Juravle · 9 years ago
  28. 877fd96 Improve profile processing by Calin Juravle · 9 years ago
  29. 0a52223 Keep track of number of JIT compilations. by Nicolas Geoffray · 9 years ago
  30. fffbee4 Report types loaded during init to the native debugger by Tamas Berghammer · 9 years ago
  31. 697cc25 Merge "Report loaded classes to native debugger." by David Srbecky · 9 years ago
  32. 160e6df Report loaded classes to native debugger. by Tamas Berghammer · 9 years ago
  33. 3fdb3fe Don't allow thread suspension in ProfilingInfo::Create by Mathieu Chartier · 9 years ago
  34. c3fec4c Fix braino in parameters passed. by Nicolas Geoffray · 9 years ago
  35. 2675173 Merge "Support --perf with jitted code." by Nicolas Geoffray · 9 years ago
  36. a25dce9 Support --perf with jitted code. by Nicolas Geoffray · 9 years ago
  37. 5cc349f Report DWARF debug information for JITed code. by David Srbecky · 9 years ago
  38. b7332f1 Merge "Perform profile file analysis in dex2oat" by Calin Juravle · 9 years ago
  39. 998c216 Perform profile file analysis in dex2oat by Calin Juravle · 9 years ago
  40. 7ede3dd Merge "Assume the profile file was created before saving." by Calin Juravle · 9 years ago
  41. 5e2b971 Assume the profile file was created before saving. by Calin Juravle · 9 years ago
  42. 07f3564 Add a fence to ensure other threads see the correct data. by Nicolas Geoffray · 9 years ago
  43. 58b2329 Merge "Save profile information in a separate thread." by Calin Juravle · 9 years ago
  44. 4d77b6a Save profile information in a separate thread. by Calin Juravle · 9 years ago
  45. 975dd72 Merge "Move JIT debugger interface code to its own file." by David Srbecky · 9 years ago
  46. 115a02b Merge "Pass down to the runtime the application code paths." by Calin Juravle · 9 years ago
  47. 67feb17 Move JIT debugger interface code to its own file. by David Srbecky · 9 years ago
  48. 2dbab95 Merge "Change DCHECK into CHECK to diagnose sporadic crash." by Nicolas Geoffray · 9 years ago
  49. 4aaa1d3 Change DCHECK into CHECK to diagnose sporadic crash. by Nicolas Geoffray · 9 years ago
  50. bdd12e0 Merge "Add some dumping when SIGQUIT for the JIT." by Nicolas Geoffray · 9 years ago
  51. 66f5523 Pass down to the runtime the application code paths. by Calin Juravle · 9 years ago
  52. aee2156 Add some dumping when SIGQUIT for the JIT. by Nicolas Geoffray · 9 years ago
  53. e6465bc Remove references to dlmalloc specific functions by Dimitry Ivanov · 9 years ago
  54. 226501b Revert "Revert "Enable profiled guided compilation in dex2oat"" by Calin Juravle · 9 years ago
  55. 2306ae0 Revert "Enable profiled guided compilation in dex2oat" by Calin Juravle · 9 years ago
  56. 500c9be Enable profiled guided compilation in dex2oat by Calin Juravle · 9 years ago
  57. 73be1e8 Inline monomorphic calls. by Nicolas Geoffray · 9 years ago
  58. 2c6ca2b Fix jit profile saving flags. by Calin Juravle · 9 years ago
  59. 31f2c15 Save jit profiling info to file. by Calin Juravle · 9 years ago
  60. 0a3be16 Increase code cache after 1 full collection. by Nicolas Geoffray · 9 years ago
  61. 8ccbd27 Remove unused variable. by Nicolas Geoffray · 9 years ago
  62. a5891e8 Fix interaction between JIT and instrumentation. by Nicolas Geoffray · 9 years ago
  63. b24301b Merge "Code cleanup to avoid CompilerDriver abstractions in JIT." by Nicolas Geoffray · 9 years ago
  64. 629e935 Properly delete the jit thread pool. by Nicolas Geoffray · 9 years ago
  65. d28b969 Code cleanup to avoid CompilerDriver abstractions in JIT. by Nicolas Geoffray · 9 years ago
  66. 5a23d2e Fix TODO on instrumentation and add some more DCHECKs. by Nicolas Geoffray · 9 years ago
  67. df6dc42 Merge "Fix deadlock with the JIT code cache." by Nicolas Geoffray · 9 years ago
  68. 6262340 Fix deadlock with the JIT code cache. by Nicolas Geoffray · 9 years ago
  69. 22cf3d3 Fix tests flakiness with jit when using Proxy classes. by Nicolas Geoffray · 9 years ago
  70. 10d2508 Change Checkpoint API to return total number of checkpoints by Mathieu Chartier · 9 years ago
  71. 4e915fb Tune heuristics a bit. by Nicolas Geoffray · 9 years ago
  72. 26705e2 Add support for collection ProfilingInfo objects. by Nicolas Geoffray · 9 years ago
  73. 1dad3f6 Support garbage collection of JITted code. by Nicolas Geoffray · 9 years ago
  74. 1e7de6c Remove the magic 32 constant and ensure alignment. by Nicolas Geoffray · 9 years ago
  75. 0c3c266 Use DlMallocSpace for the JIT code cache. by Nicolas Geoffray · 9 years ago
  76. 9ccf051 Perform write barrier on declaring class when adding instrumentation by Mathieu Chartier · 9 years ago
  77. c3fcd41 Address some code comments by Mathieu Chartier · 9 years ago
  78. 36c0136 Fix bug in WaitForCompilationToFinish by Mathieu Chartier · 9 years ago
  79. a50f9cf Fix JIT for class unloading by Mathieu Chartier · 9 years ago
  80. 951ec2c Revert "Revert "Add one LinearAlloc per ClassLoader"" by Mathieu Chartier · 9 years ago
  81. 7de5dfe Revert "Add one LinearAlloc per ClassLoader" by Nicolas Geoffray · 9 years ago
  82. 356412e Add one LinearAlloc per ClassLoader by Mathieu Chartier · 9 years ago
  83. 1147b9b Use image pointer size for profile info by Mathieu Chartier · 9 years ago
  84. 4f55e22 Add and use ScopedSuspendAll by Mathieu Chartier · 9 years ago
  85. 5550ca8 Record profiling information before Jitting. by Nicolas Geoffray · 9 years ago
  86. 2a5c468 ART: Some header cleaning around bit-utils by Andreas Gampe · 9 years ago
  87. 3887c46 Remove unnecessary `explicit` qualifiers on constructors. by Roland Levillain · 9 years ago
  88. c0fe56a Address some comments by Mathieu Chartier · 9 years ago
  89. 54d220e Move ArtFields and ArtMethods to be a length prefixed array by Mathieu Chartier · 9 years ago
  90. 9044347 Move to newer clang annotations by Mathieu Chartier · 9 years ago
  91. 7bf2b4f Revert "Revert "Remove interpreter entrypoint in ArtMethod."" by Nicolas Geoffray · 9 years ago
  92. 7070ccd Revert "Remove interpreter entrypoint in ArtMethod." by Nicolas Geoffray · 9 years ago
  93. fa2c054 Remove interpreter entrypoint in ArtMethod. by Nicolas Geoffray · 9 years ago
  94. e401d14 Move mirror::ArtMethod to native by Mathieu Chartier · 9 years ago
  95. 80afd02 ART: Clean up arm64 kNumberOfXRegisters usage. by Vladimir Marko · 9 years ago
  96. 70f7d98 Don't allow JIT to compile native methods by Mathieu Chartier · 9 years ago
  97. 0462c4c Support multiple instrumentation clients by Sebastien Hertz · 9 years ago
  98. 3130cdf Add some more DISALLOW_COPY_AND_ASSIGN by Mathieu Chartier · 9 years ago
  99. 2cebb24 Replace NULL with nullptr by Mathieu Chartier · 9 years ago
  100. c785344 Move ArtField to native by Mathieu Chartier · 9 years ago