1. 66f5523 Pass down to the runtime the application code paths. by Calin Juravle · 9 years ago
  2. e6465bc Remove references to dlmalloc specific functions by Dimitry Ivanov · 9 years ago
  3. 226501b Revert "Revert "Enable profiled guided compilation in dex2oat"" by Calin Juravle · 9 years ago
  4. 2306ae0 Revert "Enable profiled guided compilation in dex2oat" by Calin Juravle · 9 years ago
  5. 500c9be Enable profiled guided compilation in dex2oat by Calin Juravle · 9 years ago
  6. 73be1e8 Inline monomorphic calls. by Nicolas Geoffray · 9 years ago
  7. 2c6ca2b Fix jit profile saving flags. by Calin Juravle · 9 years ago
  8. 31f2c15 Save jit profiling info to file. by Calin Juravle · 9 years ago
  9. 0a3be16 Increase code cache after 1 full collection. by Nicolas Geoffray · 9 years ago
  10. 8ccbd27 Remove unused variable. by Nicolas Geoffray · 9 years ago
  11. a5891e8 Fix interaction between JIT and instrumentation. by Nicolas Geoffray · 9 years ago
  12. b24301b Merge "Code cleanup to avoid CompilerDriver abstractions in JIT." by Nicolas Geoffray · 9 years ago
  13. 629e935 Properly delete the jit thread pool. by Nicolas Geoffray · 9 years ago
  14. d28b969 Code cleanup to avoid CompilerDriver abstractions in JIT. by Nicolas Geoffray · 9 years ago
  15. 5a23d2e Fix TODO on instrumentation and add some more DCHECKs. by Nicolas Geoffray · 9 years ago
  16. df6dc42 Merge "Fix deadlock with the JIT code cache." by Nicolas Geoffray · 9 years ago
  17. 6262340 Fix deadlock with the JIT code cache. by Nicolas Geoffray · 9 years ago
  18. 22cf3d3 Fix tests flakiness with jit when using Proxy classes. by Nicolas Geoffray · 9 years ago
  19. 10d2508 Change Checkpoint API to return total number of checkpoints by Mathieu Chartier · 9 years ago
  20. 4e915fb Tune heuristics a bit. by Nicolas Geoffray · 9 years ago
  21. 26705e2 Add support for collection ProfilingInfo objects. by Nicolas Geoffray · 9 years ago
  22. 1dad3f6 Support garbage collection of JITted code. by Nicolas Geoffray · 9 years ago
  23. 1e7de6c Remove the magic 32 constant and ensure alignment. by Nicolas Geoffray · 9 years ago
  24. 0c3c266 Use DlMallocSpace for the JIT code cache. by Nicolas Geoffray · 9 years ago
  25. 9ccf051 Perform write barrier on declaring class when adding instrumentation by Mathieu Chartier · 9 years ago
  26. c3fcd41 Address some code comments by Mathieu Chartier · 9 years ago
  27. 36c0136 Fix bug in WaitForCompilationToFinish by Mathieu Chartier · 9 years ago
  28. a50f9cf Fix JIT for class unloading by Mathieu Chartier · 9 years ago
  29. 951ec2c Revert "Revert "Add one LinearAlloc per ClassLoader"" by Mathieu Chartier · 9 years ago
  30. 7de5dfe Revert "Add one LinearAlloc per ClassLoader" by Nicolas Geoffray · 9 years ago
  31. 356412e Add one LinearAlloc per ClassLoader by Mathieu Chartier · 9 years ago
  32. 1147b9b Use image pointer size for profile info by Mathieu Chartier · 9 years ago
  33. 4f55e22 Add and use ScopedSuspendAll by Mathieu Chartier · 9 years ago
  34. 5550ca8 Record profiling information before Jitting. by Nicolas Geoffray · 9 years ago
  35. 2a5c468 ART: Some header cleaning around bit-utils by Andreas Gampe · 9 years ago
  36. 3887c46 Remove unnecessary `explicit` qualifiers on constructors. by Roland Levillain · 9 years ago
  37. c0fe56a Address some comments by Mathieu Chartier · 9 years ago
  38. 54d220e Move ArtFields and ArtMethods to be a length prefixed array by Mathieu Chartier · 9 years ago
  39. 9044347 Move to newer clang annotations by Mathieu Chartier · 9 years ago
  40. 7bf2b4f Revert "Revert "Remove interpreter entrypoint in ArtMethod."" by Nicolas Geoffray · 9 years ago
  41. 7070ccd Revert "Remove interpreter entrypoint in ArtMethod." by Nicolas Geoffray · 9 years ago
  42. fa2c054 Remove interpreter entrypoint in ArtMethod. by Nicolas Geoffray · 9 years ago
  43. e401d14 Move mirror::ArtMethod to native by Mathieu Chartier · 10 years ago
  44. 80afd02 ART: Clean up arm64 kNumberOfXRegisters usage. by Vladimir Marko · 9 years ago
  45. 70f7d98 Don't allow JIT to compile native methods by Mathieu Chartier · 10 years ago
  46. 0462c4c Support multiple instrumentation clients by Sebastien Hertz · 10 years ago
  47. 3130cdf Add some more DISALLOW_COPY_AND_ASSIGN by Mathieu Chartier · 10 years ago
  48. 2cebb24 Replace NULL with nullptr by Mathieu Chartier · 10 years ago
  49. c785344 Move ArtField to native by Mathieu Chartier · 10 years ago
  50. d856545 Fix ClassLinker::MayBeCalledWithDirectCodePointer for JIT by Mathieu Chartier · 10 years ago
  51. bce416f Add code cache test by Mathieu Chartier · 10 years ago
  52. 455f67c Fix JIT options with late init by Mathieu Chartier · 10 years ago
  53. 6c77292 Revert "Disable jit for ARM 64 bit" by Mathieu Chartier · 10 years ago
  54. bf9fc58 Add more info to who called SuspendAll by Mathieu Chartier · 10 years ago
  55. bf9026d Disable jit for ARM 64 bit by Mathieu Chartier · 10 years ago
  56. 39d9fe2 Merge "Add way to print JIT related info at shutdown" by Mathieu Chartier · 10 years ago
  57. 0aa50ce Remove ThrowLocation. by Nicolas Geoffray · 10 years ago
  58. a4885cb Add way to print JIT related info at shutdown by Mathieu Chartier · 10 years ago
  59. 14691c5 Compute the right catch location for the debugger. by Nicolas Geoffray · 10 years ago
  60. 5c42c29 Add support for .bss section in oat files. by Vladimir Marko · 10 years ago
  61. e5f13e5 Revert "Revert "Add JIT"" by Mathieu Chartier · 10 years ago
  62. a5ca888 Revert "Add JIT" by Nicolas Geoffray · 10 years ago
  63. 2535abe Add JIT by Mathieu Chartier · 10 years ago