summaryrefslogtreecommitdiffstats
path: root/compiler/image_writer.cc
Commit message (Expand)AuthorAgeFilesLines
* Smarter image layoutMathieu Chartier2016-09-231-122/+203
* Revert "Revert "Optimize IMT""Artem Udovichenko2016-07-081-5/+60
* Revert "Optimize IMT"Jeff Hao2016-06-291-60/+5
* Optimize IMTNelli Kim2016-06-211-5/+60
* Revert "Revert "Hold dex caches live in class table""Mathieu Chartier2016-06-061-0/+4
* Prune class path classes from profileMathieu Chartier2016-05-251-0/+3
* Visit IMT of all classes during image writingMathieu Chartier2016-05-161-12/+11
* Add null checks to weak DexCache referencesBrian Carlstrom2016-04-291-0/+9
* Revert "Revert "Write conflict tables in image""Mathieu Chartier2016-04-281-87/+142
* Revert "Write conflict tables in image"Mathieu Chartier2016-04-271-142/+87
* Write conflict tables in imageMathieu Chartier2016-04-271-87/+142
* Revert "Revert "Reduce dirty image pages by improving binning""Mathieu Chartier2016-04-081-1/+10
* Revert "Reduce dirty image pages by improving binning"Mathieu Chartier2016-04-081-10/+1
* Reduce dirty image pages by improving binningMathieu Chartier2016-04-081-1/+10
* Add an ImtConflictTable to better resolve IMT conflicts.Nicolas Geoffray2016-03-221-1/+1
* Disable LZ4HC compressed imagesMathieu Chartier2016-03-211-1/+14
* ART: Fix valgrind failure in image_test64.Vladimir Marko2016-03-151-5/+6
* Use PwriteFully and write image header lastMathieu Chartier2016-03-091-12/+24
* Add lz4hc image compression formatMathieu Chartier2016-02-251-3/+20
* image: Allow methods with code in another oat file to work correctlyIgor Murashkin2016-02-241-3/+13
* Merge "ART: Allow method references across oat files for multi-image, 2nd att...Vladimir Marko2016-02-241-251/+136
|\
| * ART: Allow method references across oat files for multi-image, 2nd attempt.Vladimir Marko2016-02-241-251/+136
* | Make JNI work correctly with default methods.Alex Light2016-02-231-1/+1
* | Support image classes filtering in image writerMathieu Chartier2016-02-191-35/+44
|/
* Don't pass in oat file name to NativeLocationInImageMathieu Chartier2016-02-181-47/+19
* Fix issue with copied methods not being checked.Alex Light2016-02-171-2/+2
* Revert "Allow method references across oat files for multi-image."Vladimir Marko2016-02-171-5/+12
* Allow method references across oat files for multi-image.Vladimir Marko2016-02-171-12/+5
* Fix updating string dex cache array for no class table caseMathieu Chartier2016-02-021-1/+1
* Fix up dex cache strings stored in classesMathieu Chartier2016-02-011-3/+3
* Clean up UpdateOatFile for app imagesMathieu Chartier2016-01-291-4/+7
* ART: Do not reopen oat file in ImageWriter::UpdateOatFile().Vladimir Marko2016-01-291-3/+2
* Clear image file in image writerMathieu Chartier2016-01-281-0/+5
* ART: Add option to ensure deterministic compilationAndreas Gampe2016-01-271-0/+7
* Revert "Revert "Load app images""Mathieu Chartier2016-01-251-34/+138
* Revert "Load app images"Nicolas Geoffray2016-01-231-138/+34
* Load app imagesMathieu Chartier2016-01-221-34/+138
* Fix general multi-image TODOs.Jeff Hao2016-01-081-3/+0
* Fix image writer for generation of app imagesMathieu Chartier2016-01-081-18/+21
* Re-enable class table for image writerMathieu Chartier2016-01-071-47/+30
* Remove gaps between imagesMathieu Chartier2016-01-061-49/+49
* Re-enable adding intern table to imageMathieu Chartier2016-01-061-40/+72
* Dex2oat support for multiple oat file and image file outputs.Jeff Hao2015-12-231-336/+559
* Merge "Revert "Revert "Combine direct_methods_ and virtual_methods_ fields of...Alex Light2015-12-171-22/+20
|\
| * Revert "Revert "Combine direct_methods_ and virtual_methods_ fields of mirror...Alex Light2015-12-161-22/+20
* | Ensure that ClassTable has correct alignment in image.Alex Light2015-12-161-0/+2
|/
* Revert "Combine direct_methods_ and virtual_methods_ fields of mirror::Class"Alex Light2015-12-151-20/+22
* Combine direct_methods_ and virtual_methods_ fields of mirror::ClassAlex Light2015-12-141-22/+20
* Address some comments in image writerMathieu Chartier2015-12-101-24/+31
* Revert "Revert "Add support for LZ4 compressed image files""Mathieu Chartier2015-12-101-11/+60