1. dd32833 Make dex file verifier check that indexes are increasing. by Jeff Hao · 10 years ago
  2. ad3359e Do not overwrite an input register in shift operations. by Nicolas Geoffray · 10 years ago
  3. 7c19550 Merge "Fix another miranda method moving GC bug" into mnc-dev by Mathieu Chartier · 10 years ago
  4. bad9c7b New experimental GC stress mode by Mathieu Chartier · 10 years ago
  5. 7695200 Merge "Change GC to allow strings to use large object space." into mnc-dev by Jeff Hao · 10 years ago
  6. 37fd527 Change GC to allow strings to use large object space. by Jeff Hao · 10 years ago
  7. 67b00a1 Merge "ART: Allow checking RETURN_VOID_NO_BARRIER on unresolved classes" into mnc-dev by Andreas Gampe · 10 years ago
  8. 38fafa1 Make large string use large object space. by Jeff Hao · 10 years ago
  9. 4c67a6a ART: Allow checking RETURN_VOID_NO_BARRIER on unresolved classes by Andreas Gampe · 10 years ago
  10. 6e80460 Fix another miranda method moving GC bug by Mathieu Chartier · 10 years ago
  11. 421e495 ART: Don't do pre-linked calls to the interpreter bridge. by Vladimir Marko · 10 years ago
  12. a6efe5e ART: Disallow classes that are abstract and final by Andreas Gampe · 10 years ago
  13. 8859311 Revert "Revert "Add support for inlining already sharpened interface calls."" by Nicolas Geoffray · 10 years ago
  14. ee39360 Revert "Add support for inlining already sharpened interface calls. DO NOT MERGE ANYWHERE" by Nicolas Geoffray · 10 years ago
  15. 042fd00 Revert "Revert "Use IsAssignableFrom instead of IsSubclass for robustness."" by Nicolas Geoffray · 10 years ago
  16. c48c7e6 Use compiling class instead of outer class for access checks. by Nicolas Geoffray · 10 years ago
  17. 7d59309 Use compiling class instead of referrer for access checks. by Nicolas Geoffray · 10 years ago
  18. 1e256bf Be careful with predecessor/successor index. by Nicolas Geoffray · 10 years ago
  19. bbcec62 Merge "Don't check the return type in the builder." into mnc-dev by Nicolas Geoffray · 10 years ago
  20. be43861 Don't check the return type in the builder. by Nicolas Geoffray · 10 years ago
  21. 39eb41f Merge "Do not expect 0 or 1 only when comparing a boolean." into mnc-dev by Nicolas Geoffray · 10 years ago
  22. 0bc614d Do not expect 0 or 1 only when comparing a boolean. by Nicolas Geoffray · 10 years ago
  23. 39d40af Verifier: check an aput, even if we know it will fail. by Nicolas Geoffray · 10 years ago
  24. a04e7b7 Run a simplification pass before code generation. by Nicolas Geoffray · 10 years ago
  25. 096f357 Merge "Bailout from compilation if an invoke is malformed." into mnc-dev by Nicolas Geoffray · 10 years ago
  26. 753f1fb Bailout from compilation if an invoke is malformed. by Nicolas Geoffray · 10 years ago
  27. c9345cc Merge "Fix wrong DCHECK in bounds check elimination." into mnc-dev by Nicolas Geoffray · 10 years ago
  28. 7d4cc8c Fix wrong DCHECK in bounds check elimination. by Nicolas Geoffray · 10 years ago
  29. 25fde61 Fix a bug in optimizing when the null constant has been DCE. by Nicolas Geoffray · 10 years ago
  30. ff82263 Fix String Change baseline compiler errors. by Nicolas Geoffray · 10 years ago
  31. 7257ece Use signed encoding when using relative CFI addresses. by David Srbecky · 10 years ago
  32. 673b430 ART: Check for expected args for instance methods by Andreas Gampe · 10 years ago
  33. cbf5d89 ART: Check var-arg count earlier in method verifier by Taiju Tsuiki · 10 years ago
  34. 1bd841a Merge "ART: Fix BCE lint issue" into mnc-dev by Mingyao Yang · 10 years ago
  35. 38fad46 ART: Fix BCE lint issue by Andreas Gampe · 10 years ago
  36. f0ed1f0 Merge "Fix GC map generation edge case" into mnc-dev by Mathieu Chartier · 10 years ago
  37. 1626b91 Fix GC map generation edge case by Mathieu Chartier · 10 years ago
  38. 31fa4b5 Remove bogus DCHECK in BCE. by Nicolas Geoffray · 10 years ago
  39. bca381a Fix premature deoptimization if the loop body isn't entered. by Mingyao Yang · 10 years ago
  40. db538d3 Merge "ART stack unwinding fixes for libunwind/gdb/lldb." into mnc-dev by David Srbecky · 10 years ago
  41. 3e91a44 Fix case where block has no predecessor for StringChange. by Jeff Hao · 10 years ago
  42. e7738e8 Quick: Handle total high/low register overlap on arm/mips. by Vladimir Marko · 10 years ago
  43. 9f7687c Quick: Fix optimizations for empty if blocks. by Vladimir Marko · 10 years ago
  44. dd3c7d2 ART: Remove old DCHECK that trips Baseline by David Brazdil · 10 years ago
  45. 122349a Merge "Fix StringChange for optimizing compiler." into mnc-dev by Jeff Hao · 10 years ago
  46. e0a9a53 Fix StringChange for optimizing compiler. by Jeff Hao · 10 years ago
  47. a26cb57 ART stack unwinding fixes for libunwind/gdb/lldb. by David Srbecky · 10 years ago
  48. 6e82168 Fix moving GC bug in DoFilledNewArray by Mathieu Chartier · 10 years ago
  49. dfc5db6 Fix moving GC bugs in proxy stub for X86/X86_64 by Mathieu Chartier · 10 years ago
  50. bf1fa2c Follow up on CL 151605 by Sebastien Hertz · 10 years ago
  51. ef484d4 Fix nested deoptimization. by Mingyao Yang · 10 years ago
  52. 07c6f5a Quick: Don't expect move-exception in every catch block. by Vladimir Marko · 10 years ago
  53. e71eb1d Fix some java_lang_Class related moving GC bugs by Mathieu Chartier · 10 years ago
  54. ee9bc65 Merge "ART: Allow PackedSwitch instructions with zero targets" into mnc-dev by David Brazdil · 10 years ago
  55. df75bca ART: Allow PackedSwitch instructions with zero targets by David Brazdil · 10 years ago
  56. 6ecc296 Quick: Fix marking unused registers in DCE. by Vladimir Marko · 10 years ago
  57. a8b4100 ART: Fix reporting initialized classes by CompilerDriver. by Vladimir Marko · 10 years ago
  58. f61ab97 Merge "Add support for inlining already sharpened interface calls. DO NOT MERGE ANYWHERE" into mnc-dev by Nicolas Geoffray · 10 years ago
  59. c362782 Add support for inlining already sharpened interface calls. DO NOT MERGE ANYWHERE by Nicolas Geoffray · 10 years ago
  60. 23fad47 Fix reference comparison after redundant phi elimination. by Nicolas Geoffray · 10 years ago
  61. a3b9d4e Add missing EndAssertNoThreadSuspension by Mathieu Chartier · 10 years ago
  62. afe9e13 Set default visibility on art_sigsegv_fault. by Oleksiy Vyalov · 10 years ago
  63. 61e4ec3 Merge "Change mips64 lwu to ld for loading caller ArtMethod*" into mnc-dev by Mathieu Chartier · 10 years ago
  64. 9ad40fd Change mips64 lwu to ld for loading caller ArtMethod* by Mathieu Chartier · 10 years ago
  65. 4998374 JDWP: update handling of 8-bit and 16-bit fields by Sebastien Hertz · 10 years ago
  66. 6ba35b5 JDWP: asynchronous invoke command handling by Sebastien Hertz · 10 years ago
  67. c72c5ac Merge "Add cortex-a53 as a valid instruction set variant for arm64." into mnc-dev by Tim Murray · 10 years ago
  68. 00fd8c2 Add cortex-a53 as a valid instruction set variant for arm64. by Tim Murray · 10 years ago
  69. b89a8c6 Fix compaction bug in Class_getDeclaredMethodsUnchecked by Mathieu Chartier · 10 years ago
  70. 125d732 Merge "Let classloader provide correct LD_LIBRARY_PATH" into mnc-dev by Dmitriy Ivanov · 10 years ago
  71. fa5fc15 Merge "Move image intern table into image" into mnc-dev by Mathieu Chartier · 10 years ago
  72. fac3a39 Move image intern table into image by Mathieu Chartier · 10 years ago
  73. 2351c7b Merge "Reset GC performance stats at zygote fork." into mnc-dev by Hiroshi Yamauchi · 10 years ago
  74. 618fdff [MIPS] Fix method tracing for mips64 by Lazar Trsic · 10 years ago
  75. 9a7fffb Reset GC performance stats at zygote fork. by Hiroshi Yamauchi · 10 years ago
  76. 8117250 Let classloader provide correct LD_LIBRARY_PATH by Dmitriy Ivanov · 10 years ago
  77. 21cb657 Quick: Fix LoopRepeatingTopologicalSortIterator. by Vladimir Marko · 10 years ago
  78. ffd42ee Merge "More LOW_4G optimizations" into mnc-dev by Mathieu Chartier · 10 years ago
  79. b362cdc Merge "Revert "Revert "Turn off duplicate-classes checking""" into mnc-dev by Andreas Gampe · 10 years ago
  80. 4f03ace Merge "ART: Add SetSpecialSignalHandlerFn to version-script.txt" into mnc-dev by Andreas Gampe · 10 years ago
  81. 59bc214 ART: Add SetSpecialSignalHandlerFn to version-script.txt by Andreas Gampe · 10 years ago
  82. 49f0ae8 am b8154d5c: resolved conflicts for merge of e8a4b652 to lmp-mr1-ub-dev by Vladimir Marko · 10 years ago
  83. 76e8509 am 5d3acebd: resolved conflicts for merge of c8d000a1 to lmp-mr1-ub-dev by Vladimir Marko · 10 years ago
  84. 6ff4f15 am e279c0c4: resolved conflicts for merge of fad2cbf9 to lmp-mr1-ub-dev by Vladimir Marko · 10 years ago
  85. 8a221b6 am fb695b34: resolved conflicts for merge of 7cc8f9aa to lmp-mr1-ub-dev by Vladimir Marko · 10 years ago
  86. 3b532d7 Use runFinalizationWithTimeout for native allocations by Mathieu Chartier · 10 years ago
  87. 3ae250c More LOW_4G optimizations by Mathieu Chartier · 10 years ago
  88. 7fabaa6 Add atrace calls to runtime start and heap create by Richard Uhler · 10 years ago
  89. 1c8bef4 Add optimization for LOW_4G allocator by Mathieu Chartier · 10 years ago
  90. b8154d5 resolved conflicts for merge of e8a4b652 to lmp-mr1-ub-dev by Vladimir Marko · 10 years ago
  91. 5d3aceb resolved conflicts for merge of c8d000a1 to lmp-mr1-ub-dev by Vladimir Marko · 10 years ago
  92. e279c0c resolved conflicts for merge of fad2cbf9 to lmp-mr1-ub-dev by Vladimir Marko · 10 years ago
  93. fb695b3 resolved conflicts for merge of 7cc8f9aa to lmp-mr1-ub-dev by Vladimir Marko · 10 years ago
  94. e8a4b65 Merge "Revert "Quick: Create GC map based on compiler data. DO NOT MERGE"" into cw-d-mr1-dev by Vladimir Marko · 10 years ago
  95. b7fd412 Revert "Quick: Create GC map based on compiler data. DO NOT MERGE" by Vladimir Marko · 10 years ago
  96. c8d000a Revert "Quick: Fix "select" pattern to update data used for GC maps. DO NOT MERGE" by Vladimir Marko · 10 years ago
  97. c991403 Fix valgrind large_object_space_test by Mathieu Chartier · 10 years ago
  98. 0fc16a0 Revert "Revert "Turn off duplicate-classes checking"" by Andreas Gampe · 10 years ago
  99. 8f23620 Add a way to determine if a large object is a zygote object by Mathieu Chartier · 10 years ago
  100. 99b4dcd Merge "ART: Refactor Thread::Init" into mnc-dev by Andreas Gampe · 10 years ago