Gitiles
Code Review
Sign In
review.blissroms.org
/
platform_art
/
9983e302384c12a975c8d2d5ae239f79fd8e1996
/
compiler
/
optimizing
9983e30
Remove the old ARM code generator from ART's Optimizing compiler.
by Roland Levillain
· 8 years ago
bac2bd1
Merge "Introduce a Marking Register in ARM code generation."
by Roland Levillain
· 8 years ago
6d729a7
Introduce a Marking Register in ARM code generation.
by Roland Levillain
· 8 years ago
51765b0
MIPS32: ART Vectorizer
by Lena Djokic
· 8 years ago
de4b08f
Reduce quicken info size
by Mathieu Chartier
· 8 years ago
af24def
Fix ART ARM64 CFI gtests with GCs other than CC with Baker read barriers.
by Roland Levillain
· 8 years ago
97c4646
Introduce a Marking Register in ARM64 code generation.
by Roland Levillain
· 8 years ago
ca8c295
MIPS32: Saves 128-bit vector registers along SuspendCheckSlowPath
by Lena Djokic
· 8 years ago
640fbdc
Merge "Disambiguate memory accesses in instruction scheduling"
by Nicolas Geoffray
· 8 years ago
8091ed8
Merge "MIPS: Shorten .bss string/class loads"
by Treehugger Robot
· 8 years ago
e128af5
Merge "ARM: ART Vectorizer (64-bit vectors)."
by Treehugger Robot
· 8 years ago
dd3240c
Merge "MIPS32: MoveLocation refactoring"
by Aart Bik
· 8 years ago
2a3471f
Disambiguate memory accesses in instruction scheduling
by xueliang.zhong
· 8 years ago
aed3dbf
Merge "Improve array index analysis in LSA."
by Nicolas Geoffray
· 8 years ago
8f7c410
ARM: ART Vectorizer (64-bit vectors).
by Artem Serov
· 8 years ago
740c300
Merge "Add CHECKs to help diagnose a crash seen internally."
by Nicolas Geoffray
· 8 years ago
4aa0cf8
Merge "Turn a few DCHECK into CHECKs."
by Nicolas Geoffray
· 8 years ago
37dc4df
Improved subscript and data dependence analysis.
by Aart Bik
· 8 years ago
757b26c
Add CHECKs to help diagnose a crash seen internally.
by Nicolas Geoffray
· 8 years ago
c9c3104
Turn a few DCHECK into CHECKs.
by Nicolas Geoffray
· 8 years ago
76754cc
Merge "Prevent loop optimization in debuggable mode."
by Aart Bik
· 8 years ago
f57c1ae
Prevent loop optimization in debuggable mode.
by Nicolas Geoffray
· 8 years ago
a6d098c
Merge "Unrolling and dynamic loop peeling framework in vectorizer."
by Aart Bik
· 8 years ago
8098da9
MIPS32: MoveLocation refactoring
by Lena Djokic
· 8 years ago
14a68b4
Unrolling and dynamic loop peeling framework in vectorizer.
by Aart Bik
· 8 years ago
db87b28
Merge "Don't use the graph's dex file when printing HInvoke."
by Nicolas Geoffray
· 8 years ago
80b99c2
Merge "Fix static analyzer warning"
by Treehugger Robot
· 8 years ago
5ceac0e
Don't use the graph's dex file when printing HInvoke.
by Nicolas Geoffray
· 8 years ago
016c0f1
Improve array index analysis in LSA.
by xueliang.zhong
· 8 years ago
6fda427
Fix braino when handling branches fallthrough in arm backend.
by Nicolas Geoffray
· 8 years ago
a4b58ed
Fix static analyzer warning
by George Burgess IV
· 8 years ago
1a0a519
Fix loop optimization in the presence of environment uses.
by Nicolas Geoffray
· 8 years ago
f789353
Set the deopt flag after adjusting the stack pointer.
by Nicolas Geoffray
· 8 years ago
c0fe9db
Merge "Use IntrusiveForwardList<> for Env-/UsePosition."
by Vladimir Marko
· 8 years ago
13600e9
Merge "MIPS64: Min/max vectorization support"
by Aart Bik
· 8 years ago
58794c5
Merge "ART: Refactor bit_utils and stl_util"
by Treehugger Robot
· 8 years ago
8375e4f
Merge "ART: Fix or disable some tidy warnings."
by Treehugger Robot
· 8 years ago
f45d61c
ART: Fix or disable some tidy warnings.
by Andreas Gampe
· 8 years ago
5fa5c04
MIPS: Shorten .bss string/class loads
by Alexey Frunze
· 8 years ago
5678db5
ART: Refactor bit_utils and stl_util
by Andreas Gampe
· 8 years ago
8dfe746
ARM64: Encode constants when it is possible.
by Artem Serov
· 8 years ago
6fc7c4a
Merge "Use ArtMethod* .bss entries for HInvokeStaticOrDirect."
by Vladimir Marko
· 8 years ago
3050956
Merge "Be less aggressive when inlining."
by Treehugger Robot
· 8 years ago
f81621e
Be less aggressive when inlining.
by Nicolas Geoffray
· 8 years ago
0eb882b
Use ArtMethod* .bss entries for HInvokeStaticOrDirect.
by Vladimir Marko
· 8 years ago
3c8a912
Merge "Replace invoke kind kDexCacheViaMethod with kRuntimeCall."
by Vladimir Marko
· 8 years ago
8fea1e1
MIPS64: Min/max vectorization support
by Goran Jakovljevic
· 8 years ago
6ecff4d
Merge "Pass through inputs beyond arguments in invoke."
by Aart Bik
· 8 years ago
ad58e8a
Merge "ARM64: SIMD instruction scheduling."
by Aart Bik
· 8 years ago
e7197bf
Replace invoke kind kDexCacheViaMethod with kRuntimeCall.
by Vladimir Marko
· 8 years ago
f0fc4c6
ARM64: SIMD instruction scheduling.
by Artem Serov
· 8 years ago
508fdf3
ART: Small class-inl.h cleanup
by Andreas Gampe
· 8 years ago
6e92fb3
Pass through inputs beyond arguments in invoke.
by Aart Bik
· 8 years ago
36a5d0c
Merge "MIPS64: ART Vectorizer"
by Aart Bik
· 8 years ago
0a50965
Merge "Revert^3 "ART: Reference.getReferent intrinsic for x86 and x86_64""
by Vladimir Marko
· 8 years ago
ab63934
Merge "Revert "ART: Reference.getReferent intrinsic for arm and arm64""
by Vladimir Marko
· 8 years ago
2c97600
Merge "Rename kDexCacheViaMethod to kRuntimeCall for HLoadClass/String."
by Vladimir Marko
· 8 years ago
9f7e91c
Merge "Fixed bug in relying on precise FP in periodic sequence."
by Aart Bik
· 8 years ago
8523ea1
Fixed bug in relying on precise FP in periodic sequence.
by Aart Bik
· 8 years ago
4ee8e29
Revert^3 "ART: Reference.getReferent intrinsic for x86 and x86_64"
by Vladimir Marko
· 8 years ago
d254f5c
Revert "ART: Reference.getReferent intrinsic for arm and arm64"
by Vladimir Marko
· 8 years ago
b486a98
ART: Introduce thread-current-inl.h
by Andreas Gampe
· 8 years ago
1656ca9
Merge "ART: Clean up thread.h and thread_list.h"
by Treehugger Robot
· 8 years ago
847e6ce
Rename kDexCacheViaMethod to kRuntimeCall for HLoadClass/String.
by Vladimir Marko
· 8 years ago
9b70b4a
Merge "Delay allocating environment locations."
by Treehugger Robot
· 8 years ago
b4fe268
Merge "Fix build failure in scheduler_arm with ART_USE_OLD_ARM_BACKEND=1"
by Treehugger Robot
· 8 years ago
ec32f64
Delay allocating environment locations.
by Vladimir Marko
· 8 years ago
72a75f7
Fix build failure in scheduler_arm with ART_USE_OLD_ARM_BACKEND=1
by xueliang.zhong
· 8 years ago
513061a
ART: Clean up thread.h and thread_list.h
by Andreas Gampe
· 8 years ago
82b0740
Use IntrusiveForwardList<> for Env-/UsePosition.
by Vladimir Marko
· 8 years ago
38c4ae5
Merge "Handle gracefully profiles with invalid classes or methods"
by Calin Juravle
· 8 years ago
d853fe4
Merge "Add access flag for previously warm methods"
by Mathieu Chartier
· 8 years ago
0855688
Handle gracefully profiles with invalid classes or methods
by Calin Juravle
· 8 years ago
f044c22
Add access flag for previously warm methods
by Mathieu Chartier
· 8 years ago
d490129
ART: Clean up heap headers
by Andreas Gampe
· 8 years ago
deae7db
ART: Add missing namespace comments
by Andreas Gampe
· 8 years ago
19680d3
MIPS64: ART Vectorizer
by Goran Jakovljevic
· 8 years ago
6079dca
MIPS32R2: Fix MethodLoadKind::kBootImageLinkTimePcRelative
by Alexey Frunze
· 8 years ago
dbddc22
Refactor profiles to use TypeReference instead of ClassReference
by Mathieu Chartier
· 8 years ago
a559fa1
Merge "Fix compiler crash due to inline caches and improve docs"
by Treehugger Robot
· 8 years ago
e6f87cc
Fix compiler crash due to inline caches and improve docs
by Calin Juravle
· 8 years ago
6dd5019
Merge "Do not deopt when using AOT inline caches"
by Treehugger Robot
· 8 years ago
af44e6c
Do not deopt when using AOT inline caches
by Calin Juravle
· 8 years ago
ce38efe
Merge "ARM: Specify if some branches go to far targets"
by Treehugger Robot
· 8 years ago
0abc6bb
Merge "Support for narrow operands in "dangerous" operations."
by Aart Bik
· 8 years ago
304c8a5
Support for narrow operands in "dangerous" operations.
by Aart Bik
· 8 years ago
19d7d50
ARM64: Fix IsAdrpPatch().
by Vladimir Marko
· 8 years ago
fd52253
ARM: Specify if some branches go to far targets
by Anton Kirilov
· 8 years ago
3b101e4
Merge "optimizing: Fix a potential nullptr dereference"
by Treehugger Robot
· 8 years ago
f207299
optimizing: Fix a potential nullptr dereference
by George Burgess IV
· 8 years ago
81cbb24
Merge "Use arena allocation for profiles"
by Calin Juravle
· 8 years ago
a17d679
Merge "Use PC-relative pointer to boot image methods."
by Treehugger Robot
· 8 years ago
4199aa0
Merge "Create load store analysis pass"
by Nicolas Geoffray
· 8 years ago
1f68cb5
Merge "Revert "Support for narrow operands in "dangerous" operations.""
by Nicolas Geoffray
· 8 years ago
9231690
Revert "Support for narrow operands in "dangerous" operations."
by Nicolas Geoffray
· 8 years ago
cc3171a
Use arena allocation for profiles
by Calin Juravle
· 8 years ago
2cd620b
Merge "Support for narrow operands in "dangerous" operations."
by Aart Bik
· 8 years ago
6597946
Use PC-relative pointer to boot image methods.
by Vladimir Marko
· 8 years ago
5601d4e
Revert "Revert "ARM: Improve the code generated for HCondition with a constant input""
by Anton Kirilov
· 8 years ago
c239a2b
Create load store analysis pass
by xueliang.zhong
· 8 years ago
Next »