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
*
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
*
Omit OatMethodOffsets for classes without compiled code
Brian Carlstrom
2013-10-28
1
-8
/
+72
*
Throw IOException at source of failing to open a dex file.
Ian Rogers
2013-10-21
1
-91
/
+92
*
Find OatDexFile by DexFile name and checksum, not just checksum
Brian Carlstrom
2013-10-03
1
-13
/
+19
*
Use ElfFile instead of dlopen for Quick
Brian Carlstrom
2013-10-03
1
-2
/
+10
*
Use file magic to determine file type, not file extension.
Brian Carlstrom
2013-10-03
1
-6
/
+5
*
Use class def index from java.lang.Class.
Ian Rogers
2013-09-21
1
-1
/
+1
*
Add flock(2)ing on dex-cache files to prevent races
Brian Carlstrom
2013-08-15
1
-4
/
+13
*
Refactor java.lang.reflect implementation
Brian Carlstrom
2013-08-13
1
-3
/
+3
*
Uleb128 compression of vmap and mapping table.
Ian Rogers
2013-08-09
1
-3
/
+5
*
Convert CHECKS in OatFile::Setup to LOG(ERROR) messages
Brian Carlstrom
2013-07-26
1
-21
/
+75
*
Fix cpplint whitespace/blank_line issues
Brian Carlstrom
2013-07-18
1
-1
/
+0
*
Fix cpplint whitespace/braces issues
Brian Carlstrom
2013-07-17
1
-2
/
+1
*
Do not mark pages executable unnecessarily to play nice with selinux
Brian Carlstrom
2013-07-12
1
-14
/
+16
*
Create separate Android.mk for main build targets
Brian Carlstrom
2013-07-12
1
-0
/
+411