Gitiles
Code Review
Sign In
gerrit-public.fairphone.software
/
platform
/
art
/
07f8abbf2176c62174c6d9765cd132b08abbd490
/
compiler
/
image_test.cc
6cfbdbc
Use mmapped boot image intern table for PIC app HLoadString.
by Vladimir Marko
· 8 years ago
ba11882
ART: Change method lookup to be more consistent to JLS and the RI.
by Vladimir Marko
· 8 years ago
1352f13
Split image_test and oatdump_test.
by Vladimir Marko
· 8 years ago
c6ea7d0
ART: Clean up art_method.h
by Andreas Gampe
· 8 years ago
f6d4668
Improvements in the Inliner.
by Nicolas Geoffray
· 8 years ago
b3f2b5c
Assign pointer to quick code for copied methods
by Artem Udovichenko
· 8 years ago
c52f303
Remove --include-patch-information option from dex2oat.
by Richard Uhler
· 8 years ago
cb2ce33
Merge "Update vdex in place if input_vdex_fd == output_vdex_fd"
by Nicolas Geoffray
· 8 years ago
81f57d1
Update vdex in place if input_vdex_fd == output_vdex_fd
by Nicolas Geoffray
· 8 years ago
857f058
Fix JIT crash due to unverified dead code
by Calin Juravle
· 8 years ago
46ee31b
ART: Move to libbase StringPrintf
by Andreas Gampe
· 8 years ago
f54e5df
Set the location checksum in vdex.
by Nicolas Geoffray
· 8 years ago
608f2ce
Add new --layout-profile compiler-filter for dex2oat.
by Jeff Hao
· 8 years ago
6bb7f1b
Integrate VerifierDeps in compiler driver.
by Nicolas Geoffray
· 8 years ago
4acefd3
Encode quickening info in .vdex.
by Nicolas Geoffray
· 8 years ago
aad75c6
Revert "Revert "Store resolved Strings for AOT code in .bss.""
by Vladimir Marko
· 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
0795f23
Clean up ScopedThreadStateChange to use ObjPtr
by Mathieu Chartier
· 8 years ago
63dccbbe
Store resolved Strings for AOT code in .bss.
by Vladimir Marko
· 8 years ago
496577f
Smarter image layout
by Mathieu Chartier
· 8 years ago
866d874
Make image test multi image
by Mathieu Chartier
· 8 years ago
7b49e6c
Introduce VDEX file, use it for DEX files
by David Brazdil
· 8 years ago
3aaa37b
creating workflow for mirror::String compression
by jessicahandojo
· 9 years ago
e1bcd8a
Revert "Disable some image_test cases with concurrent collector."
by Hiroshi Yamauchi
· 9 years ago
d527657
Disable some image_test cases with concurrent collector.
by Roland Levillain
· 9 years ago
3f41a01
ART: Use optimizing compiler in image_test
by Andreas Gampe
· 9 years ago
5d81120
Propagate InstructionSetFeatures to ElfBuilder.
by David Srbecky
· 9 years ago
a6e81ed
Add lz4hc image compression format
by Mathieu Chartier
· 9 years ago
944da60
ART: Allow method references across oat files for multi-image, 2nd attempt.
by Vladimir Marko
· 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
3a2bd29
ART: Make sure dex files are verified in the compiler
by Andreas Gampe
· 9 years ago
a9d82fe
Use mutator lock to guard adding and removing heap spaces
by Mathieu Chartier
· 9 years ago
fbc3108
Revert "Revert "Load app images""
by Mathieu Chartier
· 9 years ago
1bc977c
Revert "Load app images"
by Nicolas Geoffray
· 9 years ago
f7fd970
Load app images
by Mathieu Chartier
· 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
4d4a006
Merge "Refactor and clean up OatWriter and Dex2Oat." am: a1b21219db
by Vladimir Marko
· 9 years ago
6758cf1
Merge "Revert "Revert "Add support for LZ4 compressed image files""" am: 840d22928c
by Mathieu Chartier
· 9 years ago
a1b2121
Merge "Refactor and clean up OatWriter and Dex2Oat."
by Vladimir Marko
· 9 years ago
49b0f45
Refactor and clean up OatWriter and Dex2Oat.
by Vladimir Marko
· 9 years ago
ceb07b3
Revert "Revert "Add support for LZ4 compressed image files""
by Mathieu Chartier
· 9 years ago
f9c0909
Merge "Revert "Add support for LZ4 compressed image files"" am: 70a33905e9
by Nicolas Geoffray
· 9 years ago
83d4d72
Revert "Add support for LZ4 compressed image files"
by Nicolas Geoffray
· 9 years ago
08a5df9
Merge "Add support for LZ4 compressed image files" am: 7cbd95c2fb am: 3dafd53ff9
by Mathieu Chartier
· 9 years ago
c6f41b5
Add support for LZ4 compressed image files
by Mathieu Chartier
· 9 years ago
22ad8de
Merge "Add ElfWriter::GetStream()." am: cf6bd55863 am: e3ce7c04c7 am: 4d7bd60566
by Vladimir Marko
· 9 years ago
131980f
Add ElfWriter::GetStream().
by Vladimir Marko
· 9 years ago
fd422b6
Merge "Refactor oat file writing to give Dex2Oat more control." am: d1744d449c am: 110d07e2c0
by Vladimir Marko
· 9 years ago
10c1356
Refactor oat file writing to give Dex2Oat more control.
by Vladimir Marko
· 9 years ago
121b25e
Merge mnc-dr-enso-dev into goog/master
by Przemyslaw Szczepaniak
· 9 years ago
d1ef436
Merge lmp changes into mnc.
by Narayan Kamath
· 9 years ago
5c0cf12
Fix build, missed one method name change.
by Przemyslaw Szczepaniak
· 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
a90c772
Add application image dex2oat options
by Mathieu Chartier
· 9 years ago
d1eaf0d
Keep list of dex files for oat file in CompilerDriver.
by Vladimir Marko
· 9 years ago
bbcc01a
Make compiler-related gtests honor ART_USE_OPTIMIZING_COMPILER.
by Roland Levillain
· 10 years ago
3d21bdf
Move mirror::ArtMethod to native
by Mathieu Chartier
· 10 years ago
68c868e
Fix bogus image test assert
by Mathieu Chartier
· 10 years ago
e401d14
Move mirror::ArtMethod to native
by Mathieu Chartier
· 10 years ago
2cebb24
Replace NULL with nullptr
by Mathieu Chartier
· 10 years ago
b1fcead
ART: Change image_classes and compiled_classes to unordered set
by Andreas Gampe
· 10 years ago
3481ba2
ART: Clean up includes.
by Vladimir Marko
· 10 years ago
c785344
Move ArtField to native
by Mathieu Chartier
· 10 years ago
956af0f
Remove portable.
by Elliott Hughes
· 10 years ago
4303ba9
ART: Track Flush & Close in FdFile
by Andreas Gampe
· 10 years ago
9433ec6
ART: Track Flush & Close in FdFile
by Andreas Gampe
· 10 years ago
90ca5c0
ART: Add support for patching and loading OAT files compiled with PIC
by Igor Murashkin
· 10 years ago
4677476
ART: Add support for patching and loading OAT files compiled with PIC
by Igor Murashkin
· 10 years ago
c54e12a
Change MemMap::maps_ to not be global variable
by Mathieu Chartier
· 10 years ago
6e88ef6
Change MemMap::maps_ to not be global variable
by Mathieu Chartier
· 10 years ago
1373595
stdint types all the way!
by Ian Rogers
· 10 years ago
62d1ca3
ART: Prepare for ELF64.
by Tong Shen
· 10 years ago
f4da675
Implement method calls using relative BL on ARM.
by Vladimir Marko
· 11 years ago
53c913b
ART: Clean up compiler
by Andreas Gampe
· 10 years ago
cb6b0f3
Avoid use of std::string where we have const char*.
by Ian Rogers
· 10 years ago
1ff3c98
Avoid use of std::string where we have const char*.
by Ian Rogers
· 10 years ago
345c4b1
Make system use patchoat to relocate during runtime.
by Alex Light
· 11 years ago
6e183f2
Make system use patchoat to relocate during runtime.
by Alex Light
· 11 years ago
a59dd80
Runtime can now be set to require relocation
by Alex Light
· 11 years ago
69dfe51
Revert "Revert "Revert "Revert "Add implicit null and stack checks for x86""""
by Dave Allison
· 11 years ago
e63db27
Break apart header files.
by Ian Rogers
· 11 years ago
22f8e5c
Revert "Revert "ART: Key-Value Store in Oat header""
by Andreas Gampe
· 11 years ago
452bee5
Revert "ART: Key-Value Store in Oat header"
by Nicolas Geoffray
· 11 years ago
c87d27b
ART: Key-Value Store in Oat header
by Andreas Gampe
· 11 years ago
833a485
ART: Native support for multidex
by Andreas Gampe
· 11 years ago
f5997b4
More advanced timing loggers.
by Mathieu Chartier
· 11 years ago
700a402
Now we have a proper C++ library, use std::unique_ptr.
by Ian Rogers
· 11 years ago
0e12bdc
Add ISA directory to image and odex pathnames.
by Brian Carlstrom
· 11 years ago
507dfdd
Compatibility layer to transition from UniquePtr to std::unique_ptr.
by Ian Rogers
· 11 years ago
4d7f61d
Use non volatile lock words in semispace collector.
by Mathieu Chartier
· 11 years ago
9583fbc
Remove oat file location in the image.
by Nicolas Geoffray
· 11 years ago
Next »