Gitiles
Code Review
Sign In
gerrit-public.fairphone.software
/
platform
/
art
/
940caa7e6c7c9a27c26abf7167ea40e44d5c95b6
940caa7
ART: Blacklist tests that require JIT
by Andreas Gampe
· 8 years ago
afca930
Merge "Fix AssemblerMIPS64Test.LongBalc() running out of memory."
by Treehugger Robot
· 8 years ago
3607394
Fix AssemblerMIPS64Test.LongBalc() running out of memory.
by Vladimir Marko
· 8 years ago
b73e659
Merge "ARM: Fix breaking changes from recent VIXL update."
by Nicolas Geoffray
· 8 years ago
3f92bde
Merge "Implement VisitShouldDeoptimizeFlag for MIPS/MIPS64"
by Treehugger Robot
· 8 years ago
b70b66e
Merge "MIPS64: Improve method invocation."
by Treehugger Robot
· 8 years ago
c641842
Implement VisitShouldDeoptimizeFlag for MIPS/MIPS64
by Goran Jakovljevic
· 8 years ago
001e1c1
Merge "Support GVN for HLoadClass::LoadKind::kJitTableAddress."
by Nicolas Geoffray
· 8 years ago
dfc453b
Merge "Handle primitive types in VerifierTypes::AddAssignability."
by Nicolas Geoffray
· 8 years ago
a248587
Merge "ART: Make switch back-edge suspension point consistent"
by Treehugger Robot
· 8 years ago
f4f7637
ART: Make switch back-edge suspension point consistent
by Andreas Gampe
· 8 years ago
9b1583e
Support GVN for HLoadClass::LoadKind::kJitTableAddress.
by Nicolas Geoffray
· 8 years ago
19f6c69
MIPS64: Improve method invocation.
by Alexey Frunze
· 8 years ago
d812f78
Merge "ART: Clean up utils.h"
by Treehugger Robot
· 8 years ago
0955e34
Merge changes Iac3db17f,I4221ef81
by Treehugger Robot
· 8 years ago
017c55c
Merge "Address some review comments"
by Mathieu Chartier
· 8 years ago
9186ced
ART: Clean up utils.h
by Andreas Gampe
· 8 years ago
319261e
Merge "Prune uses library classes even without profile"
by Mathieu Chartier
· 8 years ago
db70ce5
Address some review comments
by Mathieu Chartier
· 8 years ago
aa2657d
Merge "Fix CC DCHECK failure in 152-gc-and-run-finalization."
by Hiroshi Yamauchi
· 8 years ago
ea63e4d
Merge "Remove obsolete DeduplicateDexCacheAddressLiteral()."
by Vladimir Marko
· 8 years ago
d1665a0
Handle primitive types in VerifierTypes::AddAssignability.
by Nicolas Geoffray
· 8 years ago
831cb26
Merge "ARM: VIXL32: Test both current and new assemblers with optimizing_cfi_test."
by Nicolas Geoffray
· 8 years ago
0f0829b
Remove obsolete DeduplicateDexCacheAddressLiteral().
by Vladimir Marko
· 8 years ago
1e35a69
Merge "Disable 626-const-class-linking for JIT."
by Vladimir Marko
· 8 years ago
3a0c53f
Merge "Fix string compression for embedded zero chars."
by Treehugger Robot
· 8 years ago
0fb3719
ARM: Fix breaking changes from recent VIXL update.
by Artem Serov
· 8 years ago
0392920
Disable 626-const-class-linking for JIT.
by Vladimir Marko
· 8 years ago
16850ae
Fix string compression for embedded zero chars.
by Vladimir Marko
· 8 years ago
fb678bf
Merge "Revert "Revert "Add kJitTableAddress for HLoadClass."""
by Nicolas Geoffray
· 8 years ago
2340e3f
ART: Fix stack trace location reporting
by Andreas Gampe
· 8 years ago
ceafe35
ART: Rewrite test 911 stack trace reporting
by Andreas Gampe
· 8 years ago
7c73bf3
Merge "ART: Add missing space in log line"
by Treehugger Robot
· 8 years ago
22384ae
Revert "Revert "Add kJitTableAddress for HLoadClass.""
by Nicolas Geoffray
· 8 years ago
c27bc40
Prune uses library classes even without profile
by Mathieu Chartier
· 8 years ago
cc96775
ART: Add missing space in log line
by Andreas Gampe
· 8 years ago
0ee6447
Merge changes Ieb86f678,I8e7280f0
by Treehugger Robot
· 8 years ago
d9fb4dd
Merge "Disable test 964 with no-image"
by Alex Light
· 8 years ago
3c7b8f4
Merge "ART: Report cputime in dex2oat"
by Treehugger Robot
· 8 years ago
f10dfcd
ART: Stack locals
by Andreas Gampe
· 8 years ago
585da95
ART: Add precise root visiting
by Andreas Gampe
· 8 years ago
c560fc0
ART: Report cputime in dex2oat
by Andreas Gampe
· 11 years ago
ce29d18
Merge "ART: Implement FollowReferences for initial object"
by Treehugger Robot
· 8 years ago
4dbcfd6
Disable test 964 with no-image
by Alex Light
· 8 years ago
7d785fc
Merge "Use store release for resolved types"
by Mathieu Chartier
· 8 years ago
4dd3f7d
Merge "Revert "Add kJitTableAddress for HLoadClass.""
by Nicolas Geoffray
· 8 years ago
d2d5262
Revert "Add kJitTableAddress for HLoadClass."
by Nicolas Geoffray
· 8 years ago
7d81bf2
Merge "Add kJitTableAddress for HLoadClass."
by Nicolas Geoffray
· 8 years ago
90ab673
ARM: VIXL32: Test both current and new assemblers with optimizing_cfi_test.
by Scott Wakeling
· 8 years ago
5b12f79
Add kJitTableAddress for HLoadClass.
by Nicolas Geoffray
· 8 years ago
c836b5a
Merge "Revert "Revert "ARM: VIXL32: Use DontCare for SetFlags + fix for GenerateFrameEntry."""
by Nicolas Geoffray
· 8 years ago
726e517
Merge "Revert^8 "Make sure that const-class linkage is preserved.""
by Vladimir Marko
· 8 years ago
bf4e454
Merge "Use System.out only."
by Nicolas Geoffray
· 8 years ago
0f3be56
Use System.out only.
by Nicolas Geoffray
· 8 years ago
638a693
ART: Implement FollowReferences for initial object
by Andreas Gampe
· 8 years ago
5df32d3
Use store release for resolved types
by Mathieu Chartier
· 8 years ago
57096b7
Merge "Added polynomial induction variables analysis. With tests."
by Treehugger Robot
· 8 years ago
df7822e
Added polynomial induction variables analysis. With tests.
by Aart Bik
· 8 years ago
88e9168
Merge "Clean up Class::GetDirectInterface()."
by Vladimir Marko
· 8 years ago
19a4d37
Clean up Class::GetDirectInterface().
by Vladimir Marko
· 8 years ago
c5798bf
Revert^8 "Make sure that const-class linkage is preserved."
by Vladimir Marko
· 8 years ago
f3dcdd9
Merge "ARM: VIXL32: Implement read barriers."
by Nicolas Geoffray
· 8 years ago
aea9ffe
Merge "Revert "ART: Remove workaround in verifer after Jack update.""
by Orion Hodson
· 8 years ago
7f7a074
Revert "ART: Remove workaround in verifer after Jack update."
by Orion Hodson
· 8 years ago
b671dcf
Merge "Add libstdc++ as a dependency for build-target-art-golem."
by Nicolas Geoffray
· 8 years ago
e137a21
Add libstdc++ as a dependency for build-target-art-golem.
by Nicolas Geoffray
· 8 years ago
e063a7f
Merge "ART: Remove workaround in verifer after Jack update."
by Orion Hodson
· 8 years ago
1aab04d
ART: Remove workaround in verifer after Jack update.
by Orion Hodson
· 8 years ago
39c12d4
Fix CC DCHECK failure in 152-gc-and-run-finalization.
by Hiroshi Yamauchi
· 8 years ago
bffdc70
Revert "Revert "ARM: VIXL32: Use DontCare for SetFlags + fix for GenerateFrameEntry.""
by Scott Wakeling
· 8 years ago
0bdba6c
Merge "JDWP tests need debug info"
by Treehugger Robot
· 8 years ago
b08265b
Merge "MIPS32: Pass more arguments in registers."
by Vladimir Marko
· 8 years ago
b4ee681
Merge "Revert "ARM: VIXL32: Use DontCare for SetFlags + fix for GenerateFrameEntry.""
by Nicolas Geoffray
· 8 years ago
2f34995
Revert "ARM: VIXL32: Use DontCare for SetFlags + fix for GenerateFrameEntry."
by Nicolas Geoffray
· 8 years ago
ff64a18
Merge "Mterp/arm: Add CFI directives, add missing change"
by Bill Buzbee
· 8 years ago
0004e85
JDWP tests need debug info
by Yohann Roussel
· 8 years ago
7f73596
Merge "ARM: VIXL32: Use DontCare for SetFlags + fix for GenerateFrameEntry."
by Nicolas Geoffray
· 8 years ago
0dd27eb
Merge remote-tracking branch 'goog/stage-aosp-master' into HEAD
by Bill Yi
· 8 years ago
1a5bfdc
Merge "Reduce calls to DescriptorEquals"
by Mathieu Chartier
· 8 years ago
1b8464d
MIPS32: Pass more arguments in registers.
by Alexey Frunze
· 8 years ago
6ce90a2
Merge "Use getReferent() in enqueueSentinelReference to avoid race with GC."
by Hiroshi Yamauchi
· 8 years ago
d12f04c
Merge "Use getReferent() in enqueueSentinelReference to avoid race with GC."
by Hiroshi Yamauchi
· 8 years ago
20f0ed6
Merge "Fixed a few bugs in dexfuzz:" am: 72ef70de77
by Aart Bik
· 8 years ago
d494c5e
ARM: VIXL32: Use DontCare for SetFlags + fix for GenerateFrameEntry.
by Artem Serov
· 8 years ago
72ef70d
Merge "Fixed a few bugs in dexfuzz:"
by Aart Bik
· 8 years ago
325b512
Merge "ART: Move boot-image loading to ImageSpace" am: f99e0d0f28
by Andreas Gampe
· 8 years ago
f99e0d0
Merge "ART: Move boot-image loading to ImageSpace"
by Treehugger Robot
· 8 years ago
58c3f6a
Reduce calls to DescriptorEquals
by Mathieu Chartier
· 8 years ago
edb2ac3
ARM: VIXL32: Implement read barriers.
by Anton Kirilov
· 8 years ago
328c746
Merge "Added geometric induction variables analysis." am: 6746874b84
by Aart Bik
· 8 years ago
6746874
Merge "Added geometric induction variables analysis."
by Aart Bik
· 8 years ago
9fbf7ca
Merge "Revert "Re-enable libcore test WeakHashMapTest#test_keySet.""
by Roland Levillain
· 8 years ago
c6f27ac
Merge "Revert "Re-enable libcore test WeakHashMapTest#test_keySet.""
by Treehugger Robot
· 8 years ago
78ba82f
Merge "Fix two tests after vdex change." am: 02d45c6afc
by Nicolas Geoffray
· 8 years ago
02d45c6
Merge "Fix two tests after vdex change."
by Nicolas Geoffray
· 8 years ago
1d0ae3f
Fix two tests after vdex change.
by Nicolas Geoffray
· 8 years ago
a04a5cf
Mterp/arm: Add CFI directives, add missing change
by buzbee
· 8 years ago
86a105a
Merge "Mterp/arm: Add CFI directives." am: 07830e11b7
by Bill Buzbee
· 8 years ago
07830e1
Merge "Mterp/arm: Add CFI directives."
by Bill Buzbee
· 8 years ago
cebabd7
Merge "Update Jack options to enable invoke-polymorphic" am: d1aa2912f3
by Benoit Lamarche
· 8 years ago
Next »