index
:
art.git
replicant-6.0
Android's art
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
src
/
dex_file.cc
Commit message (
Expand
)
Author
Age
Files
Lines
*
Create separate Android.mk for main build targets
Brian Carlstrom
2013-07-12
1
-1132
/
+0
*
Use /system/framework/framework.jar:preloaded-classes for on device dex2oat
Brian Carlstrom
2013-07-10
1
-14
/
+3
*
Quickening support.
Sebastien Hertz
2013-06-24
1
-0
/
+22
*
Verifier improvements.
Ian Rogers
2013-05-31
1
-3
/
+23
*
Build fix.
Ian Rogers
2013-05-29
1
-15
/
+15
*
Increase logging around bad dex files.
Ian Rogers
2013-05-16
1
-0
/
+2
*
Factor out try item from catch handler finding.
Ian Rogers
2013-04-18
1
-15
/
+23
*
Various performance improvements.
Ian Rogers
2013-03-18
1
-19
/
+1
*
Tracking rebase to jb-mr1-release
Brian Carlstrom
2013-03-11
1
-1
/
+1
*
Directory restructuring of object.h
Ian Rogers
2013-01-30
1
-8
/
+34
*
Move stringpiece.h and stringprintf.h to base/.
Elliott Hughes
2012-12-13
1
-1
/
+1
*
Move logging.h into base/logging.h.
Elliott Hughes
2012-12-12
1
-1
/
+1
*
Fix bug in static field initialization.
mikaelpeltier
2012-11-07
1
-1
/
+1
*
Interpreter.
Ian Rogers
2012-10-26
1
-10
/
+10
*
Add support for Value Format VALUE_TYPE in the encoded_array_item used for in...
Brian Carlstrom
2012-10-17
1
-5
/
+11
*
Make compiler initialization of classes parallel.
Ian Rogers
2012-09-24
1
-4
/
+0
*
Change dex cache to be java object instead of array, add pointer to dex file ...
Mathieu Chartier
2012-09-21
1
-1
/
+1
*
Global lock levels.
Ian Rogers
2012-08-14
1
-4
/
+23
*
Fix posting exceptions when a debugger is attached, fix UpdateDebugger, fully...
Elliott Hughes
2012-06-28
1
-1
/
+1
*
Fix initializer lists to be Google C++ style.
Ian Rogers
2012-06-26
1
-2
/
+5
*
Fix some camelCase.
Elliott Hughes
2012-06-18
1
-4
/
+4
*
Convince tsan that the card table isn't a problem.
Elliott Hughes
2012-06-12
1
-1
/
+0
*
Fix error meessages in DexFile::ChangePermissions() and mem_map.cc.
Shih-wei Liao
2012-06-07
1
-1
/
+1
*
Add mprotect helper function to MemMap class.
Logan Chien
2012-06-06
1
-3
/
+1
*
DO NOT MERGE Fix all unsafe caching to be like libcore.
Elliott Hughes
2012-05-25
1
-11
/
+4
*
Better handle of 0 edge case in duplicate method skipping
Brian Carlstrom
2012-05-11
1
-2
/
+2
*
Skip compilation of dead code from duplicate methods
Brian Carlstrom
2012-05-11
1
-0
/
+8
*
Use try item offset to find catch block instead of Dex PC.
Logan Chien
2012-05-02
1
-2
/
+12
*
Use dex_pc instead of line_number.
TDYa127
2012-04-21
1
-8
/
+2
*
Add a SafeMap equivalent to std::map but without the error-prone operator[].
Elliott Hughes
2012-04-14
1
-4
/
+3
*
Fix 065 and 066 tests (NULL Method bug). Don't use Method in LLVM method comp...
Logan Chien
2012-04-10
1
-3
/
+8
*
Don't use variable-length arrays.
Elliott Hughes
2012-03-26
1
-4
/
+3
*
Fix all our unused parameter warnings so we let GCC report them.
Elliott Hughes
2012-03-16
1
-1
/
+1
*
Fix DexFile::GetChecksum to work on plain .dex files
Brian Carlstrom
2012-03-11
1
-1
/
+1
*
Fix various debugger method invocation bugs.
Elliott Hughes
2012-02-21
1
-4
/
+4
*
Support for single-stepping by line.
Elliott Hughes
2012-02-17
1
-12
/
+12
*
user build support for art (2 of 3)
Brian Carlstrom
2012-02-16
1
-26
/
+7
*
Various dex index tweaks to improve verifier performance
Ian Rogers
2012-02-16
1
-1
/
+1
*
Fix checksum verification when opening DexFiles from OatFiles
Brian Carlstrom
2012-02-03
1
-19
/
+38
*
Fix to return null if dex file fails verification.
jeffhao
2012-02-01
1
-4
/
+18
*
Fix to prevent a dex file from being verified multiple times.
jeffhao
2012-01-31
1
-9
/
+14
*
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
*
Added pass to verify structure of dex file.
jeffhao
2012-01-25
1
-1
/
+5
*
Remove more lint.
Elliott Hughes
2012-01-24
1
-2
/
+2
*
Reduce namespace pollution.
Elliott Hughes
2012-01-23
1
-1
/
+1
*
Disallow DexFile::Open on directories
Ian Rogers
2012-01-17
1
-0
/
+4
*
Include the name of the source when extracting classes.dex in memory.
Elliott Hughes
2012-01-12
1
-4
/
+3
*
Combine OatDexFile and OatClasses sections of oat file
Brian Carlstrom
2012-01-11
1
-18
/
+22
*
Move old dex file creation logic to oat file creation
Brian Carlstrom
2012-01-06
1
-54
/
+0
[next]