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
*
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