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_test.cc
Commit message (
Expand
)
Author
Age
Files
Lines
*
Move mirror::ArtMethod to native
Mathieu Chartier
2015-06-02
1
-8
/
+12
*
Replace NULL with nullptr
Mathieu Chartier
2015-04-22
1
-8
/
+8
*
ART: Change image_classes and compiled_classes to unordered set
Andreas Gampe
2015-04-20
1
-1
/
+1
*
ART: Clean up includes.
Vladimir Marko
2015-04-13
1
-1
/
+1
*
Move ArtField to native
Mathieu Chartier
2015-04-10
1
-0
/
+1
*
Remove portable.
Elliott Hughes
2014-12-12
1
-5
/
+0
*
ART: Track Flush & Close in FdFile
Andreas Gampe
2014-11-18
1
-1
/
+4
*
ART: Add support for patching and loading OAT files compiled with PIC
Igor Murashkin
2014-10-27
1
-2
/
+5
*
Change MemMap::maps_ to not be global variable
Mathieu Chartier
2014-10-14
1
-8
/
+12
*
stdint types all the way!
Ian Rogers
2014-10-09
1
-6
/
+6
*
ART: Prepare for ELF64.
Tong Shen
2014-10-03
1
-2
/
+2
*
Implement method calls using relative BL on ARM.
Vladimir Marko
2014-09-25
1
-12
/
+12
*
ART: Clean up compiler
Andreas Gampe
2014-08-22
1
-0
/
+1
*
Avoid use of std::string where we have const char*.
Ian Rogers
2014-08-12
1
-1
/
+1
*
Make system use patchoat to relocate during runtime.
Alex Light
2014-08-05
1
-0
/
+2
*
Runtime can now be set to require relocation
Alex Light
2014-07-22
1
-1
/
+1
*
Revert "Revert "Revert "Revert "Add implicit null and stack checks for x86""""
Dave Allison
2014-07-16
1
-6
/
+0
*
Break apart header files.
Ian Rogers
2014-07-15
1
-4
/
+6
*
Revert "Revert "ART: Key-Value Store in Oat header""
Andreas Gampe
2014-07-11
1
-2
/
+9
*
Revert "ART: Key-Value Store in Oat header"
Nicolas Geoffray
2014-07-09
1
-6
/
+2
*
ART: Key-Value Store in Oat header
Andreas Gampe
2014-07-08
1
-2
/
+6
*
ART: Native support for multidex
Andreas Gampe
2014-06-25
1
-5
/
+1
*
More advanced timing loggers.
Mathieu Chartier
2014-06-24
1
-2
/
+2
*
Now we have a proper C++ library, use std::unique_ptr.
Ian Rogers
2014-05-19
1
-4
/
+4
*
Add ISA directory to image and odex pathnames.
Brian Carlstrom
2014-05-16
1
-13
/
+31
*
Compatibility layer to transition from UniquePtr to std::unique_ptr.
Ian Rogers
2014-05-15
1
-1
/
+1
*
Use non volatile lock words in semispace collector.
Mathieu Chartier
2014-04-17
1
-1
/
+1
*
Remove oat file location in the image.
Nicolas Geoffray
2014-03-04
1
-2
/
+4
*
Make out arguments non-reference types.
Ian Rogers
2014-03-01
1
-7
/
+7
*
Split up CommonTest into CommonRuntimeTest and CommonCompilerTest
Brian Carlstrom
2014-02-26
1
-4
/
+5
*
Avoid std::string allocations for finding an array class.
Ian Rogers
2014-02-24
1
-1
/
+1
*
Enable moving classes.
Mathieu Chartier
2013-12-10
1
-5
/
+5
*
Merge "A custom 'runs-of-slots' memory allocator." into dalvik-dev
Hiroshi Yamauchi
2013-11-18
1
-2
/
+2
|
\
|
*
A custom 'runs-of-slots' memory allocator.
Hiroshi Yamauchi
2013-11-16
1
-2
/
+2
*
|
Break apart oat writing times.
Ian Rogers
2013-11-15
1
-1
/
+1
|
/
*
Fix memory leaks relating to timing logger.
Ian Rogers
2013-11-14
1
-1
/
+2
*
Compacting collector.
Mathieu Chartier
2013-11-11
1
-7
/
+4
*
Throw IOException at source of failing to open a dex file.
Ian Rogers
2013-10-21
1
-2
/
+5
*
Inflate contended lock word by suspending owner.
Ian Rogers
2013-10-02
1
-1
/
+3
*
Fix image_test for SMALL_ART
Brian Carlstrom
2013-09-03
1
-0
/
+3
*
Fix ImageHeader.IsValid
Brian Carlstrom
2013-09-03
1
-0
/
+30
*
Merge "Write out image bitmap inside of image file." into klp-dev
Mathieu Chartier
2013-08-29
1
-0
/
+3
|
\
|
*
Write out image bitmap inside of image file.
Mathieu Chartier
2013-08-29
1
-0
/
+3
*
|
Don't scan image space when starting runtime.
Ian Rogers
2013-08-23
1
-1
/
+1
|
/
*
Move output_stream files out of runtime.
Ian Rogers
2013-08-16
1
-0
/
+159