Gitiles
Code Review
Sign In
review.shift-gmbh.com
/
SHIFTPHONES
/
android_art
/
7fa7cf59540f36fbfce6d5b553d11ca486a3f207
/
dex2oat
/
dex2oat.cc
6bb7f1b
Integrate VerifierDeps in compiler driver.
by Nicolas Geoffray
· 8 years ago
0415b4e
ART: Change InstructionSetFeatures to return unique_ptr
by Andreas Gampe
· 10 years ago
4acefd3
Encode quickening info in .vdex.
by Nicolas Geoffray
· 8 years ago
f57589f
Remove logging dependency on runtime
by David Sehr
· 8 years ago
b55cc6d
Use FdFile::Copy() in dex2oat for better error checking.
by Vladimir Marko
· 8 years ago
ac4804f
Merge "Fix missing symbols for multiple oat files case"
by Vladimir Marko
· 8 years ago
8bd36c0
Fix missing symbols for multiple oat files case
by bowen_lai
· 8 years ago
ab40c11
Generate SHA-1 build ID for host-generated *.oat files (1/2).
by Alexey Alexandrov
· 8 years ago
556c9a2
Merge "Rename ObjPtr::Decode to ObjPtr::Ptr"
by Mathieu Chartier
· 8 years ago
1cc62e4
Rename ObjPtr::Decode to ObjPtr::Ptr
by Mathieu Chartier
· 8 years ago
aad75c6
Revert "Revert "Store resolved Strings for AOT code in .bss.""
by Vladimir Marko
· 8 years ago
a0fc326
Reserve space in the char backing vector to prevent reallocations
by Ben Gruver
· 8 years ago
5f92605
Revert "Store resolved Strings for AOT code in .bss."
by Vladimir Marko
· 8 years ago
4287925
Merge "Store resolved Strings for AOT code in .bss."
by Vladimir Marko
· 8 years ago
762869d
Simplify our intrinsic recognizer.
by Nicolas Geoffray
· 8 years ago
0795f23
Clean up ScopedThreadStateChange to use ObjPtr
by Mathieu Chartier
· 8 years ago
63dccbb
Store resolved Strings for AOT code in .bss.
by Vladimir Marko
· 8 years ago
3fec9ac
ART: Use libbase logging
by Andreas Gampe
· 8 years ago
866d874
Make image test multi image
by Mathieu Chartier
· 8 years ago
5d5a36b
Write VerifierDeps into VDEX.
by David Brazdil
· 8 years ago
47c22ff
Merge "Add a comment to dex2oat's parent pid logging"
by Aart Bik
· 8 years ago
ca3c8c3
Collect verifier dependencies
by David Brazdil
· 8 years ago
529827d
Add a comment to dex2oat's parent pid logging
by Wojciech Staszkiewicz
· 8 years ago
0a4c75f
Log PPID when running dex2oat
by Wojciech Staszkiewicz
· 8 years ago
7b49e6c
Introduce VDEX file, use it for DEX files
by David Brazdil
· 8 years ago
ba6b679
ARM: Purge Arm32Assembler.
by Artem Serov
· 8 years ago
6253479
Enable compiled-methods= dex2oat switch
by Wojciech Staszkiewicz
· 8 years ago
5319d3c
Implement running user defined list of passes
by Wojciech Staszkiewicz
· 8 years ago
43e10b0
ART: Replace ScopedFd with FdFile
by Andreas Gampe
· 8 years ago
d1472a2
profile_changed should not effect GetBestOatFile.
by Richard Uhler
· 9 years ago
67f0282
ART: Add very-large threshold to dex2oat
by Andreas Gampe
· 9 years ago
e1459ae
ART: Add dex2oat swap-usage parameters
by Andreas Gampe
· 9 years ago
37d6a3b
Support the -i flag in the new dexdump.
by Aart Bik
· 9 years ago
7386da4
ART: Fix swap usage determination in dex2oat
by Andreas Gampe
· 9 years ago
b6b05ae
Merge "Hold dex caches live in class table"
by Mathieu Chartier
· 9 years ago
d0f0281
Revert "Revert "Make the boot image non-debuggable.""
by Vladimir Marko
· 9 years ago
f284d44
Hold dex caches live in class table
by Mathieu Chartier
· 9 years ago
cc98f63
Revert "Make the boot image non-debuggable."
by Nicolas Geoffray
· 9 years ago
279ee76
Make the boot image non-debuggable.
by Nicolas Geoffray
· 9 years ago
0b49084
Prune class path classes from profile
by Mathieu Chartier
· 9 years ago
f6d1e0f
Compile JNI stubs for verify-profile and interpret-only.
by Vladimir Marko
· 9 years ago
fbeb132
Keep oat file unique pointers until they are no longer used.
by Jeff Hao
· 9 years ago
f0192c8
Support to pass <uses-library> option through to dex2oat.
by Jeff Hao
· 9 years ago
91288d8
Revert "Revert "Write conflict tables in image""
by Mathieu Chartier
· 9 years ago
b11ffb7
Combine checksum of all boot images.
by Jeff Hao
· 9 years ago
d1537b5
Don't return kPatchOatNeeded if there is no patch info.
by Richard Uhler
· 9 years ago
29d38e7
Revert "Revert "Use compiler filter to determine oat file status.""
by Andreas Gampe
· 9 years ago
845e506
Revert "Use compiler filter to determine oat file status."
by Nicolas Geoffray
· 9 years ago
a62d2f0
Use compiler filter to determine oat file status.
by Richard Uhler
· 9 years ago
3c94f09
Remove Quick from tree.
by Nicolas Geoffray
· 9 years ago
73d8c65
Fix incorrect dex2oat check
by Mathieu Chartier
· 9 years ago
a807780
Add verify-profile compiler filter
by Mathieu Chartier
· 9 years ago
1cc7e8b
Add verify-art-runtime usage to dex2oat
by Mathieu Chartier
· 9 years ago
346dc99
Remove --native-debuggable compiler option.
by David Srbecky
· 9 years ago
5d95076
Symbolize native debug information for AOTed methods in boot.oat.
by David Srbecky
· 9 years ago
09c2a6b
Add trampoline symbols to native debug info.
by David Srbecky
· 9 years ago
c421907
Merge "Update GetDexOptNeeded to handle different levels of compilation"
by Calin Juravle
· 9 years ago
b077e15
Update GetDexOptNeeded to handle different levels of compilation
by Calin Juravle
· 9 years ago
5d81120
Propagate InstructionSetFeatures to ElfBuilder.
by David Srbecky
· 9 years ago
32ce2ad
Add more systracing everywhere
by Mathieu Chartier
· 9 years ago
0c6e334
Move back the boot image to debuggable.
by Nicolas Geoffray
· 9 years ago
c5dd319
Add and use loaded class profiling
by Mathieu Chartier
· 9 years ago
a6e81ed
Add lz4hc image compression format
by Mathieu Chartier
· 9 years ago
9ed87a8
Merge "AOT compile framework code as non-debuggable"
by Mingyao Yang
· 9 years ago
bf63303
Merge "ART: Allow method references across oat files for multi-image, 2nd attempt."
by Vladimir Marko
· 9 years ago
944da60
ART: Allow method references across oat files for multi-image, 2nd attempt.
by Vladimir Marko
· 9 years ago
6ea1a0e
AOT compile framework code as non-debuggable
by Mingyao Yang
· 9 years ago
5c7e260
Please Clang with respect to stack frame limits in dex2oat.
by Roland Levillain
· 9 years ago
2e2db78
Revert "Revert "Add profman tool: responsible to process profiles""
by Calin Juravle
· 9 years ago
3da7468
Revert "Add profman tool: responsible to process profiles"
by Nicolas Geoffray
· 9 years ago
6caefd9
Add profman tool: responsible to process profiles
by Calin Juravle
· 9 years ago
45724f9
Revert "Allow method references across oat files for multi-image."
by Vladimir Marko
· 9 years ago
6065402
Allow method references across oat files for multi-image.
by Vladimir Marko
· 9 years ago
4fda4eb
Move code related to debug info generation to its own directory.
by David Srbecky
· 9 years ago
0c4572e
Generate mini-debug-info on separate thread.
by David Srbecky
· 9 years ago
97590cc
Strip image-format arg in dex2oat
by Mathieu Chartier
· 9 years ago
390f5b3
Merge "Use SS/GSS collectors in dex2oat if they are the default."
by Hiroshi Yamauchi
· 9 years ago
6af5348
Use SS/GSS collectors in dex2oat if they are the default.
by Hiroshi Yamauchi
· 9 years ago
ce4b0ba
Ignore image checksum for ExtractOnly oat files
by David Brazdil
· 9 years ago
d8904a5
ART: Do not reopen oat file in ImageWriter::UpdateOatFile().
by Vladimir Marko
· 9 years ago
eb2c741
Do not enforce deterministic compilation with read barriers.
by Roland Levillain
· 9 years ago
78e9015
Merge "ART: Add option to ensure deterministic compilation"
by Andreas Gampe
· 9 years ago
ace0dc1
ART: Add option to ensure deterministic compilation
by Andreas Gampe
· 9 years ago
c801425
Merge "ART: Make sure dex files are verified in the compiler"
by Andreas Gampe
· 9 years ago
3a2bd29
ART: Make sure dex files are verified in the compiler
by Andreas Gampe
· 9 years ago
ca50505
Merge "ART: Allow --no-inline-from to specify multiple dex files."
by Vladimir Marko
· 9 years ago
47496c2
ART: Allow --no-inline-from to specify multiple dex files.
by Vladimir Marko
· 9 years ago
5b1c2ca
Revert "Revert "Add option to generate compressed backtrace info.""
by David Srbecky
· 9 years ago
fbc3108
Revert "Revert "Load app images""
by Mathieu Chartier
· 9 years ago
8546cc9
Revert "Add option to generate compressed backtrace info."
by David Srbecky
· 9 years ago
5fdcc3c
Add option to generate compressed backtrace info.
by David Srbecky
· 9 years ago
48dfaba
Merge "Disable Homogeneous space for dex2oat"
by Mathieu Chartier
· 9 years ago
9bdf108
Revert "Revert "Write dex files to oat file early.""
by Vladimir Marko
· 9 years ago
1ee101a
Merge "Revert "Write dex files to oat file early.""
by Vladimir Marko
· 9 years ago
919f553
Revert "Write dex files to oat file early."
by Vladimir Marko
· 9 years ago
a810830
Merge "Write dex files to oat file early."
by Vladimir Marko
· 9 years ago
f74388d
Merge "Improve profile processing"
by Calin Juravle
· 9 years ago
877fd96
Improve profile processing
by Calin Juravle
· 9 years ago
c903b6a
Move --dump-cfg and dump-cfg-append to CompilerOptions.
by Nicolas Geoffray
· 9 years ago
625a64a
Write dex files to oat file early.
by Vladimir Marko
· 9 years ago
Next »