summaryrefslogtreecommitdiffstats
path: root/compiler/image_writer.cc
Commit message (Expand)AuthorAgeFilesLines
* More of the concurrent copying collector.Hiroshi Yamauchi2015-01-231-1/+0
* Merge "ART: Make ProcessStrings less noisy"Andreas Gampe2015-01-211-2/+4
|\
| * ART: Make ProcessStrings less noisyAndreas Gampe2015-01-201-2/+4
* | Clean up the locks around Heap::VisitObjects().Hiroshi Yamauchi2015-01-201-23/+12
|/
* Remove portable.Elliott Hughes2014-12-121-39/+1
* ART: Fix string data leak in image writerAndreas Gampe2014-12-051-0/+10
* Revert "Revert "Rewrite ImageWriter's merging of String char[]s.""Vladimir Marko2014-12-041-76/+55
* Revert "Rewrite ImageWriter's merging of String char[]s."Vladimir Marko2014-12-041-54/+76
* Rewrite ImageWriter's merging of String char[]s.Vladimir Marko2014-12-041-76/+54
* Call ProcessStrings() in ImageWriter, fix prefix check.Vladimir Marko2014-12-031-3/+4
* Move dexCacheStrings from ArtMethod to ClassMathieu Chartier2014-11-251-1/+1
* Delete ArtMethod gc_map_ fieldMathieu Chartier2014-11-241-6/+0
* dex2oat: Pack likely-dirty objects together when generating the boot imageIgor Murashkin2014-11-201-30/+252
* Fix transitive equality error in set.Mathieu Chartier2014-11-191-17/+14
* ART: Track Flush & Close in FdFileAndreas Gampe2014-11-181-0/+12
* Change 64 bit ArtMethod fields to be pointer sizedMathieu Chartier2014-11-181-17/+58
* Combine image string char arrays into single arrayMathieu Chartier2014-11-171-7/+149
* Keep original order of fields in Class.Vladimir Marko2014-11-141-4/+6
* Merge "ART: Refactor dex2oat"Andreas Gampe2014-11-071-2/+2
|\
| * ART: Refactor dex2oatAndreas Gampe2014-11-061-2/+2
* | Add hash setMathieu Chartier2014-11-061-1/+2
|/
* Remove -Wno-unused-parameter and -Wno-sign-promo from base cflags.Ian Rogers2014-11-031-2/+3
* ART: Add support for patching and loading OAT files compiled with PICIgor Murashkin2014-10-271-1/+2
* Optimize method linkingMathieu Chartier2014-10-271-5/+11
* Tidy logging code not using UNIMPLEMENTED.Ian Rogers2014-10-241-1/+1
* stdint types all the way!Ian Rogers2014-10-091-13/+13
* ART: Prepare for ELF64.Tong Shen2014-10-031-3/+4
* Implement method calls using relative BL on ARM.Vladimir Marko2014-09-251-52/+54
* Add ScopedAssertNoThreadSuspensionMathieu Chartier2014-09-191-6/+2
* The image for writing needn't be in low 4GB.Ian Rogers2014-08-141-1/+1
* Avoid use of std::string where we have const char*.Ian Rogers2014-08-121-4/+7
* Runtime can now be set to require relocationAlex Light2014-07-221-202/+24
* Remove object_utils.h.Ian Rogers2014-07-161-1/+0
* Improve performance of invokevirtual/invokeinterface with embedded imt/vtableMingyao Yang2014-07-111-26/+82
* Fix some style nitpicksAlex Light2014-07-081-7/+6
* Add patchoat tool to Art.Alex Light2014-07-071-6/+76
* Add more read barriers to the class linker.Hiroshi Yamauchi2014-06-241-7/+28
* Fix interpreter entrypoint initialization in the imageSebastien Hertz2014-06-021-9/+39
* Revert "Revert "Clean up image writer patching.""Mathieu Chartier2014-05-301-4/+4
* Revert "Clean up image writer patching."Mathieu Chartier2014-05-301-4/+4
* Clean up image writer patching.Mathieu Chartier2014-05-291-4/+4
* Add support for relative patching to quick offsets.Mathieu Chartier2014-05-291-12/+24
* Revert "Revert "Fix an outstanding compaction bug in interpreter.""Mathieu Chartier2014-05-231-9/+5
* Revert "Fix an outstanding compaction bug in interpreter."Mathieu Chartier2014-05-221-5/+9
* Fix an outstanding compaction bug in interpreter.Mathieu Chartier2014-05-221-9/+5
* Now we have a proper C++ library, use std::unique_ptr.Ian Rogers2014-05-191-4/+4
* Delete ClassHelper and fix compaction bug in GetDirectInterfaceMathieu Chartier2014-05-181-4/+6
* Fix generic jni issue in ArtMethod::GetQuickFrameInfoDmitry Petrochenko2014-05-161-1/+2
* Compatibility layer to transition from UniquePtr to std::unique_ptr.Ian Rogers2014-05-151-1/+1
* Add Handle/HandleScope and delete SirtRef.Mathieu Chartier2014-05-131-36/+39