1. 0d54cfb jitzygote: Special case system server to keep the JIT queue at fork. by Nicolas Geoffray · 6 years ago
  2. c5e3a52 Make compiling an apex image explicit. by Nicolas Geoffray · 6 years ago
  3. 36ec6c7 Fix DWARF line-number generation for JITed methods. by David Srbecky · 6 years ago
  4. c45b589 jitzygote: JIT native methods on first use. by David Srbecky · 6 years ago
  5. 605a5fe jitzygote: Fix DCHECKs by David Srbecky · 6 years ago
  6. 3db3d37 Invert IsUsingDefaultBootImageLocation to IsUsingApexBootImageLocation. by David Srbecky · 6 years ago
  7. a3b31ba Fix ProfilingInfo race. by Nicolas Geoffray · 6 years ago
  8. b10f028 Special case one class in jit zygote. by Nicolas Geoffray · 6 years ago
  9. 7989ac9 Save the JIT compiled code when the class isn't initialized yet. by Nicolas Geoffray · 6 years ago
  10. dc2fbb6 jitzygote: create a type lookup table at runtime for bootclasspath dex files. by Nicolas Geoffray · 6 years ago
  11. d03e8dd Fix longstanding JIT bug in interaction with class initialization. by Nicolas Geoffray · 6 years ago
  12. 1ed4515 Fix flaky 137-cfi test. by David Srbecky · 6 years ago
  13. d271809 Don't JIT compile eagerly methods that have the resolution stub. by Nicolas Geoffray · 6 years ago
  14. 76b9c69 Split JIT mini-debug-info packing and compression to two phases. by David Srbecky · 6 years ago
  15. f59bc11 Couple of improvements in the jit zygote pass. by Nicolas Geoffray · 6 years ago
  16. d355acf Clean up Object size related read barriers. by Vladimir Marko · 6 years ago
  17. c524e9e ObjPtr<>-ify mirror::Class. by Vladimir Marko · 6 years ago
  18. 175ce3d Add callback for notifying that startup is completed by Mathieu Chartier · 6 years ago
  19. 5708376 Revert "Remove code size from OatQuickMethodHeader" by Nicolas Geoffray · 6 years ago
  20. 953da54 Clear the JIT task queue for child zygote. by Nicolas Geoffray · 6 years ago
  21. 1d077ac Also JIT non-startup methods in zygote. by Nicolas Geoffray · 6 years ago
  22. de1b2a2 Revert "Revert "Add support for booting with a boot classpath not fully AOTed."" by Nicolas Geoffray · 6 years ago
  23. 14bfedd Revert "Add support for booting with a boot classpath not fully AOTed." by Andreas Gampe · 6 years ago
  24. e570870 Merge "Remove code size from OatQuickMethodHeader" by David Srbecky · 6 years ago
  25. 98b970d Merge "Add support for booting with a boot classpath not fully AOTed." by Nicolas Geoffray · 6 years ago
  26. 7417ce9 Add support for booting with a boot classpath not fully AOTed. by Nicolas Geoffray · 6 years ago
  27. 53eb07f Refactor ElfDebugReader. by David Srbecky · 6 years ago
  28. 131f23a Remove code size from OatQuickMethodHeader by David Srbecky · 6 years ago
  29. 876a2ab Allow the use of filenames when traking code paths for profiling by Calin Juravle · 6 years ago
  30. fe2886d Merge "Deoptimize zygote compiled methods in DeoptimizeBootImage." by Nicolas Geoffray · 6 years ago
  31. 1a07435 Add more verbose logging to profiler by Mathieu Chartier · 6 years ago
  32. 9383d69 Allow multiple native debug entries with same address. by David Srbecky · 6 years ago
  33. 6c22540 Merge "Revert^2 "Reduce the number of calls to Jit::AddSamples."" by David Srbecky · 6 years ago
  34. 30a8c4b Merge "Pack JIT mini-debug-infos together." by David Srbecky · 6 years ago
  35. 226805d Deoptimize zygote compiled methods in DeoptimizeBootImage. by Nicolas Geoffray · 6 years ago
  36. 0b21e41 Pack JIT mini-debug-infos together. by David Srbecky · 6 years ago
  37. e3fc2d1 Revert^2 "Reduce the number of calls to Jit::AddSamples." by David Srbecky · 6 years ago
  38. 98a520c Merge "Revert "Revert "Add a baseline flag to JIT compile.""" by Treehugger Robot · 6 years ago
  39. 075456e Revert "Revert "Add a baseline flag to JIT compile."" by Nicolas Geoffray · 6 years ago
  40. 344b0d1 Revert "Add a baseline flag to JIT compile." by Andreas Gampe · 6 years ago
  41. 93c21ba Avoid waiting for threads to create by Mathieu Chartier · 6 years ago
  42. e734fe8 Add a baseline flag to JIT compile. by Nicolas Geoffray · 6 years ago
  43. 889e29a Merge "Cleanup native debug interface api." by David Srbecky · 6 years ago
  44. afc60cd Cleanup native debug interface api. by David Srbecky · 6 years ago
  45. ae982f9 Remove CHECK given jvmti deallocates memory. by Nicolas Geoffray · 6 years ago
  46. 1c1c6e6 Remove CHECK and don't free code/data in zygote space. by Nicolas Geoffray · 6 years ago
  47. 73d8cc7 Merge "Enable JIT in zygote." by Nicolas Geoffray · 6 years ago
  48. 7fbc4a5 ART: Move to using locks.h instead of mutex.h by Andreas Gampe · 6 years ago
  49. ce9ed36 Enable JIT in zygote. by Nicolas Geoffray · 6 years ago
  50. 0402f4b Revert "Reduce the number of calls to Jit::AddSamples." by Nicolas Geoffray · 6 years ago
  51. db94f2b Reduce the number of calls to Jit::AddSamples. by David Srbecky · 6 years ago
  52. ef6b2aa Merge "Revert^4 "ART: Add StackVisitor accepting a lambda"" by Treehugger Robot · 6 years ago
  53. 0800562 Merge "Store ImtIndex in ArtMethod." by David Srbecky · 6 years ago
  54. 23b729e Merge "Revert^2 "Refactor code around JIT creation."" by Nicolas Geoffray · 6 years ago
  55. c9de61c Revert^2 "Refactor code around JIT creation." by Nicolas Geoffray · 6 years ago
  56. e36e7f2 Store ImtIndex in ArtMethod. by David Srbecky · 6 years ago
  57. a61a969 Merge "Revert "Refactor code around JIT creation."" by Treehugger Robot · 6 years ago
  58. 763cd98 Revert "Refactor code around JIT creation." by Andreas Gampe · 6 years ago
  59. 80e6a09 Merge "Refactor code around JIT creation." by Nicolas Geoffray · 6 years ago
  60. 1afdfe6 Wait until inline cache is accessible in GetProfiledMethods. by Nicolas Geoffray · 6 years ago
  61. 7a2c7c2 Refactor code around JIT creation. by Nicolas Geoffray · 6 years ago
  62. c7d878d Revert^4 "ART: Add StackVisitor accepting a lambda" by Andreas Gampe · 6 years ago
  63. ec43a01 Revert "Revert^2 "ART: Add StackVisitor accepting a lambda"" by Nicolas Geoffray · 6 years ago
  64. 3d477f3 Revert^2 "ART: Add StackVisitor accepting a lambda" by Andreas Gampe · 6 years ago
  65. b9f1af5 Small cleanups in jit_code_cache. by Nicolas Geoffray · 6 years ago
  66. c980df6 Merge "Revert "ART: Add StackVisitor accepting a lambda"" by Andreas Gampe · 6 years ago
  67. 8248490 Revert "ART: Add StackVisitor accepting a lambda" by Andreas Gampe · 6 years ago
  68. e09485f Merge "ART: Add StackVisitor accepting a lambda" by Andreas Gampe · 6 years ago
  69. a7edd0d Fix JIT creation so it picks up runtime flags. by Nicolas Geoffray · 6 years ago
  70. 36f8d22 ART: Add StackVisitor accepting a lambda by Andreas Gampe · 6 years ago
  71. ad28f5e ART: add hook for framework to set SELinux context by Orion Hodson · 6 years ago
  72. 1130659 Refactor MemMap::MapAnonymous(). by Vladimir Marko · 6 years ago
  73. 88dbad3 ART: Do some include-what-you-use by Andreas Gampe · 7 years ago
  74. 98ea9d9 ART: Refactor for bugprone-argument-comment by Andreas Gampe · 6 years ago
  75. 59b950f Prevent jit-compilation from loading classes in jit-on-first-use by Alex Light · 6 years ago
  76. 1d3fd08 Revert^4 "ART: Dual mapping of JIT code pages" by Orion Hodson · 6 years ago
  77. cac3267 Merge "Revert^3 "ART: Dual mapping of JIT code pages"" by Treehugger Robot · 6 years ago
  78. 1bfce38 Revert^3 "ART: Dual mapping of JIT code pages" by Andreas Gampe · 6 years ago
  79. d3e4015 Merge "Revert^2 "ART: Dual mapping of JIT code pages""" by Orion Hodson · 6 years ago
  80. fc4b2ea Merge "Revert^2 "ART: Refactor typedef to using"" by Treehugger Robot · 6 years ago
  81. 0e904ff Revert^2 "ART: Dual mapping of JIT code pages"" by Orion Hodson · 6 years ago
  82. 5d7015c Merge "Revert "Test for jit deadlock"" by Nicolas Geoffray · 6 years ago
  83. 819824b Revert "Test for jit deadlock" by Nicolas Geoffray · 6 years ago
  84. 604e234 Merge "Revert "ART: Dual mapping of JIT code pages"" by Orion Hodson · 6 years ago
  85. 60eaabe Revert "ART: Dual mapping of JIT code pages" by Andreas Gampe · 6 years ago
  86. d75a268 Merge "ART: Dual mapping of JIT code pages" by Orion Hodson · 6 years ago
  87. 0e314f0 ART: Dual mapping of JIT code pages by Orion Hodson · 7 years ago
  88. 6c4f8e8 Merge "Pass JIT roots as a vector<Handle<>> to JIT cache." by Vladimir Marko · 6 years ago
  89. c55bb39 Revert^2 "ART: Refactor typedef to using" by Andreas Gampe · 6 years ago
  90. 0e2cf3f Merge "Test for jit deadlock" by Treehugger Robot · 6 years ago
  91. d5245a7 Merge "Revert "ART: Refactor typedef to using"" by Treehugger Robot · 6 years ago
  92. b7ac4a0 Test for jit deadlock by Alex Light · 7 years ago
  93. ee07743 Revert "ART: Refactor typedef to using" by Andreas Gampe · 6 years ago
  94. ac3ac68 Pass JIT roots as a vector<Handle<>> to JIT cache. by Vladimir Marko · 6 years ago
  95. b32535d Merge "ART: Add wrappers for membarrier and memfd_create()" by Orion Hodson · 6 years ago
  96. 9a20ff0 ART: Refactor typedef to using by Andreas Gampe · 6 years ago
  97. 563ada2 ART: Add wrappers for membarrier and memfd_create() by Orion Hodson · 7 years ago
  98. 5f784bf Merge "Remove read barriers in Class::IsClassClass and Object::IsClass" by Mathieu Chartier · 7 years ago
  99. d7a7f2f Remove read barriers in Class::IsClassClass and Object::IsClass by Mathieu Chartier · 7 years ago
  100. fa6a1b0 ART: Continue adding override annotations by Andreas Gampe · 7 years ago