Gitiles
Code Review
Sign In
gerrit-public.fairphone.software
/
platform
/
art
/
d2f8ce109db25b59d4495e02e9386eee95e23814
d2f8ce1
Add `libcore.android.system` tests to the ART Libcore test suite.
by Roland Levillain
· 5 years ago
e8ad48f
Consolidate SIMD SAD tests.
by Vladimir Marko
· 5 years ago
d935af9
Consolidate SIMD hadd tests.
by Vladimir Marko
· 5 years ago
6390c90
Consolidate SIMD tests.
by Vladimir Marko
· 5 years ago
64b5603
Abort transaction before finalizable allocation...
by Vladimir Marko
· 5 years ago
f5a07ae
Delete global ref created for the JitProfileTask.
by Nicolas Geoffray
· 5 years ago
a61dbc0
Remove useless ScopedCodeCacheWrite calls.
by Nicolas Geoffray
· 5 years ago
9d3b5ec
Refactor 904 for safety
by Alex Light
· 5 years ago
34f3179
Limit test 1941 to 100000 iterations
by Alex Light
· 5 years ago
9b7f8b5
ART: Dump class initialization stats durig SIGQUIT
by Andreas Gampe
· 5 years ago
9c87c02
ART: Reset stats after fork
by Andreas Gampe
· 5 years ago
c0ce3d5
Add `libcore.sun.*` tests to the ART Libcore test suite.
by Roland Levillain
· 5 years ago
0f9823e
Prepare target testing device setup for the move to the Runtime APEX.
by Roland Levillain
· 5 years ago
6c4ec5c
Revert^2 "Stack maps: Interleave consecutive varints."
by David Srbecky
· 5 years ago
349845a
Move JIT code allocation to JitMemoryRegion.
by Nicolas Geoffray
· 5 years ago
1b2a49b
Revert "Stack maps: Interleave consecutive varints."
by Raylin Hsu
· 5 years ago
a2b3456
Stack maps: Interleave consecutive varints.
by David Srbecky
· 5 years ago
34087c1
Document all logging tags.
by Martin Stjernholm
· 5 years ago
f8528fa
Remove unnecessary files from target test env
by Neil Fuller
· 5 years ago
1cf31fe
Use builtin bpfmt preupload check
by Paul Duffin
· 5 years ago
1dd670c
Add errno message in RemapAtEnd error.
by Nicolas Geoffray
· 5 years ago
4cd5411
Test for loop optimization
by anuvarsh
· 5 years ago
b11d521
ART: Preallocate offset map
by Andreas Gampe
· 5 years ago
521ff98
For 32-bit ARM devices align method headers and code to 64-byte boundaries.
by Orion Hodson
· 5 years ago
3149252
Fix memory leak in JIT cache
by Orion Hodson
· 5 years ago
9c54e18
Simplify JIT memory region creation.
by Nicolas Geoffray
· 5 years ago
697c47a
Stack maps: Handle special cases using flags.
by David Srbecky
· 5 years ago
8ac3dc5
Replace no_framework_libs: true with sdk_version: "core_platform"
by Paul Duffin
· 5 years ago
2411f49
Add helpers to allocate JIT memory in zygote.
by Nicolas Geoffray
· 5 years ago
77f84fc
Handle cleared preresolved strings
by Mathieu Chartier
· 5 years ago
d91f841
ART: Log approximate arena usage for slow verifier runs
by Andreas Gampe
· 5 years ago
90b3457
Handle `--android-tzdata-root` in `test/run-test`.
by Roland Levillain
· 5 years ago
024d69f
Use cleared JNI weak sentinel from boot image.
by Vladimir Marko
· 5 years ago
43ae4ac
Yield during test 1941 tight loop
by Alex Light
· 5 years ago
5212552
ART: Use signal_dumper in run-test by default
by Andreas Gampe
· 5 years ago
8b1ac80
ART: Make signal_dumper static
by Andreas Gampe
· 5 years ago
c5c5186
Avoid decoding jobject under a kGenericBottomLock
by Alex Light
· 5 years ago
8764860
ART: Flag Runtime::Abort to the UnexpectedSignal handler
by Andreas Gampe
· 5 years ago
3e2446b
ART: Correctly handle an abort from an unattached thread
by Andreas Gampe
· 5 years ago
1adb04f
Avoid coercing to key type in SafeMap
by Alex Light
· 5 years ago
9ccea1d
Fix UnsupportedAppUsage property serialization
by Andrei Onea
· 5 years ago
c56a23e
Switch-interpreter: Make the instruction field constant.
by David Srbecky
· 5 years ago
4444f1b
Add option to identify primary zygote.
by Nicolas Geoffray
· 5 years ago
44b9b58
Remove unnecessary files from the runtime module
by Neil Fuller
· 5 years ago
2da955f
Revert "Ignore failures on O devices in JDWP tests."
by Roland Levillain
· 5 years ago
9bac568
Revert "Ignore failures on O devices in some network-related libcore tests."
by Roland Levillain
· 5 years ago
1217f26
Revert "Start netd before running tests on Buildbot devices."
by Roland Levillain
· 5 years ago
ec23291
Use public unwindstack function.
by Christopher Ferris
· 5 years ago
8e05f09
Do not force-intern Strings in images.
by Vladimir Marko
· 5 years ago
23df248
Sweep malloc spaces before clearing from space
by Mathieu Chartier
· 5 years ago
0df2aba
ART: Use SIGTERM for timeout dumping
by Andreas Gampe
· 5 years ago
148c160
ART: Rename timeout_dumper to signal_dumper
by Andreas Gampe
· 5 years ago
298dc0f
ART: Add configurable signal to timeout_dumper
by Andreas Gampe
· 5 years ago
a0666a9
Disable libcore.java.util.zip.DeflateRegressionTest#deterministicOutput.
by Roland Levillain
· 5 years ago
d09504f
Check and expand GC mark stack
by Flash Liu
· 5 years ago
380f0d8
ART: Conditionally install Dbg class callbacks
by Andreas Gampe
· 5 years ago
3fae129
Move IntrusiveForwardList<> to libartbase.
by Vladimir Marko
· 5 years ago
b7c640d
JVMTI Force early return
by Alex Light
· 6 years ago
3ffb5b1
Handle allocation failure in AddPreResolvedStringsArray
by Mathieu Chartier
· 5 years ago
63ab3e1
ART: Add art_verifierd
by Andreas Gampe
· 6 years ago
741a070
Fix two bugs in jitzygote configuration.
by Nicolas Geoffray
· 5 years ago
f1bd5f3
Revert "Tweak check script in case logs interleave with Java prints."
by Nicolas Geoffray
· 5 years ago
90ffe12
Add sim of time zone data module files for target
by Neil Fuller
· 5 years ago
7f7539b
Pass the memory region to allocate into to the compiler / allocation.
by Nicolas Geoffray
· 5 years ago
93adcb5
ART: Remove some compile-time info points
by Andreas Gampe
· 5 years ago
01f2e3a
Tweak check script in case logs interleave with Java prints.
by Nicolas Geoffray
· 5 years ago
8867f3b
Switch-interpreter: Add new 'next' instruction field.
by David Srbecky
· 5 years ago
d3b6664
Fix imgdiag crashing for ASLR images
by Mathieu Chartier
· 5 years ago
09744ac
Refactor `List.print_list` and `Tree.print_tree` in `art_apex_test.py`.
by Roland Levillain
· 5 years ago
8c73087
Fix the output of art_apex_test.py's `--list` option.
by Roland Levillain
· 5 years ago
c9ea3d1
Update TODOs for ICU library links.
by Martin Stjernholm
· 5 years ago
0a7d0b1
ART: Mark unreachable catch handler code in verifier
by Andreas Gampe
· 5 years ago
6087bc2
ART: Handle unresolved catch handler types differently in the verifier
by Andreas Gampe
· 5 years ago
9a45d01
Fix dex2oatd module definition.
by Roland Levillain
· 5 years ago
1e4ed97
Add CtsJdwpTestCases as ART presubmit.
by Nicolas Geoffray
· 6 years ago
2a905b2
Move memory related regions of the JIT cache in its own class.
by Nicolas Geoffray
· 5 years ago
29bb803
Don't use prejit for jit-at-first-use.
by Nicolas Geoffray
· 5 years ago
d2f13ba
Remove requirement of a ProfilingInfo for jitted code.
by Nicolas Geoffray
· 5 years ago
e7d7e9d
Revert "Remove skipped blocks reuse mechanism"
by Hans Boehm
· 5 years ago
e1de95c
Document ART's `--verbose-methods` compiler option in dex2oat's usage.
by Roland Levillain
· 5 years ago
81d15be
Add AVX support for packed add/sub instructions on x86
by Shalini Salomi Bodapati
· 5 years ago
5fd6734
Remove main console in luci.
by Nicolas Geoffray
· 5 years ago
1332c26
Switch-interpreter: Reduce copy-pasted code in array handling.
by David Srbecky
· 5 years ago
ee12e3a
Switch-interpreter: Reduce amount of copy-pasted code.
by David Srbecky
· 5 years ago
05e4b02
Add libfieldnull static target.
by Alex Light
· 5 years ago
df1ab20
ART: Avoid shared cache lines for JIT code allocations
by Orion Hodson
· 5 years ago
743600d
ARM/ARM64: Clean up artFindNativeMethod().
by Vladimir Marko
· 5 years ago
bd613ec
Switch-interpreter: Add boolean return value to opcodes.
by David Srbecky
· 5 years ago
6baf644
Switch-interpreter: Add GetVReg/SetVReg forwarding helpers.
by David Srbecky
· 5 years ago
1cfbd29
Add validation for publicAlternatives
by Andrei Onea
· 6 years ago
eb104c8
Fix wrong assumption on boolean type.
by Nicolas Geoffray
· 5 years ago
dddb6de
ART: Remove superfluous logging
by Andreas Gampe
· 5 years ago
54a6d4c
Fix missing return when trying to skip threads dump when mutator lock is exclusively held
by Brian Carlstrom
· 5 years ago
7d42cdd
ART: Allow thread suspend lock to be held when dumping a thread
by Andreas Gampe
· 5 years ago
ba26b51
ART: Skip all-threads dump on abort if locks are held
by Andreas Gampe
· 5 years ago
e8e2d00
Add runtimeISA logging when no original dex files
by randy.jeong
· 5 years ago
dbb57f3
Remove skipped blocks reuse mechanism
by Hans Boehm
· 5 years ago
f98a387
Make test 1946 faster
by Alex Light
· 5 years ago
3068d58
Clean up creating handles from `this`.
by Vladimir Marko
· 5 years ago
991cd5c
Add default template args to Heap::Alloc*Object*().
by Vladimir Marko
· 5 years ago
Next »