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