Gitiles
Code Review
Sign In
review.blissroms.org
/
platform_art
/
d4bccf1ece319a3a99e03ecbcbbf40bb82b9e331
/
compiler
/
optimizing
d4bccf1
ARM64: Support 128-bit registers for SIMD.
by Artem Serov
· 8 years ago
fa76296
Fixed missing context while detecting unit strides.
by Aart Bik
· 8 years ago
672082a
Merge "MIPS64: Fix Math.ceil/floor intrinsics"
by Treehugger Robot
· 8 years ago
7ff60ca
Merge "ARM64: Saves 128-bit regs state along SuspendCheckSlowPath."
by Aart Bik
· 8 years ago
716d073
MIPS64: Fix Math.ceil/floor intrinsics
by Goran Jakovljevic
· 8 years ago
74b8ec0
Merge "Fix a few comments in vectorization code that were incorrect or incomplete."
by Treehugger Robot
· 8 years ago
25e668b
Merge "CHA: Don't return a non resolved class to the inliner."
by Treehugger Robot
· 8 years ago
24b905f
Fix a few comments in vectorization code that were incorrect or incomplete.
by Aart Bik
· 8 years ago
7957d95
ARM64: Saves 128-bit regs state along SuspendCheckSlowPath.
by Artem Serov
· 8 years ago
9c4f0d8f
Clean up after MIPS got read barriers support
by Goran Jakovljevic
· 8 years ago
6bca1c6
Merge "Ensure environment is ready when populating loop."
by Aart Bik
· 8 years ago
b07d1bc
Ensure environment is ready when populating loop.
by Aart Bik
· 8 years ago
6daebeb
Implemented ABS vectorization.
by Aart Bik
· 8 years ago
8e33e84
CHA: Don't return a non resolved class to the inliner.
by Nicolas Geoffray
· 8 years ago
f8f5a16
ART vectorizer.
by Aart Bik
· 8 years ago
8af7089
(Re)enable the use of inline caches in AOT
by Calin Juravle
· 8 years ago
d07f2ba
Merge "Gracefully handle bogus profiling info for inline caches."
by Calin Juravle
· 8 years ago
1595815
MIPS: Implement read barriers.
by Alexey Frunze
· 8 years ago
4c0b4bc
Gracefully handle bogus profiling info for inline caches.
by Nicolas Geoffray
· 8 years ago
7b7f8b4
Merge "Fix arm64 and x86_64 code generator assertion"
by Calin Juravle
· 8 years ago
1082e0e
Merge "Math.round float intrinsic for ARM."
by Nicolas Geoffray
· 8 years ago
53463ba
Math.round float intrinsic for ARM.
by xueliang.zhong
· 8 years ago
7359649
Merge "Make data dependency around HDeoptimize correct."
by Nicolas Geoffray
· 8 years ago
c70d1d9
Fix arm64 and x86_64 code generator assertion
by Calin Juravle
· 8 years ago
d9911ee
ART: Clean up field initialization
by Andreas Gampe
· 8 years ago
6f8e2c9
Make data dependency around HDeoptimize correct.
by Nicolas Geoffray
· 8 years ago
53fec08
Initialize art_method_ in HGraph.
by Nicolas Geoffray
· 8 years ago
047871f
Merge "MIPS64: Improve method entry/exit code"
by Treehugger Robot
· 8 years ago
85f8841
Merge ""Revert^6 "CHA for interface method.""""
by Nicolas Geoffray
· 8 years ago
41b67fb
Merge "ARM: Reduce the number of branches generated for HCondition and HSelect"
by Nicolas Geoffray
· 8 years ago
6a2d596
Merge "ARM: Improve the code generated for HInstanceOf"
by Nicolas Geoffray
· 8 years ago
18ea1c9
"Revert^6 "CHA for interface method."""
by Nicolas Geoffray
· 8 years ago
624dc59
Merge "Improvements in the Inliner."
by Nicolas Geoffray
· 8 years ago
d94562d
Merge "Implement a SIMD spilling slot."
by Aart Bik
· 8 years ago
a6cefa7
Merge "Deterministic DexCache in heap images."
by Vladimir Marko
· 8 years ago
f6d4668
Improvements in the Inliner.
by Nicolas Geoffray
· 8 years ago
0bbb750
Merge "MIPS64: Remove memcpy() from java.lang.String.getChars intrinsic."
by Treehugger Robot
· 8 years ago
3d6194f
Merge "MIPS32: Remove memcpy() from java.lang.String.getChars intrinsic."
by Treehugger Robot
· 8 years ago
da9f7eb
Merge "Revert "Revert^4 "CHA for interface method."""
by Nicolas Geoffray
· 8 years ago
27ef25f
Revert "Revert^4 "CHA for interface method.""
by Nicolas Geoffray
· 8 years ago
5576f37
Implement a SIMD spilling slot.
by Aart Bik
· 8 years ago
e104d6e
MIPS64: Improve method entry/exit code
by Alexey Frunze
· 8 years ago
366d433
MIPS64: Remove memcpy() from java.lang.String.getChars intrinsic.
by Chris Larsen
· 8 years ago
fe4ff44
MIPS32: Remove memcpy() from java.lang.String.getChars intrinsic.
by Chris Larsen
· 8 years ago
f13821e
Merge "Revert^4 "CHA for interface method.""
by Mingyao Yang
· 8 years ago
594e8b1
Merge "Saves full XMM state along suspend check's slow path."
by Aart Bik
· 8 years ago
f25cc73
Deterministic DexCache in heap images.
by Vladimir Marko
· 8 years ago
1e7bb5a
ARM: Improve the code generated for HInstanceOf
by Anton Kirilov
· 8 years ago
cc89525
Change 1/2 spill slots to more general number of spill slots.
by Aart Bik
· 8 years ago
fb18513
Revert^4 "CHA for interface method."
by Mingyao Yang
· 8 years ago
b13c65b
Saves full XMM state along suspend check's slow path.
by Aart Bik
· 8 years ago
217b2ce
ARM: Reduce the number of branches generated for HCondition and HSelect
by Anton Kirilov
· 8 years ago
e21c9af
Merge "ARM: Avoid branches to branches"
by Nicolas Geoffray
· 8 years ago
e2492d4
Disable the use of inline caches in AOT mode
by Calin Juravle
· 8 years ago
211d0cd
Merge "Fix the artificial dependency in ARM/ARM64 SystemArrayCopy intrinsics."
by Roland Levillain
· 8 years ago
414c5c1
Merge "Refactor SystemArrayCopy intrinsics."
by Roland Levillain
· 8 years ago
1663d16
Fix the artificial dependency in ARM/ARM64 SystemArrayCopy intrinsics.
by Roland Levillain
· 8 years ago
9cc0ea8
Refactor SystemArrayCopy intrinsics.
by Roland Levillain
· 8 years ago
6f64420
ARM: Avoid branches to branches
by Anton Kirilov
· 8 years ago
9bb8928
Merge "Fix sign extension issues in x86_64 code generation"
by Colin Cross
· 8 years ago
0510717
Delete SrcMap
by Mathieu Chartier
· 8 years ago
ed883a1
Merge "Add method info to oat files"
by Mathieu Chartier
· 8 years ago
f0502d9
Merge "x86-64: Code size improvement for MethodLoadKind::kDirectAddress."
by Treehugger Robot
· 8 years ago
cbcedbf
Add method info to oat files
by Mathieu Chartier
· 8 years ago
0bd9717
Fix sign extension issues in x86_64 code generation
by Colin Cross
· 8 years ago
2d73f33
x86-64: Code size improvement for MethodLoadKind::kDirectAddress.
by Vladimir Marko
· 8 years ago
a70b683
Merge "Revert "Revert "ARM: VIXL32: Use VIXL backend by default."""
by Nicolas Geoffray
· 8 years ago
e0abec7
Merge "vixl32: do not use D14 as a temporary."
by Nicolas Geoffray
· 8 years ago
aa313b1
Merge "MIPS64: Inline polymorphic method calls."
by Treehugger Robot
· 8 years ago
13a797b
vixl32: do not use D14 as a temporary.
by Nicolas Geoffray
· 8 years ago
467d94a
Revert "Revert "ARM: VIXL32: Use VIXL backend by default.""
by Nicolas Geoffray
· 8 years ago
0a1f079
Merge "MIPS64: Improve storing of constants in fields and array elements"
by Treehugger Robot
· 8 years ago
60afd6f
Merge "ARM64: Improve LocationBuilder for Shifts and IntermediateAddress."
by Nicolas Geoffray
· 8 years ago
99d035f
Merge "Revert^2 "Hash-based DexCache field array.""
by Treehugger Robot
· 8 years ago
bfe66b0
Merge "Revert "Revert "Revert "CHA for interface method.""""
by Nicolas Geoffray
· 8 years ago
43e99be
Revert "Revert "Revert "CHA for interface method."""
by Nicolas Geoffray
· 8 years ago
bff6bac
Merge "Fix SSA liveness analysis test."
by Vladimir Marko
· 8 years ago
f44d36c
Revert^2 "Hash-based DexCache field array."
by Vladimir Marko
· 8 years ago
c1af10e
Merge "Revert^6 "Hash-based dex cache type array.""
by Vladimir Marko
· 8 years ago
bd68e97
Fix SSA liveness analysis test.
by Vladimir Marko
· 8 years ago
7f4e428
Merge "Revert "Revert "CHA for interface method."""
by Mingyao Yang
· 8 years ago
c9905a6
MIPS64: Inline polymorphic method calls.
by Chris Larsen
· 8 years ago
26ec3ca
ARM64: Fix lack of scratch registers in String.equals() intrinsic.
by Vladimir Marko
· 8 years ago
8d6768d
Revert^6 "Hash-based dex cache type array."
by Vladimir Marko
· 8 years ago
fbe1516
Merge "Introduce EnvUsePosition for liveness analysis."
by Vladimir Marko
· 8 years ago
8a78a77
Merge "Revert "ARM: VIXL32: Use VIXL backend by default.""
by Nicolas Geoffray
· 8 years ago
25275be
Revert "ARM: VIXL32: Use VIXL backend by default."
by Nicolas Geoffray
· 8 years ago
ba89c34
MIPS64: Improve storing of constants in fields and array elements
by Tijana Jakovljevic
· 8 years ago
356bd28
Introduce EnvUsePosition for liveness analysis.
by Vladimir Marko
· 8 years ago
0b66d61
Revert^5 "Hash-based dex cache type array."
by Vladimir Marko
· 8 years ago
6374c58
Revert "Hash-based DexCache field array."
by Vladimir Marko
· 8 years ago
2a2b4f6
Merge "ARM: VIXL32: Improve BoundsCheck for constant inputs."
by Treehugger Robot
· 8 years ago
1352e02
Merge "ARM: Generate UBFX for HAnd"
by Treehugger Robot
· 8 years ago
effd5bf
ARM: Generate UBFX for HAnd
by Anton Kirilov
· 8 years ago
939e71a
Merge "Hash-based DexCache field array."
by Treehugger Robot
· 8 years ago
2dd053d
ARM: VIXL32: Improve BoundsCheck for constant inputs.
by Artem Serov
· 8 years ago
1aea351
Hash-based DexCache field array.
by Vladimir Marko
· 9 years ago
13439f0
Use offline inline caches during AOT compilation
by Calin Juravle
· 8 years ago
d1d4530
Merge "ARM(64): Improve the code generated for HSelect"
by Treehugger Robot
· 8 years ago
87c9705
ARM64: Improve LocationBuilder for Shifts and IntermediateAddress.
by Artem Serov
· 9 years ago
Next »