1. f2ea71c ART: Fix the simplifier for add/sub by Serguei Katkov · 10 years ago
  2. 681652d HDeoptimize should hold values live in env. by Mingyao Yang · 10 years ago
  3. af50e41 Bugfix: Java char is 16 bits, can not be treated as boolean. by Fredrik Roubert · 10 years ago
  4. d021e16 ART: Fix Quick/Optimizing suspend check assumption mismatch. by Vladimir Marko · 10 years ago
  5. a2407de Merge "ART: Boolean simplifier fix" into mnc-dev by Nicolas Geoffray · 10 years ago
  6. 22552df ART: Boolean simplifier fix by Serguei Katkov · 10 years ago
  7. 3b7660d ART: DCE should know that array-length can throw NPE by Serguei Katkov · 10 years ago
  8. 811cfdd Re-enable run-test 449-checker-bce on MIPS64. by Roland Levillain · 10 years ago
  9. 9976738 Fix proxy handling in FindDeclaredVirtualMethod by Mathieu Chartier · 10 years ago
  10. 25e1af5 ART: Change merges with Undefined to Undefined by Andreas Gampe · 10 years ago
  11. c08e0c7 ART: Fix test by Andreas Gampe · 10 years ago
  12. 5ee9454 Support compiling run-tests with jack by Sebastien Hertz · 10 years ago
  13. c2bf125 ART: Allow to set and copy conflicts in the verifier by Andreas Gampe · 10 years ago
  14. fd6fe84 Merge "ART: Release inputs in Long.reverse intrinsic in x86" into mnc-dev by Andreas Gampe · 10 years ago
  15. a0b23bb ART: Release inputs in Long.reverse intrinsic in x86 by Andreas Gampe · 10 years ago
  16. db05e31 ART: Fix opsize in LoadArgDirect by Andreas Gampe · 10 years ago
  17. ccbbda2 Add implicit null pointer and stack overflow checks for Mips. by Douglas Leung · 10 years ago
  18. 3abd437 Do not create a HBoundType when the instruction is non-null. by Nicolas Geoffray · 10 years ago
  19. f801a6a Merge "Do not replace a live phi with a dead phi." into mnc-dev by Nicolas Geoffray · 10 years ago
  20. fecc465 Do not replace a live phi with a dead phi. by Nicolas Geoffray · 10 years ago
  21. b7a4790 Revert "Revert "Do not update the type of something we already know."" by Nicolas Geoffray · 10 years ago
  22. d735c41 Merge "MIPS: Initial version of optimizing compiler for MIPS64R6." into mnc-dev by Roland Levillain · 10 years ago
  23. 3ae8da0 ART: Fix invalid access and DCHECK in verifier by Andreas Gampe · 10 years ago
  24. b91205e ART: Fix streaming tracing issues by Andreas Gampe · 10 years ago
  25. a1935c4 MIPS: Initial version of optimizing compiler for MIPS64R6. by Roland Levillain · 10 years ago
  26. 6415013 ART: Reset runtime_throw_failure flag by Andreas Gampe · 10 years ago
  27. 9206789 Hard-fail get-/put-object to a non-reference field. by Vladimir Marko · 10 years ago
  28. 559b1cc [MIPS64] JNI Compiler: Sign-extend int function arguments by Lazar Trsic · 10 years ago
  29. 466efcc Merge "Adding optimizing compiler test case for String.<init>." into mnc-dev by Jeff Hao · 10 years ago
  30. 2867634 Use a flag from the verifier to know if we should compile. by Nicolas Geoffray · 10 years ago
  31. b5171ff BCE: don't assume a bounds check always gets a HArrayLength. by Nicolas Geoffray · 10 years ago
  32. 18b236e Recompute dominator tree after DCE. by Nicolas Geoffray · 10 years ago
  33. 574cce1 BCE: Narrow instead of unconditionnaly overwrite the range. by Nicolas Geoffray · 10 years ago
  34. 310b0f5 Fix another case of un-verified dead code. by Nicolas Geoffray · 10 years ago
  35. e7c7d8e Adding optimizing compiler test case for String.<init>. by Jeff Hao · 10 years ago
  36. ad3359e Do not overwrite an input register in shift operations. by Nicolas Geoffray · 10 years ago
  37. 8859311 Revert "Revert "Add support for inlining already sharpened interface calls."" by Nicolas Geoffray · 10 years ago
  38. ee39360 Revert "Add support for inlining already sharpened interface calls. DO NOT MERGE ANYWHERE" by Nicolas Geoffray · 10 years ago
  39. 042fd00 Revert "Revert "Use IsAssignableFrom instead of IsSubclass for robustness."" by Nicolas Geoffray · 10 years ago
  40. c48c7e6 Use compiling class instead of outer class for access checks. by Nicolas Geoffray · 10 years ago
  41. 7d59309 Use compiling class instead of referrer for access checks. by Nicolas Geoffray · 10 years ago
  42. 1e256bf Be careful with predecessor/successor index. by Nicolas Geoffray · 10 years ago
  43. bbcec62 Merge "Don't check the return type in the builder." into mnc-dev by Nicolas Geoffray · 10 years ago
  44. be43861 Don't check the return type in the builder. by Nicolas Geoffray · 10 years ago
  45. 39eb41f Merge "Do not expect 0 or 1 only when comparing a boolean." into mnc-dev by Nicolas Geoffray · 10 years ago
  46. 0bc614d Do not expect 0 or 1 only when comparing a boolean. by Nicolas Geoffray · 10 years ago
  47. 39d40af Verifier: check an aput, even if we know it will fail. by Nicolas Geoffray · 10 years ago
  48. a04e7b7 Run a simplification pass before code generation. by Nicolas Geoffray · 10 years ago
  49. 096f357 Merge "Bailout from compilation if an invoke is malformed." into mnc-dev by Nicolas Geoffray · 10 years ago
  50. 753f1fb Bailout from compilation if an invoke is malformed. by Nicolas Geoffray · 10 years ago
  51. c9345cc Merge "Fix wrong DCHECK in bounds check elimination." into mnc-dev by Nicolas Geoffray · 10 years ago
  52. 7d4cc8c Fix wrong DCHECK in bounds check elimination. by Nicolas Geoffray · 10 years ago
  53. 25fde61 Fix a bug in optimizing when the null constant has been DCE. by Nicolas Geoffray · 10 years ago
  54. 31fa4b5 Remove bogus DCHECK in BCE. by Nicolas Geoffray · 10 years ago
  55. bca381a Fix premature deoptimization if the loop body isn't entered. by Mingyao Yang · 10 years ago
  56. db538d3 Merge "ART stack unwinding fixes for libunwind/gdb/lldb." into mnc-dev by David Srbecky · 10 years ago
  57. 3e91a44 Fix case where block has no predecessor for StringChange. by Jeff Hao · 10 years ago
  58. 9f7687c Quick: Fix optimizations for empty if blocks. by Vladimir Marko · 10 years ago
  59. dd3c7d2 ART: Remove old DCHECK that trips Baseline by David Brazdil · 10 years ago
  60. a26cb57 ART stack unwinding fixes for libunwind/gdb/lldb. by David Srbecky · 10 years ago
  61. dfc5db6 Fix moving GC bugs in proxy stub for X86/X86_64 by Mathieu Chartier · 10 years ago
  62. 07c6f5a Quick: Don't expect move-exception in every catch block. by Vladimir Marko · 10 years ago
  63. df75bca ART: Allow PackedSwitch instructions with zero targets by David Brazdil · 10 years ago
  64. f61ab97 Merge "Add support for inlining already sharpened interface calls. DO NOT MERGE ANYWHERE" into mnc-dev by Nicolas Geoffray · 10 years ago
  65. c362782 Add support for inlining already sharpened interface calls. DO NOT MERGE ANYWHERE by Nicolas Geoffray · 10 years ago
  66. 23fad47 Fix reference comparison after redundant phi elimination. by Nicolas Geoffray · 10 years ago
  67. b362cdc Merge "Revert "Revert "Turn off duplicate-classes checking""" into mnc-dev by Andreas Gampe · 10 years ago
  68. 3b532d7 Use runFinalizationWithTimeout for native allocations by Mathieu Chartier · 10 years ago
  69. 0fc16a0 Revert "Revert "Turn off duplicate-classes checking"" by Andreas Gampe · 10 years ago
  70. ff6d8cf Add more info for attempting to delete non-JNI local reference by Mathieu Chartier · 10 years ago
  71. 3d21bdf Move mirror::ArtMethod to native by Mathieu Chartier · 10 years ago
  72. 952b164 Merge "ART: Fix wrong hard-failure handling in verifier" into mnc-dev by Andreas Gampe · 10 years ago
  73. 0bcf9fd Fix test 115-native-bridge for Mips. by Douglas Leung · 10 years ago
  74. 8ee2145 ART: Add support for special handlers in sigchainlib by Andreas Gampe · 10 years ago
  75. 93de952 ART: Use v2 version of NativeBridge struct by Andreas Gampe · 10 years ago
  76. 7be8302 Add JNI String.<init> test for global and weak global refs. by Jeff Hao · 10 years ago
  77. 3b74e27 ART: Fix wrong hard-failure handling in verifier by Andreas Gampe · 10 years ago
  78. 9953ca9 Merge "Revert "DO NOT MERGE ART: Turn off duplicate-classes checking"" into mnc-dev by Andreas Gampe · 10 years ago
  79. 18a1827 Revert "DO NOT MERGE ART: Turn off duplicate-classes checking" by Andreas Gampe · 10 years ago
  80. d58a6de Merge "DO NOT MERGE ART: Turn off duplicate-classes checking" into mnc-dev by Andreas Gampe · 10 years ago
  81. cd572eb Merge "Intercept JNI invocation of String.<init> methods." into mnc-dev by Jeff Hao · 10 years ago
  82. 15e9ad1 Intercept JNI invocation of String.<init> methods. by Jeff Hao · 10 years ago
  83. aafcfca DO NOT MERGE ART: Turn off duplicate-classes checking by Andreas Gampe · 10 years ago
  84. 8256609 ART: Fix RegisterNative order by Andreas Gampe · 10 years ago
  85. a5a1c13 Test and fix bug checking status of secondary multidex files. by Richard Uhler · 10 years ago
  86. 3beb245 Also print class for NoSuchFieldException by Mathieu Chartier · 10 years ago
  87. e8ff50d ART: Rediscover loops after deleting blocks in DCE by David Brazdil · 10 years ago
  88. ce7d005 ART: arm indexOf intrinsics for the optimizing compiler by Andreas Gampe · 10 years ago
  89. f450cf6 Add test for String init called from unresolvable class. by Jeff Hao · 10 years ago
  90. 9dfba72 Merge "ART: x86 indexOf intrinsics for the optimizing compiler" by Andreas Gampe · 10 years ago
  91. 21030dd ART: x86 indexOf intrinsics for the optimizing compiler by Andreas Gampe · 10 years ago
  92. 6108ed8 Merge "Add a flag to StackVisitor for inlining." by Nicolas Geoffray · 10 years ago
  93. 8e5bd18 Add a flag to StackVisitor for inlining. by Nicolas Geoffray · 10 years ago
  94. ba56d06 [optimizing] Improve 32 bit long shift by 1. by Mark Mendell · 10 years ago
  95. 6727a48 Merge "Skip compilation when falling-through out of method code." by Calin Juravle · 10 years ago
  96. 678e695 ART: Refactor 082-inline-execute by Andreas Gampe · 10 years ago
  97. 0462c4c Support multiple instrumentation clients by Sebastien Hertz · 10 years ago
  98. 1d85823 Temporarily suppress 098-ddmc for the read barrier config. by Hiroshi Yamauchi · 10 years ago
  99. fbda5f3 Find better split positions in the register allocator. by Nicolas Geoffray · 10 years ago
  100. 702d260 Skip compilation when falling-through out of method code. by Calin Juravle · 10 years ago