1. f12ffdb Merge "Fix moving GC bug in DoFilledNewArray" by Mathieu Chartier · 9 years ago
  2. 52ea33b Fix moving GC bug in DoFilledNewArray by Mathieu Chartier · 9 years ago
  3. 46d8702 Merge "Fix moving GC bugs in proxy stub for X86/X86_64" by Mathieu Chartier · 9 years ago
  4. 247e977 Merge "interpreter: Add experimental lambda opcodes for invoke/create-lambda" by Igor Murashkin · 9 years ago
  5. 9346ff0 Fix moving GC bugs in proxy stub for X86/X86_64 by Mathieu Chartier · 9 years ago
  6. 158f35c interpreter: Add experimental lambda opcodes for invoke/create-lambda by Igor Murashkin · 9 years ago
  7. 46ff9b6 Merge "ART: Fix reporting initialized classes by CompilerDriver." by Vladimir Marko · 9 years ago
  8. 07785bb ART: Fix reporting initialized classes by CompilerDriver. by Vladimir Marko · 9 years ago
  9. 05b7226 Fix some java_lang_Class related moving GC bugs by Mathieu Chartier · 9 years ago
  10. 5592c68 Merge "Add missing EndAssertNoThreadSuspension" by Mathieu Chartier · 9 years ago
  11. 0420f81 Merge "Release dummy MemMaps corresponding to dlopen." by David Srbecky · 9 years ago
  12. 82e73dc Release dummy MemMaps corresponding to dlopen. by David Srbecky · 9 years ago
  13. 4d122c1 Add missing EndAssertNoThreadSuspension by Mathieu Chartier · 9 years ago
  14. 2ef645b ART: Allow PackedSwitch instructions with zero targets by David Brazdil · 9 years ago
  15. 445e350 Merge "More stack map dumping." by Nicolas Geoffray · 9 years ago
  16. 12bdb72 More stack map dumping. by Nicolas Geoffray · 9 years ago
  17. c37769b Fix lint error. by Narayan Kamath · 9 years ago
  18. f775bab Set default visibility on art_sigsegv_fault. by Oleksiy Vyalov · 9 years ago
  19. aa03870 Find the dlopened file using address rather than file path. by David Srbecky · 9 years ago
  20. 89c6373 Merge "Add more logging output for dlopen." by David Srbecky · 9 years ago
  21. 86b35f9 Merge "Revert "Revert "Use dlopen to load oat files.""" by David Srbecky · 9 years ago
  22. 5dedb80 Add more logging output for dlopen. by David Srbecky · 9 years ago
  23. 7e7e69a Merge "Print more diagnosis info on to-space invariant violation." by Hiroshi Yamauchi · 9 years ago
  24. 1baabf0 Revert "Revert "Use dlopen to load oat files."" by David Srbecky · 9 years ago
  25. 3f64f25 Print more diagnosis info on to-space invariant violation. by Hiroshi Yamauchi · 9 years ago
  26. f6c77d7 Merge "Revert "Use dlopen to load oat files."" by David Srbecky · 9 years ago
  27. 7a46b7e Revert "Use dlopen to load oat files." by David Srbecky · 9 years ago
  28. 3976e5e Fix lint error. by Nicolas Geoffray · 9 years ago
  29. d11db7d Merge "Use the caller's class loader when walking inlined frames." by Nicolas Geoffray · 9 years ago
  30. 88da3b0 ART: Fix CFI test wrt/ PIC by Andreas Gampe · 9 years ago
  31. dbef9aa Merge "Pass reuse flag to MemMap constructor" by Mathieu Chartier · 9 years ago
  32. 28c25d2 Merge "Let classloader provide correct LD_LIBRARY_PATH" by Dmitriy Ivanov · 9 years ago
  33. 01d4b50 Pass reuse flag to MemMap constructor by Mathieu Chartier · 9 years ago
  34. 4366369 Merge "Use dlopen to load oat files." by David Srbecky · 9 years ago
  35. 49e1fab Use dlopen to load oat files. by David Srbecky · 9 years ago
  36. 05c26b3 JDWP: update handling of 8-bit and 16-bit fields by Sebastien Hertz · 9 years ago
  37. 32c9ea5 Use the caller's class loader when walking inlined frames. by Nicolas Geoffray · 9 years ago
  38. 42361f2 Merge "JDWP: asynchronous invoke command handling" by Sebastien Hertz · 9 years ago
  39. 281e500 Fix compaction bug in Class_getDeclaredMethodsUnchecked by Mathieu Chartier · 9 years ago
  40. 8d73a91 Merge "Move image intern table into image" by Mathieu Chartier · 9 years ago
  41. d39645e Move image intern table into image by Mathieu Chartier · 9 years ago
  42. cff5855 Merge "Reset GC performance stats at zygote fork." by Hiroshi Yamauchi · 9 years ago
  43. 3767017 Reset GC performance stats at zygote fork. by Hiroshi Yamauchi · 9 years ago
  44. 15306dc Merge "Add hprof accounting for Class IMT, VTable" by Mathieu Chartier · 9 years ago
  45. a6d3a7e Add hprof accounting for Class IMT, VTable by Mathieu Chartier · 9 years ago
  46. 79b08e6 Merge "runtime: Minor cleanup and extra comments around interpreter" by Igor Murashkin · 9 years ago
  47. c449e8b runtime: Minor cleanup and extra comments around interpreter by Igor Murashkin · 9 years ago
  48. 906846f Let classloader provide correct LD_LIBRARY_PATH by Dmitriy Ivanov · 9 years ago
  49. f80ebf2 Fix buildbot failure for 098-ddmc test by Man Cao · 9 years ago
  50. 9254056 Merge "[MIPS] Fix method tracing for mips64" by Andreas Gampe · 9 years ago
  51. 8c2ff64 Add allocation stack traces for HPROF dump. by Man Cao · 9 years ago
  52. 84bc06e [MIPS] Fix method tracing for mips64 by Lazar Trsic · 9 years ago
  53. cbc5064 JDWP: asynchronous invoke command handling by Sebastien Hertz · 9 years ago
  54. 73d01bc Merge "ART: Check long and double register pairs in invokes" by Andreas Gampe · 9 years ago
  55. a574b0e Make dex file verifier check for dups between direct and virtual methods. by Jeff Hao · 9 years ago
  56. da9badb ART: Check long and double register pairs in invokes by Andreas Gampe · 9 years ago
  57. 6b0d6c6 Merge "Bring back verbosity override" by Sebastien Hertz · 9 years ago
  58. f795869 Follow up on CL 151605 by Sebastien Hertz · 9 years ago
  59. bba348e Bring back verbosity override by Sebastien Hertz · 9 years ago
  60. 38c8221 More LOW_4G optimizations by Mathieu Chartier · 9 years ago
  61. 1f2d3ba Fix nested deoptimization. by Mingyao Yang · 9 years ago
  62. ccd6337 Merge "ART: Reload class on miranda method in verifier" by Andreas Gampe · 9 years ago
  63. d9e2301 ART: Reload class on miranda method in verifier by Andreas Gampe · 9 years ago
  64. 69b5d8f Revert "Revert "Turn off duplicate-classes checking"" by Andreas Gampe · 9 years ago
  65. 12768a0 Revert "DO NOT MERGE ART: Turn off duplicate-classes checking" by Andreas Gampe · 9 years ago
  66. fc3f39e DO NOT MERGE ART: Turn off duplicate-classes checking by Andreas Gampe · 9 years ago
  67. b5de3bb Use runFinalizationWithTimeout for native allocations by Mathieu Chartier · 9 years ago
  68. 054a078 Add atrace calls to runtime start and heap create by Richard Uhler · 10 years ago
  69. da2fd5a Merge "If heap poisoning is on, pass the relevant flag to LOCAL_ASFLAGS." by Hiroshi Yamauchi · 9 years ago
  70. 7889a77 Add optimization for LOW_4G allocator by Mathieu Chartier · 9 years ago
  71. 12bd721 If heap poisoning is on, pass the relevant flag to LOCAL_ASFLAGS. by Roland Levillain · 9 years ago
  72. fd0fb02 Merge "Fix JNI GetSuperClasss" by Brian Carlstrom · 9 years ago
  73. f677ebf Cache stack map encoding by David Brazdil · 9 years ago
  74. 08ac922 Fix JNI GetSuperClasss by Brian Carlstrom · 9 years ago
  75. 7323582 Merge "Revert "Revert "Modification to the way boot classpath resources are loaded""" by Neil Fuller · 9 years ago
  76. ef48605 Revert "Revert "Modification to the way boot classpath resources are loaded"" by Neil Fuller · 9 years ago
  77. f6c2a27 Fix valgrind large_object_space_test by Mathieu Chartier · 9 years ago
  78. dc4a4e0 Merge "Add a way to determine if a large object is a zygote object" by Mathieu Chartier · 9 years ago
  79. 449357d ART: Refactor Thread::Init by Andreas Gampe · 9 years ago
  80. e715811 Add a way to determine if a large object is a zygote object by Mathieu Chartier · 9 years ago
  81. 2519fc4 Merge "ART: Prune FindArrayClass cache in image writer" by Andreas Gampe · 9 years ago
  82. 1710bf3 Merge "Tidy up spelling" by Kenny Root · 9 years ago
  83. 7c1f53e Emit instance fields for java.lang.Object in hprof by Mathieu Chartier · 9 years ago
  84. 8ac7595 ART: Prune FindArrayClass cache in image writer by Andreas Gampe · 9 years ago
  85. 91b01c5 Merge "Revert "Modification to the way boot classpath resources are loaded"" by Neil Fuller · 9 years ago
  86. 1e27c5b Revert "Modification to the way boot classpath resources are loaded" by Neil Fuller · 9 years ago
  87. 9731395 Merge "Modification to the way boot classpath resources are loaded" by Neil Fuller · 9 years ago
  88. 7922d0f Merge "Show stack maps and Dex register maps in oatdump's assembly code." by Roland Levillain · 9 years ago
  89. c6328be Fix linter-related error. by Roland Levillain · 9 years ago
  90. 49e3b62 Merge "Delegate long-to-float type conversions to the runtime on ARM." by Roland Levillain · 9 years ago
  91. bf44d42 Add a way to SuspendAll for a long duration by Mathieu Chartier · 9 years ago
  92. 4d64cd4 Fix tracing by Mathieu Chartier · 9 years ago
  93. 22c1caa Add more info for attempting to delete non-JNI local reference by Mathieu Chartier · 9 years ago
  94. bfa5eb6 Add heap poisoning support to the entrypoints. by Hiroshi Yamauchi · 9 years ago
  95. 1d8199d Tidy up spelling by Kenny Root · 9 years ago
  96. a40c74a Update IMT for stale miranda methods by Mathieu Chartier · 9 years ago
  97. 5b3ee56 Delegate long-to-float type conversions to the runtime on ARM. by Roland Levillain · 10 years ago
  98. 80f7a57 [MIPS64] Fix art_quick_invoke_stub argument offsets. by Nikola Veljkovic · 9 years ago
  99. f10a25f ART: Fast copy stack mask by David Brazdil · 9 years ago
  100. d84b438 Revert "ART: Fast copy stack mask" by David Brazdil · 9 years ago