Gitiles
Code Review
Sign In
review.blissroms.org
/
platform_art
/
fa3912edfac60a9f0a9b95a5862c7361b403fcc2
/
compiler
fa3912e
Fix BitCount intrinsics assertions.
by Roland Levillain
· 9 years ago
fe2b137
Merge "Pack stack map entries on bit level to save space."
by Calin Juravle
· 9 years ago
09ed098
Pack stack map entries on bit level to save space.
by David Srbecky
· 9 years ago
ef88a11
Fix silly gcc warning.
by Vladimir Marko
· 9 years ago
b0170f0
Merge "Fix Boolean to integral types conversions."
by Roland Levillain
· 9 years ago
922b88c
Merge "ART: Fix TypeConversion from long const to float on x86_64"
by David Brazdil
· 9 years ago
4c858cd
ART: Fix TypeConversion from long const to float on x86_64
by Pavel Vyssotski
· 9 years ago
20eef17
Merge "Fix arm64 simplifier bug that tries to remove same statement twice. With fail-before/pass-after test (on arm64)."
by Aart Bik
· 9 years ago
968056f
Fix arm64 simplifier bug that tries to remove same statement twice.
by Aart Bik
· 9 years ago
f355c3f
Fix Boolean to integral types conversions.
by Roland Levillain
· 9 years ago
db8e62d
Optimizing: Clean up after const-string sharpening.
by Vladimir Marko
· 9 years ago
085055f
Merge "Optimizing: Improve const-string code generation."
by Vladimir Marko
· 9 years ago
a1eff4f
Merge "X86_64: Replace x86_64 xchg instruction use"
by Vladimir Marko
· 9 years ago
fa02c9d
ART: Flush ostream less frequently in GraphVisualizer
by David Brazdil
· 9 years ago
cac5a7e
Optimizing: Improve const-string code generation.
by Vladimir Marko
· 9 years ago
6f51d77
Merge "Optimizing: Reduce arena memory used by GraphChecker."
by Vladimir Marko
· 9 years ago
fedcd0a
Merge "ART: Make verifier fail log level adjustable"
by Andreas Gampe
· 9 years ago
ef94b54
Merge "ART: Clean up verifier"
by Andreas Gampe
· 9 years ago
7fe3023
ART: Make verifier fail log level adjustable
by Andreas Gampe
· 9 years ago
bf9611f
ART: Clean up verifier
by Andreas Gampe
· 9 years ago
ec89839
Merge "Add support for Dex version 37 in Runtime."
by Alex Light
· 9 years ago
e28ad4b
Merge "Fix bug not accounting for type in induction comparison. Extended unit tests."
by Aart Bik
· 9 years ago
7829691
Fix bug not accounting for type in induction comparison. Extended unit tests.
by Aart Bik
· 9 years ago
6a63bac
Allow x86+arm multilib build.
by Ying Wang
· 9 years ago
b0b3859
Merge "Avoid removing new-instance instruction twice. Includes a fail-before/pass-after regression test."
by Aart Bik
· 9 years ago
eda3140
Avoid removing new-instance instruction twice.
by Aart Bik
· 9 years ago
947eb70
Optimizing: Reduce arena memory used by GraphChecker.
by Vladimir Marko
· 9 years ago
c496181
Add support for Dex version 37 in Runtime.
by Alex Light
· 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
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
2e38434
Merge "Post-Quick cleanup: Remove CompilationUnit."
by Vladimir Marko
· 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
df73984
Post-Quick cleanup: Remove CompilationUnit.
by Vladimir Marko
· 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
541261e
Merge "Fix and improve shift and rotate operations."
by Roland Levillain
· 9 years ago
c9b21f8
Fix some typos in art/compiler/optimizing/nodes.cc.
by Roland Levillain
· 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
845e506
Revert "Use compiler filter to determine oat file status."
by Nicolas Geoffray
· 9 years ago
a62d2f0
Use compiler filter to determine oat file status.
by Richard Uhler
· 9 years ago
48e7224
Merge "Optimizing: Reduce GraphChecker memory usage."
by Vladimir Marko
· 9 years ago
9a3c1fa
Merge "ART: Clean up arena allocation memory tracking."
by Vladimir Marko
· 9 years ago
0f49c82
Optimizing: Reduce GraphChecker memory usage.
by Vladimir Marko
· 9 years ago
6fa06e6
Merge "Tighten art::HNeg type constraints on its input."
by Roland Levillain
· 9 years ago
3a40bf2
ART: Clean up arena allocation memory tracking.
by Vladimir Marko
· 9 years ago
2a07b80
Merge "MIPS32: Implement UnsafeCASInt and UnsafeCASObject intrinsics."
by Roland Levillain
· 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
5b5b931
Fix and improve shift and rotate operations.
by Roland Levillain
· 9 years ago
0e2f2ff
Optimizing: Fix a new valgrind error in image_test.
by Vladimir Marko
· 9 years ago
937e6cd
Tighten art::HNeg type constraints on its input.
by Roland Levillain
· 9 years ago
2fac35e
Merge "Remove Quick from tree."
by Nicolas Geoffray
· 9 years ago
51aff3a
MIPS32: Implement UnsafeCASInt and UnsafeCASObject intrinsics.
by Alexey Frunze
· 9 years ago
0d345cf
Generalize induction and range analysis across type conversions.
by Aart Bik
· 9 years ago
4485c69
Merge "Disable LZ4HC compressed images"
by Mathieu Chartier
· 9 years ago
9894fc8
Disable LZ4HC compressed images
by Mathieu Chartier
· 9 years ago
3c94f09
Remove Quick from tree.
by Nicolas Geoffray
· 9 years ago
162629e
Merge "Optimizing: Fix register allocator validation memory usage."
by Vladimir Marko
· 9 years ago
f6a35de
Optimizing: Fix register allocator validation memory usage.
by Vladimir Marko
· 9 years ago
ae207db
Merge "MIPS32: sun.misc.Unsafe get/put intrinsics."
by Roland Levillain
· 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
a807780
Add verify-profile compiler filter
by Mathieu Chartier
· 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
e943c3b
Merge "Generate native debug stackmaps before calls as well."
by David Srbecky
· 9 years ago
d28f4a0
Generate native debug stackmaps before calls as well.
by David Srbecky
· 9 years ago
0397163
Fix load store elimination bug in the presence of null[i].
by Nicolas Geoffray
· 9 years ago
4fdc6d9
MIPS32: sun.misc.Unsafe get/put intrinsics.
by Chris Larsen
· 10 years ago
8e57978
Merge "Remove --native-debuggable compiler option."
by David Srbecky
· 9 years ago
03fdc90
Merge "Make art::HCompare support boolean, byte, short and char inputs."
by Roland Levillain
· 9 years ago
346dc99
Remove --native-debuggable compiler option.
by David Srbecky
· 9 years ago
a172450
Forgot space.
by Nicolas Geoffray
· 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
44fd0e5
Fix inliner crash related to type propagation.
by Nicolas Geoffray
· 9 years ago
914d71e
Merge "Clean up NullCheck generation and record stats about it."
by Calin Juravle
· 9 years ago
1583e62
Merge "Improve compiler stats"
by Calin Juravle
· 9 years ago
933330a
Add more statistics for memory use of the JIT.
by Nicolas Geoffray
· 9 years ago
2ae4818
Clean up NullCheck generation and record stats about it.
by Calin Juravle
· 9 years ago
6915898
Improve compiler stats
by Calin Juravle
· 9 years ago
f808e8a
Merge "Collect memory use for the JIT."
by Nicolas Geoffray
· 9 years ago
a4f8154
Collect memory use for the JIT.
by Nicolas Geoffray
· 9 years ago
e567161
Accept boolean as an input of HDivZeroCheck.
by Nicolas Geoffray
· 9 years ago
3e90681
Merge "Make art::HCompare side effect free."
by Roland Levillain
· 9 years ago
4d20c08
Merge "Fix HDoubleConstant::IsZero and HFloatConstant::IsZero."
by Nicolas Geoffray
· 9 years ago
5b18053
ART: Fix shift simplification, x >>> 64.
by Vladimir Marko
· 9 years ago
12af36e
Merge "ART: Fix valgrind failure in image_test64."
by Vladimir Marko
· 9 years ago
949e54d
Fix HDoubleConstant::IsZero and HFloatConstant::IsZero.
by Nicolas Geoffray
· 9 years ago
Next »