Gitiles
Code Review
Sign In
review.shift-gmbh.com
/
SHIFTPHONES
/
android_art
/
393d3d614d6ee4f9c8850be93f3d0b5da0f45304
/
compiler
/
oat_writer.cc
e079e21
Fix OatWriter to update the header checksum correctly.
by Vladimir Marko
· 9 years ago
c3b13a7
Fix oat_writer to use WriteData which updates checksum.
by Jeff Hao
· 9 years ago
fba3997
Fix misc-macro-parentheses warnings.
by Chih-Hung Hsieh
· 9 years ago
052164a
Fix string patch target retrieval in OatWriter.
by Vladimir Marko
· 9 years ago
93205e3
Move Assemblers to the Arena.
by Vladimir Marko
· 9 years ago
83ca47a
Remove unused 'status' variable
by Goran Jakovljevic
· 9 years ago
9d07e3d
Clean up OatQuickMethodHeader after Quick removal.
by Vladimir Marko
· 9 years ago
db8e62d
Optimizing: Clean up after const-string sharpening.
by Vladimir Marko
· 9 years ago
cac5a7e
Optimizing: Improve const-string code generation.
by Vladimir Marko
· 9 years ago
09c2a6b
Add trampoline symbols to native debug info.
by David Srbecky
· 9 years ago
197160d
Refactor MethodDebugInfo (input of DWARF writer).
by David Srbecky
· 9 years ago
91cc06c
Mark DWARF lines in non-debuggable methods as "not a statement".
by David Srbecky
· 9 years ago
944da60
ART: Allow method references across oat files for multi-image, 2nd attempt.
by Vladimir Marko
· 9 years ago
c5bfa97
Split elf_writer_debug.cc to several files.
by David Srbecky
· 9 years ago
4fda4eb
Move code related to debug info generation to its own directory.
by David Srbecky
· 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
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
9bdf108
Revert "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
625a64a
Write dex files to oat file early.
by Vladimir Marko
· 9 years ago
dcdc85b
Dex2oat support for multiple oat file and image file outputs.
by Jeff Hao
· 9 years ago
9865bde
Rename NullHandle to ScopedNullHandle
by Mathieu Chartier
· 9 years ago
42ef8ab
ART: Stash a resolved method late in the verifier
by Andreas Gampe
· 9 years ago
c96205e
Revert "ART: Check invoke-interface earlier in verifier"
by Andreas Gampe
· 9 years ago
49b0f45
Refactor and clean up OatWriter and Dex2Oat.
by Vladimir Marko
· 9 years ago
eb5ddd7
Merge "ART: Check invoke-interface earlier in verifier"
by Andreas Gampe
· 9 years ago
dae2414
ART: Check invoke-interface earlier in verifier
by Andreas Gampe
· 9 years ago
131980f
Add ElfWriter::GetStream().
by Vladimir Marko
· 9 years ago
10c1356
Refactor oat file writing to give Dex2Oat more control.
by Vladimir Marko
· 9 years ago
073b16c
Image space cleanup for app images
by Mathieu Chartier
· 9 years ago
da5b28a
Revert "Revert "Add basic image writer support for app images""
by Mathieu Chartier
· 9 years ago
4b01856
Revert "Add basic image writer support for app images"
by Nicolas Geoffray
· 9 years ago
c033474
Add basic image writer support for app images
by Mathieu Chartier
· 9 years ago
d9786b0
Implementation of fast lookup table to search class_def by descriptor
by Artem Udovichenko
· 9 years ago
35831e8
Reduce memory used by CompiledMethods.
by Vladimir Marko
· 9 years ago
524e7ea
Remove ArtCode.
by Nicolas Geoffray
· 9 years ago
09d0943
ART: Use .bss section for dex cache arrays.
by Vladimir Marko
· 9 years ago
3cfa4d0
ART: Remove interpreter entrypoints
by Andreas Gampe
· 9 years ago
9edb5b1
Revert "ART: Skip image visitor in OatWriter for VerifyAtRuntime"
by Andreas Gampe
· 9 years ago
d5ce6a8
ART: Skip image visitor in OatWriter for VerifyAtRuntime
by Andreas Gampe
· 9 years ago
05792b9
ART: Move DexCache arrays to native.
by Vladimir Marko
· 9 years ago
673ed3d
Revert "Revert "Change dex caches to be weak roots""
by Mathieu Chartier
· 9 years ago
81a9087
Revert "Change dex caches to be weak roots"
by Brian Carlstrom
· 9 years ago
3ae6b1d
Change dex caches to be weak roots
by Mathieu Chartier
· 9 years ago
9044347
Move to newer clang annotations
by Mathieu Chartier
· 10 years ago
c04c800
Revert "Revert "Revert "Revert "Make dex2dex return a CompiledMethod after quickening.""""
by Nicolas Geoffray
· 10 years ago
ed6195a
Revert "Revert "Revert "Make dex2dex return a CompiledMethod after quickening."""
by Nicolas Geoffray
· 10 years ago
f075879
Revert "Revert "Make dex2dex return a CompiledMethod after quickening.""
by Nicolas Geoffray
· 10 years ago
327c5ed
Revert "Make dex2dex return a CompiledMethod after quickening."
by Nicolas Geoffray
· 10 years ago
6920703
Make dex2dex return a CompiledMethod after quickening.
by Nicolas Geoffray
· 10 years ago
e401d14
Move mirror::ArtMethod to native
by Mathieu Chartier
· 10 years ago
8363c77
Add --generate-debug-info flag and remove the other two flags.
by David Srbecky
· 10 years ago
f898087
Split .oat_patches to multiple sections.
by David Srbecky
· 10 years ago
bc90fd0
Major refactoring of ElfBuilder.
by David Srbecky
· 10 years ago
2cebb24
Replace NULL with nullptr
by Mathieu Chartier
· 10 years ago
009e2a6
Do not deduplicate code if --debuggable is set.
by David Srbecky
· 10 years ago
8dc7324
Add --include-cfi compiler option.
by David Srbecky
· 10 years ago
180b315
Merge "Relocate DWARF using .oat_patches."
by David Srbecky
· 10 years ago
3481ba2
ART: Clean up includes.
by Vladimir Marko
· 10 years ago
2f6cdb0
Relocate DWARF using .oat_patches.
by David Srbecky
· 10 years ago
0df9e1f
Remove duplicate of DexFile::DecodeDebugInfo.
by David Srbecky
· 10 years ago
3795e94
Merge "Split RelativePatcher::ReserveSpace() into two."
by Vladimir Marko
· 10 years ago
71b0ddf
Split RelativePatcher::ReserveSpace() into two.
by Vladimir Marko
· 10 years ago
e28be7d
Merge "Add tests for Thumb2RelativePatcher."
by Vladimir Marko
· 10 years ago
4d23c9d
Add tests for Thumb2RelativePatcher.
by Vladimir Marko
· 10 years ago
e8a339e
Merge "Write .debug_line section using the new DWARF library."
by David Srbecky
· 10 years ago
b163bb7
Refactor RelativePatcher out of OatWriter.
by Vladimir Marko
· 10 years ago
dc56cc5
PC-relative loads from dex cache arrays for x86-64.
by Vladimir Marko
· 10 years ago
6f71589
Write .debug_line section using the new DWARF library.
by David Srbecky
· 10 years ago
c74658b
Cortex-A53 Erratum 843419 workaround in OatWriter.
by Vladimir Marko
· 10 years ago
20f8559
Fixed layout for dex caches in boot image.
by Vladimir Marko
· 10 years ago
14691c5
Compute the right catch location for the debugger.
by Nicolas Geoffray
· 10 years ago
5c42c29
Add support for .bss section in oat files.
by Vladimir Marko
· 10 years ago
e5f13e5
Revert "Revert "Add JIT""
by Mathieu Chartier
· 10 years ago
a5ca888
Revert "Add JIT"
by Nicolas Geoffray
· 10 years ago
2535abe
Add JIT
by Mathieu Chartier
· 10 years ago
c7d1188
Handle variable size of methods properly between 32 and 64 bit.
by Jeff Hao
· 10 years ago
a0acc2d
Revert "Revert "Allow preopted apps to have sharpened calls for non-x86 architectures.""
by Jeff Hao
· 10 years ago
14247b6
Revert "Allow preopted apps to have sharpened calls for non-x86 architectures."
by Brian Carlstrom
· 10 years ago
1e3dfff
Allow preopted apps to have sharpened calls for non-x86 architectures.
by Jeff Hao
· 10 years ago
e21dc3d
ART: Swap-space in the compiler
by Andreas Gampe
· 10 years ago
956af0f
Remove portable.
by Elliott Hughes
· 10 years ago
376b2bb
Ensure stack maps are 4 byte aligned.
by Nicolas Geoffray
· 10 years ago
32f5b4d
Vixl: Update the VIXL interface to VIXL 1.7 and enable VIXL debug.
by Serban Constantinescu
· 10 years ago
957ca1c
Delete ArtMethod gc_map_ field
by Mathieu Chartier
· 10 years ago
2d72101
Change 64 bit ArtMethod fields to be pointer sized
by Mathieu Chartier
· 10 years ago
277ccbd
ART: More warnings
by Andreas Gampe
· 10 years ago
6a3c1fc
Remove -Wno-unused-parameter and -Wno-sign-promo from base cflags.
by Ian Rogers
· 10 years ago
1373595
stdint types all the way!
by Ian Rogers
· 10 years ago
7c2ad5a
Implement method calls using relative BL on ARM64.
by Vladimir Marko
· 10 years ago
f4da675
Implement method calls using relative BL on ARM.
by Vladimir Marko
· 10 years ago
5182932
ART: Change access flag behavior in verifier
by Andreas Gampe
· 10 years ago
3946844
Runtime support for the new stack maps for the opt compiler.
by Nicolas Geoffray
· 10 years ago
d9efea6
ART: Improve error message on oat writer failure
by Andreas Gampe
· 11 years ago
e77493c
Make common BitVector operations inline-able.
by Ian Rogers
· 10 years ago
e3ea838
ART source line debug info in OAT files
by Yevgeny Rouban
· 10 years ago
Next »