1. 05d2415 Add option to never interpret. by Siva Chandra · 9 years ago
  2. 005e4b3 Merge "Add profile support for apps with shared runtime." by Calin Juravle · 9 years ago
  3. b4eddd2 Add profile support for apps with shared runtime. by Calin Juravle · 9 years ago
  4. cf22658 Add attribute to fix build. by Nicolas Geoffray · 9 years ago
  5. 05df393 Merge "Move backward branch instrumentation to all branch." by Nicolas Geoffray · 9 years ago
  6. 81f0f95 Move backward branch instrumentation to all branch. by Nicolas Geoffray · 9 years ago
  7. 932a051 Relax the time interval the profiling data is saved. by Calin Juravle · 9 years ago
  8. f74388d Merge "Improve profile processing" by Calin Juravle · 9 years ago
  9. 877fd96 Improve profile processing by Calin Juravle · 9 years ago
  10. 0a52223 Keep track of number of JIT compilations. by Nicolas Geoffray · 9 years ago
  11. fffbee4 Report types loaded during init to the native debugger by Tamas Berghammer · 9 years ago
  12. 697cc25 Merge "Report loaded classes to native debugger." by David Srbecky · 9 years ago
  13. 160e6df Report loaded classes to native debugger. by Tamas Berghammer · 9 years ago
  14. 3fdb3fe Don't allow thread suspension in ProfilingInfo::Create by Mathieu Chartier · 9 years ago
  15. c3fec4c Fix braino in parameters passed. by Nicolas Geoffray · 9 years ago
  16. 2675173 Merge "Support --perf with jitted code." by Nicolas Geoffray · 9 years ago
  17. a25dce9 Support --perf with jitted code. by Nicolas Geoffray · 9 years ago
  18. 5cc349f Report DWARF debug information for JITed code. by David Srbecky · 9 years ago
  19. b7332f1 Merge "Perform profile file analysis in dex2oat" by Calin Juravle · 9 years ago
  20. 998c216 Perform profile file analysis in dex2oat by Calin Juravle · 9 years ago
  21. 7ede3dd Merge "Assume the profile file was created before saving." by Calin Juravle · 9 years ago
  22. 5e2b971 Assume the profile file was created before saving. by Calin Juravle · 9 years ago
  23. 07f3564 Add a fence to ensure other threads see the correct data. by Nicolas Geoffray · 9 years ago
  24. 58b2329 Merge "Save profile information in a separate thread." by Calin Juravle · 9 years ago
  25. 4d77b6a Save profile information in a separate thread. by Calin Juravle · 9 years ago
  26. 975dd72 Merge "Move JIT debugger interface code to its own file." by David Srbecky · 9 years ago
  27. 115a02b Merge "Pass down to the runtime the application code paths." by Calin Juravle · 9 years ago
  28. 67feb17 Move JIT debugger interface code to its own file. by David Srbecky · 9 years ago
  29. 2dbab95 Merge "Change DCHECK into CHECK to diagnose sporadic crash." by Nicolas Geoffray · 9 years ago
  30. 4aaa1d3 Change DCHECK into CHECK to diagnose sporadic crash. by Nicolas Geoffray · 9 years ago
  31. bdd12e0 Merge "Add some dumping when SIGQUIT for the JIT." by Nicolas Geoffray · 9 years ago
  32. 66f5523 Pass down to the runtime the application code paths. by Calin Juravle · 9 years ago
  33. aee2156 Add some dumping when SIGQUIT for the JIT. by Nicolas Geoffray · 9 years ago
  34. e6465bc Remove references to dlmalloc specific functions by Dimitry Ivanov · 9 years ago
  35. 226501b Revert "Revert "Enable profiled guided compilation in dex2oat"" by Calin Juravle · 9 years ago
  36. 2306ae0 Revert "Enable profiled guided compilation in dex2oat" by Calin Juravle · 9 years ago
  37. 500c9be Enable profiled guided compilation in dex2oat by Calin Juravle · 9 years ago
  38. 73be1e8 Inline monomorphic calls. by Nicolas Geoffray · 9 years ago
  39. 2c6ca2b Fix jit profile saving flags. by Calin Juravle · 9 years ago
  40. 31f2c15 Save jit profiling info to file. by Calin Juravle · 9 years ago
  41. 0a3be16 Increase code cache after 1 full collection. by Nicolas Geoffray · 9 years ago
  42. 8ccbd27 Remove unused variable. by Nicolas Geoffray · 9 years ago
  43. a5891e8 Fix interaction between JIT and instrumentation. by Nicolas Geoffray · 9 years ago
  44. b24301b Merge "Code cleanup to avoid CompilerDriver abstractions in JIT." by Nicolas Geoffray · 9 years ago
  45. 629e935 Properly delete the jit thread pool. by Nicolas Geoffray · 9 years ago
  46. d28b969 Code cleanup to avoid CompilerDriver abstractions in JIT. by Nicolas Geoffray · 9 years ago
  47. 5a23d2e Fix TODO on instrumentation and add some more DCHECKs. by Nicolas Geoffray · 9 years ago
  48. df6dc42 Merge "Fix deadlock with the JIT code cache." by Nicolas Geoffray · 9 years ago
  49. 6262340 Fix deadlock with the JIT code cache. by Nicolas Geoffray · 9 years ago
  50. 22cf3d3 Fix tests flakiness with jit when using Proxy classes. by Nicolas Geoffray · 9 years ago
  51. 10d2508 Change Checkpoint API to return total number of checkpoints by Mathieu Chartier · 9 years ago
  52. 4e915fb Tune heuristics a bit. by Nicolas Geoffray · 9 years ago
  53. 26705e2 Add support for collection ProfilingInfo objects. by Nicolas Geoffray · 9 years ago
  54. 1dad3f6 Support garbage collection of JITted code. by Nicolas Geoffray · 9 years ago
  55. 1e7de6c Remove the magic 32 constant and ensure alignment. by Nicolas Geoffray · 9 years ago
  56. 0c3c266 Use DlMallocSpace for the JIT code cache. by Nicolas Geoffray · 9 years ago
  57. 9ccf051 Perform write barrier on declaring class when adding instrumentation by Mathieu Chartier · 9 years ago
  58. c3fcd41 Address some code comments by Mathieu Chartier · 9 years ago
  59. 36c0136 Fix bug in WaitForCompilationToFinish by Mathieu Chartier · 9 years ago
  60. a50f9cf Fix JIT for class unloading by Mathieu Chartier · 9 years ago
  61. 951ec2c Revert "Revert "Add one LinearAlloc per ClassLoader"" by Mathieu Chartier · 9 years ago
  62. 7de5dfe Revert "Add one LinearAlloc per ClassLoader" by Nicolas Geoffray · 9 years ago
  63. 356412e Add one LinearAlloc per ClassLoader by Mathieu Chartier · 9 years ago
  64. 1147b9b Use image pointer size for profile info by Mathieu Chartier · 9 years ago
  65. 4f55e22 Add and use ScopedSuspendAll by Mathieu Chartier · 9 years ago
  66. 5550ca8 Record profiling information before Jitting. by Nicolas Geoffray · 9 years ago
  67. 2a5c468 ART: Some header cleaning around bit-utils by Andreas Gampe · 9 years ago
  68. 3887c46 Remove unnecessary `explicit` qualifiers on constructors. by Roland Levillain · 9 years ago
  69. c0fe56a Address some comments by Mathieu Chartier · 9 years ago
  70. 54d220e Move ArtFields and ArtMethods to be a length prefixed array by Mathieu Chartier · 9 years ago
  71. 9044347 Move to newer clang annotations by Mathieu Chartier · 9 years ago
  72. 7bf2b4f Revert "Revert "Remove interpreter entrypoint in ArtMethod."" by Nicolas Geoffray · 9 years ago
  73. 7070ccd Revert "Remove interpreter entrypoint in ArtMethod." by Nicolas Geoffray · 9 years ago
  74. fa2c054 Remove interpreter entrypoint in ArtMethod. by Nicolas Geoffray · 9 years ago
  75. e401d14 Move mirror::ArtMethod to native by Mathieu Chartier · 10 years ago
  76. 80afd02 ART: Clean up arm64 kNumberOfXRegisters usage. by Vladimir Marko · 10 years ago
  77. 70f7d98 Don't allow JIT to compile native methods by Mathieu Chartier · 10 years ago
  78. 0462c4c Support multiple instrumentation clients by Sebastien Hertz · 10 years ago
  79. 3130cdf Add some more DISALLOW_COPY_AND_ASSIGN by Mathieu Chartier · 10 years ago
  80. 2cebb24 Replace NULL with nullptr by Mathieu Chartier · 10 years ago
  81. c785344 Move ArtField to native by Mathieu Chartier · 10 years ago
  82. d856545 Fix ClassLinker::MayBeCalledWithDirectCodePointer for JIT by Mathieu Chartier · 10 years ago
  83. bce416f Add code cache test by Mathieu Chartier · 10 years ago
  84. 455f67c Fix JIT options with late init by Mathieu Chartier · 10 years ago
  85. 6c77292 Revert "Disable jit for ARM 64 bit" by Mathieu Chartier · 10 years ago
  86. bf9fc58 Add more info to who called SuspendAll by Mathieu Chartier · 10 years ago
  87. bf9026d Disable jit for ARM 64 bit by Mathieu Chartier · 10 years ago
  88. 39d9fe2 Merge "Add way to print JIT related info at shutdown" by Mathieu Chartier · 10 years ago
  89. 0aa50ce Remove ThrowLocation. by Nicolas Geoffray · 10 years ago
  90. a4885cb Add way to print JIT related info at shutdown by Mathieu Chartier · 10 years ago
  91. 14691c5 Compute the right catch location for the debugger. by Nicolas Geoffray · 10 years ago
  92. 5c42c29 Add support for .bss section in oat files. by Vladimir Marko · 10 years ago
  93. e5f13e5 Revert "Revert "Add JIT"" by Mathieu Chartier · 10 years ago
  94. a5ca888 Revert "Add JIT" by Nicolas Geoffray · 10 years ago
  95. 2535abe Add JIT by Mathieu Chartier · 10 years ago