- bb18a03 ART: Allow array-ness for unresolved merge types by Andreas Gampe · 9 years ago
- 62e78a7 Merge "ART: Fix order of operations in HBasicBlock::DisconnectAndDelete" by David Brazdil · 9 years ago
- 9eeebf6 ART: Fix order of operations in HBasicBlock::DisconnectAndDelete by David Brazdil · 9 years ago
- 94f62ef ART: Fix run-test by David Brazdil · 9 years ago
- 594973c Merge "ART: Loosen a GraphChecker rule on Boolean inputs" by David Brazdil · 9 years ago
- 11edec7 ART: Loosen a GraphChecker rule on Boolean inputs by David Brazdil · 9 years ago
- 0ced281 Merge "Clean up art::HConstant predicates." by Roland Levillain · 9 years ago
- 843a655 Merge "Do a null check on the sibling in the register allocator." by Nicolas Geoffray · 9 years ago
- 32cc778 Do a null check on the sibling in the register allocator. by Nicolas Geoffray · 9 years ago
- 63ec322 Merge "Optimizing: Do not insert suspend checks on back-edges." by Vladimir Marko · 9 years ago
- d6026cd Merge "Fix potential race condition with threads array." by Aart Bik · 9 years ago
- d074538 Fix potential race condition with threads array. by Aart Bik · 9 years ago
- d96a246 Optimizing: Do not insert suspend checks on back-edges. by Vladimir Marko · 9 years ago
- 29d38e7 Revert "Revert "Use compiler filter to determine oat file status."" by Andreas Gampe · 9 years ago
- 7ee5bc5 Merge "Ensure object ArraySet with null value does not need a type check." by Roland Levillain · 9 years ago
- dba2b19 Merge "Relax too strong DCHECK." by Nicolas Geoffray · 9 years ago
- b133ec6 Ensure object ArraySet with null value does not need a type check. by Roland Levillain · 9 years ago
- 3504ca2 Merge "Revert "ART: Temporarily disable test"" by Nicolas Geoffray · 9 years ago
- 71d5876 Revert "ART: Temporarily disable test" by Nicolas Geoffray · 9 years ago
- e9b6bea Merge "Update run-test 097-duplicate-method" by Sebastien Hertz · 9 years ago
- 7ddf7e9 Merge "Revert "Use compiler filter to determine oat file status."" by Nicolas Geoffray · 9 years ago
- 845e506 Revert "Use compiler filter to determine oat file status." by Nicolas Geoffray · 9 years ago
- 5113583 ART: Temporarily disable test by Andreas Gampe · 9 years ago
- 317a3d8 Merge "Use compiler filter to determine oat file status." by Richard Uhler · 9 years ago
- a62d2f0 Use compiler filter to determine oat file status. by Richard Uhler · 9 years ago
- 0d6d8d8 Rename test to avoid too long file names. by Nicolas Geoffray · 9 years ago
- 6fa06e6 Merge "Tighten art::HNeg type constraints on its input." by Roland Levillain · 9 years ago
- 4603473 Rename test to avoid too long filenames. by Nicolas Geoffray · 9 years ago
- 1f4364d Merge "Add an ImtConflictTable to better resolve IMT conflicts." by Nicolas Geoffray · 9 years ago
- 796d630 Add an ImtConflictTable to better resolve IMT conflicts. by Nicolas Geoffray · 9 years ago
- 974bbdd Relax too strong DCHECK. by Nicolas Geoffray · 9 years ago
- 1aafce4 Merge "Disable two tests for no-prebuild." by Nicolas Geoffray · 9 years ago
- cfa7239 Disable two tests for no-prebuild. by Nicolas Geoffray · 9 years ago
- 948a2a7 Merge "Revamp run-test 431-optimizing-arith-shifts." by Roland Levillain · 9 years ago
- 937e6cd Tighten art::HNeg type constraints on its input. by Roland Levillain · 9 years ago
- a373a33 Merge "Revert "Revert "Enable compilation of secondary dex files""" by Nicolas Geoffray · 9 years ago
- 7db00cd Update Makefile and scripts after Quick removal. by Nicolas Geoffray · 9 years ago
- b9131b1 Update run-test 097-duplicate-method by Sebastien Hertz · 9 years ago
- c6b1b93 Revert "Revert "Enable compilation of secondary dex files"" by Nicolas Geoffray · 9 years ago
- 988a8ff Merge "Remove bogus DCHECK()." by Vladimir Marko · 9 years ago
- 0d345cf Generalize induction and range analysis across type conversions. by Aart Bik · 9 years ago
- e1e5a86 Remove bogus DCHECK(). by Vladimir Marko · 9 years ago
- 985125b Merge "Let tests informa Jack of the min api version" by Yohann Roussel · 9 years ago
- 4b49567 Let tests informa Jack of the min api version by Yohann Roussel · 9 years ago
- 459898d Merge "Check if the type of an instruction is erroneous before inlining." by Nicolas Geoffray · 9 years ago
- 3cf5f5c Merge "Call HuntForOriginalReference to get to the null." by Nicolas Geoffray · 9 years ago
- ab5327d Check if the type of an instruction is erroneous before inlining. by Nicolas Geoffray · 9 years ago
- b1d9157 Call HuntForOriginalReference to get to the null. by Nicolas Geoffray · 9 years ago
- 9b57966 Revamp run-test 431-optimizing-arith-shifts. by Roland Levillain · 9 years ago
- 1a65388 Clean up art::HConstant predicates. by Roland Levillain · 9 years ago
- 38ceb62 Merge "Ensure art::HRor support boolean, byte, short and char inputs." by Roland Levillain · 9 years ago
- 22c4922 Ensure art::HRor support boolean, byte, short and char inputs. by Roland Levillain · 9 years ago
- 0f1b6b7 Merge changes Ib979b2a4,I35b3fed2,I356acd03 by Hiroshi Yamauchi · 9 years ago
- 4eb90bf Revert "Ignore 145-alloc-tracking-stress run-test failures with CC." by Hiroshi Yamauchi · 9 years ago
- 6c73836 Revert "Ignore 145-alloc-tracking-stress failures in interpreter with CC." by Hiroshi Yamauchi · 9 years ago
- 5c0a4af Revert "Ignore 145-alloc-tracking-stress failures with JIT and CC." by Hiroshi Yamauchi · 9 years ago
- 700ae40 Complete the 1.8 unsafe memory fences tests. by Aart Bik · 9 years ago
- 1160f2e Merge "Make run-test give extra time when doing gc-stress runs." by Alex Light · 9 years ago
- 97acf19 Make run-test give extra time when doing gc-stress runs. by Alex Light · 9 years ago
- 3bff678 Merge "Fix bug where verification could crash on unresolved types." by Alex Light · 9 years ago
- 0397163 Fix load store elimination bug in the presence of null[i]. by Nicolas Geoffray · 9 years ago
- 908c0b2 ART: Mterp arm64 2-operand double rem fix by buzbee · 9 years ago
- 55ea94d Fix bug where verification could crash on unresolved types. by Alex Light · 9 years ago
- 03fdc90 Merge "Make art::HCompare support boolean, byte, short and char inputs." by Roland Levillain · 9 years ago
- 8b5e04b Merge "Fix inliner crash related to type propagation." by Nicolas Geoffray · 9 years ago
- a5c4a40 Make art::HCompare support boolean, byte, short and char inputs. by Roland Levillain · 9 years ago
- 2385d09 Re-enable checker tests 536 and 537 by Sebastien Hertz · 9 years ago
- 44fd0e5 Fix inliner crash related to type propagation. by Nicolas Geoffray · 9 years ago
- 9a70d58 Merge "Set USE_JACK to true." by Nicolas Geoffray · 9 years ago
- 1c5b6da Set USE_JACK to true. by Nicolas Geoffray · 9 years ago
- 404b5bf Move specific build rule of 529 into the default script. by Nicolas Geoffray · 9 years ago
- 576a13a Merge "Accept boolean as an input of HDivZeroCheck." by Nicolas Geoffray · 9 years ago
- e567161 Accept boolean as an input of HDivZeroCheck. by Nicolas Geoffray · 9 years ago
- 41954d8 Merge "Fix checker test." by Nicolas Geoffray · 9 years ago
- 639ec6b Fix checker test. by Nicolas Geoffray · 9 years ago
- 4d18145 Optimizing: Fix arm64 shifter operand test. by Vladimir Marko · 9 years ago
- 4d20c08 Merge "Fix HDoubleConstant::IsZero and HFloatConstant::IsZero." by Nicolas Geoffray · 9 years ago
- 949e54d Fix HDoubleConstant::IsZero and HFloatConstant::IsZero. by Nicolas Geoffray · 9 years ago
- 164306e Optimizing: Improve shift simplification, x >>> 64. by Vladimir Marko · 9 years ago
- 1ae8874 Fixed bug in BCE, with regression test. by Aart Bik · 9 years ago
- 625090f Optimizing: Fix TypeConversion(And(x, const)) simplification. by Vladimir Marko · 9 years ago
- e70cda6 Merge "Revert "Enable compilation of secondary dex files"" by Nicolas Geoffray · 9 years ago
- d98a52f Revert "Enable compilation of secondary dex files" by Nicolas Geoffray · 9 years ago
- fb8932e Merge "Enable compilation of secondary dex files" by Calin Juravle · 9 years ago
- 95f931e Merge "Integrate BitwiseNegated into shared framework." by Vladimir Marko · 9 years ago
- fe9242b Merge "Tests for round() method." by Aart Bik · 9 years ago
- 24129be Merge "Suppress a valgrind libc issue." by Hiroshi Yamauchi · 9 years ago
- dc15e89 Suppress a valgrind libc issue. by Hiroshi Yamauchi · 9 years ago
- a9e6802 Merge "Revert "Revert "Revert "Revert "Change condition to opposite if lhs is constant""""" by Nicolas Geoffray · 9 years ago
- 18401b7 Fix invariant in reference type propagation. by Nicolas Geoffray · 9 years ago
- 7fc6350 Integrate BitwiseNegated into shared framework. by Artem Serov · 9 years ago
- bdd7935 Revert "Revert "Revert "Revert "Change condition to opposite if lhs is constant"""" by Anton Shamin · 9 years ago
- bab6616 Tests for round() method. by Aart Bik · 9 years ago
- cc7b14d Merge "Fix and enable java.lang.StringFactory intrinsics." by Roland Levillain · 9 years ago
- e87fe95 Merge "Clear inline caches at each full GC." by Nicolas Geoffray · 9 years ago
- b6e20ae Clear inline caches at each full GC. by Nicolas Geoffray · 9 years ago
- 770b39e Enable compilation of secondary dex files by Calin Juravle · 9 years ago
- ab5b894 Merge "Implement the 1.8 unsafe memory fences directly in HIR." by Aart Bik · 9 years ago
- f969a20 Fix and enable java.lang.StringFactory intrinsics. by Roland Levillain · 9 years ago
- 87aa99c Merge "Record foreign dex files loaded by the app in the profile" by Calin Juravle · 9 years ago