1. d4a02cf Merge "Replace some run-time assertions with compile-time ones in ART." by Roland Levillain · 9 years ago
  2. 508755a Merge "Use GetOffsetDuringLinking instead of GetOffset." by Nicolas Geoffray · 9 years ago
  3. 555b3d0 Use GetOffsetDuringLinking instead of GetOffset. by Nicolas Geoffray · 9 years ago
  4. 87dc1b0 Merge "ART: Compiler generated GC map should take care of temp registers." by Vladimir Marko · 9 years ago
  5. da0e224 Merge "Restore DDMS recent allocation tracking's behavior" by Mathieu Chartier · 9 years ago
  6. d4d83b8 Fix another miranda method moving GC bug by Mathieu Chartier · 9 years ago
  7. 1ed11b9 Restore DDMS recent allocation tracking's behavior by Man Cao · 9 years ago
  8. 336b0b1 Merge "base: Fix an infinite loop in HashSet::Insert" by Igor Murashkin · 9 years ago
  9. 3552d96 base: Fix an infinite loop in HashSet::Insert by Igor Murashkin · 9 years ago
  10. ac854d2 Merge "New experimental GC stress mode" by Mathieu Chartier · 9 years ago
  11. 3100080 New experimental GC stress mode by Mathieu Chartier · 9 years ago
  12. 13e0091 Change GC to allow strings to use large object space. by Jeff Hao · 9 years ago
  13. b7c8c1a Make large string use large object space. by Jeff Hao · 9 years ago
  14. ec3a4e7 Merge "runtime: Partially implement box-lambda and unbox-lambda experimental opcodes" by Igor Murashkin · 9 years ago
  15. 11dc78c Merge "ART: Allow checking RETURN_VOID_NO_BARRIER on unresolved classes" by Andreas Gampe · 9 years ago
  16. 2ee54e2 runtime: Partially implement box-lambda and unbox-lambda experimental opcodes by Igor Murashkin · 9 years ago
  17. f701229 Merge "Run an empty checkpoint before marking ends in the CC collector." by Hiroshi Yamauchi · 9 years ago
  18. 68df320 ART: Allow checking RETURN_VOID_NO_BARRIER on unresolved classes by Andreas Gampe · 9 years ago
  19. 1bb907e ART: Avoid recursive abort in barrier by Andreas Gampe · 9 years ago
  20. f91fb4a Merge "ART: Disallow classes that are abstract and final" by Andreas Gampe · 9 years ago
  21. f561aab fault_handler : debug output sp in hex and not decimal. by Narayan Kamath · 9 years ago
  22. 507cc6f ART: Disallow classes that are abstract and final by Andreas Gampe · 9 years ago
  23. a60bd74 Merge "ART: Check for expected args for instance methods" by Andreas Gampe · 9 years ago
  24. ef0b1a1 ART: Check for expected args for instance methods by Andreas Gampe · 9 years ago
  25. ba7837b Merge "ART: Check var-arg count earlier in method verifier" by Andreas Gampe · 9 years ago
  26. 46ec520 Run an empty checkpoint before marking ends in the CC collector. by Hiroshi Yamauchi · 9 years ago
  27. 29498a2 ART: Check var-arg count earlier in method verifier by Taiju Tsuiki · 9 years ago
  28. e438757 Merge "Verifier: check an aput, even if we know it will fail." by Nicolas Geoffray · 9 years ago
  29. 66389fb Verifier: check an aput, even if we know it will fail. by Nicolas Geoffray · 9 years ago
  30. f12ffdb Merge "Fix moving GC bug in DoFilledNewArray" by Mathieu Chartier · 9 years ago
  31. 52ea33b Fix moving GC bug in DoFilledNewArray by Mathieu Chartier · 9 years ago
  32. 46d8702 Merge "Fix moving GC bugs in proxy stub for X86/X86_64" by Mathieu Chartier · 9 years ago
  33. 247e977 Merge "interpreter: Add experimental lambda opcodes for invoke/create-lambda" by Igor Murashkin · 9 years ago
  34. 9346ff0 Fix moving GC bugs in proxy stub for X86/X86_64 by Mathieu Chartier · 9 years ago
  35. 158f35c interpreter: Add experimental lambda opcodes for invoke/create-lambda by Igor Murashkin · 9 years ago
  36. 33d6903 Replace some run-time assertions with compile-time ones in ART. by Roland Levillain · 9 years ago
  37. 46ff9b6 Merge "ART: Fix reporting initialized classes by CompilerDriver." by Vladimir Marko · 9 years ago
  38. 07785bb ART: Fix reporting initialized classes by CompilerDriver. by Vladimir Marko · 9 years ago
  39. 05b7226 Fix some java_lang_Class related moving GC bugs by Mathieu Chartier · 9 years ago
  40. 5592c68 Merge "Add missing EndAssertNoThreadSuspension" by Mathieu Chartier · 9 years ago
  41. 0420f81 Merge "Release dummy MemMaps corresponding to dlopen." by David Srbecky · 9 years ago
  42. 82e73dc Release dummy MemMaps corresponding to dlopen. by David Srbecky · 9 years ago
  43. 4d122c1 Add missing EndAssertNoThreadSuspension by Mathieu Chartier · 9 years ago
  44. 2ef645b ART: Allow PackedSwitch instructions with zero targets by David Brazdil · 9 years ago
  45. 41f9cc2 ART: Compiler generated GC map should take care of temp registers. by Pavel Vyssotski · 9 years ago
  46. 445e350 Merge "More stack map dumping." by Nicolas Geoffray · 9 years ago
  47. 12bdb72 More stack map dumping. by Nicolas Geoffray · 9 years ago
  48. c37769b Fix lint error. by Narayan Kamath · 9 years ago
  49. f775bab Set default visibility on art_sigsegv_fault. by Oleksiy Vyalov · 9 years ago
  50. aa03870 Find the dlopened file using address rather than file path. by David Srbecky · 9 years ago
  51. 89c6373 Merge "Add more logging output for dlopen." by David Srbecky · 9 years ago
  52. 86b35f9 Merge "Revert "Revert "Use dlopen to load oat files.""" by David Srbecky · 9 years ago
  53. 5dedb80 Add more logging output for dlopen. by David Srbecky · 9 years ago
  54. 7e7e69a Merge "Print more diagnosis info on to-space invariant violation." by Hiroshi Yamauchi · 9 years ago
  55. 1baabf0 Revert "Revert "Use dlopen to load oat files."" by David Srbecky · 9 years ago
  56. 3f64f25 Print more diagnosis info on to-space invariant violation. by Hiroshi Yamauchi · 9 years ago
  57. f6c77d7 Merge "Revert "Use dlopen to load oat files."" by David Srbecky · 9 years ago
  58. 7a46b7e Revert "Use dlopen to load oat files." by David Srbecky · 9 years ago
  59. 3976e5e Fix lint error. by Nicolas Geoffray · 9 years ago
  60. d11db7d Merge "Use the caller's class loader when walking inlined frames." by Nicolas Geoffray · 9 years ago
  61. 88da3b0 ART: Fix CFI test wrt/ PIC by Andreas Gampe · 9 years ago
  62. dbef9aa Merge "Pass reuse flag to MemMap constructor" by Mathieu Chartier · 9 years ago
  63. 28c25d2 Merge "Let classloader provide correct LD_LIBRARY_PATH" by Dmitriy Ivanov · 9 years ago
  64. 01d4b50 Pass reuse flag to MemMap constructor by Mathieu Chartier · 9 years ago
  65. 4366369 Merge "Use dlopen to load oat files." by David Srbecky · 9 years ago
  66. 49e1fab Use dlopen to load oat files. by David Srbecky · 9 years ago
  67. 05c26b3 JDWP: update handling of 8-bit and 16-bit fields by Sebastien Hertz · 9 years ago
  68. 32c9ea5 Use the caller's class loader when walking inlined frames. by Nicolas Geoffray · 9 years ago
  69. 42361f2 Merge "JDWP: asynchronous invoke command handling" by Sebastien Hertz · 9 years ago
  70. 281e500 Fix compaction bug in Class_getDeclaredMethodsUnchecked by Mathieu Chartier · 9 years ago
  71. 8d73a91 Merge "Move image intern table into image" by Mathieu Chartier · 9 years ago
  72. d39645e Move image intern table into image by Mathieu Chartier · 9 years ago
  73. cff5855 Merge "Reset GC performance stats at zygote fork." by Hiroshi Yamauchi · 9 years ago
  74. 3767017 Reset GC performance stats at zygote fork. by Hiroshi Yamauchi · 9 years ago
  75. 15306dc Merge "Add hprof accounting for Class IMT, VTable" by Mathieu Chartier · 9 years ago
  76. a6d3a7e Add hprof accounting for Class IMT, VTable by Mathieu Chartier · 9 years ago
  77. 79b08e6 Merge "runtime: Minor cleanup and extra comments around interpreter" by Igor Murashkin · 9 years ago
  78. c449e8b runtime: Minor cleanup and extra comments around interpreter by Igor Murashkin · 9 years ago
  79. 906846f Let classloader provide correct LD_LIBRARY_PATH by Dmitriy Ivanov · 9 years ago
  80. f80ebf2 Fix buildbot failure for 098-ddmc test by Man Cao · 9 years ago
  81. 9254056 Merge "[MIPS] Fix method tracing for mips64" by Andreas Gampe · 9 years ago
  82. 8c2ff64 Add allocation stack traces for HPROF dump. by Man Cao · 9 years ago
  83. 84bc06e [MIPS] Fix method tracing for mips64 by Lazar Trsic · 9 years ago
  84. cbc5064 JDWP: asynchronous invoke command handling by Sebastien Hertz · 9 years ago
  85. 73d01bc Merge "ART: Check long and double register pairs in invokes" by Andreas Gampe · 9 years ago
  86. a574b0e Make dex file verifier check for dups between direct and virtual methods. by Jeff Hao · 9 years ago
  87. da9badb ART: Check long and double register pairs in invokes by Andreas Gampe · 9 years ago
  88. 6b0d6c6 Merge "Bring back verbosity override" by Sebastien Hertz · 9 years ago
  89. f795869 Follow up on CL 151605 by Sebastien Hertz · 9 years ago
  90. bba348e Bring back verbosity override by Sebastien Hertz · 9 years ago
  91. 38c8221 More LOW_4G optimizations by Mathieu Chartier · 9 years ago
  92. 1f2d3ba Fix nested deoptimization. by Mingyao Yang · 9 years ago
  93. ccd6337 Merge "ART: Reload class on miranda method in verifier" by Andreas Gampe · 9 years ago
  94. d9e2301 ART: Reload class on miranda method in verifier by Andreas Gampe · 9 years ago
  95. 69b5d8f Revert "Revert "Turn off duplicate-classes checking"" by Andreas Gampe · 9 years ago
  96. 12768a0 Revert "DO NOT MERGE ART: Turn off duplicate-classes checking" by Andreas Gampe · 9 years ago
  97. fc3f39e DO NOT MERGE ART: Turn off duplicate-classes checking by Andreas Gampe · 9 years ago
  98. b5de3bb Use runFinalizationWithTimeout for native allocations by Mathieu Chartier · 9 years ago
  99. 054a078 Add atrace calls to runtime start and heap create by Richard Uhler · 9 years ago
  100. da2fd5a Merge "If heap poisoning is on, pass the relevant flag to LOCAL_ASFLAGS." by Hiroshi Yamauchi · 9 years ago