index
:
art.git
replicant-6.0
Android's art
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
runtime
/
verifier
Commit message (
Expand
)
Author
Age
Files
Lines
*
Fix handling of unresolved references in verifier.
Jeff Hao
2013-09-24
2
-24
/
+29
*
Use class def index from java.lang.Class.
Ian Rogers
2013-09-19
3
-55
/
+63
*
Add a pool of small cat1 constants to the verifier.
Ian Rogers
2013-09-06
4
-72
/
+119
*
Fix verifier upcasting type after instance_of.
Jeff Hao
2013-09-04
1
-1
/
+4
*
Switch JNI globals lock to reader-writer.
Ian Rogers
2013-08-20
2
-7
/
+7
*
Merge "Get SEA fibonacci running in interpreter mode." into dalvik-dev
Ian Rogers
2013-08-16
2
-3
/
+9
|
\
|
*
Get SEA fibonacci running in interpreter mode.
Dragos Sbirlea
2013-08-16
2
-3
/
+9
*
|
Fix up TODO: c++0x, update cpplint.
Mathieu Chartier
2013-08-16
4
-9
/
+7
|
/
*
Fix races in small mode compiler filters setup
Ian Rogers
2013-08-13
1
-7
/
+4
*
Fix small art build.
Ian Rogers
2013-08-13
1
-4
/
+7
*
Merge "Refactor java.lang.reflect implementation" into dalvik-dev
Ian Rogers
2013-08-14
2
-63
/
+60
|
\
|
*
Refactor java.lang.reflect implementation
Brian Carlstrom
2013-08-13
2
-63
/
+60
*
|
Clean up logcat spam from compiler and verifier
Anwar Ghuloum
2013-08-13
1
-16
/
+21
|
/
*
Work on SMALL_ART and PORTABLE working at the same time.
Dragos Sbirlea
2013-08-13
1
-4
/
+2
*
am a024a068: Compilation filter
buzbee
2013-08-08
1
-10
/
+1
|
\
|
*
Compilation filter
buzbee
2013-08-08
1
-10
/
+1
*
|
Verifier checks that primitive put array/field type matches insn type.
Jeff Hao
2013-08-06
1
-3
/
+3
*
|
Use reader writer mutex for safe checkcast map.
Sebastien Hertz
2013-08-05
2
-8
/
+7
*
|
Fix memory leak in verifier.
Sebastien Hertz
2013-08-02
1
-0
/
+4
*
|
Move verification of primitive type puts into helper method.
Jeff Hao
2013-08-01
2
-76
/
+45
*
|
Make verifier allow integral types to be put in integral type arrays.
Jeff Hao
2013-08-01
3
-22
/
+59
*
|
Don't add barriers to clinit methods.
Ian Rogers
2013-07-31
1
-2
/
+2
|
/
*
Clear exception if catch block doesn't have move-exception.
Ian Rogers
2013-07-29
1
-6
/
+0
*
am 46a1270f: Revert "Support inline dex data"
Brian Carlstrom
2013-07-28
1
-4
/
+0
|
\
|
*
Revert "Support inline dex data"
Brian Carlstrom
2013-07-27
1
-4
/
+0
*
|
am 64d8f18c: Merge "Support inline dex data"
buzbee
2013-07-28
1
-0
/
+4
|
\
\
|
|
/
|
*
Merge "Support inline dex data"
buzbee
2013-07-26
1
-0
/
+4
|
|
\
|
|
*
Support inline dex data
buzbee
2013-07-26
1
-0
/
+4
*
|
|
resolved conflicts for merge of 7934ac28 to dalvik-dev
Brian Carlstrom
2013-07-26
5
-24
/
+24
|
\
\
\
|
|
/
/
|
*
|
Fix cpplint whitespace/comments issues
Brian Carlstrom
2013-07-26
5
-24
/
+24
|
|
/
*
|
Fix style issues in MethodVerifier
Brian Carlstrom
2013-07-26
1
-61
/
+146
*
|
Prevent verifier from creating unused compilation data.
Sebastien Hertz
2013-07-26
2
-68
/
+136
*
|
Revert "Revert "Remove non-live vregs from GC map on return.""
Ian Rogers
2013-07-25
5
-10
/
+93
|
/
*
Revert "Remove non-live vregs from GC map on return."
Ian Rogers
2013-07-24
5
-93
/
+10
*
Remove non-live vregs from GC map on return.
Ian Rogers
2013-07-23
5
-10
/
+93
*
Tidy ws and document verifier instruction flags.
Ian Rogers
2013-07-23
2
-34
/
+39
*
Fixing cpplint readability/constructors issues
Brian Carlstrom
2013-07-18
1
-1
/
+1
*
Fixing cpplint whitespace/blank_line, whitespace/end_of_line, whitespace/labe...
Brian Carlstrom
2013-07-18
2
-3
/
+3
*
Fix cpplint whitespace/indent issues
Brian Carlstrom
2013-07-18
2
-2
/
+2
*
Fix cpplint readability/fn_size issues
Brian Carlstrom
2013-07-18
1
-1
/
+1
*
Fix cpplint whitespace/parens issues
Brian Carlstrom
2013-07-18
5
-13
/
+13
*
Fix cpplint whitespace/blank_line issues
Brian Carlstrom
2013-07-18
4
-5
/
+5
*
Fix cpplint whitespace/comma issues
Brian Carlstrom
2013-07-17
1
-1
/
+1
*
Fix multiple inclusion guards to match new pathnames
Brian Carlstrom
2013-07-17
8
-24
/
+24
*
Create separate Android.mk for main build targets
Brian Carlstrom
2013-07-12
16
-0
/
+9303