Gitiles
Code Review
Sign In
gerrit.witaqua.org
/
art
/
210a78d9ec4349601ac57381046229f4da1197f4
210a78d
Ensure ClearLoopInformation doesn't require particular ordering
by Alex Light
· 6 years ago
59d4b53
[metrics] Add -Xwrite-metrics-to-log option
by Eric Holk
· 6 years ago
de60ef3
Add MessageQueue for cross-thread communication
by Eric Holk
· 6 years ago
df105da
Add script to do a drop of the ART module prebuilts.
by Martin Stjernholm
· 6 years ago
3d350a8
arm: Implement VarHandle CAS intrinsics.
by Vladimir Marko
· 6 years ago
2ecdbc4
Don't run 175-alloc-big-bignums for prebuild config
by Orion Hodson
· 6 years ago
01ee0f9
nterp: only do string.<init> check on invokedirect.
by Nicolas Geoffray
· 6 years ago
74f1b07
Use tracing session ID received via signal.
by Florian Mayer
· 6 years ago
dd406c3
Add an arm32 port of nterp.
by Nicolas Geoffray
· 6 years ago
d6bd107
Fix invokeinterface sharpened with kRuntimeCall.
by Nicolas Geoffray
· 6 years ago
f6332e8
Drop host bionic from prebuilts.
by Martin Stjernholm
· 6 years ago
31d21c7
Unregister profiling signal handler in children.
by Florian Mayer
· 6 years ago
3eb493f
Do a null check on the OatQuickMethodHeader.
by Nicolas Geoffray
· 6 years ago
29ce843
Use ANDROID_HOST_OUT in script.
by Nicolas Geoffray
· 6 years ago
d6363c1
Update buildbot-build.sh to generate system's linker.config.pb
by Victor Chang
· 6 years ago
fbdda07
Remove TODOs that won't be addressed.
by Martin Stjernholm
· 6 years ago
f7fcb98
Check if app has ALLOW_TEST_API_ACCESS change id
by Pedro Loureiro
· 6 years ago
23c926d
Do not create symbols for [DEDUPED] methods.
by David Srbecky
· 6 years ago
6af553d
Fix another typo in nterp.
by Nicolas Geoffray
· 6 years ago
9705c5d
Add another invoke-range test for String.<init>.
by Nicolas Geoffray
· 6 years ago
2324775
Fix "VNDK version 28 not found" error when TARGET_BUILD_UNBUNDLED isn't set.
by Martin Stjernholm
· 6 years ago
538c7de
Use the non-debug apex for userdebug builds
by Baligh Uddin
· 6 years ago
037d282
Add compat framework logging to ART
by Andrei Onea
· 6 years ago
6e71c66
Use the non-debug apex for userdebug builds
by Baligh Uddin
· 6 years ago
21000ae
Add "lo-prio" tag.
by Mathew Inwood
· 6 years ago
ac3fcff
arm: Implement VarHandle.get/set intrinsics.
by Vladimir Marko
· 6 years ago
b1cbfc7
Add script to build the ART Module prebuilts.
by Martin Stjernholm
· 6 years ago
a4731bd
Dexoptanalyzer: expose return codes
by Orion Hodson
· 6 years ago
86fe9b8
Revert^4 "Partial LSE analysis & store removal"
by Alex Light
· 6 years ago
cc9df4f
Extend ART sdk with prebuilts needed to build the platform
by Paul Duffin
· 6 years ago
a5c1a82
Implement Reference.refersTo()
by Hans Boehm
· 6 years ago
dc75b3f
Fix braino when adjusting alignment.
by Nicolas Geoffray
· 6 years ago
7b55065
Add dex_instruction_list.h to mterp genrule tools
by Colin Cross
· 6 years ago
c2d5c70
arm64: Implement VarHandle GetAndBitwiseOp intrinsics.
by Vladimir Marko
· 6 years ago
cfc6e9d
Switch to the new kernel API for obtaining fault address tag bits.
by Peter Collingbourne
· 6 years ago
07b62e3
Change vdex format to easily access verification data per class.
by Nicolas Geoffray
· 6 years ago
a07de55
Revert^2 "ART: Fix breaking changes from recent VIXL update."
by Artem Serov
· 6 years ago
4483d2a
Fix typo in nterp.
by Nicolas Geoffray
· 6 years ago
52e1b92
Move timezone-host to the i18n-module.
by Martin Stjernholm
· 6 years ago
e1510d4
arm64: Implement VarHandle GetAndAdd intrinsics.
by Vladimir Marko
· 6 years ago
436977d
arm64: VarHandle intrinsics improvements.
by Vladimir Marko
· 6 years ago
cc5629c
Clarify allocation entry point semantics
by Hans Boehm
· 6 years ago
2316b3a
Revert^3 "Partial LSE analysis & store removal"
by Alex Light
· 6 years ago
aeb7f9f
Few cleanups in nterp.
by Nicolas Geoffray
· 6 years ago
b6837f0
Revert^2 "Partial LSE analysis & store removal"
by Alex Light
· 6 years ago
32c2eb8
arm64: Implement VarHandle GetAndSet intrinsics.
by Vladimir Marko
· 6 years ago
b209a04
profman: Change the default new min methods/classes percent change
by yawanng
· 6 years ago
7c61880
profman: Move min new classes and methods limit to argument.
by yawanng
· 6 years ago
7c51d9d
Hide Value class constructor
by Aurimas Liutikas
· 6 years ago
1ca19bc
Build Checker as python binary for Tradefed test suites
by Daniil Riazanovskiy
· 6 years ago
fe27042
Revert "Partial LSE analysis & store removal"
by Nicolas Geoffray
· 6 years ago
e17530a
arm64: Fix VarHandle intrinsics for non-Baker read barrier.
by Vladimir Marko
· 6 years ago
bb6cda6
Partial LSE analysis & store removal
by Alex Light
· 6 years ago
670ff88
JIT: Only toggle write permissions in single view.
by Nicolas Geoffray
· 6 years ago
e0e1f56
Disable test 160 for (jvmti|redefine)-stress.
by Vladimir Marko
· 6 years ago
eff9b01
Move VarHandle fences to unreachable intrinsics.
by Vladimir Marko
· 6 years ago
37f4945
run-libcore-tests.sh: add --gcstress command line flag
by Orion Hodson
· 6 years ago
3822f5b
run-libcore-tests.sh: add timeout for host + debug + gcstress
by Orion Hodson
· 6 years ago
4a2fc8a
run-libcore-tests.sh: add timeout for heap poisoning + debug + device
by Orion Hodson
· 6 years ago
dada83e
run-libcore-tests.sh: add --timeout command-line option
by Orion Hodson
· 6 years ago
5464fc6
Document the new behavior of ART run-tests' check step.
by Roland Levillain
· 6 years ago
fc4f698
Print CC collector object addresses on failing assertion
by Lokesh Gidra
· 6 years ago
1bff99f
arm64: Implement VarHandle CAS intrinsics.
by Vladimir Marko
· 6 years ago
b15e879
Verify ART run-tests' standard output and standard error separately.
by Roland Levillain
· 6 years ago
79bf0b8
Fix CTS failure on 988 due to hiddenapi
by Alex Light
· 6 years ago
2b8d3c8
Avoid using hidden-api when running in CTS
by Alex Light
· 6 years ago
8f2eb25
Remove NeedsDexCache logic from the compiler.
by Nicolas Geoffray
· 6 years ago
8411c5d
Record all type assignability checks in the verifier.
by Nicolas Geoffray
· 6 years ago
e7f659f
Remove old cruft on ART build rules and platform_tests.
by Nicolas Geoffray
· 6 years ago
a074920
Add a rule to generate public API stubs in dex format.
by yawanng
· 6 years ago
6751e0f
Re-enable disabled gtests on eng-prod.
by David Srbecky
· 6 years ago
a073f46
Rename ART run-tests `expected.txt` files as `expected-stdout.txt`.
by Roland Levillain
· 6 years ago
5a19854
Move 25% of ART run-tests to test group `presubmit` in `TEST_MAPPING`.
by Roland Levillain
· 6 years ago
94d2c81
Fix DCHECK()s in read barrier slow paths.
by Vladimir Marko
· 6 years ago
1960c42
Change vdex format to store per-class assignable types.
by Nicolas Geoffray
· 6 years ago
85b125f
Trace integer value for profilebootclasspath
by Mathieu Chartier
· 6 years ago
01b6552
Implement Reference.getReferent() intrinsic.
by Vladimir Marko
· 6 years ago
908759b
Nicer error formatting for invalid Checker regular expressions
by Daniil Riazanovskiy
· 6 years ago
694f012
Move hardcoded Soong apex_available lines for ART modules into ART blueprints.
by Martin Stjernholm
· 6 years ago
b5ed330
Fix missing //apex_available:platform on some libs.
by Martin Stjernholm
· 6 years ago
39aa4be
Retain comments from linker.config.txt.
by Martin Stjernholm
· 6 years ago
8698081
run-libcore-tests.sh: reduce explicit GC chatter further
by Orion Hodson
· 6 years ago
4b64f6c
dexdump: fix xml output for jars containing multiple .dex files
by Paul Duffin
· 6 years ago
021cf23
dexdump: remove non-API elements from xml output
by Orion Hodson
· 6 years ago
16e7e57
Remove temporary filtering of ICU output on host
by Orion Hodson
· 6 years ago
4f99524
Add unresolved types in verifier deps.
by Nicolas Geoffray
· 6 years ago
de91ca9
Refactor Integer.valueOf() intrinsic implementation.
by Vladimir Marko
· 6 years ago
9ca92fb
run-test: add --external-log-tags options
by Orion Hodson
· 6 years ago
eeaf47f
Revert "ART: Fix breaking changes from recent VIXL update."
by Ulyana Trafimovich
· 6 years ago
1f3612f
Extend temporary filtering pattern for ICU issue
by Orion Hodson
· 6 years ago
4955036
ART: Fix breaking changes from recent VIXL update.
by Artem Serov
· 7 years ago
036b070
Rename String.concat() implementation function.
by Vladimir Marko
· 6 years ago
8b2f7e6
Add description of building test dependencies to README.md
by Alex Light
· 6 years ago
943f682
Move 10% of ART run-tests to test group `presubmit` in `TEST_MAPPING`.
by Roland Levillain
· 6 years ago
8aef685
Temporary host filtering of ICU initialization output
by Orion Hodson
· 6 years ago
7629548
Revert^2 "Improve mirror::String implementation."
by Vladimir Marko
· 6 years ago
f579b06
Unified sampling PGO for art
by Yi Kong
· 6 years ago
61c71ef
[metrics] Dump ArtMetrics on SIGQUIT
by Eric Holk
· 6 years ago
1485d4a
Override maxTargetSdk for @UnsupportedAppUsage
by Pedro Loureiro
· 6 years ago
645083c
Revert^2 "Improve libcore_util_CharsetUtils performance."
by Vladimir Marko
· 6 years ago
Next »