summaryrefslogtreecommitdiff
path: root/src/image.h
AgeCommit message (Expand)Author
2013-07-12Create separate Android.mk for main build targets Brian Carlstrom
2013-04-26Removing remaining compiled stubs from image. Jeff Hao
2013-04-23Removed compiled resolution trampoline. Jeff Hao
2013-01-30Directory restructuring of object.h Ian Rogers
2013-01-25Move .oat files to ELF format Brian Carlstrom
2012-11-27Add alignment attribute to packed. Ian Rogers
2012-10-18Update image oat checksum when patching Brian Carlstrom
2012-09-05Rename GlobalSynchronization to Locks Ian Rogers
2012-08-14Global lock levels. Ian Rogers
2012-03-05Sharpen virtual calls to final methods. Ian Rogers
2012-03-02Extra verbosity and disassembler for oatdump Ian Rogers
2012-02-27Invoke static/direct dispatch change. Ian Rogers
2012-01-30Fix copyright headers. Elliott Hughes
2012-01-26Upgrade to latest dlmalloc. Refactor Heap and related APIs to use STL like na... Ian Rogers
2011-10-10Working ClassLoader Brian Carlstrom
2011-10-07Spill possibly reference holding registers for runtime calls. Ian Rogers
2011-10-06Support for resolving unknown direct/static methods. Ian Rogers
2011-10-05Static and direct resolution stub. Ian Rogers
2011-10-04Make class roots an image root Brian Carlstrom
2011-10-04Simplify command line arguments Brian Carlstrom
2011-10-03Separate oat from image Brian Carlstrom
2011-09-22Class cast, fill array and interface exception support. Ian Rogers
2011-09-16oatdump Brian Carlstrom
2011-09-15Add oat file generation and tests to build Brian Carlstrom
2011-09-12Interning image strings Brian Carlstrom
2011-09-06Working dex2oat and oatexec Brian Carlstrom
2011-09-01Fully implement string interning. Elliott Hughes
2011-08-21Initialize ClassLinker from image Brian Carlstrom
2011-08-18Work on heap and space initialization to support image loading Brian Carlstrom