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