index
:
art.git
replicant-6.0
Android's art
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
runtime
/
oat_file.cc
Commit message (
Expand
)
Author
Age
Files
Lines
*
ART stack unwinding fixes for libunwind/gdb/lldb.
David Srbecky
2015-06-19
1
-3
/
+58
*
Move mirror::ArtMethod to native
Mathieu Chartier
2015-06-02
1
-3
/
+2
*
Fix debuggable compiler flag detection for secondary dex files
Sebastien Hertz
2015-05-19
1
-0
/
+4
*
Replace NULL with nullptr
Mathieu Chartier
2015-04-22
1
-3
/
+3
*
ART: Re-add dlopen
Andreas Gampe
2015-04-17
1
-13
/
+123
*
ART: Store classpath information into oat file
Andreas Gampe
2015-04-14
1
-0
/
+87
*
Store OatDexFile instead of OatFile in DexFile.
Richard Uhler
2015-04-02
1
-7
/
+7
*
Support relative encoded dex locations in oat files.
Richard Uhler
2015-03-24
1
-11
/
+42
*
Add support for .bss section in oat files.
Vladimir Marko
2015-03-02
1
-62
/
+28
*
Merge "ART: Print maps directly to log"
Andreas Gampe
2015-02-25
1
-4
/
+4
|
\
|
*
ART: Print maps directly to log
Andreas Gampe
2015-02-24
1
-4
/
+4
*
|
Revert "Revert "Add JIT""
Mathieu Chartier
2015-02-24
1
-4
/
+4
*
|
Revert "Add JIT"
Nicolas Geoffray
2015-02-24
1
-4
/
+4
*
|
Add JIT
Mathieu Chartier
2015-02-23
1
-4
/
+4
|
/
*
ART: Simple structural class check
Andreas Gampe
2015-01-14
1
-1
/
+1
*
Use unique_ptr to track ownership of dex files.
Richard Uhler
2015-01-13
1
-1
/
+1
*
ART: Show invalid oat header cause in error message
Andreas Gampe
2014-12-15
1
-1
/
+3
*
Remove portable.
Elliott Hughes
2014-12-12
1
-26
/
+19
*
Delete ArtMethod gc_map_ field
Mathieu Chartier
2014-11-24
1
-7
/
+3
*
Remove double space in messages
Brian Carlstrom
2014-10-28
1
-4
/
+4
*
ART: Add support for patching and loading OAT files compiled with PIC
Igor Murashkin
2014-10-27
1
-8
/
+14
*
ART: Add pic flag to oat header store
Andreas Gampe
2014-10-27
1
-1
/
+7
*
stdint types all the way!
Ian Rogers
2014-10-09
1
-17
/
+17
*
ART: Prepare for ELF64.
Tong Shen
2014-10-03
1
-3
/
+5
*
Avoid printing absolute addresses in oatdump
Brian Carlstrom
2014-09-16
1
-22
/
+31
*
ART: Do not unlink unreadable ELF files
Andreas Gampe
2014-09-15
1
-7
/
+3
*
ART: Make elf loading not abort
Andreas Gampe
2014-09-15
1
-0
/
+9
*
Improve dex location canonicalization-related performance.
Vladimir Marko
2014-09-10
1
-28
/
+27
*
Support booting without functioning boot.oat/art patchoat.
Alex Light
2014-08-26
1
-0
/
+12
*
Fix bug introduced in https://android-review.googlesource.com/102610.
Nicolas Geoffray
2014-08-20
1
-1
/
+3
*
Make apps able to run with a failing patchoat
Alex Light
2014-08-19
1
-9
/
+15
*
Make OatClass and OatMethod immutable once more.
Ian Rogers
2014-08-14
1
-20
/
+13
*
Fix performance regression in OatFile::GetOatDexFile().
Vladimir Marko
2014-08-08
1
-20
/
+56
*
Use canonical paths when searching for dex files
Calin Juravle
2014-08-04
1
-3
/
+18
*
Runtime can now be set to require relocation
Alex Light
2014-07-22
1
-0
/
+5
*
Revert "Revert "Revert "Revert "Add implicit null and stack checks for x86""""
Dave Allison
2014-07-16
1
-31
/
+1
*
Revert "Revert "ART: Key-Value Store in Oat header""
Andreas Gampe
2014-07-11
1
-17
/
+50
*
Revert "ART: Key-Value Store in Oat header"
Nicolas Geoffray
2014-07-09
1
-63
/
+17
*
ART: Key-Value Store in Oat header
Andreas Gampe
2014-07-08
1
-17
/
+63
*
Avoid a memory allocation in OatFile::GetOatDexFile().
Vladimir Marko
2014-06-05
1
-5
/
+8
*
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
-11
/
+0
*
Move quick frame info to OatQuickMethodHeader.
Vladimir Marko
2014-05-13
1
-14
/
+2
*
Move mapping table and vmap table offsets to OatMethodHeader.
Vladimir Marko
2014-04-25
1
-25
/
+2
*
Avoid allocating OatFile::OatClass on the heap.
Vladimir Marko
2014-04-14
1
-19
/
+13
*
Fix some < vs <= issues in OatFile
Brian Carlstrom
2014-03-04
1
-8
/
+16
*
Create CompilerOptions
Brian Carlstrom
2014-02-24
1
-0
/
+1
*
art: dex offset fix in oat_file.cc for x86_64
Dmitry Petrochenko
2014-02-11
1
-1
/
+1
*
Object model changes to support 64bit.
Ian Rogers
2014-02-06
1
-36
/
+25
*
Fix apps with more than one dex file with the same name
Brian Carlstrom
2014-02-06
1
-2
/
+7
[next]