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_writer.h
Commit message (
Expand
)
Author
Age
Files
Lines
*
Rename GlobalSynchronization to Locks
Ian Rogers
2012-09-05
1
-6
/
+6
*
Avoid compile time rewriting of dex code by verifier.
Ian Rogers
2012-08-28
1
-2
/
+2
*
Global lock levels.
Ian Rogers
2012-08-14
1
-9
/
+14
*
Compile method one-by-one.
Logan Chien
2012-06-27
1
-34
/
+0
*
Increase use of ScopedJniThreadState.
Ian Rogers
2012-06-26
1
-3
/
+3
*
Fix a bunch more lint.
Elliott Hughes
2012-06-21
1
-1
/
+0
*
Add a SafeMap equivalent to std::map but without the error-prone operator[].
Elliott Hughes
2012-04-14
1
-5
/
+6
*
Write ELF image to Oat file.
Logan Chien
2012-03-26
1
-0
/
+34
*
Add image dependency to oat files
Brian Carlstrom
2012-03-18
1
-5
/
+14
*
Remove redundant oat file fields
Brian Carlstrom
2012-03-05
1
-1
/
+1
*
Store the instruction set in the oat header, and use it in oatdump.
Elliott Hughes
2012-03-05
1
-1
/
+1
*
Fix checksum verification when opening DexFiles from OatFiles
Brian Carlstrom
2012-02-03
1
-1
/
+1
*
Fix copyright headers.
Elliott Hughes
2012-01-30
1
-1
/
+15
*
Added pass to verify structure of dex file.
jeffhao
2012-01-25
1
-1
/
+2
*
Eager verification GC maps are present in debug mode
Ian Rogers
2012-01-18
1
-3
/
+4
*
Add GC map to oat file
Brian Carlstrom
2012-01-17
1
-0
/
+1
*
Record Class::Status information in oat file
Brian Carlstrom
2012-01-11
1
-1
/
+2
*
Rename OatMethods to OatClass
Brian Carlstrom
2012-01-11
1
-9
/
+9
*
Combine OatDexFile and OatClasses sections of oat file
Brian Carlstrom
2012-01-11
1
-23
/
+2
*
Merge art-cache dex files into oat files
Brian Carlstrom
2012-01-04
1
-1
/
+8
*
Refactor the use of Method by the compiler.
Ian Rogers
2011-11-13
1
-17
/
+12
*
Basic file locking.
Elliott Hughes
2011-11-04
1
-4
/
+4
*
Changed oat writer deduplication to use pointers to vectors.
jeffhao
2011-11-02
1
-3
/
+10
*
Added code deduplication to the oat writer.
jeffhao
2011-11-02
1
-0
/
+5
*
Add missing 'explicit's on single-argument constructors.
Elliott Hughes
2011-10-17
1
-3
/
+3
*
Move rest of code related blobs from Method to oat
Brian Carlstrom
2011-10-07
1
-11
/
+18
*
Separate oat from image
Brian Carlstrom
2011-10-03
1
-0
/
+155