index
:
art.git
replicant-6.0
Android's art
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
compiler
/
image_writer.h
Commit message (
Expand
)
Author
Age
Files
Lines
*
Move image intern table into image
Mathieu Chartier
2015-06-11
1
-14
/
+12
*
Move mirror::ArtMethod to native
Mathieu Chartier
2015-06-02
1
-40
/
+65
*
ART: Clean up arm64 kNumberOfXRegisters usage.
Vladimir Marko
2015-05-26
1
-2
/
+2
*
Replace String CharArray with internal uint16_t array.
Jeff Hao
2015-04-27
1
-3
/
+0
*
Move ArtField to native
Mathieu Chartier
2015-04-10
1
-4
/
+25
*
Fixed layout for dex caches in boot image.
Vladimir Marko
2015-03-31
1
-2
/
+22
*
Remove portable.
Elliott Hughes
2014-12-12
1
-9
/
+2
*
ART: Fix string data leak in image writer
Andreas Gampe
2014-12-05
1
-1
/
+15
*
dex2oat: Pack likely-dirty objects together when generating the boot image
Igor Murashkin
2014-11-20
1
-5
/
+83
*
Change 64 bit ArtMethod fields to be pointer sized
Mathieu Chartier
2014-11-18
1
-1
/
+5
*
Combine image string char arrays into single array
Mathieu Chartier
2014-11-17
1
-3
/
+6
*
ART: Add support for patching and loading OAT files compiled with PIC
Igor Murashkin
2014-10-27
1
-9
/
+12
*
stdint types all the way!
Ian Rogers
2014-10-09
1
-8
/
+8
*
Implement method calls using relative BL on ARM.
Vladimir Marko
2014-09-25
1
-23
/
+41
*
Runtime can now be set to require relocation
Alex Light
2014-07-22
1
-3
/
+5
*
Improve performance of invokevirtual/invokeinterface with embedded imt/vtable
Mingyao Yang
2014-07-11
1
-0
/
+8
*
Add patchoat tool to Art.
Alex Light
2014-07-07
1
-2
/
+3
*
Now we have a proper C++ library, use std::unique_ptr.
Ian Rogers
2014-05-19
1
-4
/
+4
*
Compatibility layer to transition from UniquePtr to std::unique_ptr.
Ian Rogers
2014-05-15
1
-1
/
+1
*
Force inlining on trivial accessors.
Ian Rogers
2014-04-29
1
-5
/
+8
*
Refactor space bitmap to support different alignments.
Mathieu Chartier
2014-04-14
1
-1
/
+1
*
Refactor image writer reference visiting logic.
Mathieu Chartier
2014-03-24
1
-13
/
+3
*
Initial changes towards Generic JNI option
Andreas Gampe
2014-03-03
1
-2
/
+3
*
Object model changes to support 64bit.
Ian Rogers
2014-02-06
1
-12
/
+12
*
Compacting collector.
Mathieu Chartier
2013-11-11
1
-32
/
+16
*
Implement Interface Method Tables (IMT).
Jeff Hao
2013-10-29
1
-1
/
+4
*
Write out image bitmap inside of image file.
Mathieu Chartier
2013-08-29
1
-1
/
+7
*
Fix up TODO: c++0x, update cpplint.
Mathieu Chartier
2013-08-16
1
-2
/
+1
*
Refactor java.lang.reflect implementation
Brian Carlstrom
2013-08-13
1
-1
/
+1
*
Entry point clean up.
Ian Rogers
2013-08-07
1
-4
/
+7
*
Fix multiple inclusion guards to match new pathnames
Brian Carlstrom
2013-07-17
1
-3
/
+3
*
Create separate Android.mk for main build targets
Brian Carlstrom
2013-07-12
1
-0
/
+210