Gitiles
Code Review
Sign In
gerrit.witaqua.org
/
art
/
47213e4e3773bfca0348b011831eaaa678cd0791
47213e4
Small cleanups in artInvokeInterfaceTrampoline
by Nicolas Geoffray
· 5 years ago
98873af
arm64: Implement VarHandle intrinsics for byte array views.
by Vladimir Marko
· 5 years ago
771708f
Avoid growing boot class path for --single-image compiled images
by Orion Hodson
· 5 years ago
c3c4417
Refactor code around the verifier.
by Nicolas Geoffray
· 5 years ago
4ebb99c
Fully honor the "WithChecks" in the alloc entrypoints.
by Nicolas Geoffray
· 5 years ago
755b533
Add newStringFromUtf8Bytes native implementation.
by Rock.Yeh
· 5 years ago
aa027b8
Fix Entry in CheckVTableHasNoDuplicates().
by Vladimir Marko
· 5 years ago
54ed015
Handle VERIFY_ERROR_INSTANTIATION in compiler and nterp.
by Nicolas Geoffray
· 5 years ago
a714dd3
Fix expected results for clang-r407598 update.
by Yabin Cui
· 5 years ago
bd57059
Handle missing methods in compiler and nterp.
by Nicolas Geoffray
· 5 years ago
bde7060
Added a profile bisection tool
by Alex Light
· 5 years ago
4fa4835
Misc tools improvements
by Alex Light
· 5 years ago
c9fcfd0
Optimizing: Add debugging output for HInstruction.
by Vladimir Marko
· 5 years ago
782fb71
Use HashMap<> and HashSet<> in ClassLinker.
by Vladimir Marko
· 5 years ago
5bcdd17
Remove unused VERIFY_ERROR_NO_FIELD.
by Nicolas Geoffray
· 5 years ago
cb5f97d
Use ResolveFieldJLS in compiler.
by Nicolas Geoffray
· 5 years ago
f6b9e40
Add constexpr annotations to LSEVisitor member functions.
by Peter Collingbourne
· 5 years ago
6e6f1b2
Do not open dex files in CLC if we only need to get dexopt status
by Calin Juravle
· 5 years ago
8de1fc3
Switch to sigset64_t.
by Elliott Hughes
· 5 years ago
b677aff
Support VERIFY_ERROR_CLASS_CHANGE in nterp and compiler.
by Nicolas Geoffray
· 5 years ago
ef28d24
Avoid PhiPlaceholder pointers
by Alex Light
· 6 years ago
1332a57
Add a workaround for null klass during marking phase
by Lokesh Gidra
· 5 years ago
eeaf8bd
Fix java heap exhaustion in 159-app-image-fields test
by Lokesh Gidra
· 5 years ago
26de896
Use HashMap<> and HashSet<> in dex2oat.
by Vladimir Marko
· 5 years ago
cea158f
Fix logging image spaces.
by Vladimir Marko
· 5 years ago
b663915
Add more logging to region-space for OOME
by Lokesh Gidra
· 5 years ago
ce2e095
Revert "[metrics] Add file output support"
by Vladimir Marko
· 5 years ago
fff1d8f
Fix incorrect image pointer size for unstarted runtime
by liulvping
· 5 years ago
51a9283
[metrics] Add file output support
by Eric Holk
· 6 years ago
20cadbf
Change default to build with ART Module prebuilts rather than sources.
by Martin Stjernholm
· 5 years ago
50bbbf1
arm/nterp: Refactor {i,s}{get,put} operations.
by Vladimir Marko
· 5 years ago
4bf753d
Add two flags to customize JIT zygote.
by Nicolas Geoffray
· 5 years ago
232efef
Make Class.getPackageName public.
by Nicolas Geoffray
· 5 years ago
5ff2393
Remove stripped-apk related logic from CLC
by Calin Juravle
· 5 years ago
99459f3
Drop APEXes directly in the root of the ArtPrebuilt git project.
by Martin Stjernholm
· 5 years ago
6d32723
arm: Implement VarHandle intrinsics for arrays.
by Vladimir Marko
· 5 years ago
479cbad
arm64: Implement VarHandle intrinsics for arrays.
by Vladimir Marko
· 5 years ago
1480f09
Move NotifyStartDex2oatCompilation earlier.
by Nicolas Geoffray
· 5 years ago
5e82b18
Make it a verification error to misuse FastNative and CriticalNative.
by Nicolas Geoffray
· 5 years ago
7336610
Revert "[metrics] Add background reporting thread"
by Hans Boehm
· 5 years ago
cf097a7
Move art/tools/libjavac to tools/platform-compat
by Paul Duffin
· 5 years ago
77f7eb9
[metrics] Add background reporting thread
by Eric Holk
· 6 years ago
3ac2f5a
Make RTP::Visit robust against input order
by Alex Light
· 6 years ago
0b8b5a7
Move art/tools/class2nonsdklist to tools/platform-compat
by Paul Duffin
· 5 years ago
0615dd9
arm: Better document memory barriers for Unsafe/VarHandle.
by Vladimir Marko
· 6 years ago
d259ffb
Disable VMRuntime_preloadDexCaches
by David Srbecky
· 5 years ago
955f40f
arm64/nterp: Refactor {i,s}{get,put} operations.
by Vladimir Marko
· 6 years ago
10bb9c5
Use a Soong config variable to toggle between ART Module source and prebuilts.
by Martin Stjernholm
· 6 years ago
a84cd9e
Fix small bug in checker.py
by Alex Light
· 5 years ago
046cecf
Do not accept vdex with dex sections from .dm files
by Calin Juravle
· 5 years ago
4462b11
Add logging if klass pointer found to be null.
by Lokesh Gidra
· 5 years ago
2610dfe
Enable LSE of shadow-klass field
by Alex Light
· 5 years ago
e9fb153
Guard profile_cache_ with profile lock
by Mathieu Chartier
· 5 years ago
21f9a37
Make CompatFramework::ReportChange thread safe
by Andrei Onea
· 6 years ago
ce36b5f
Keep a copy of the zip archive to report to Palette.
by Nicolas Geoffray
· 5 years ago
1f947b4
Exclude zygote methods from FreeAllMethodHeaders DCHECK
by David Srbecky
· 5 years ago
17491ac
JNI: Faster jobject decoding by avoiding checks.
by Vladimir Marko
· 6 years ago
45aa2af
Make active_concurrent_copying_collector_ atomic
by Lokesh Gidra
· 5 years ago
3378768
SDK-stub controlled dex2oat verification
by Calin Juravle
· 7 years ago
858cfd8
Move dex2oat invocation to common header
by Calin Juravle
· 6 years ago
5f1c452
Do not strip art libraries on host (as before) am: 3a284f8a75
by David Srbecky
· 6 years ago
3a284f8
Do not strip art libraries on host (as before)
by David Srbecky
· 6 years ago
5fd04cc
Revert^2 "Add MessageQueue for cross-thread communication" am: a1cc540761
by Eric Holk
· 6 years ago
7f9da71
Update 2232-write-metrics-to-log entry in knownfailures.json am: 15489fb20f
by Eric Holk
· 6 years ago
a1cc540
Revert^2 "Add MessageQueue for cross-thread communication"
by Eric Holk
· 6 years ago
15489fb
Update 2232-write-metrics-to-log entry in knownfailures.json
by Eric Holk
· 6 years ago
d02be27
Add dex_instruction_list.h to libart_mterp.armng genrule tools am: df38537c2f
by Colin Cross
· 6 years ago
df38537
Add dex_instruction_list.h to libart_mterp.armng genrule tools
by Colin Cross
· 6 years ago
3cb55e8
Revert "Add MessageQueue for cross-thread communication" am: c7edde06dc
by Eric Holk
· 6 years ago
6b529f1
Migrate comment to new proto_logging directory am: a3148d24c2
by Jeffrey Huang
· 6 years ago
f9bb639
[metrics] Move metrics code to runtime am: e4f2215df6
by Eric Holk
· 6 years ago
c7edde0
Revert "Add MessageQueue for cross-thread communication"
by Eric Holk
· 6 years ago
a3148d2
Migrate comment to new proto_logging directory
by Jeffrey Huang
· 6 years ago
e4f2215
[metrics] Move metrics code to runtime
by Eric Holk
· 6 years ago
ce93fe5
Remove DexCache arrays from image. am: 86d6cd5338
by David Srbecky
· 6 years ago
86d6cd5
Remove DexCache arrays from image.
by David Srbecky
· 6 years ago
0be2dfb
[jitzygote] Handle native methods when remapping boot image. am: af17e5f333
by Nicolas Geoffray
· 6 years ago
af17e5f
[jitzygote] Handle native methods when remapping boot image.
by Nicolas Geoffray
· 6 years ago
61f6d69
run-test-jar: replace tempfile with mktemp am: ecd94cf3df
by Orion Hodson
· 6 years ago
ecd94cf
run-test-jar: replace tempfile with mktemp
by Orion Hodson
· 6 years ago
fe2b186
Append system providing libraries from buildbot_build am: d1e80d2e8d
by Kiyoung Kim
· 6 years ago
d1e80d2
Append system providing libraries from buildbot_build
by Kiyoung Kim
· 6 years ago
45fa431
Silence tempfile warning in run-test-etc. am: 08e8c6f4b1
by Vladimir Marko
· 6 years ago
08e8c6f
Silence tempfile warning in run-test-etc.
by Vladimir Marko
· 6 years ago
cdd7d0a
Remove duplicated test in LSA tests am: 8331963d62
by Alex Light
· 6 years ago
8331963
Remove duplicated test in LSA tests
by Alex Light
· 6 years ago
adb25ac
arm64: Clean up VarHandle intrinsics implementation. am: c8178f5eb0
by Vladimir Marko
· 6 years ago
c8178f5
arm64: Clean up VarHandle intrinsics implementation.
by Vladimir Marko
· 6 years ago
670f3d5
[arm nterp] Fix stack offset when calling range String.<init>. am: e8cdb0bb53
by Nicolas Geoffray
· 6 years ago
2a5b1b3
Regenerate ART test Blueprint files. am: 73556f3fcb
by Roland Levillain
· 6 years ago
e8cdb0b
[arm nterp] Fix stack offset when calling range String.<init>.
by Nicolas Geoffray
· 6 years ago
73556f3
Regenerate ART test Blueprint files.
by Roland Levillain
· 6 years ago
81fffcd
Disable 2232-write-metrics-to-log on target am: 720d71f080
by Orion Hodson
· 6 years ago
720d71f
Disable 2232-write-metrics-to-log on target
by Orion Hodson
· 6 years ago
0d16664
Add early documentation for ART Testing support in Atest and TradeFed. am: 9d6864f589
by Roland Levillain
· 6 years ago
9d6864f
Add early documentation for ART Testing support in Atest and TradeFed.
by Roland Levillain
· 6 years ago
3478501
arm: Implement VarHandle GetAndUpdate intrinsics. am: 526569ac1e
by Vladimir Marko
· 6 years ago
526569a
arm: Implement VarHandle GetAndUpdate intrinsics.
by Vladimir Marko
· 6 years ago
c91cb19
Minor fixes to the update script. am: 402361beea
by Martin Stjernholm
· 6 years ago
402361b
Minor fixes to the update script.
by Martin Stjernholm
· 6 years ago
Next »