Gitiles
Code Review
Sign In
review.shift-gmbh.com
/
SHIFTPHONES
/
android_art
/
0be7fa708455e2ffbf3779166269acee7a4a6791
/
dex2oat
f5abfc4
Add stored class loader context option
by Mathieu Chartier
· 7 years ago
8179b62
Merge "Add extra timing loggers for image writing"
by Mathieu Chartier
· 7 years ago
b58dcec
Merge "Move more runtime code to libartbase, libdexfile"
by David Sehr
· 7 years ago
ca1e038
Revert^2 "Compile link-time thunks in codegen."
by Vladimir Marko
· 7 years ago
703b82a
Add extra timing loggers for image writing
by Mathieu Chartier
· 7 years ago
8d2e70a
Merge "Fix --oat-filename in dex2oat usage message"
by Mathieu Chartier
· 7 years ago
4a265c2
Don't pass empty profile to OatWriter
by Mathieu Chartier
· 7 years ago
9c4a015
Move more runtime code to libartbase, libdexfile
by David Sehr
· 7 years ago
5f71c65
Fix --oat-filename in dex2oat usage message
by Sascha Roth
· 7 years ago
ddc6942
Merge "Always do cdex conversion for OatWriter dexlayout"
by Mathieu Chartier
· 7 years ago
ddf3955
Always do cdex conversion for OatWriter dexlayout
by Mathieu Chartier
· 7 years ago
6371249
Merge "Revert "Compile link-time thunks in codegen.""
by Vladimir Marko
· 7 years ago
5806a9e
Revert "Compile link-time thunks in codegen."
by Vladimir Marko
· 7 years ago
671c393
Merge "Compile link-time thunks in codegen."
by Vladimir Marko
· 7 years ago
c9dd220
Compile link-time thunks in codegen.
by Vladimir Marko
· 7 years ago
f85b3db
Treat no profile the same as empty profile for app image generation
by Mathieu Chartier
· 7 years ago
14e7bad
Verify dex files in zip and from files are not CompactDex
by Mathieu Chartier
· 7 years ago
d45863a
Run dex verifier for OOB + compact-dex-level combination
by Mathieu Chartier
· 7 years ago
312f3b2
Move some remaining dex utilities
by David Sehr
· 7 years ago
c17b7d8
Add owned section for CompactDex
by Mathieu Chartier
· 7 years ago
640df84
Merge "Separate vdex versioning into two sections: verifier deps and dex code."
by Treehugger Robot
· 7 years ago
3a29355
Separate vdex versioning into two sections: verifier deps and dex code.
by Nicolas Geoffray
· 7 years ago
f0499c9
ART: Fix oat_writer_test.
by Vladimir Marko
· 7 years ago
9992e09
Merge "Retrieve String/Class references from .data.bimg.rel.ro."
by Vladimir Marko
· 7 years ago
e36223c
Merge "Fix OS::GetFileSizeBytes()."
by Treehugger Robot
· 7 years ago
8ba5641
Merge "Load ArtMethod* from .data.bimg.rel.ro entries."
by Vladimir Marko
· 7 years ago
a5785a2
Fix OS::GetFileSizeBytes().
by Vladimir Marko
· 7 years ago
e47f60c
Retrieve String/Class references from .data.bimg.rel.ro.
by Vladimir Marko
· 7 years ago
b066d43
Load ArtMethod* from .data.bimg.rel.ro entries.
by Vladimir Marko
· 7 years ago
f0e3d9f
Disable failing test.
by Nicolas Geoffray
· 7 years ago
1f9df4a
Merge "Enable ThinLTO for dex2oat"
by Yi Kong
· 7 years ago
c431b9d
Move most of runtime/base to libartbase/base
by David Sehr
· 7 years ago
cda83be
Fix handling for partial cdex conversion rejection in multidex
by Mathieu Chartier
· 7 years ago
67bf42e
Header library to remove dependence on runtime/
by David Sehr
· 7 years ago
66ff8a8
Revert "Revert "Full-stack integrity: check vdex contents.""
by Nicolas Geoffray
· 7 years ago
af29031
Small documentation and stylistic changes.
by Roland Levillain
· 7 years ago
cc4e7b7
Merge "Revert "Full-stack integrity: check vdex contents.""
by Nicolas Geoffray
· 7 years ago
a19b764
Revert "Full-stack integrity: check vdex contents."
by Nicolas Geoffray
· 7 years ago
7b5e244
Merge "Full-stack integrity: check vdex contents."
by Treehugger Robot
· 7 years ago
d6f914e
Full-stack integrity: check vdex contents.
by Nicolas Geoffray
· 7 years ago
2daa134
Fix unquickening logic for quickened input dexes
by Mathieu Chartier
· 7 years ago
b2f1edc
Merge "Remove duplication, split tests"
by David Sehr
· 7 years ago
5b36288
Merge "Remove generate-operator-out.py symlinks"
by Treehugger Robot
· 7 years ago
b69d2d3
Remove generate-operator-out.py symlinks
by Alex Light
· 7 years ago
b2ec9f5
Remove duplication, split tests
by David Sehr
· 7 years ago
026dc0b
Re-enable dex2oat_test copying dex test case for target
by Mathieu Chartier
· 7 years ago
88fb743
Disable fast_verify output test for dex2oat_test
by Mathieu Chartier
· 7 years ago
792111c
Add option for not copying dex
by Mathieu Chartier
· 7 years ago
1d894d9
Enable ThinLTO for dex2oat
by Yi Kong
· 7 years ago
fcbe15c
Build debug library libdexfiled
by David Sehr
· 7 years ago
1efa7cb
Merge "Disable bitstring type check runtime hooks."
by Vladimir Marko
· 7 years ago
305c38b
Disable bitstring type check runtime hooks.
by Vladimir Marko
· 7 years ago
0e09dfc
Add --compilation-reason option to dex2oat
by Calin Juravle
· 7 years ago
6540037
Merge "ART: Add option to use stderr logger"
by Treehugger Robot
· 7 years ago
d27923c
Fix input cdex -> output non-cdex
by Mathieu Chartier
· 7 years ago
25419b5
ART: Add option to use stderr logger
by Andreas Gampe
· 7 years ago
05f90d1
Avoid generating cdex for dex files with duplicate methods
by Mathieu Chartier
· 7 years ago
700a985
Fix potential null read for truncated dex files
by Mathieu Chartier
· 7 years ago
96c8446
Exclude oob dexfiles from debug symbols.
by David Srbecky
· 7 years ago
21dca73
Merge "dex2oat: Accept .dm files."
by Nicolas Geoffray
· 7 years ago
baeaa9b
dex2oat: Accept .dm files.
by Nicolas Geoffray
· 7 years ago
da244c9
Merge "Revert "Revert "Make libdexfile build independent of runtime dir"""
by David Sehr
· 7 years ago
f160983
Fix compact dex shared section with update_input_vdex
by Mathieu Chartier
· 7 years ago
0225f8e
Revert "Revert "Make libdexfile build independent of runtime dir""
by David Sehr
· 7 years ago
787784f
Revert "Make libdexfile build independent of runtime dir"
by David Sehr
· 7 years ago
b40b7e7
Make libdexfile build independent of runtime dir
by David Sehr
· 7 years ago
772bd2f
ART: Dex2oatd does not depend on libart-nond
by Andreas Gampe
· 7 years ago
b7b2957
Merge "Add shared separate data section for compact dex"
by Mathieu Chartier
· 7 years ago
5cee0a3
Merge "dex2oat: Test whether the passed vdex has no dex file."
by Nicolas Geoffray
· 7 years ago
c3a22aa
Add shared separate data section for compact dex
by Mathieu Chartier
· 7 years ago
bc17727
dex2oat: Test whether the passed vdex has no dex file.
by Nicolas Geoffray
· 7 years ago
2b1a21e
Merge "Load /data oat/odex files non-executable when only_use_system_oat_files is set."
by Nicolas Geoffray
· 7 years ago
b95eb37
Merge "Revert "Revert "Don't embed the dex code in the oat file if dex is uncompressed."""
by Nicolas Geoffray
· 7 years ago
e6b6ff8
Revamp dexlayout writing functions
by Mathieu Chartier
· 7 years ago
f307527
Revert "Revert "Don't embed the dex code in the oat file if dex is uncompressed.""
by Nicolas Geoffray
· 7 years ago
3913e48
ART: Refactor profile_compilation_info.h includes
by Andreas Gampe
· 7 years ago
b3c0b52
Merge "ART: Allow oatstatus verification for app dependencies"
by Treehugger Robot
· 7 years ago
5577295
Merge "ART: Add entrypoint and intrinsic for Math.pow()."
by Treehugger Robot
· 7 years ago
4d17987
ART: Add entrypoint and intrinsic for Math.pow().
by Vladimir Marko
· 7 years ago
e993458
ART: Allow oatstatus verification for app dependencies
by Andreas Gampe
· 7 years ago
c684f33
Refactor jit debugger interface and its ELF creation.
by David Srbecky
· 7 years ago
26037dd
Merge "Fix the offset of $dexfile debug symbol."
by Treehugger Robot
· 7 years ago
cc57c0c
Ignore frame-larger-than for Dex2oatArgumentMap::Parse
by Pirama Arumuga Nainar
· 7 years ago
c89013c
Update PGO configuration
by Pirama Arumuga Nainar
· 7 years ago
2593162
Fix the offset of $dexfile debug symbol.
by David Srbecky
· 7 years ago
0e15923
Merge changes I82b9360b,Ifc237ff8
by Treehugger Robot
· 7 years ago
dcbe96b
Merge "Abort for combination of compact dex/dexlayout and update_input_vdex"
by Mathieu Chartier
· 7 years ago
7c6f636
Abort for combination of compact dex/dexlayout and update_input_vdex
by Mathieu Chartier
· 7 years ago
2b9c35b
Introduce new build tool: hiddenapi
by David Brazdil
· 7 years ago
fa0b0db
Merge "Generate debug symbols for interpreted methods."
by David Srbecky
· 7 years ago
210531f
Revert "Revert "Move quickening info logic to its own table""
by Mathieu Chartier
· 7 years ago
013fd80
Create an ART-independent DexFileLoader
by David Sehr
· 7 years ago
a7e4a15
Merge changes from topic "dex2oat-pgo"
by Pirama Arumuga Nainar
· 7 years ago
32210b9
Generate debug symbols for interpreted methods.
by David Srbecky
· 7 years ago
02f6ed6
Setup PGO for dex2oat and related libraries
by Pirama Arumuga Nainar
· 7 years ago
ab89892
Do not call _exit() for PGO instrumentation
by Pirama Arumuga Nainar
· 7 years ago
6716941
Revert "Move quickening info logic to its own table"
by Nicolas Geoffray
· 7 years ago
7a26f94
Move quickening info logic to its own table
by Mathieu Chartier
· 7 years ago
80ddf27
ART: Relax failure requirements for dex2oat watchdog test
by Andreas Gampe
· 7 years ago
f4bf58d
Merge "Try to mmap vdex file within the address range of the ELF file."
by David Srbecky
· 7 years ago
Next »