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.h
Commit message (
Expand
)
Author
Age
Files
Lines
*
Create separate Android.mk for main build targets
Brian Carlstrom
2013-07-12
1
-1223
/
+0
*
Quickening support.
Sebastien Hertz
2013-06-24
1
-0
/
+17
*
Verifier improvements.
Ian Rogers
2013-05-31
1
-3
/
+6
*
Various GCC 3.6 and clang build fixes.
Ian Rogers
2013-05-20
1
-1
/
+2
*
Factor out try item from catch handler finding.
Ian Rogers
2013-04-18
1
-5
/
+5
*
Interpreter entries and instrumentation as a listener.
Ian Rogers
2013-04-08
1
-2
/
+3
*
Various performance improvements.
Ian Rogers
2013-03-18
1
-11
/
+11
*
Directory restructuring of object.h
Ian Rogers
2013-01-30
1
-37
/
+22
*
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
*
Add oat file dependency on boot.oat load location
Brian Carlstrom
2012-10-18
1
-2
/
+4
*
Add support for Value Format VALUE_TYPE in the encoded_array_item used for in...
Brian Carlstrom
2012-10-17
1
-3
/
+6
*
Pass self to lock methods.
Ian Rogers
2012-09-27
1
-1
/
+0
*
Make compiler initialization of classes parallel.
Ian Rogers
2012-09-24
1
-2
/
+0
*
Change dex cache to be java object instead of array, add pointer to dex file ...
Mathieu Chartier
2012-09-21
1
-1
/
+1
*
Rename GlobalSynchronization to Locks
Ian Rogers
2012-09-05
1
-3
/
+3
*
Avoid compile time rewriting of dex code by verifier.
Ian Rogers
2012-08-28
1
-0
/
+20
*
Global lock levels.
Ian Rogers
2012-08-14
1
-6
/
+7
*
Clean up kAccWritable in the verifier.
Ian Rogers
2012-06-28
1
-0
/
+8
*
Fix initializer lists to be Google C++ style.
Ian Rogers
2012-06-26
1
-4
/
+4
*
Fix a bunch more lint.
Elliott Hughes
2012-06-21
1
-1
/
+25
*
Fix some camelCase.
Elliott Hughes
2012-06-18
1
-2
/
+2
*
Use static thread safety analysis when available, and fix the bugs GCC finds.
Elliott Hughes
2012-06-18
1
-1
/
+1
*
Move payload data structures to dex_instruction.h.
Logan Chien
2012-05-02
1
-9
/
+0
*
Use try item offset to find catch block instead of Dex PC.
Logan Chien
2012-05-02
1
-0
/
+5
*
Add an explicit type for the dex "payload" data.
Elliott Hughes
2012-05-01
1
-0
/
+9
*
Use dex_pc instead of line_number.
TDYa127
2012-04-21
1
-3
/
+0
*
Add a SafeMap equivalent to std::map but without the error-prone operator[].
Elliott Hughes
2012-04-14
1
-3
/
+3
*
Fix 065 and 066 tests (NULL Method bug). Don't use Method in LLVM method comp...
Logan Chien
2012-04-10
1
-0
/
+3
*
Don't use variable-length arrays.
Elliott Hughes
2012-03-26
1
-2
/
+4
*
Fix various debugger method invocation bugs.
Elliott Hughes
2012-02-21
1
-6
/
+6
*
Support for single-stepping by line.
Elliott Hughes
2012-02-17
1
-9
/
+9
*
user build support for art (2 of 3)
Brian Carlstrom
2012-02-16
1
-3
/
+3
*
Fix checksum verification when opening DexFiles from OatFiles
Brian Carlstrom
2012-02-03
1
-10
/
+26
*
Fix to prevent a dex file from being verified multiple times.
jeffhao
2012-01-31
1
-8
/
+16
*
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
-11
/
+11
*
Added pass to verify structure of dex file.
jeffhao
2012-01-25
1
-2
/
+128
*
Combine OatDexFile and OatClasses sections of oat file
Brian Carlstrom
2012-01-11
1
-5
/
+8
*
Add installd support to dex2oat
Brian Carlstrom
2012-01-05
1
-0
/
+5
*
Merge art-cache dex files into oat files
Brian Carlstrom
2012-01-04
1
-6
/
+19
*
Include DexFile::GetLocation() in DexFile [D]CHECKs
Brian Carlstrom
2011-12-09
1
-29
/
+29
*
Reduce meta-data object sizes, introduce meta-data helper classes.
Ian Rogers
2011-12-06
1
-12
/
+12
*
Add --image-classes to dex2oat
Brian Carlstrom
2011-11-29
1
-1
/
+1
*
Start implementing jdb "locals".
Elliott Hughes
2011-11-18
1
-2
/
+2
*
Implement debugger support for getting thread stacks.
Elliott Hughes
2011-11-17
1
-4
/
+5
*
Refactor testing to use dex file find routines.
Ian Rogers
2011-11-14
1
-2
/
+14
*
Refactor the use of Method by the compiler.
Ian Rogers
2011-11-13
1
-457
/
+475
*
Make ResolveField not rely on Field::GetType resolution
Brian Carlstrom
2011-10-25
1
-4
/
+10
*
Verifier clean up.
Ian Rogers
2011-10-24
1
-3
/
+5
[next]