index
:
art
cm-11.0
cm-12.0
cm-12.1
cm-13.0
cm-14.0
cm-14.1
cm-14.1_old
cm-14.1_prerebase
lineage-15.0
lineage-15.1
lineage-16.0
lineage-17.0
lineage-17.1
replicant-6.0
shipping/cm-11.0
stable/cm-11.0
stable/cm-11.0-XNF8Y
stable/cm-11.0-XNF9X
stable/cm-11.0-XNG2S
stable/cm-11.0-XNG3C
stable/cm-12.0-YNG1I
stable/cm-12.0-YNG1T
stable/cm-12.0-YNG1TA
stable/cm-12.0-YNG3C
stable/cm-12.0-YNG4N
stable/cm-12.1-YOG3C
stable/cm-12.1-YOG4P
stable/cm-12.1-YOG7D
stable/cm-13.0-ZNH0E
stable/cm-13.0-ZNH2K
stable/cm-13.0-ZNH2KB
stable/cm-13.0-ZNH5Y
staging/cm-12.0
staging/cm-12.0-caf
staging/cm-12.1
staging/cm-13.0+r22
staging/cm-14.1-cafrebase
staging/cm-14.1_android-7.1.2_r2
staging/lineage-17.0_merge-android-10.0.0_r9
Unnamed repository; edit this file 'description' to name the repository.
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
*
Refactor oat file writing to give Dex2Oat more control.
Vladimir Marko
2015-11-30
1
-6
/
+33
*
Image space cleanup for app images
Mathieu Chartier
2015-11-11
1
-1
/
+1
*
Revert "Revert "Add basic image writer support for app images""
Mathieu Chartier
2015-11-05
1
-4
/
+13
*
Revert "Add basic image writer support for app images"
Nicolas Geoffray
2015-11-05
1
-13
/
+4
*
Add basic image writer support for app images
Mathieu Chartier
2015-11-04
1
-4
/
+13
*
Add application image dex2oat options
Mathieu Chartier
2015-11-02
1
-2
/
+4
*
Keep list of dex files for oat file in CompilerDriver.
Vladimir Marko
2015-10-30
1
-0
/
+1
*
Make compiler-related gtests honor ART_USE_OPTIMIZING_COMPILER.
Roland Levillain
2015-06-30
1
-0
/
+1
*
Fix bogus image test assert
Mathieu Chartier
2015-06-01
1
-1
/
+6
*
Move mirror::ArtMethod to native
Mathieu Chartier
2015-05-29
1
-8
/
+7
*
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
[next]