Gitiles
Code Review
Sign In
review.blissroms.org
/
platform_art
/
5387bc5979c8984aabde455a80692f080d823c89
/
compiler
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
b4c6acb
Optimize lookup of quickening data.
by Nicolas Geoffray
· 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
d278cb4
ART: Remove implicit boot image error aborts
by Andreas Gampe
· 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
5552e53
Merge "Add ClassDataItemIterator::HasNextMethod"
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
dd7f2a2
Merge "Move code around to fix --inline-max-code-units in JIT."
by Nicolas Geoffray
· 8 years ago
b7c273c
Add ClassDataItemIterator::HasNextMethod
by Mathieu Chartier
· 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
b3e7bcc
Merge "Add code item accessor helper classes"
by Mathieu Chartier
· 8 years ago
62a2f27
Move code around to fix --inline-max-code-units in JIT.
by Nicolas Geoffray
· 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
69147f1
Add code item accessor helper classes
by Mathieu Chartier
· 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
c4b6f31
Merge "MIPS: Add asub_s/u.df"
by Treehugger Robot
· 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
72aba71
MIPS: Add asub_s/u.df
by Lena Djokic
· 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
cac31ad
ART: Add compiler option for code deduplication
by Andreas Gampe
· 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
72627a5
Merge "Fix LSA hunt for original reference bug."
by Nicolas Geoffray
· 8 years ago
36ea6b4
Merge changes Idaefe0af,Ib5c12d46,Ieb28085e,Idffbb7f2
by Treehugger Robot
· 8 years ago
b065b03
MIPS: java.lang.Thread.interrupted() intrinsic
by Chris Larsen
· 8 years ago
e0eb483
Fix LSA hunt for original reference bug.
by xueliang.zhong
· 8 years ago
33bff25
ART: Make InstructionSet an enum class and add kLast.
by Vladimir Marko
· 8 years ago
238e8fc
ART: Clean up global includes - zlib
by Andreas Gampe
· 8 years ago
2b2bef2
Refactor DexInstructionIterator
by Mathieu Chartier
· 8 years ago
13e6f29
Merge "Alignment optimizations in vectorizer."
by Aart Bik
· 8 years ago
43f0cdb
ART: Intrinsify polymorphic signature methods
by Orion Hodson
· 8 years ago
26ef34c
ART: Move intrinsics definitions to runtime
by Orion Hodson
· 8 years ago
38a3f21
Alignment optimizations in vectorizer.
by Aart Bik
· 8 years ago
e434c4f
MIPS: Basic SIMD reduction support.
by Lena Djokic
· 8 years ago
df12b6f
Merge "Use HGraphDelegateVisitor instead of HGraphVisitor for lse."
by Mingyao Yang
· 8 years ago
c62b7ec
Use HGraphDelegateVisitor instead of HGraphVisitor for lse.
by Mingyao Yang
· 8 years ago
373a9b5
ART: Depend on libnativehelper headers only
by Andreas Gampe
· 8 years ago
31275df
Merge "Fix type conversion bug"
by Treehugger Robot
· 8 years ago
dab6907
Fix type conversion bug
by Aart Bik
· 8 years ago
715f43e
MIPS32: Improve stack alignment, use sdc1/ldc1, where possible.
by Chris Larsen
· 8 years ago
e4df8d9
Merge "Improve sign and zero extension analysis."
by Treehugger Robot
· 8 years ago
2e61a57
MIPS32: Do implicit null check properly
by Goran Jakovljevic
· 8 years ago
a59820d
Merge "MIPS: Introduce a few MSA instructions"
by Treehugger Robot
· 8 years ago
4d1a9d4
Improve sign and zero extension analysis.
by Aart Bik
· 8 years ago
2f70778
Merge "ART: Add abort-on-soft-verifier-error"
by Treehugger Robot
· 8 years ago
96b7474
Merge "Use ScopedArenaAllocator for code generation."
by Vladimir Marko
· 8 years ago
f39208f
ART: Add abort-on-soft-verifier-error
by Andreas Gampe
· 8 years ago
3309c01
MIPS: Introduce a few MSA instructions
by Lena Djokic
· 8 years ago
b277aa1
Merge "ART: Introduce Uint8 loads in compiled code."
by Vladimir Marko
· 8 years ago
2b51edd
ART: Fix includes
by Andreas Gampe
· 8 years ago
61b9228
ART: Introduce Uint8 loads in compiled code.
by Vladimir Marko
· 8 years ago
ce20f2f
Merge "Revert "Force OSR compilation on all compilations.""
by Nicolas Geoffray
· 8 years ago
1949baf
Revert "Force OSR compilation on all compilations."
by Nicolas Geoffray
· 8 years ago
28d3cda
Merge "Force OSR compilation on all compilations."
by Nicolas Geoffray
· 8 years ago
e4311fc
Merge "Fix braino in BoundsCheckSlowPathX86_64."
by Treehugger Robot
· 8 years ago
174b2e2
Use ScopedArenaAllocator for code generation.
by Vladimir Marko
· 8 years ago
c217666
Force OSR compilation on all compilations.
by Nicolas Geoffray
· 8 years ago
003444a
Fix braino in BoundsCheckSlowPathX86_64.
by Nicolas Geoffray
· 8 years ago
3b8c82f
MIPS32R2: Enable table-based switch in presence of irreducible loops
by Alexey Frunze
· 8 years ago
Next »