index
:
art.git
replicant-6.0
Android's art
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
src
/
oat_file.h
Commit message (
Expand
)
Author
Age
Files
Lines
*
Create separate Android.mk for main build targets
Brian Carlstrom
2013-07-12
1
-259
/
+0
*
Move art to use dalvik names for .oat files
Brian Carlstrom
2013-06-20
1
-2
/
+3
*
Refactor ElfWriter and introduce ElfWriterQuick
Brian Carlstrom
2013-05-21
1
-2
/
+1
*
Various GCC 3.6 and clang build fixes.
Ian Rogers
2013-05-20
1
-2
/
+3
*
Remove remaining code related to compiled invoke and proxy stubs.
Jeff Hao
2013-04-08
1
-11
/
+0
*
Gracefully valdiate oat magic on OatFile::Open
Brian Carlstrom
2013-03-28
1
-1
/
+1
*
Remove code related to compiled invoke stubs.
Jeff Hao
2013-03-27
1
-9
/
+1
*
Remove ExtractCodeAndPrelink and switch Portable to MCLinker
Brian Carlstrom
2013-03-06
1
-11
/
+8
*
Remove Iceland.
Ian Rogers
2013-02-27
1
-3
/
+3
*
Directory restructuring of object.h
Ian Rogers
2013-01-30
1
-8
/
+11
*
Move .oat files to ELF format
Brian Carlstrom
2013-01-25
1
-12
/
+44
*
Remove now unused RelocateExecutable
Brian Carlstrom
2012-12-12
1
-2
/
+0
*
Remove now unused RelocationBehavior
Brian Carlstrom
2012-12-12
1
-8
/
+1
*
Dump dex file sizes in oatdump.
Ian Rogers
2012-10-24
1
-0
/
+1
*
Change dex cache to be java object instead of array, add pointer to dex file ...
Mathieu Chartier
2012-09-21
1
-3
/
+3
*
NativePcOffsetToReferenceMap
Ian Rogers
2012-09-20
1
-5
/
+5
*
Syntax clean up to make clang happy.
Ian Rogers
2012-08-20
1
-1
/
+1
*
Compile method one-by-one.
Logan Chien
2012-06-27
1
-92
/
+2
*
Fix a bunch more lint.
Elliott Hughes
2012-06-21
1
-0
/
+1
*
Cleanup proxy stub compiler code.
Logan Chien
2012-06-06
1
-0
/
+2
*
Implement proxy stub for compiler_llvm.
TDYa127
2012-06-03
1
-1
/
+7
*
Add a SafeMap equivalent to std::map but without the error-prone operator[].
Elliott Hughes
2012-04-14
1
-1
/
+1
*
Use ELF function index to distinguish generated functions.
Logan Chien
2012-04-06
1
-8
/
+20
*
Add ELF loader to OatFile.
Logan Chien
2012-04-06
1
-22
/
+66
*
Kill constants.h and fix some copyright headers.
Elliott Hughes
2012-03-30
1
-1
/
+0
*
Add ELF extractor to oatdump.
Logan Chien
2012-03-26
1
-0
/
+31
*
Fix cpplint's whitespace complaints.
Elliott Hughes
2012-03-26
1
-2
/
+2
*
oat file patching
Brian Carlstrom
2012-03-19
1
-3
/
+5
*
Add code size to oat files
Brian Carlstrom
2012-03-15
1
-0
/
+16
*
Add code dumping to oatdump.
Elliott Hughes
2012-02-29
1
-1
/
+1
*
user build support for art (2 of 3)
Brian Carlstrom
2012-02-16
1
-1
/
+1
*
Fix checksum verification when opening DexFiles from OatFiles
Brian Carlstrom
2012-02-03
1
-4
/
+9
*
Fix copyright headers.
Elliott Hughes
2012-01-30
1
-1
/
+15
*
Upgrade to latest dlmalloc. Refactor Heap and related APIs to use STL like na...
Ian Rogers
2012-01-26
1
-6
/
+6
*
Add GC map to oat file
Brian Carlstrom
2012-01-17
1
-0
/
+8
*
Make CHECKs with char*s do what you mean.
Elliott Hughes
2012-01-13
1
-1
/
+1
*
Record Class::Status information in oat file
Brian Carlstrom
2012-01-11
1
-3
/
+8
*
Combine OatDexFile and OatClasses sections of oat file
Brian Carlstrom
2012-01-11
1
-2
/
+2
*
Merge art-cache dex files into oat files
Brian Carlstrom
2012-01-04
1
-0
/
+3
*
Don't log "Failed to find OatDexFile" when failure may be expected.
Ian Rogers
2011-12-06
1
-1
/
+2
*
Add --image-classes to dex2oat
Brian Carlstrom
2011-11-29
1
-22
/
+64
*
Refactor the use of Method by the compiler.
Ian Rogers
2011-11-13
1
-2
/
+0
*
dex2oat invoked by system if it can't find an oat file for a dex file.
jeffhao
2011-10-24
1
-1
/
+1
*
Add missing 'explicit's on single-argument constructors.
Elliott Hughes
2011-10-17
1
-1
/
+1
*
Add oatopt drop in replacement for dexopt
Brian Carlstrom
2011-10-14
1
-0
/
+3
*
Working ClassLoader
Brian Carlstrom
2011-10-10
1
-4
/
+10
*
Move rest of code related blobs from Method to oat
Brian Carlstrom
2011-10-07
1
-4
/
+43
*
Simplify command line arguments
Brian Carlstrom
2011-10-04
1
-1
/
+6
*
Separate oat from image
Brian Carlstrom
2011-10-03
1
-0
/
+101