Gitiles
Code Review
Sign In
review.blissroms.org
/
platform_art
/
cfe50bb5a66251feeb4a16d25eb2f95d7a0f99ce
/
compiler
/
optimizing
cfe50bb
Implemented missing move/exchange paths for x86
by Aart Bik
· 8 years ago
0f13269
Merge changes I8c4cec43,I00634b89,I0579db64
by Vladimir Marko
· 8 years ago
a64b52d
Do not pass DexFile to ClassLinker::Lookup/ResolveString().
by Vladimir Marko
· 8 years ago
8f1a586
Merge changes I917df597,Ib2ca880e,Ib3733573,I3e3a4672
by Treehugger Robot
· 8 years ago
e11dd50
Do not pass DexFile to ClassLinker::ResolveField*().
by Vladimir Marko
· 8 years ago
2ba3557
Merge "Change ArtField::ProxyFindSystemClass() to lookup the class."
by Vladimir Marko
· 8 years ago
f56a1c0
Merge "Determine HLoadClass/String load kind early."
by Vladimir Marko
· 8 years ago
208f670
Change ArtField::ProxyFindSystemClass() to lookup the class.
by Vladimir Marko
· 8 years ago
28e012a
Determine HLoadClass/String load kind early.
by Vladimir Marko
· 8 years ago
5449e07
Merge "Fixed spilling bug (visible on ARM64): missed SIMD type."
by Aart Bik
· 8 years ago
5794381
ART: Replace base/logging with android-base/logging
by Andreas Gampe
· 8 years ago
2dd7b67
Fixed spilling bug (visible on ARM64): missed SIMD type.
by Aart Bik
· 8 years ago
3bcb751
type conversion elimination for store value only uses.
by Mingyao Yang
· 8 years ago
4388fb2
Merge "Fix typing bug in load store elimination"
by Treehugger Robot
· 8 years ago
94539fd
Fix typing bug in load store elimination
by Vladimir Marko
· 8 years ago
f5df935
Merge "Minor cleanup in CodeGenerator::RecordPcInfo()."
by Treehugger Robot
· 8 years ago
a9683fb
Merge "MIPS: Improve HandleBinaryOp (Add/Sub) for constant inputs"
by Aart Bik
· 8 years ago
367e020
Merge "Fix a bug in String.charAt() simplification."
by Vladimir Marko
· 8 years ago
d57fdd8
Merge "Log at places we fail to compile."
by Nicolas Geoffray
· 8 years ago
6f2960c
Merge "Enhance removed loads/substitutes in LSE."
by Mingyao Yang
· 8 years ago
fec85cd
Minor cleanup in CodeGenerator::RecordPcInfo().
by Vladimir Marko
· 8 years ago
0259c24
Fix a bug in String.charAt() simplification.
by Vladimir Marko
· 8 years ago
3853017
MIPS: Improve HandleBinaryOp (Add/Sub) for constant inputs
by Lena Djokic
· 8 years ago
206070c
Enhance removed loads/substitutes in LSE.
by Mingyao Yang
· 8 years ago
2a8cbb8
Merge "MIPS: Improve BoundsCheck for constant inputs"
by Vladimir Marko
· 8 years ago
6b1aebe
Allow devirtualized method to be intrinsified.
by Mingyao Yang
· 8 years ago
45d3efb
Merge "Type conversion elimination of constants"
by Mingyao Yang
· 8 years ago
dbd4303
MIPS: Improve BoundsCheck for constant inputs
by Goran Jakovljevic
· 8 years ago
dbb9aef
Log at places we fail to compile.
by Nicolas Geoffray
· 8 years ago
75bb2f3
Type conversion elimination of constants
by Mingyao Yang
· 8 years ago
a43a894
Merge "Revert^4 "JIT JNI stubs.""
by Vladimir Marko
· 8 years ago
8fd5015
Merge "Use symbolic rather than duplicate string for pass."
by Aart Bik
· 8 years ago
2196c65
Revert^4 "JIT JNI stubs."
by Vladimir Marko
· 8 years ago
8f8bd8b
Merge "Revert "Revert "Revert "JIT JNI stubs.""""
by Nicolas Geoffray
· 8 years ago
056d775
Revert "Revert "Revert "JIT JNI stubs."""
by Nicolas Geoffray
· 8 years ago
4e30b90
Use symbolic rather than duplicate string for pass.
by Aart Bik
· 8 years ago
50f90a4
Merge "Revert "Revert "JIT JNI stubs."""
by Vladimir Marko
· 8 years ago
a602c56
Merge "ART: Remove nested SOA in intrinsics code"
by Treehugger Robot
· 8 years ago
e744163
Revert "Revert "JIT JNI stubs.""
by Vladimir Marko
· 8 years ago
4c71d00
ART: Remove nested SOA in intrinsics code
by Orion Hodson
· 8 years ago
aa25db7
Merge "Clean some dex2oat options."
by Nicolas Geoffray
· 8 years ago
299c1e1
Merge "Revert "JIT JNI stubs.""
by Treehugger Robot
· 8 years ago
abda386
Merge "ART: Fix invoke-polymorphic compiler warnings"
by Treehugger Robot
· 8 years ago
47d3185
Revert "JIT JNI stubs."
by Vladimir Marko
· 8 years ago
2d8801f
Clean some dex2oat options.
by Nicolas Geoffray
· 8 years ago
b1b5206
ART: Fix invoke-polymorphic compiler warnings
by Orion Hodson
· 8 years ago
3417eae
JIT JNI stubs.
by Vladimir Marko
· 8 years ago
7bdc6e7
ART: Minor refactoring of JNI stub compilation.
by Vladimir Marko
· 8 years ago
5387bc5
Merge "Fix stats reporting over 100% methods compiled."
by Treehugger Robot
· 8 years ago
e1b6d7b
Merge "type conversion elimination for constant input"
by Treehugger Robot
· 8 years ago
cd09e1f
Fix stats reporting over 100% methods compiled.
by Vladimir Marko
· 8 years ago
e60248d
Merge "Apply individual intrinsic recognition during inliner."
by Treehugger Robot
· 8 years ago
f0010dd
Apply individual intrinsic recognition during inliner.
by Aart Bik
· 8 years ago
67ab1c5
Merge "Pass the debug_info_offset explicitly."
by Nicolas Geoffray
· 8 years ago
58cc1cb
Pass the debug_info_offset explicitly.
by Nicolas Geoffray
· 8 years ago
71bb968
Merge "Fill Class and String .bss slots in runtime."
by Vladimir Marko
· 8 years ago
cebb5e7
type conversion elimination for constant input
by Mingyao Yang
· 8 years ago
6d95c80
Merge "Recognize countable "break" loops"
by Aart Bik
· 8 years ago
f3c52b4
Fill Class and String .bss slots in runtime.
by Vladimir Marko
· 8 years ago
68351eb
Merge "ART: Introduce individual HInstruction cloning."
by Aart Bik
· 8 years ago
ceb0693
Recognize countable "break" loops
by Aart Bik
· 8 years ago
2ca10eb
Refactored optimization passes setup.
by Aart Bik
· 8 years ago
5573c37
cpplint: Remove many unnecessary NOLINT
by Igor Murashkin
· 8 years ago
1598a77
Merge "Don't merge values for exit block in LSE."
by Treehugger Robot
· 8 years ago
46721ef
Don't merge values for exit block in LSE.
by Mingyao Yang
· 8 years ago
2d774be
Merge "Use intrinsic codegen for compiling intrinsic methods."
by Vladimir Marko
· 8 years ago
92f7f3c
Use intrinsic codegen for compiling intrinsic methods.
by Vladimir Marko
· 8 years ago
38e380b
MIPS: Implement Sum-of-Abs-Differences
by Lena Djokic
· 8 years ago
eab2b42
Merge "Remove kIsVdexEnabled."
by Nicolas Geoffray
· 8 years ago
8eaa8e5
Remove kIsVdexEnabled.
by Nicolas Geoffray
· 8 years ago
3da1d0f
Use CodeItemAccessor helpers for method verifier
by Mathieu Chartier
· 8 years ago
0135412
Merge "Revert "Support VecLoad and VecStore in LSE.""
by Nicolas Geoffray
· 8 years ago
8c4ddb2
Revert "Support VecLoad and VecStore in LSE."
by Nicolas Geoffray
· 8 years ago
52ccbde
Merge "MIPS32: Use conditional moves to compute 64-bit shifts."
by Treehugger Robot
· 8 years ago
0e3151b
Improvement on array element aliasing analysis.
by Mingyao Yang
· 8 years ago
6fde072
Merge "Support VecLoad and VecStore in LSE."
by Mingyao Yang
· 8 years ago
e983b16
Merge "Record @{Fast,Critical}Native in method's access flags."
by Vladimir Marko
· 8 years ago
b0a6aee
Record @{Fast,Critical}Native in method's access flags.
by Vladimir Marko
· 8 years ago
27dae5f
Support VecLoad and VecStore in LSE.
by xueliang.zhong
· 8 years ago
b50b16a
Support VecLoad and VecStore in LSA.
by xueliang.zhong
· 8 years ago
3e5fecd
MIPS32: Use conditional moves to compute 64-bit shifts.
by Chris Larsen
· 8 years ago
2202d56
Merge "Check invocation's side effects for LSE."
by Mingyao Yang
· 8 years ago
972e654
Merge "Fix String.equals() for moveable String.class."
by Vladimir Marko
· 8 years ago
bda66c7
Merge "cpplint: Cleanup errors"
by Treehugger Robot
· 8 years ago
293f1c0
Check invocation's side effects for LSE.
by Mingyao Yang
· 8 years ago
2ffb703
cpplint: Cleanup errors
by Igor Murashkin
· 8 years ago
5d16562
Merge "Delete CodeItemIterator"
by Mathieu Chartier
· 8 years ago
3b3ecdf
Merge "Simplify handling of finalizable in LSE."
by Mingyao Yang
· 8 years ago
025c1a6
Simplify handling of finalizable in LSE.
by Mingyao Yang
· 8 years ago
da28305
Fix String.equals() for moveable String.class.
by Vladimir Marko
· 8 years ago
7a0222e
MIPS32: Don't leave vector registers in an unpredictable state
by Goran Jakovljevic
· 8 years ago
cefd676
Merge "runtime: Bitstring implementation for subtype checking (4/4)."
by Treehugger Robot
· 8 years ago
86083f7
runtime: Bitstring implementation for subtype checking (4/4).
by Igor Murashkin
· 8 years ago
0021feb
Delete CodeItemIterator
by Mathieu Chartier
· 8 years ago
cced8ba
ART: Introduce individual HInstruction cloning.
by Artem Serov
· 8 years ago
4098a7a
Refactor ArtField::GetType<>() as {Lookup,Resolve}Type().
by Vladimir Marko
· 8 years ago
ea604b2
Merge "MIPS: Improve InstructionCodeGeneratorMIPS*::GenerateSuspendCheck()."
by Treehugger Robot
· 8 years ago
71976e2
Merge "MIPS: java.lang.Thread.interrupted() intrinsic"
by Treehugger Robot
· 8 years ago
a204591
MIPS: Improve InstructionCodeGeneratorMIPS*::GenerateSuspendCheck().
by Chris Larsen
· 8 years ago
5f31703
Merge "Refactor DexInstructionIterator"
by Mathieu Chartier
· 8 years ago
Next »