Gitiles
Code Review
Sign In
gerrit.witaqua.org
/
art
/
2f26ba5f6b264b3e795ff73ab54d81f7d4dfdccf
/
dex2oat
169dfb4
Revert^2 "art: Remove dependencies on platform unavailable modules"
by Yo Chiang
· 6 years ago
c4cd59b
Revert "art: Remove dependencies on platform unavailable modules"
by Insaf Latypov
· 6 years ago
84eb3c9
art: Remove dependencies on platform unavailable modules
by Yo Chiang
· 6 years ago
346fd96
More inclusive language in the runtime
by David Srbecky
· 6 years ago
d3ee902
More inclusive language in the build system.
by David Srbecky
· 6 years ago
1446467
Update language to comply with Android’s inclusive language guidance
by Ian Pedowitz
· 6 years ago
2d53643
Update language to comply with Android’s inclusive language guidance
by Ian Pedowitz
· 6 years ago
c220827
Replace "dummy" with "fake" in some tests.
by Vladimir Marko
· 6 years ago
4ef451a
Rename kDummy32BitOffset to kPlaceholder32BitOffset.
by Vladimir Marko
· 6 years ago
52fe49e
dex2oat: remove unnecessary lock to reference profile
by Victor Hsieh
· 6 years ago
90a18cf
Rewrite OatFileManager::OpenDexFilesFromOat.
by Nicolas Geoffray
· 6 years ago
86c8752
Direct calls to @CriticalNative methods.
by Vladimir Marko
· 6 years ago
9974e3c
Clean up generated operator<<(os, enum).
by Vladimir Marko
· 6 years ago
1715efa
Add a new class status for verified with access checks.
by Nicolas Geoffray
· 6 years ago
6bc480b
Fix dlsym lookup trampoline for @CriticalNative.
by Vladimir Marko
· 6 years ago
6355d69
Remove core.art image
by David Srbecky
· 6 years ago
4a88a5a
Finish move of jar compilation rules from makefile to soong.
by David Srbecky
· 6 years ago
ffffa9c
ART: Add classes having intrinsics to boot image
by Evgeny Astigeevich
· 6 years ago
2280b53
Move gtest tool dependencies from makefile to soong
by David Srbecky
· 6 years ago
6c71dca
Hardcode more array types in the profile for the ART boot image.
by Ulya Trafimovich
· 6 years ago
695348f
Add compiler type to CompilerOptions.
by Vladimir Marko
· 6 years ago
b1c8e16
Dynamically link to libz
by Jiyong Park
· 6 years ago
58520df
Revert "Use MADV_FREE to reclaim pages of freed regions"
by Lokesh Gidra
· 6 years ago
bc89ed4
Do not execute OAT files that require app images that cannot be loaded
by Eric Holk
· 6 years ago
5868ada
Move implementations from class_root.h to -inl.h .
by Vladimir Marko
· 6 years ago
94a810b
Small cleanups
by Eric Holk
· 6 years ago
6621013
Allow unresolved exception classes in boot image.
by Vladimir Marko
· 6 years ago
9e4b42a
Refactor vdex file writing.
by Vladimir Marko
· 6 years ago
4a48775
Revert "Move ICU from ART APEX to i18n APEX"
by vichang
· 6 years ago
8419b82
Move ICU from ART APEX to i18n APEX
by Victor Chang
· 6 years ago
71f661c
Set apex_available property
by Jiyong Park
· 6 years ago
315f1b2
Use MADV_FREE to reclaim pages of freed regions
by Lokesh Gidra
· 6 years ago
bb3560d
dex2oat: Fix vdex file invalidation.
by Vladimir Marko
· 6 years ago
d68580e
Put dex2oat32 and dex2oat64 in the ART apex.
by Nicolas Geoffray
· 6 years ago
c390879
Do not crash for broken stored VerifierDeps.
by Vladimir Marko
· 6 years ago
3949e5e
Fix dex2oat failure when --zip-fd actually points to raw dexfile.
by wangshumin
· 7 years ago
9c06d44
Avoid creating preresolved strings array for dex files that have no strings
by Mathieu Chartier
· 6 years ago
d1f7351
dex2oat: add --updatable-bcp-packages-file argument.
by Vladimir Marko
· 6 years ago
4fa07a5
Add explicit compiler option to enable test-specific features.
by David Srbecky
· 6 years ago
fdd4684
Deduplicate interned image strings.
by Vladimir Marko
· 6 years ago
bdf146c
dex2oat: Fix repeatedly preparing dex files for oat file
by wulonghua
· 6 years ago
fe57c2b
Revert^4 "Add "linkage" test options""
by David Sehr
· 6 years ago
16c08ca
Revert "Revert "Revert "Add "linkage" test options"""
by Nicolas Geoffray
· 6 years ago
80c0c50
Revert "Revert "Add "linkage" test options""
by David Sehr
· 6 years ago
7bbbe25
Suppress ThreadLocal hash override warning.
by Vladimir Marko
· 6 years ago
91a8e6f
Revert "Add "linkage" test options"
by Nicolas Geoffray
· 6 years ago
873bb64
Add "linkage" test options
by David Sehr
· 6 years ago
4b90b86
Do not preload dex caches for assume-verified.
by Vladimir Marko
· 6 years ago
e1ee6f9
Set the identity hash code seed before creating Runtime.
by Vladimir Marko
· 6 years ago
2c2248c
Reland^3 "Always put the framework profile in the boot image location."
by Nicolas Geoffray
· 6 years ago
37d6d77
Allow ThreadLocal object allocation during AOT.
by Vladimir Marko
· 6 years ago
9bdba6e
Revert "Reland^2 "Always put the framework profile in the boot image location.""
by Nicolas Geoffray
· 6 years ago
2145a8a
Add the File[] class to the primary boot image.
by Vladimir Marko
· 6 years ago
ed1f531
Reland^2 "Always put the framework profile in the boot image location."
by Nicolas Geoffray
· 6 years ago
6cf7a9b
Revert "Revert "If generating an image, run initialization and other optimizations.""
by Nicolas Geoffray
· 6 years ago
bbec8a6
Revert "If generating an image, run initialization and other optimizations."
by Eric Holk
· 6 years ago
c42db83
Make dex2oat(d) and hiddenapi 64-bit only on host.
by Martin Stjernholm
· 6 years ago
ada8536
If generating an image, run initialization and other optimizations.
by Nicolas Geoffray
· 6 years ago
f639bf4
Avoid dex2dex initialization if not compiling.
by Vladimir Marko
· 6 years ago
ef46e10
Do not verify dex files for --compiler-filter=assume-verified.
by Vladimir Marko
· 6 years ago
fa458ac
Allow late lookup for @CriticalNative methods.
by Vladimir Marko
· 6 years ago
517e5cd
Filter image classes in RecordImageClassesVisitor.
by Vladimir Marko
· 6 years ago
e1a4451
Compile host dex2oat for 64 bit even when HOST_PREFER_32_BIT is set.
by Martin Stjernholm
· 6 years ago
71dfc9c
Reland: Make dex2oat(d) visible for use as implicit dexpreopt tool deps.
by Martin Stjernholm
· 6 years ago
8bc5991
Remove MIPS support from dex2oat.
by Vladimir Marko
· 6 years ago
8c8f148
Add blueprint modules to generate jar files for gtests.
by David Srbecky
· 6 years ago
4cbb51a
Fix ART code around JIT zygote.
by Nicolas Geoffray
· 6 years ago
cf0c6ef
Device gtests: Use boot.art instead of core.art.
by David Srbecky
· 6 years ago
7c2f69e
apex_available becomes more correct
by Jiyong Park
· 6 years ago
f6afcc9
Update boot image extension compilation args.
by Vladimir Marko
· 6 years ago
89b85eb
dex2oat: default to speed-profile if we have a profile.
by Vladimir Marko
· 6 years ago
c0e0e5e
Compile boot image extensions in memory.
by Vladimir Marko
· 6 years ago
d2ac307
Disable Dex2oatSwapUseTest.CheckSwapUsage for x86_64
by Evgeny Astigeevich
· 6 years ago
c124d1d
Fix name-based detection of JIT-zygote boot image extension.
by Ulya Trafimovich
· 6 years ago
92231c5
Revert "Make dex2oat(d) visible for use as implicit dexpreopt to..."
by Hans Boehm
· 6 years ago
08a1d1b
Make dex2oat(d) visible for use as implicit dexpreopt tool deps.
by Martin Stjernholm
· 6 years ago
e0c6d43
Revert "Fix stack-walking race"
by Alex Light
· 6 years ago
721e402
Fix stack-walking race
by Alex Light
· 6 years ago
4d7b689
Fix Transaction constraint validation...
by Vladimir Marko
· 6 years ago
3cf233b
Remove superfluous(?) DCHECK.
by Nicolas Geoffray
· 6 years ago
066dd902
Revert submission 1194828-revert-1191937-art_apex_available-DWXQGTKMAR
by Jiyong Park
· 6 years ago
80599a2
Revert submission 1191937-art_apex_available
by Joseph Murphy
· 6 years ago
1e88f98
Use apex_available property
by Jiyong Park
· 7 years ago
3ea6627
Merge the single-image test to TestExtension.
by Vladimir Marko
· 6 years ago
d0036ac
Single-image boot image extensions.
by Vladimir Marko
· 7 years ago
b7bf843
Use provided dex filenames in oat file.
by Vladimir Marko
· 7 years ago
a59af8a
JIT baseline: trigger optimized compilation on hotness threshold.
by Nicolas Geoffray
· 7 years ago
0a19e21
Add null check in AppendToBootClassPath
by Mathieu Chartier
· 7 years ago
e2a3aa9
Baseline JIT: update inline caches in compiled code.
by Nicolas Geoffray
· 7 years ago
7dac864
Clean up JNI dlsym lookup trampoline.
by Vladimir Marko
· 7 years ago
7ed2d38
Fix boot image extension class exclusion.
by Vladimir Marko
· 7 years ago
a8f3918
Clean up some image tests.
by Vladimir Marko
· 7 years ago
c526e42
Use full profile in Dex2OatImageTest#TestExtension.
by Vladimir Marko
· 7 years ago
a879bdf
Revert^2 "Fix CompilerDriver's handling of boot image extension."
by Vladimir Marko
· 7 years ago
ffc791c
dex2oat: add --cpu-set command-line option
by Orion Hodson
· 7 years ago
96d8585
Revert "Fix CompilerDriver's handling of boot image extension."
by Roland Levillain
· 7 years ago
96491e9
Fix CompilerDriver's handling of boot image extension.
by Vladimir Marko
· 7 years ago
889b72d
Load classes for boot image extension.
by Vladimir Marko
· 7 years ago
92eec3a
Add boot image checksums to image header.
by Vladimir Marko
· 7 years ago
d3d00c0
Refactor oat.h.
by Vladimir Marko
· 7 years ago
Next »