summaryrefslogtreecommitdiffstats
path: root/compiler/image_writer.h
Commit message (Expand)AuthorAgeFilesLines
* Now we have a proper C++ library, use std::unique_ptr.Ian Rogers2014-05-191-4/+4
* Compatibility layer to transition from UniquePtr to std::unique_ptr.Ian Rogers2014-05-151-1/+1
* Force inlining on trivial accessors.Ian Rogers2014-04-291-5/+8
* Refactor space bitmap to support different alignments.Mathieu Chartier2014-04-141-1/+1
* Refactor image writer reference visiting logic.Mathieu Chartier2014-03-241-13/+3
* Initial changes towards Generic JNI optionAndreas Gampe2014-03-031-2/+3
* Object model changes to support 64bit.Ian Rogers2014-02-061-12/+12
* Compacting collector.Mathieu Chartier2013-11-111-32/+16
* Implement Interface Method Tables (IMT).Jeff Hao2013-10-291-1/+4
* Write out image bitmap inside of image file.Mathieu Chartier2013-08-291-1/+7
* Fix up TODO: c++0x, update cpplint.Mathieu Chartier2013-08-161-2/+1
* Refactor java.lang.reflect implementationBrian Carlstrom2013-08-131-1/+1
* Entry point clean up.Ian Rogers2013-08-071-4/+7
* Fix multiple inclusion guards to match new pathnamesBrian Carlstrom2013-07-171-3/+3
* Create separate Android.mk for main build targetsBrian Carlstrom2013-07-121-0/+210