1. 226b91e ART: Support dlopen for a PIC boot image by Andreas Gampe · 9 years ago
  2. 049cff0 ART: Refactor oat_file.h/cc for better maintainability by Andreas Gampe · 9 years ago
  3. f4c5393 Merge "Support null error_msg for select MemMap functions" by Mathieu Chartier · 9 years ago
  4. c88ef3a Revert "Don't use the compiler driver for method resolution." by Nicolas Geoffray · 9 years ago
  5. 4db0bf9 Don't use the compiler driver for method resolution. by Nicolas Geoffray · 9 years ago
  6. e51e3f9 Merge "Revert "Change LoadNativeLibrary to use GetOrCreateAllocator"" by Mathieu Chartier · 9 years ago
  7. 1ed1a13 Revert "Change LoadNativeLibrary to use GetOrCreateAllocator" by Mathieu Chartier · 9 years ago
  8. 996935e Merge "Make debugger support default methods." by Alex Light · 9 years ago
  9. ebe2dfc Support null error_msg for select MemMap functions by Mathieu Chartier · 9 years ago
  10. 6c8467f Make debugger support default methods. by Alex Light · 9 years ago
  11. 2d902b9 Change LoadNativeLibrary to use GetOrCreateAllocator by Mathieu Chartier · 9 years ago
  12. 4d44e53 MIPS64: Fix stub_test implementation by Goran Jakovljevic · 9 years ago
  13. 2c6ca2b Fix jit profile saving flags. by Calin Juravle · 9 years ago
  14. e8bc4ec Merge "Save jit profiling info to file." by Calin Juravle · 9 years ago
  15. e3bbc3f ART: Improve utf_test for unpaired surrogates. by Vladimir Marko · 9 years ago
  16. 3b9957b Merge "Optimize some commonly used utf8 functions by:" by Vladimir Marko · 9 years ago
  17. 31f2c15 Save jit profiling info to file. by Calin Juravle · 9 years ago
  18. fca8008 Merge "Add backward branch instumentation to the switch interpreter." by Nicolas Geoffray · 9 years ago
  19. 13c7449 ART: Fix SafeMap::Put()/PutBefore() rvalue overloads. by Vladimir Marko · 9 years ago
  20. 3108daf Add backward branch instumentation to the switch interpreter. by Nicolas Geoffray · 9 years ago
  21. 1646d7a Optimize some commonly used utf8 functions by: by Bruce Hoult · 9 years ago
  22. 3a09092 Revert "lambda: Add support for invoke-interface for boxed innate lambdas" by Nicolas Geoffray · 9 years ago
  23. 457e874 lambda: Add support for invoke-interface for boxed innate lambdas by Igor Murashkin · 9 years ago
  24. 3944f71 Merge "Fix null pointer in processing of enum annotations." by Jeff Hao · 9 years ago
  25. d297b55 Fix null pointer in processing of enum annotations. by Jeff Hao · 9 years ago
  26. 689a700 Pass DexPathList.Element array to openDexFileNative by Mathieu Chartier · 9 years ago
  27. 039404c Merge "Use arc4random when available to select delta for image relocation." by Alex Light · 9 years ago
  28. b9ededb Merge "Encode function signatures properly in DWARF." by David Srbecky · 9 years ago
  29. 04b0526 Encode function signatures properly in DWARF. by David Srbecky · 9 years ago
  30. 1532476 Use arc4random when available to select delta for image relocation. by Alex Light · 9 years ago
  31. beb709a Merge "Revert "Use arc4random when available to select delta for image relocation."" by Alex Light · 9 years ago
  32. 732f016 Revert "Use arc4random when available to select delta for image relocation." by Alex Light · 9 years ago
  33. 7dd1260 Merge "Use arc4random when available to select delta for image relocation." by Alex Light · 9 years ago
  34. 7ecbd49 Use arc4random when available to select delta for image relocation. by Alex Light · 9 years ago
  35. d042c45 Merge "Remove thread suspension assertion for SuspendAllForDebugger" by Mathieu Chartier · 9 years ago
  36. d37d364 Create parent class loader for dex2oat by Mathieu Chartier · 9 years ago
  37. 16cabc4 Merge "Relax CAS in some uses of Object::AtomicSetReadBarrierPointer." by Hiroshi Yamauchi · 9 years ago
  38. ed70b4a Relax CAS in some uses of Object::AtomicSetReadBarrierPointer. by Hiroshi Yamauchi · 9 years ago
  39. 5678229 Rename options for shorter names. by Nicolas Geoffray · 9 years ago
  40. 69edd0d Merge "Increase code cache after 1 full collection." by Nicolas Geoffray · 9 years ago
  41. 0a3be16 Increase code cache after 1 full collection. by Nicolas Geoffray · 9 years ago
  42. 0f0d5f3 Merge "ART: Change Init{From,Without}Image to return bool" by Andreas Gampe · 9 years ago
  43. 3db9c5d ART: Change Init{From,Without}Image to return bool by Andreas Gampe · 9 years ago
  44. 763a31e Add immune spaces abstraction by Mathieu Chartier · 9 years ago
  45. 055b5f3 Remove incorrect iterator increment by Mathieu Chartier · 9 years ago
  46. ba69a51 Fix bogus DCHECK and rename DidForkFromZygote. by Nicolas Geoffray · 9 years ago
  47. f5dd91e Merge "Remove DEBUG_JIT from Zygote flags." by Nicolas Geoffray · 9 years ago
  48. a4d1b64 Merge "Implement common super type in reference type propagation." by Calin Juravle · 9 years ago
  49. a7a3ba7 Merge "Support deoptimization only to set vreg" by Sebastien Hertz · 9 years ago
  50. 3e1ff83 Merge "Fix StackVisitor::GetVReg for reference in shadow frame" by Sebastien Hertz · 9 years ago
  51. 787ae8e Remove DEBUG_JIT from Zygote flags. by Nicolas Geoffray · 9 years ago
  52. cb6638f Merge "RosAlloc fast path inline in assembly for x86 32bit." by Hiroshi Yamauchi · 9 years ago
  53. ed42f39 Merge "Refactor some patching logic" by Mathieu Chartier · 9 years ago
  54. 52503d8 Implement common super type in reference type propagation. by Calin Juravle · 9 years ago
  55. 9013bb0 Merge "ART: add kryo to a53 #835769 & #843419 erratum exception list" by Vladimir Marko · 9 years ago
  56. 636b925 Support deoptimization only to set vreg by Mingyao Yang · 9 years ago
  57. 0968744 Fix StackVisitor::GetVReg for reference in shadow frame by Sebastien Hertz · 9 years ago
  58. 4b00d34 Refactor some patching logic by Mathieu Chartier · 9 years ago
  59. 1eab4a8 Mark kQuickReadBarrierForRootSlow as direct entry point on MIPS. by Roland Levillain · 9 years ago
  60. 3eb242c Merge "x86/x86-64 read barrier support for concurrent GC in Optimizing." by Roland Levillain · 9 years ago
  61. 3610abe Merge "Move the trace file out of the profiles folder." by Calin Juravle · 9 years ago
  62. 0d5a281 x86/x86-64 read barrier support for concurrent GC in Optimizing. by Roland Levillain · 9 years ago
  63. 04302db Fix class unloading with the CC collector. by Hiroshi Yamauchi · 9 years ago
  64. 74974ab ART: add kryo to a53 #835769 & #843419 erratum exception list by Ajay Dudani · 9 years ago
  65. 04e983a Revert "Revert "Add missing null check to String::ToCharArray"" by Mathieu Chartier · 9 years ago
  66. b52a39c Revert "Add missing null check to String::ToCharArray" by Nicolas Geoffray · 9 years ago
  67. 952d608 Add missing null check to String::ToCharArray by Mathieu Chartier · 9 years ago
  68. b190d94 Add class loader argument to openDexFileNative by Mathieu Chartier · 9 years ago
  69. 7a2f5c9 Merge "Revert "Mark __jit_debug_register_code as a unique symbol"" by Tamas Berghammer · 9 years ago
  70. 0fd5812 Revert "Mark __jit_debug_register_code as a unique symbol" by Tamas Berghammer · 9 years ago
  71. 190c5f9 Merge "JDWP: default implementation of Method.IsObsolete" by Sebastien Hertz · 9 years ago
  72. 772e3ab Merge "Mark __jit_debug_register_code as a unique symbol" by Tamas Berghammer · 9 years ago
  73. 9b71e9c Merge "ART: Add comments to Scoped-/ArenaAllocator." by Vladimir Marko · 9 years ago
  74. de95c87 RosAlloc fast path inline in assembly for x86 32bit. by lwang85 · 9 years ago
  75. 11a4c96 Merge "Image space cleanup for app images" by Mathieu Chartier · 9 years ago
  76. 073b16c Image space cleanup for app images by Mathieu Chartier · 9 years ago
  77. 328c5dc Get class loader to remember interrupts by Hans Boehm · 9 years ago
  78. fda0432 ART: Add comments to Scoped-/ArenaAllocator. by Vladimir Marko · 9 years ago
  79. 00bcbcf Merge "ART: Fix arena allocation for valgrind." by Vladimir Marko · 9 years ago
  80. f83e733 Move the trace file out of the profiles folder. by Calin Juravle · 9 years ago
  81. 7500193 ART: Fix arena allocation for valgrind. by Vladimir Marko · 9 years ago
  82. e7132a9 Mark __jit_debug_register_code as a unique symbol by Tamas Berghammer · 9 years ago
  83. 9139e00 Correct exception behavior for default methods by Alex Light · 9 years ago
  84. d7c76bd Merge "Don't use fixed addresses in mem map test" by Mathieu Chartier · 9 years ago
  85. 16d29f8 Don't use fixed addresses in mem map test by Mathieu Chartier · 9 years ago
  86. 5b1157b Merge "ART: Fix leak in Heap" by Andreas Gampe · 9 years ago
  87. 6be4f2a ART: Fix leak in Heap by Andreas Gampe · 9 years ago
  88. 688567c Merge "Rosalloc fast path in assembly for x86_64." by Hiroshi Yamauchi · 9 years ago
  89. 21e3325 Delete flaky DCHECK by Mathieu Chartier · 9 years ago
  90. 11cea0c Fix mac build by Mathieu Chartier · 9 years ago
  91. 86c3f48 Rosalloc fast path in assembly for x86_64. by Hiroshi Yamauchi · 9 years ago
  92. 42bddce Add low_4gb support to MapFile and MapFileAtAddress by Mathieu Chartier · 9 years ago
  93. 78232f2 Merge "ART: Rerun the verifier for compile-time failures" by Andreas Gampe · 9 years ago
  94. f1584a6 Merge "Class Linker: Implement default interface verification ordering." by Alex Light · 9 years ago
  95. f1f1049 Class Linker: Implement default interface verification ordering. by Alex Light · 9 years ago
  96. ec6e6c1 ART: Rerun the verifier for compile-time failures by Andreas Gampe · 9 years ago
  97. a808bac Add more image writer comments and clean up by Mathieu Chartier · 9 years ago
  98. 0a97fc6 JDWP: default implementation of Method.IsObsolete by Sebastien Hertz · 9 years ago
  99. 8ccbd27 Remove unused variable. by Nicolas Geoffray · 9 years ago
  100. dc18417 Merge "Fix interaction between JIT and instrumentation." by Nicolas Geoffray · 9 years ago