Gitiles
Code Review
Sign In
LeafOS
/
LeafOS-Project
/
android_art
/
9346ff0cfad6344d0bf4eaa69362dbe1987ac054
/
test
9346ff0
Fix moving GC bugs in proxy stub for X86/X86_64
by Mathieu Chartier
· 10 years ago
2ef645b
ART: Allow PackedSwitch instructions with zero targets
by David Brazdil
· 10 years ago
15875b0
Revert "ART: Allow PackedSwitch instructions with zero targets"
by David Brazdil
· 10 years ago
241f9c4
ART: Allow PackedSwitch instructions with zero targets
by David Brazdil
· 10 years ago
7cb499b
Fix bug in optimizing around instanceof.
by Nicolas Geoffray
· 10 years ago
4b9a93e
Merge "Remove bogus DCHECK in BCE."
by Nicolas Geoffray
· 10 years ago
3cde622
Remove bogus DCHECK in BCE.
by Nicolas Geoffray
· 10 years ago
233cf0e
Merge "Exercise sun.misc.Unsafe.getObject."
by Roland Levillain
· 10 years ago
a70e5b9
CFI test: kill the other process in native code.
by David Srbecky
· 10 years ago
86b35f9
Merge "Revert "Revert "Use dlopen to load oat files."""
by David Srbecky
· 10 years ago
1baabf0
Revert "Revert "Use dlopen to load oat files.""
by David Srbecky
· 10 years ago
ca1476f
Exercise sun.misc.Unsafe.getObject.
by Roland Levillain
· 10 years ago
f6c77d7
Merge "Revert "Use dlopen to load oat files.""
by David Srbecky
· 10 years ago
7a46b7e
Revert "Use dlopen to load oat files."
by David Srbecky
· 10 years ago
2cbeb52
Merge "Bring ReferenceTypePropagation to ArrayGet"
by Calin Juravle
· 10 years ago
6e41d81
Merge "Bring ReferenceTypePropagation to HInvoke return types"
by Calin Juravle
· 10 years ago
a1924e7
Move Level1 to its own file.
by Nicolas Geoffray
· 10 years ago
72a5eb5
Bring ReferenceTypePropagation to ArrayGet
by Guillaume "Vermeille" Sanchez
· 10 years ago
ae09d2d
Bring ReferenceTypePropagation to HInvoke return types
by Guillaume "Vermeille" Sanchez
· 10 years ago
c4977a5
Merge "Fix reference comparison after redundant phi elimination."
by Nicolas Geoffray
· 10 years ago
51d400d
Fix reference comparison after redundant phi elimination.
by Nicolas Geoffray
· 10 years ago
d11db7d
Merge "Use the caller's class loader when walking inlined frames."
by Nicolas Geoffray
· 10 years ago
88da3b0
ART: Fix CFI test wrt/ PIC
by Andreas Gampe
· 10 years ago
4366369
Merge "Use dlopen to load oat files."
by David Srbecky
· 10 years ago
49e1fab
Use dlopen to load oat files.
by David Srbecky
· 10 years ago
ff924fb
Merge "Revert "Revert "Revert "Bring ReferenceTypePropagation to HInvoke return types""""
by Calin Juravle
· 10 years ago
6c0c4f2
Revert "Revert "Revert "Bring ReferenceTypePropagation to HInvoke return types"""
by Calin Juravle
· 10 years ago
2a02303
Merge "Revert "Revert "Revert "Fix a checker test""""
by Calin Juravle
· 10 years ago
4f97c61
Revert "Revert "Revert "Fix a checker test"""
by Calin Juravle
· 10 years ago
c0c2be3
Merge "Revert "Revert "Fix a checker test"""
by Calin Juravle
· 10 years ago
b9610e7
Revert "Revert "Fix a checker test""
by Calin Juravle
· 10 years ago
ec632a9
Merge "Revert "Revert "Bring ReferenceTypePropagation to HInvoke return types"""
by Calin Juravle
· 10 years ago
a981f9d
Revert "Revert "Bring ReferenceTypePropagation to HInvoke return types""
by Calin Juravle
· 10 years ago
32c9ea5
Use the caller's class loader when walking inlined frames.
by Nicolas Geoffray
· 10 years ago
befefdc
Fix a typo in the directory name.
by Nicolas Geoffray
· 10 years ago
1017675
Merge "Preserve class loading semantics in optimizing."
by Nicolas Geoffray
· 10 years ago
ee1264b
Merge "Revert "Bring ReferenceTypePropagation to HInvoke return types""
by Calin Juravle
· 10 years ago
958857d
Revert "Bring ReferenceTypePropagation to HInvoke return types"
by Calin Juravle
· 10 years ago
e27dd0e
Revert "Fix a checker test"
by Calin Juravle
· 10 years ago
240d84d
Fix a checker test
by Calin Juravle
· 10 years ago
78f4fa7
Preserve class loading semantics in optimizing.
by Nicolas Geoffray
· 10 years ago
6ab9edb
Merge "Bring ReferenceTypePropagation to HInvoke return types"
by Calin Juravle
· 10 years ago
2b84d2b
Don't run 098-ddmc, it's flaky.
by Nicolas Geoffray
· 10 years ago
0797e58
Skip 098-ddmc for GC stress test
by Man Cao
· 10 years ago
f80ebf2
Fix buildbot failure for 098-ddmc test
by Man Cao
· 10 years ago
2ce3fe3
Merge "Fix premature deoptimization if the loop body isn't entered."
by Mingyao Yang
· 10 years ago
3584bce
Fix premature deoptimization if the loop body isn't entered.
by Mingyao Yang
· 10 years ago
ae63ea9
Merge "Revert "Revert "Test that we can unwind framework code."""
by David Srbecky
· 10 years ago
1297660
Merge "run-test: add --never-clean option"
by Igor Murashkin
· 10 years ago
05f30e1
run-test: add --never-clean option
by Igor Murashkin
· 10 years ago
3da7608
Revert "Revert "Test that we can unwind framework code.""
by David Srbecky
· 10 years ago
020c543
Add more log output to the CFI test.
by David Srbecky
· 10 years ago
ddedddc
Bring ReferenceTypePropagation to HInvoke return types
by Guillaume "Vermeille" Sanchez
· 10 years ago
454a481
Revert "Revert "Support for inlining virtual and interface calls.""
by Nicolas Geoffray
· 10 years ago
222862c
Add optimizations for instanceof/checkcast.
by Guillaume Sanchez
· 10 years ago
864a2d9
Merge "Revert "Test that we can unwind framework code.""
by David Srbecky
· 10 years ago
2c4733d
Revert "Test that we can unwind framework code."
by David Srbecky
· 10 years ago
2ecc308
Merge "Test that we can unwind framework code."
by David Srbecky
· 10 years ago
73d01bc
Merge "ART: Check long and double register pairs in invokes"
by Andreas Gampe
· 10 years ago
cae2ed9
Increase ulimit to 64MB for --no-relocate
by Mathieu Chartier
· 10 years ago
5c40961
Test that we can unwind framework code.
by David Srbecky
· 10 years ago
da9badb
ART: Check long and double register pairs in invokes
by Andreas Gampe
· 10 years ago
26b97f8
Merge "Add support for inlining already sharpened interface calls."
by Nicolas Geoffray
· 10 years ago
3507105
Add support for inlining already sharpened interface calls.
by Nicolas Geoffray
· 10 years ago
ae71a05
Fix a crash in optimizing compiler with the current method.
by Nicolas Geoffray
· 10 years ago
f7bd8fa
Merge "Revert "Revert "Use HCurrentMethod in HInvokeStaticOrDirect."""
by Nicolas Geoffray
· 10 years ago
f50fa82
Enable 64-bit CFI tests.
by David Srbecky
· 10 years ago
94015b9
Revert "Revert "Use HCurrentMethod in HInvokeStaticOrDirect.""
by Nicolas Geoffray
· 10 years ago
8c4cce0
Merge "Revert "Support for inlining virtual and interface calls.""
by Nicolas Geoffray
· 10 years ago
6e47586
Revert "Support for inlining virtual and interface calls."
by Nicolas Geoffray
· 10 years ago
ccd6337
Merge "ART: Reload class on miranda method in verifier"
by Andreas Gampe
· 10 years ago
d9e2301
ART: Reload class on miranda method in verifier
by Andreas Gampe
· 10 years ago
69b5d8f
Revert "Revert "Turn off duplicate-classes checking""
by Andreas Gampe
· 10 years ago
12768a0
Revert "DO NOT MERGE ART: Turn off duplicate-classes checking"
by Andreas Gampe
· 10 years ago
fc3f39e
DO NOT MERGE ART: Turn off duplicate-classes checking
by Andreas Gampe
· 10 years ago
b5de3bb
Use runFinalizationWithTimeout for native allocations
by Mathieu Chartier
· 10 years ago
da2fd5a
Merge "If heap poisoning is on, pass the relevant flag to LOCAL_ASFLAGS."
by Hiroshi Yamauchi
· 10 years ago
12bd721
If heap poisoning is on, pass the relevant flag to LOCAL_ASFLAGS.
by Roland Levillain
· 10 years ago
6a1c92f
Merge "Revert "Use HCurrentMethod in HInvokeStaticOrDirect.""
by Nicolas Geoffray
· 10 years ago
c345f14
Revert "Use HCurrentMethod in HInvokeStaticOrDirect."
by Nicolas Geoffray
· 10 years ago
c47908e
Merge "Support for inlining virtual and interface calls."
by Nicolas Geoffray
· 10 years ago
4c1ac20
Merge "Use HCurrentMethod in HInvokeStaticOrDirect."
by Nicolas Geoffray
· 10 years ago
1d5006c
Support for inlining virtual and interface calls.
by Nicolas Geoffray
· 10 years ago
38207af
Use HCurrentMethod in HInvokeStaticOrDirect.
by Nicolas Geoffray
· 10 years ago
e918d38
Add $noinline$ tag to make sure a method has not been inlined.
by Guillaume "Vermeille" Sanchez
· 10 years ago
6afb706
Fix typos in test/133-static-invoke-super/src/Main.java.
by Roland Levillain
· 10 years ago
c836bc8
Merge "Fix "run-test --jvm 067-preemptive-unpark""
by Brian Carlstrom
· 10 years ago
49e3b62
Merge "Delegate long-to-float type conversions to the runtime on ARM."
by Roland Levillain
· 10 years ago
5f57d2d
Fix "run-test --jvm 067-preemptive-unpark"
by Brian Carlstrom
· 10 years ago
22c1caa
Add more info for attempting to delete non-JNI local reference
by Mathieu Chartier
· 10 years ago
5b3ee56
Delegate long-to-float type conversions to the runtime on ARM.
by Roland Levillain
· 10 years ago
3c829a3
Fix run-test 458-long-to-fpu.
by Roland Levillain
· 10 years ago
122addc
Merge "Revert "Revert "Revert "Bring ReferenceTypePropagation to HInvoke return types""""
by Calin Juravle
· 10 years ago
012a072
Revert "Revert "Revert "Bring ReferenceTypePropagation to HInvoke return types"""
by Calin Juravle
· 10 years ago
637be5c
Merge "Revert "Revert "Bring ReferenceTypePropagation to HInvoke return types"""
by Calin Juravle
· 10 years ago
82cc909
Revert "Revert "Bring ReferenceTypePropagation to HInvoke return types""
by Calin Juravle
· 10 years ago
1682e1a
Merge "Revert "Bring ReferenceTypePropagation to HInvoke return types""
by Calin Juravle
· 10 years ago
8ccf8a0
Revert "Bring ReferenceTypePropagation to HInvoke return types"
by Calin Juravle
· 10 years ago
6b27fef
Merge "Bring ReferenceTypePropagation to HInvoke return types"
by Calin Juravle
· 10 years ago
77e48c6
Bring ReferenceTypePropagation to HInvoke return types
by Guillaume "Vermeille" Sanchez
· 10 years ago
Next »