Gitiles
Code Review
Sign In
gerrit-public.fairphone.software
/
platform
/
art
/
118ce36aa0568842283fbe79772fd9de73ec9cd7
118ce36
Filter duplicate sources in ART's codegen customizer.
by Roland Levillain
· 5 years ago
46b5353
Simplify JIT compiler interface usage from the runtime.
by David Srbecky
· 5 years ago
baa81b5
Use ClassStatus::kVisiblyInitialized in interpreter.
by Vladimir Marko
· 5 years ago
38a062e
Weaken 2 DCHECK()s in reflection.
by Vladimir Marko
· 5 years ago
e80ecf3
Rewrite the .data.bimg.rel.ro check in OatFile::Setup().
by Vladimir Marko
· 5 years ago
d4d6fb5
Set relative path to ART tests back to `art/$ISA` instead of `test/$ISA`.
by Roland Levillain
· 5 years ago
f0b1de8
Introduce Make variables for the various Runtime APEX names.
by Roland Levillain
· 5 years ago
6a0b657
ART: ARM64: Optimize frame size for SIMD graphs.
by Artem Serov
· 5 years ago
61f0716
Introduce a Testing Runtime APEX (test) module including ART gtests.
by Roland Levillain
· 5 years ago
81448a2
Fix 638-checker-inline-cache-intrinsic
by David Srbecky
· 5 years ago
5d93b88
ART: Improve the timings for 597-deopt-busy-loop.
by Artem Serov
· 5 years ago
7c50274
Fix Heap::UnBindBitmaps for spaces without bitmaps
by Mathieu Chartier
· 5 years ago
c14ec8f
Add resize arrays JVMTI extension
by Alex Light
· 5 years ago
147a911
ART: Remove FailOrAbort for unnecessary cases
by Andreas Gampe
· 5 years ago
b90cad5
ART: Move find-locks code up in the callchain
by Andreas Gampe
· 5 years ago
d1abab7
ART: Check dex file constraint A1
by Andreas Gampe
· 5 years ago
0134a28
ART: Verifier cleanup
by Andreas Gampe
· 5 years ago
86bf068
ART: Verifier cleanup
by Andreas Gampe
· 5 years ago
422a9eb
Do not hold lock when making class visibly initialized.
by Vladimir Marko
· 5 years ago
9f18fbc
Make classes visibly initialized faster.
by Vladimir Marko
· 5 years ago
6f38201
Refactor space bitmap to be a value object
by Mathieu Chartier
· 5 years ago
2b9c8c9
No longer call `make` directly in build/apex/runtests.sh
by Roland Levillain
· 5 years ago
8e11065
Use ClassStatus::kVisiblyInitialized for allocations.
by Vladimir Marko
· 5 years ago
5a11036
Remove obsolete `doThrow` pattern from some tests.
by Vladimir Marko
· 5 years ago
5443493
Reduce array size in test 597-deopt-busy-loop/SimdLoop.
by Vladimir Marko
· 5 years ago
2182147
Call Jit::MaybeCompileMethod less frequently.
by David Srbecky
· 5 years ago
e65ade7
ART: Disable vectorization for debuggable graphs.
by Artem Serov
· 5 years ago
9df37b9
ART: ARM64: Fix saved fpu stack offsets for SIMD.
by Artem Serov
· 5 years ago
92fc2c0
Update buildbot-build.sh
by Alex Light
· 5 years ago
9527e3d
Add list extensions agent
by Alex Light
· 5 years ago
a5c01d7
Fix incorrect DCHECK for oatdump
by Mathieu Chartier
· 5 years ago
44ca075
Compiler changes for boot image extension.
by Vladimir Marko
· 5 years ago
f367747
Add ability to switch to index ids late.
by Alex Light
· 5 years ago
f1468b5
ART: Verifier cleanup
by Andreas Gampe
· 5 years ago
fef91cc
ART: Verifier cleanup
by Andreas Gampe
· 5 years ago
e0bbab9
ART: Verifier cleanup
by Andreas Gampe
· 5 years ago
52c468a
Refactor mark-bit set logic in PreZygoteFork()
by Lokesh Gidra
· 5 years ago
c0b30c9
Implement boot image extension relocation.
by Vladimir Marko
· 5 years ago
672c080
Update Transaction for boot image extension.
by Vladimir Marko
· 5 years ago
e91d787
Support option to show file sizes in Runtime APEX test scripts' list output.
by Roland Levillain
· 5 years ago
88e5569
Add an option to show file sizes in Runtime APEX test scripts' tree output.
by Roland Levillain
· 5 years ago
f47c95b
luci: Add master-art manifest as a tracking project
by Andreas Gampe
· 5 years ago
0f8950a
Pick up the boot profile in zygote and system server.
by Nicolas Geoffray
· 5 years ago
1fc4d42
Check whether method is zygote-compiled less frequently.
by David Srbecky
· 5 years ago
450b27a
Add some documentation for ART chroot-based device testing.
by Roland Levillain
· 5 years ago
bf12191
Implement ClassStatus::kVisiblyInitialized.
by Vladimir Marko
· 5 years ago
7834241
Remove GC type restrictions on --force-determinism.
by Vladimir Marko
· 5 years ago
9e0099f
Drop Core Platform API checks when JNI table updated
by Orion Hodson
· 5 years ago
01ecfa1
Refactor Core Plaform API checking
by Orion Hodson
· 5 years ago
2be4306
ART: Use initial-exec TLS mode for Thread TLS
by Andreas Gampe
· 5 years ago
8237200
ART: Use thread_local on the host for ART Thread*
by Andreas Gampe
· 5 years ago
a47a6e8
ART: Extend bionic TLS use to host bionic
by Andreas Gampe
· 5 years ago
a0fc13a
Add support for a profile listing methods in compilation order.
by Nicolas Geoffray
· 5 years ago
92db59b
Revert "Workaround bogus Thread Safety Analysis warning"
by Ziang Wan
· 5 years ago
1b0fcf4
ART: Fix ScopedThreadStateChange assert
by Andreas Gampe
· 5 years ago
1cbac5c
Try to avoid expensive stack walk in QuickDeliverException
by David Srbecky
· 5 years ago
af86470
ART: Correctly exclude super-init times in classlinker
by Andreas Gampe
· 5 years ago
7ee607e
ART: Fix Runtime::GetStat
by Andreas Gampe
· 5 years ago
dd20d00
Support flattened APEXes in Runtime APEX unit testing.
by Roland Levillain
· 5 years ago
70e2a76
Initialize array classes in pre-fence visitor.
by Vladimir Marko
· 5 years ago
da40aca
Typo fix.
by Travis Tynes
· 5 years ago
a83a889
ART: Switch verifier kThrow fatal to default-on
by Andreas Gampe
· 5 years ago
ae95ce3
ART: Do not handle RETURN monitor-stack issue as throwing
by Andreas Gampe
· 5 years ago
f2dcba0
Fix statistics reporting in JIT.
by Nicolas Geoffray
· 5 years ago
27351be
Switch-interpreter: Add flatten attribute to handlers.
by David Srbecky
· 5 years ago
cffa254
Add fast path for exception vreg copying.
by David Srbecky
· 5 years ago
9a8634a
Prevent redundant field load elimination in 593-checker-long-2-float-regression
by Christoffer Quist Adamsen
· 5 years ago
6e4deea
sigchain: dlsym from libc.so instead of RTLD_NEXT.
by Josh Gao
· 5 years ago
34ac9f7
Use bionic_private_headers instead of bionic/libc/private
by Paul Duffin
· 5 years ago
eafeeb2
Replace use of include_dirs with header_libs on asm_defines.s
by Paul Duffin
· 5 years ago
de0ccff
Fix a braino in GetSavedEntryPointOfPreCompiledCode.
by Nicolas Geoffray
· 5 years ago
4345aac
Cleanup some usages of include_dirs
by Paul Duffin
· 5 years ago
6b689ce
Fix handling for invalid or missing app images
by Mathieu Chartier
· 5 years ago
d84794d
ART: Add option to behave fatally on unmarked kThrow
by Andreas Gampe
· 5 years ago
16a08f6
ART: Factor out runtime-exception saved_line fallback
by Andreas Gampe
· 5 years ago
2294024
Disable test 660 for debuggable
by Mathieu Chartier
· 5 years ago
0c2c222
Revert^2 "Support clinit for app image during compilation"
by Chang Xing
· 7 years ago
1a225a7
ARM/ARM64: Improve frame entry/exit codegen.
by Vladimir Marko
· 5 years ago
3238440
jitzygote: Handle case of methods having the resolution stub.
by Nicolas Geoffray
· 5 years ago
297a053
Stronger alignment check in ArtField::SetOffset().
by Vladimir Marko
· 5 years ago
74f89af
Remove Export_static_lib_headers from codegen
by Paul Duffin
· 5 years ago
1533243
Remove use of external/vixl/src in include_dirs
by Paul Duffin
· 5 years ago
b08d5db
Move location of where we clear thread pool tasks post fork.
by Nicolas Geoffray
· 5 years ago
2a290e1
Cleanup and simplify ImageWriter::GetQuickCode.
by Nicolas Geoffray
· 5 years ago
b45a435
Add AVX support for packed mul/div instructions.
by Shalini Salomi Bodapati
· 5 years ago
5132e0d
Add option for controling app image class initialization
by Mathieu Chartier
· 5 years ago
b94cc11
Revert "Disable dexdiag_test on fugu."
by Christopher Ferris
· 5 years ago
b3b2db7
ART: Use a scoped disable-moving-gc helper in reg_type_test
by Andreas Gampe
· 5 years ago
b5204f4
ART: Add interface class join heuristic
by Andreas Gampe
· 5 years ago
4bd5234
ART: Scope runnable part of JitCompileTask
by Andreas Gampe
· 5 years ago
431a7e5
ART: Fix some thread-annotalysis issues in ProfileSaver
by Andreas Gampe
· 5 years ago
8787cf8
Set Mark-bit for large Zygote objects
by Lokesh Gidra
· 5 years ago
db26569
ART: Remove old build_linux_bionic.sh workaround
by Andreas Gampe
· 5 years ago
8b770c4
Switch-interpreter: Fix large performance regression in preamble.
by David Srbecky
· 5 years ago
5071531
Remove use of deprecated apache-harmony-jdwp-tests-host target
by Paul Duffin
· 5 years ago
5bef022
[RUNTIME] Ignore signal registration for debugging
by randy.jeong
· 5 years ago
2d06e02
Clean up linker patches in codegens.
by Vladimir Marko
· 5 years ago
7cde458
Further clean up boot image address checks.
by Vladimir Marko
· 5 years ago
6b63d88
Add helper script to dex2oat a JAR/APK
by Mathieu Chartier
· 5 years ago
c658278
ART: Introduce CompatThrow
by Andreas Gampe
· 5 years ago
Next »