Gitiles
Code Review
Sign In
review.blissroms.org
/
platform_art
/
8bd59a0fd46db83616785168231e09fb95ed2ead
/
compiler
dcc7ab6
Merge "Put the resolved class in HLoadClass."
by Nicolas Geoffray
· 9 years ago
e9e43e9
Merge "Handle verify-profile and bootclasspath classes in vdex."
by Nicolas Geoffray
· 9 years ago
e037a73
Merge "Put inlined ArtMethod pointer in stack maps."
by Nicolas Geoffray
· 9 years ago
db54cc4
Merge "Fix braino in RTP."
by Nicolas Geoffray
· 9 years ago
5247c08
Put the resolved class in HLoadClass.
by Nicolas Geoffray
· 9 years ago
5d37c15
Put inlined ArtMethod pointer in stack maps.
by Nicolas Geoffray
· 9 years ago
7498105
Handle verify-profile and bootclasspath classes in vdex.
by Nicolas Geoffray
· 9 years ago
cd9f857
Fix braino in RTP.
by Nicolas Geoffray
· 9 years ago
1998cd0
Implement HLoadClass/kBssEntry for boot image.
by Vladimir Marko
· 9 years ago
6bec91c
Store resolved types for AOT code in .bss.
by Vladimir Marko
· 9 years ago
4155998
Make runtime call on main for HLoadClass/kDexCacheViaMethod.
by Vladimir Marko
· 9 years ago
48886c2
Remove HLoadClass::LoadKind::kDexCachePcRelative.
by Vladimir Marko
· 9 years ago
58207cf
Merge "Revert "Revert "ART: Compiler support for invoke-polymorphic."""
by Orion Hodson
· 9 years ago
ac14139
Revert "Revert "ART: Compiler support for invoke-polymorphic.""
by Orion Hodson
· 9 years ago
2f12c65
Merge "Complete unrolling of loops with small body and trip count one."
by Treehugger Robot
· 9 years ago
6b69e0a
Complete unrolling of loops with small body and trip count one.
by Aart Bik
· 9 years ago
5a6cbfc
MIPS32: Refined comment in java.lang.Math.abs(float/double) intrinsics
by Goran Jakovljevic
· 9 years ago
0d3998b
Revert "Revert "Make object allocation entrypoints only take a class.""
by Nicolas Geoffray
· 9 years ago
b668465
MIPS32: Change java.lang.Math.abs(float/double) intrinsics
by Goran Jakovljevic
· 9 years ago
c8144cd
Merge "Revert "Make object allocation entrypoints only take a class.""
by Treehugger Robot
· 9 years ago
f7aaacd
Revert "Make object allocation entrypoints only take a class."
by Hiroshi Yamauchi
· 9 years ago
dcf5276
Merge "Revert "ART: Compiler support for invoke-polymorphic.""
by Orion Hodson
· 9 years ago
0fb5af1
Revert "ART: Compiler support for invoke-polymorphic."
by Orion Hodson
· 9 years ago
79f9928
Merge "ART: Compiler support for invoke-polymorphic."
by Treehugger Robot
· 9 years ago
02e3092
ART: Compiler support for invoke-polymorphic.
by Orion Hodson
· 9 years ago
db47a14
Merge "Keep resolved String in HLoadString."
by Nicolas Geoffray
· 9 years ago
2b615ba
Make object allocation entrypoints only take a class.
by Nicolas Geoffray
· 9 years ago
5e83eb7
Merge "Recognize getClass() in RTP."
by Nicolas Geoffray
· 9 years ago
f0acfe7
Keep resolved String in HLoadString.
by Nicolas Geoffray
· 9 years ago
2e17788
Merge "Fix some issues reported by Valgrind"
by Mathieu Chartier
· 9 years ago
c52b26d
Recognize getClass() in RTP.
by Nicolas Geoffray
· 9 years ago
431121f
The HBoundsCheck should be the index input of String.charAt.
by Nicolas Geoffray
· 9 years ago
3a2e78e
Fix some issues reported by Valgrind
by Anton Kirilov
· 9 years ago
91db41f
Merge "Find the classpath boundary for being assignable to an interface."
by Nicolas Geoffray
· 9 years ago
0e2fe0f
Find the classpath boundary for being assignable to an interface.
by Nicolas Geoffray
· 9 years ago
776ba76
Merge "Remove the IsInDexCache flag from HLoadString."
by Treehugger Robot
· 9 years ago
4d1be492
Remove the IsInDexCache flag from HLoadString.
by Vladimir Marko
· 9 years ago
a790039
Merge "ARM: VIXL32: Fix crash in Exchange for stack slots."
by Nicolas Geoffray
· 9 years ago
a1d0d63
Merge "Actually record arrays in classpath."
by Nicolas Geoffray
· 9 years ago
1672260
Merge "Revert "Revert "Revert "Revert "Basic obsolete methods support"""""
by Treehugger Robot
· 9 years ago
f67dadb
Merge "MIPS64: Implement table-based packed switch"
by Treehugger Robot
· 9 years ago
0f1cb17
Actually record arrays in classpath.
by Nicolas Geoffray
· 9 years ago
4593f7d
ARM: VIXL32: Fix crash in Exchange for stack slots.
by Artem Serov
· 9 years ago
168768d
Merge "Refine receiver type when inlining based on inline caches."
by Nicolas Geoffray
· 9 years ago
8174621
Merge "MIPS32: java.lang.String.getChars"
by Nicolas Geoffray
· 9 years ago
0f001b7
Refine receiver type when inlining based on inline caches.
by Nicolas Geoffray
· 9 years ago
422c7c3
ART: Remove dequicken map from VerifiedMethod
by Andreas Gampe
· 9 years ago
001cd47
Merge "Revert "Revert "Avoid scratch register exhaustion during ARM64 stack slot moves."""
by Roland Levillain
· 9 years ago
78b3d5d
Revert "Revert "Avoid scratch register exhaustion during ARM64 stack slot moves.""
by Roland Levillain
· 9 years ago
b28c874
Merge "Support non-exact upper bound of HBoundType."
by Nicolas Geoffray
· 9 years ago
88268f0
Merge "Do not record dependencies on arrays."
by Treehugger Robot
· 9 years ago
6fc063c
Merge "MIPS64: Drop redundant sign-extensions in integer conversions"
by Treehugger Robot
· 9 years ago
4ca40e8
Merge "MIPS32: Don't always do a null test in MarkGCCard"
by Treehugger Robot
· 9 years ago
7ee9ee9
Merge "MIPS64: Improve integer comparison with constants"
by Treehugger Robot
· 9 years ago
0598024
Merge changes from topic 'VIXLUpdate'
by Nicolas Geoffray
· 9 years ago
e2157fb
Merge "MIPS64: Implement branchless HCondition for floats"
by Nicolas Geoffray
· 9 years ago
b1c41c2
Merge "Clean up VerifiedMethod."
by Treehugger Robot
· 9 years ago
c51c7ca
Clean up VerifiedMethod.
by Nicolas Geoffray
· 9 years ago
db577b6
Merge "Revert "Avoid scratch register exhaustion during ARM64 stack slot moves.""
by Nicolas Geoffray
· 9 years ago
122ceb4
Revert "Avoid scratch register exhaustion during ARM64 stack slot moves."
by Nicolas Geoffray
· 9 years ago
595375f
Merge "MIPS64: Align register spills on 8-byte boundaries in slow paths"
by Nicolas Geoffray
· 9 years ago
692235e
MIPS32: java.lang.String.getChars
by Chris Larsen
· 9 years ago
4ec76d2
Avoid scratch register exhaustion during ARM64 stack slot moves.
by Roland Levillain
· 9 years ago
66e3919
Merge "MIPS64: java.lang.String.getChars"
by Treehugger Robot
· 9 years ago
4375819
MIPS64: Implement branchless HCondition for floats
by Tijana Jakovljevic
· 9 years ago
992bdb9
MIPS64: Drop redundant sign-extensions in integer conversions
by Goran Jakovljevic
· 9 years ago
db3deee
MIPS64: Improve integer comparison with constants
by Goran Jakovljevic
· 9 years ago
e114da2
MIPS32: Don't always do a null test in MarkGCCard
by Goran Jakovljevic
· 9 years ago
c378980
MIPS64: Align register spills on 8-byte boundaries in slow paths
by Alexey Frunze
· 9 years ago
f8d19c2
ARM: VIXL32: Use a default code buffer capacity of 1Kb.
by Scott Wakeling
· 9 years ago
f2665fa
ART: VIXL32: Fix assembler test after VIXL update.
by Artem Serov
· 9 years ago
0960ac5
MIPS64: Implement table-based packed switch
by Alexey Frunze
· 9 years ago
dba6148
Revert "Revert "Revert "Revert "Basic obsolete methods support""""
by Alex Light
· 9 years ago
2709b5f
Do not record dependencies on arrays.
by Nicolas Geoffray
· 9 years ago
8c3794c
Support non-exact upper bound of HBoundType.
by Nicolas Geoffray
· 9 years ago
cb2ce33
Merge "Update vdex in place if input_vdex_fd == output_vdex_fd"
by Nicolas Geoffray
· 9 years ago
bde1168
Merge "Point optimizations for vdex."
by Nicolas Geoffray
· 9 years ago
454f339
Merge "Optimize OatWriter when we don't compile any method."
by Nicolas Geoffray
· 9 years ago
56e2f93
Merge "Remove soon to be obsolete call kinds for direct calls."
by Nicolas Geoffray
· 9 years ago
119e846
Point optimizations for vdex.
by Nicolas Geoffray
· 9 years ago
60ca949
Optimize OatWriter when we don't compile any method.
by Nicolas Geoffray
· 9 years ago
81f57d1
Update vdex in place if input_vdex_fd == output_vdex_fd
by Nicolas Geoffray
· 9 years ago
441a5e9
Merge "Revert "Revert "Revert "Basic obsolete methods support""""
by Nicolas Geoffray
· 9 years ago
f6abcda
Revert "Revert "Revert "Basic obsolete methods support"""
by Nicolas Geoffray
· 9 years ago
0239c43
Merge "Fix transfer over rejected induction."
by Aart Bik
· 9 years ago
74da529
Fix transfer over rejected induction.
by Aart Bik
· 9 years ago
07001c8
Merge changes Ie74f2dbe,I092d2e95,I5a75f5c4
by Treehugger Robot
· 9 years ago
1aa03b3
Merge changes I8cc87bac,If1a92e47
by Alex Light
· 9 years ago
857f058
Fix JIT crash due to unverified dead code
by Calin Juravle
· 9 years ago
1ffb6fc
Merge "ARM: VIXL32: Use 16-bit encoding for B(cond,...) where possible."
by Nicolas Geoffray
· 9 years ago
c1a42cf
Remove soon to be obsolete call kinds for direct calls.
by Nicolas Geoffray
· 9 years ago
06ce6d4
Merge "MIPS64: Improve string and class loads."
by Treehugger Robot
· 9 years ago
eaaaaef
Merge "Sharpen HLoadClass from inliner."
by Nicolas Geoffray
· 9 years ago
f63f569
MIPS64: Improve string and class loads.
by Alexey Frunze
· 9 years ago
b0b051a
CHA guard optimization (elimination/hoisting).
by Mingyao Yang
· 9 years ago
ce77fc0
Revert "Revert "Basic obsolete methods support""
by Alex Light
· 9 years ago
d54f43c
Merge "Improved induction var and range analysis around types."
by Aart Bik
· 9 years ago
e6bd027
Improved induction var and range analysis around types.
by Aart Bik
· 9 years ago
5687634
Sharpen HLoadClass from inliner.
by Nicolas Geoffray
· 9 years ago
c0e74ba
Merge "Don't unquicken RETURN_VOID_NO_BARRIER with vdex."
by Nicolas Geoffray
· 9 years ago
Next »