Gitiles
Code Review
Sign In
review.blissroms.org
/
platform_art
/
0960ac5a5a255bb3e8418e185914243aeef54a7c
/
compiler
0960ac5
MIPS64: Implement table-based packed switch
by Alexey Frunze
· 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
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
685e4a3
Merge "ARM: Fix vixl related branch issue in JNI."
by Nicolas Geoffray
· 9 years ago
8f840f8
ARM: Fix vixl related branch issue in JNI.
by Artem Serov
· 9 years ago
76873db
Merge "ARM: VIXL32: Implement some dispatch optimizations."
by Nicolas Geoffray
· 9 years ago
b1677e2
Don't unquicken RETURN_VOID_NO_BARRIER with vdex.
by Nicolas Geoffray
· 9 years ago
89b31a3
Merge "Add HVariableInputSizeInstruction."
by Mingyao Yang
· 9 years ago
d27097a
Clear exception if FindClass fails.
by Nicolas Geoffray
· 9 years ago
0f69f74
Merge "Do not resolve types with vdex."
by Nicolas Geoffray
· 9 years ago
517d9f6
ARM: VIXL32: Use 16-bit encoding for B(cond,...) where possible.
by Artem Serov
· 9 years ago
c5fcb44
ARM: VIXL32: Implement some dispatch optimizations.
by Artem Serov
· 9 years ago
ade72d6
Do not resolve types with vdex.
by Nicolas Geoffray
· 9 years ago
7e9a562
Merge "ARM: VIXL32: Do a code cleanup."
by Nicolas Geoffray
· 9 years ago
4c1667f
Merge "Flush JIT data cache when committing code."
by Nicolas Geoffray
· 9 years ago
2c43590
Merge "Fixed signal 11 bug by not testing resolved method first."
by Treehugger Robot
· 9 years ago
e9f3269
Merge "Fine tuning the induction analysis."
by Treehugger Robot
· 9 years ago
a9dbe83
Add HVariableInputSizeInstruction.
by Mingyao Yang
· 9 years ago
d0a022d
Fine tuning the induction analysis.
by Aart Bik
· 9 years ago
ab2270f
Fixed signal 11 bug by not testing resolved method first.
by Aart Bik
· 9 years ago
ed015ac
Flush JIT data cache when committing code.
by Nicolas Geoffray
· 9 years ago
46ee31b
ART: Move to libbase StringPrintf
by Andreas Gampe
· 9 years ago
9538f9e
Merge "Add ClassLoader to app-image roots."
by Vladimir Marko
· 9 years ago
b7cc593
Merge "Revert "Basic obsolete methods support""
by Alex Light
· 9 years ago
b81a984
Revert "Basic obsolete methods support"
by Alex Light
· 9 years ago
6d736d8
Merge "Basic obsolete methods support"
by Alex Light
· 9 years ago
d8936da
Basic obsolete methods support
by Alex Light
· 9 years ago
afca930
Merge "Fix AssemblerMIPS64Test.LongBalc() running out of memory."
by Treehugger Robot
· 9 years ago
3607394
Fix AssemblerMIPS64Test.LongBalc() running out of memory.
by Vladimir Marko
· 9 years ago
b73e659
Merge "ARM: Fix breaking changes from recent VIXL update."
by Nicolas Geoffray
· 9 years ago
eca3eda
Add ClassLoader to app-image roots.
by Vladimir Marko
· 9 years ago
3f92bde
Merge "Implement VisitShouldDeoptimizeFlag for MIPS/MIPS64"
by Treehugger Robot
· 9 years ago
b70b66e
Merge "MIPS64: Improve method invocation."
by Treehugger Robot
· 9 years ago
c641842
Implement VisitShouldDeoptimizeFlag for MIPS/MIPS64
by Goran Jakovljevic
· 9 years ago
001e1c1
Merge "Support GVN for HLoadClass::LoadKind::kJitTableAddress."
by Nicolas Geoffray
· 9 years ago
dfc453b
Merge "Handle primitive types in VerifierTypes::AddAssignability."
by Nicolas Geoffray
· 9 years ago
9b1583e
Support GVN for HLoadClass::LoadKind::kJitTableAddress.
by Nicolas Geoffray
· 9 years ago
19f6c69
MIPS64: Improve method invocation.
by Alexey Frunze
· 9 years ago
d812f78
Merge "ART: Clean up utils.h"
by Treehugger Robot
· 9 years ago
9186ced
ART: Clean up utils.h
by Andreas Gampe
· 9 years ago
319261e
Merge "Prune uses library classes even without profile"
by Mathieu Chartier
· 9 years ago
ea63e4d
Merge "Remove obsolete DeduplicateDexCacheAddressLiteral()."
by Vladimir Marko
· 9 years ago
d1665a0
Handle primitive types in VerifierTypes::AddAssignability.
by Nicolas Geoffray
· 9 years ago
831cb26
Merge "ARM: VIXL32: Test both current and new assemblers with optimizing_cfi_test."
by Nicolas Geoffray
· 9 years ago
0f0829b
Remove obsolete DeduplicateDexCacheAddressLiteral().
by Vladimir Marko
· 9 years ago
0fb3719
ARM: Fix breaking changes from recent VIXL update.
by Artem Serov
· 9 years ago
22384ae
Revert "Revert "Add kJitTableAddress for HLoadClass.""
by Nicolas Geoffray
· 9 years ago
c27bc40
Prune uses library classes even without profile
by Mathieu Chartier
· 9 years ago
4dd3f7d
Merge "Revert "Add kJitTableAddress for HLoadClass.""
by Nicolas Geoffray
· 9 years ago
d2d5262
Revert "Add kJitTableAddress for HLoadClass."
by Nicolas Geoffray
· 9 years ago
7d81bf2
Merge "Add kJitTableAddress for HLoadClass."
by Nicolas Geoffray
· 9 years ago
90ab673
ARM: VIXL32: Test both current and new assemblers with optimizing_cfi_test.
by Scott Wakeling
· 9 years ago
5b12f79
Add kJitTableAddress for HLoadClass.
by Nicolas Geoffray
· 9 years ago
644032c
ARM: VIXL32: Do a code cleanup.
by Anton Kirilov
· 9 years ago
c836b5a
Merge "Revert "Revert "ARM: VIXL32: Use DontCare for SetFlags + fix for GenerateFrameEntry."""
by Nicolas Geoffray
· 9 years ago
726e517
Merge "Revert^8 "Make sure that const-class linkage is preserved.""
by Vladimir Marko
· 9 years ago
57096b7
Merge "Added polynomial induction variables analysis. With tests."
by Treehugger Robot
· 9 years ago
df7822e
Added polynomial induction variables analysis. With tests.
by Aart Bik
· 9 years ago
88e9168
Merge "Clean up Class::GetDirectInterface()."
by Vladimir Marko
· 9 years ago
19a4d37
Clean up Class::GetDirectInterface().
by Vladimir Marko
· 9 years ago
c5798bf
Revert^8 "Make sure that const-class linkage is preserved."
by Vladimir Marko
· 9 years ago
f3dcdd9
Merge "ARM: VIXL32: Implement read barriers."
by Nicolas Geoffray
· 9 years ago
bffdc70
Revert "Revert "ARM: VIXL32: Use DontCare for SetFlags + fix for GenerateFrameEntry.""
by Scott Wakeling
· 9 years ago
b08265b
Merge "MIPS32: Pass more arguments in registers."
by Vladimir Marko
· 9 years ago
b4ee681
Merge "Revert "ARM: VIXL32: Use DontCare for SetFlags + fix for GenerateFrameEntry.""
by Nicolas Geoffray
· 9 years ago
2f34995
Revert "ARM: VIXL32: Use DontCare for SetFlags + fix for GenerateFrameEntry."
by Nicolas Geoffray
· 9 years ago
7f73596
Merge "ARM: VIXL32: Use DontCare for SetFlags + fix for GenerateFrameEntry."
by Nicolas Geoffray
· 9 years ago
1a5bfdc
Merge "Reduce calls to DescriptorEquals"
by Mathieu Chartier
· 9 years ago
1b8464d
MIPS32: Pass more arguments in registers.
by Alexey Frunze
· 9 years ago
d494c5e
ARM: VIXL32: Use DontCare for SetFlags + fix for GenerateFrameEntry.
by Artem Serov
· 9 years ago
58c3f6a
Reduce calls to DescriptorEquals
by Mathieu Chartier
· 9 years ago
edb2ac3
ARM: VIXL32: Implement read barriers.
by Anton Kirilov
· 9 years ago
6746874
Merge "Added geometric induction variables analysis."
by Aart Bik
· 9 years ago
1d0ae3f
Fix two tests after vdex change.
by Nicolas Geoffray
· 9 years ago
cce05bd
Merge "ARM: VIXL32: Clean usage of scopes."
by Nicolas Geoffray
· 9 years ago
5677d9a
Merge "ARM: VIXL32: Implement Invoke, LoadClass, LoadString dispatch."
by Nicolas Geoffray
· 9 years ago
c071a01
Added geometric induction variables analysis.
by Aart Bik
· 9 years ago
374ddf3
ARM: VIXL32: Clean usage of scopes.
by Alexandre Rames
· 9 years ago
51c17fa
Create empty VerifiedMethod after vdex verification.
by Nicolas Geoffray
· 9 years ago
d4cc5b2
ARM: VIXL32: Implement Invoke, LoadClass, LoadString dispatch.
by Artem Serov
· 9 years ago
3acf361
Merge "Set the location checksum in vdex."
by Nicolas Geoffray
· 9 years ago
cc1b535
ART: Clean up ClassLinker
by Andreas Gampe
· 9 years ago
5d0c300
Merge "ART: Fix typo in IsCallerSave"
by Treehugger Robot
· 9 years ago
8a4252e
ART: Fix typo in IsCallerSave
by Matthew Gharrity
· 9 years ago
d0f081e
ART: Delete unnecessary ScopedObjectAccess
by Andreas Gampe
· 9 years ago
141c6f6
Merge "Class Hierarchy Analysis (CHA)"
by Mingyao Yang
· 9 years ago
f54e5df
Set the location checksum in vdex.
by Nicolas Geoffray
· 9 years ago
5eb1e1e
Merge "Add LoadString kind of kJitTableAddress for dump-cfg."
by Mingyao Yang
· 9 years ago
063fc77
Class Hierarchy Analysis (CHA)
by Mingyao Yang
· 9 years ago
Next »