Gitiles
Code Review
Sign In
review.blissroms.org
/
platform_art
/
f1dd69a8fd6bc330e5ff6e89eaaf3affbc7c6f31
/
compiler
f1dd69a
Revert "Revert "Fully support static encoded fields.""
by Mathieu Chartier
· 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
4d3df91
Merge "Store a copy of MethodDebugInfo in ElfWriter"
by Treehugger Robot
· 8 years ago
f96a2db
Store a copy of MethodDebugInfo in ElfWriter
by Pirama Arumuga Nainar
· 8 years ago
265791f
Merge "MIPS64: Add min/max MSA instructions"
by Aart Bik
· 8 years ago
3050956
Merge "Be less aggressive when inlining."
by Treehugger Robot
· 8 years ago
3b8bbb9
Merge "Don't call EnsureInitialized in the JIT."
by Treehugger Robot
· 8 years ago
5691173
Merge "Only compile hot methods"
by Mathieu Chartier
· 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
23ddfe8
Don't call EnsureInitialized in the JIT.
by Nicolas Geoffray
· 8 years ago
3c8a912
Merge "Replace invoke kind kDexCacheViaMethod with kRuntimeCall."
by Vladimir Marko
· 8 years ago
84c8432
Revert "Fully support static encoded fields."
by Nicolas Geoffray
· 8 years ago
f7ab834
Revert "Fixed Literal String intern mismatch."
by Nicolas Geoffray
· 8 years ago
bc1c6b6
Merge "Revert "Fixed installation time regression when compile.""
by Nicolas Geoffray
· 8 years ago
54c32b1
Revert "Fixed installation time regression when compile."
by Nicolas Geoffray
· 8 years ago
658263e
MIPS64: Add min/max MSA instructions
by Goran Jakovljevic
· 8 years ago
7b135c8
Only compile hot methods
by Mathieu Chartier
· 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
c3e822b
Merge changes I47bd6edc,I0e3e268d
by Treehugger Robot
· 8 years ago
fae2e3d
Merge "ART: More header cleanups"
by Treehugger Robot
· 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
2ff3b97
ART: More header cleanups
by Andreas Gampe
· 8 years ago
5d08fcc
ART: More header cleanups
by Andreas Gampe
· 8 years ago
8f98742
Fixed installation time regression when compile.
by Chang Xing
· 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
ea650f3
Move profiles to use bitmaps for startup methods
by Mathieu Chartier
· 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
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
9fa69d0
Merge "ART: Misc header cleanups"
by Treehugger Robot
· 8 years ago
aa97938
Merge "ART: Clean up heap headers"
by Treehugger Robot
· 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
854461a
Merge "Fixed Literal String intern mismatch."
by Mathieu Chartier
· 8 years ago
762ef84
Fixed Literal String intern mismatch.
by Chang Xing
· 8 years ago
d490129
ART: Clean up heap headers
by Andreas Gampe
· 8 years ago
726e179
Merge changes I282b25a3,I297f0ad4,I052ac9f7
by Treehugger Robot
· 8 years ago
f0446e9
ART: Misc header cleanups
by Andreas Gampe
· 8 years ago
d482e73
ART: More header cleanup - runtime.h
by Andreas Gampe
· 8 years ago
8ea4eec
ART: Mark some functions as always-inline
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
673253e
Merge "Fully support static encoded fields."
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
e71d687
Fully support static encoded fields.
by Chang Xing
· 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
3bada4b
Avoid binding const references to temporaries.
by Vladimir Marko
· 8 years ago
636e870
Support for narrow operands in "dangerous" operations.
by Aart Bik
· 8 years ago
17481b5
Merge "Made idiom recognition more robust."
by Treehugger Robot
· 8 years ago
015a070
Merge "Use StringBssEntry for testing PC-relative patching."
by Treehugger Robot
· 8 years ago
5f80500
Made idiom recognition more robust.
by Aart Bik
· 8 years ago
662ee25
Merge "optimizing: Build HConstructorFence for HNewArray/HNewInstance nodes"
by Treehugger Robot
· 8 years ago
79d8fa7
optimizing: Build HConstructorFence for HNewArray/HNewInstance nodes
by Igor Murashkin
· 8 years ago
5f07820
Use StringBssEntry for testing PC-relative patching.
by Vladimir Marko
· 8 years ago
c1ff6bf
Merge "X86: Fix LoadString/Class for non-PIC boot image."
by Vladimir Marko
· 8 years ago
00916b9
X86: Fix LoadString/Class for non-PIC boot image.
by Vladimir Marko
· 8 years ago
47aa869
Merge "No need to lock when calling Thread.interrupted."
by Nicolas Geoffray
· 8 years ago
2fad527
Ignore --compile-pic option for JIT.
by Vladimir Marko
· 8 years ago
d1c2276
Merge "Remove LoadString/Class kind kBootImageLinkTimeAddress."
by Vladimir Marko
· 8 years ago
Next »