Gitiles
Code Review
Sign In
gerrit-public.fairphone.software
/
platform
/
art
/
30502f1fc8357bdaf11b70e6fc8f5311c6237194
/
test
3e18a89
Merge "Fuse long and FP compare & condition on x86/x86-64 in Optimizing."
by Roland Levillain
· 10 years ago
185a558
ART: Fix opsize in LoadArgDirect
by Andreas Gampe
· 10 years ago
c470193
Fuse long and FP compare & condition on x86/x86-64 in Optimizing.
by Mark Mendell
· 10 years ago
e7ea17b
Merge "Migrated dexdump from Dalvik (libdex) into Art (libart)"
by Aart Bik
· 10 years ago
69ae54a
Migrated dexdump from Dalvik (libdex) into Art (libart)
by Aart Bik
· 10 years ago
281a632
ART: Fix graph for switch leaving a try block
by David Brazdil
· 10 years ago
22bb5a2
Add implicit null pointer and stack overflow checks for Mips.
by Douglas Leung
· 10 years ago
7d5ea03
Do not create a HBoundType when the instruction is non-null.
by Nicolas Geoffray
· 10 years ago
c87c893
Merge "Implement heap poisoning in ART's Optimizing compiler."
by Roland Levillain
· 10 years ago
4d02711
Implement heap poisoning in ART's Optimizing compiler.
by Roland Levillain
· 10 years ago
8922e0b
Merge "ART: Changes to try-catch in GraphBuilder"
by David Brazdil
· 10 years ago
56e1acc
ART: Changes to try-catch in GraphBuilder
by David Brazdil
· 10 years ago
312f1bf
Merge "Do not do a type check when setting null to an array."
by Nicolas Geoffray
· 10 years ago
9fdb31e
Do not do a type check when setting null to an array.
by Nicolas Geoffray
· 10 years ago
8406b31
Merge "Properly delete temp files during run-test"
by Sebastien Hertz
· 10 years ago
436cbc5
Merge "Fix a MOV instruction in Optimizing's x86-64 code generator."
by Roland Levillain
· 10 years ago
06b66d0
Fix a MOV instruction in Optimizing's x86-64 code generator.
by Roland Levillain
· 10 years ago
eb19362
Change ART_TEST_GC_STRESS to use new gcstress mode
by Mathieu Chartier
· 10 years ago
ef9849e
ART: Fix test 036-finalizer
by Mathieu Chartier
· 10 years ago
ef3b177
Properly delete temp files during run-test
by Sebastien Hertz
· 10 years ago
806af26
Merge "Do not replace a live phi with a dead phi."
by Nicolas Geoffray
· 10 years ago
4230e18
Do not replace a live phi with a dead phi.
by Nicolas Geoffray
· 10 years ago
f9a1995
Revert "Revert "Do not update the type of something we already know.""
by Nicolas Geoffray
· 10 years ago
2e232ce
Merge "Revert "Do not update the type of something we already know.""
by Calin Juravle
· 10 years ago
63107a8
Revert "Do not update the type of something we already know."
by Calin Juravle
· 10 years ago
f67156e
Merge "Do not update the type of something we already know."
by Nicolas Geoffray
· 10 years ago
30eb58c
Do not update the type of something we already know.
by Nicolas Geoffray
· 10 years ago
d1c897d
Merge "Exercise sun.misc.Unsafe.compareAndSwapObject."
by Roland Levillain
· 10 years ago
d5ad72f
ART: Fix invalid access and DCHECK in verifier
by Andreas Gampe
· 10 years ago
7526d78
ART: Fix streaming tracing issues
by Andreas Gampe
· 10 years ago
fc6a86a
Revert "Revert "ART: Implement try/catch blocks in Builder""
by David Brazdil
· 10 years ago
d3eaade
Merge "Revert "ART: Implement try/catch blocks in Builder""
by David Brazdil
· 10 years ago
3e18738
Revert "ART: Implement try/catch blocks in Builder"
by David Brazdil
· 10 years ago
b550c2e
Exercise sun.misc.Unsafe.compareAndSwapObject.
by Roland Levillain
· 10 years ago
2f81cd8
Merge "ART: Implement try/catch blocks in Builder"
by David Brazdil
· 10 years ago
d7f3c38
Merge "Make allocation tracker use less memory"
by Mathieu Chartier
· 10 years ago
42c3c33
Make allocation tracker use less memory
by Man Cao
· 10 years ago
d12e782
ART: Reset runtime_throw_failure flag
by Andreas Gampe
· 10 years ago
0b5c7d1
ART: Implement try/catch blocks in Builder
by David Brazdil
· 10 years ago
414000e
Hard-fail get-/put-object to a non-reference field.
by Vladimir Marko
· 10 years ago
1dd3136
Merge "[MIPS64] JNI Compiler: Sign-extend int function arguments"
by Andreas Gampe
· 10 years ago
1f1d53e
Merge "ART: Correctly hard-fail method with undefined register"
by Andreas Gampe
· 10 years ago
a32210c
ART: Correctly hard-fail method with undefined register
by Andreas Gampe
· 10 years ago
7d925a9
Adding optimizing compiler test case for String.<init>.
by Jeff Hao
· 10 years ago
fdc9af0
Merge "Use a flag from the verifier to know if we should compile."
by Nicolas Geoffray
· 10 years ago
4824c27
Use a flag from the verifier to know if we should compile.
by Nicolas Geoffray
· 10 years ago
0c955b1
Merge "BCE: don't assume a bounds check always gets a HArrayLength."
by Nicolas Geoffray
· 10 years ago
f652d60
[MIPS64] JNI Compiler: Sign-extend int function arguments
by Lazar Trsic
· 10 years ago
2b1bc48
Merge "BCE: Narrow instead of unconditionnaly overwrite the range."
by Nicolas Geoffray
· 10 years ago
a09ff9c
BCE: Narrow instead of unconditionnaly overwrite the range.
by Nicolas Geoffray
· 10 years ago
8df886b
BCE: don't assume a bounds check always gets a HArrayLength.
by Nicolas Geoffray
· 10 years ago
b809daa
Merge "ART: Stop creating a fallthrough block for Goto"
by David Brazdil
· 10 years ago
fe65946
ART: Stop creating a fallthrough block for Goto
by David Brazdil
· 10 years ago
9dda8f2
Merge "Fix another case of un-verified dead code."
by Nicolas Geoffray
· 10 years ago
1efcc22
Fix another case of un-verified dead code.
by Nicolas Geoffray
· 10 years ago
1f82ecc
Recompute dominator tree after DCE.
by Nicolas Geoffray
· 10 years ago
9714a6e
Fix 496 test.
by Nicolas Geoffray
· 10 years ago
b5061a8
Merge "Do not overwrite an input register in shift operations."
by Nicolas Geoffray
· 10 years ago
a4f3581
Do not overwrite an input register in shift operations.
by Nicolas Geoffray
· 10 years ago
1ed11b9
Restore DDMS recent allocation tracking's behavior
by Man Cao
· 10 years ago
ec3a4e7
Merge "runtime: Partially implement box-lambda and unbox-lambda experimental opcodes"
by Igor Murashkin
· 10 years ago
2ee54e2
runtime: Partially implement box-lambda and unbox-lambda experimental opcodes
by Igor Murashkin
· 10 years ago
b783b40
Revert "Revert "Use IsAssignableFrom instead of IsSubclass for robustness.""
by Nicolas Geoffray
· 10 years ago
ae37039
Merge "Use compiling class instead of outer class for access checks."
by Nicolas Geoffray
· 10 years ago
eb7b739
Opt compiler: Add disassembly to the '.cfg' output.
by Alexandre Rames
· 10 years ago
8ec0e20
Merge "ART: Simplify (Not)Equal bool vs. int to true/false"
by David Brazdil
· 10 years ago
1e9ec05
ART: Simplify (Not)Equal bool vs. int to true/false
by David Brazdil
· 10 years ago
0f0be72
Merge "Revert "Use IsAssignableFrom instead of IsSubclass for robustness.""
by Nicolas Geoffray
· 10 years ago
463580c
Revert "Use IsAssignableFrom instead of IsSubclass for robustness."
by Nicolas Geoffray
· 10 years ago
afd0641
Use compiling class instead of outer class for access checks.
by Nicolas Geoffray
· 10 years ago
e85647e
Merge "Use IsAssignableFrom instead of IsSubclass for robustness."
by Nicolas Geoffray
· 10 years ago
8d82a0c
Fix wrong DCHECK in bounds check elimination.
by Nicolas Geoffray
· 10 years ago
883ac20
Merge "Move LD_USE_LOAD_BIAS to run-test-jar to reduce log verbosity."
by David Srbecky
· 10 years ago
c9ede38
Move LD_USE_LOAD_BIAS to run-test-jar to reduce log verbosity.
by David Srbecky
· 10 years ago
dde9827
Fix case where block has no predecessor for StringChange.
by Jeff Hao
· 10 years ago
af268bb
Use IsAssignableFrom instead of IsSubclass for robustness.
by Nicolas Geoffray
· 10 years ago
87a135e
Merge "Be careful with predecessor/successor index."
by Nicolas Geoffray
· 10 years ago
8b20f88
Be careful with predecessor/successor index.
by Nicolas Geoffray
· 10 years ago
ff3fd95
Merge "Quick: Fix optimizations for empty if blocks."
by Vladimir Marko
· 10 years ago
4dda337
MIPS: Initial version of optimizing compiler for MIPS64R6.
by Alexey Frunze
· 10 years ago
f11c420
Quick: Fix optimizations for empty if blocks.
by Vladimir Marko
· 10 years ago
97d207c
Merge "Use compiling class instead of referrer for access checks."
by Nicolas Geoffray
· 10 years ago
3045174
Use compiling class instead of referrer for access checks.
by Nicolas Geoffray
· 10 years ago
d8d7b90
Merge "Do not expect 0 or 1 only when comparing a boolean."
by Nicolas Geoffray
· 10 years ago
e438757
Merge "Verifier: check an aput, even if we know it will fail."
by Nicolas Geoffray
· 10 years ago
3c4ab80
Do not expect 0 or 1 only when comparing a boolean.
by Nicolas Geoffray
· 10 years ago
be59b85
Merge "Make Main public to pass tests on all configurations."
by Nicolas Geoffray
· 10 years ago
f7714e6
Make Main public to pass tests on all configurations.
by Nicolas Geoffray
· 10 years ago
66389fb
Verifier: check an aput, even if we know it will fail.
by Nicolas Geoffray
· 10 years ago
ea9ef4d
Use the right bug number. Spotted by vmarko.
by Nicolas Geoffray
· 10 years ago
2371c72
test: Fix lambda test incorrectly globbing together compiler arguments
by Igor Murashkin
· 10 years ago
46d8702
Merge "Fix moving GC bugs in proxy stub for X86/X86_64"
by Mathieu Chartier
· 10 years ago
247e977
Merge "interpreter: Add experimental lambda opcodes for invoke/create-lambda"
by Igor Murashkin
· 10 years ago
9346ff0
Fix moving GC bugs in proxy stub for X86/X86_64
by Mathieu Chartier
· 10 years ago
2d1a0a4
Quick: Don't expect move-exception in every catch block.
by Vladimir Marko
· 10 years ago
3d266a9
Merge "Don't check the return type in the builder."
by Nicolas Geoffray
· 10 years ago
158f35c
interpreter: Add experimental lambda opcodes for invoke/create-lambda
by Igor Murashkin
· 10 years ago
69505f8
Don't check the return type in the builder.
by Nicolas Geoffray
· 10 years ago
822c00d
Merge "Run a simplification pass before code generation."
by Nicolas Geoffray
· 10 years ago
b2bdfce
Run a simplification pass before code generation.
by Nicolas Geoffray
· 10 years ago
Next »