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
*
Only allow instance-of to improve knowledge of a type for downcasts.
Ian Rogers
2014-07-08
3
-20
/
+36
*
Merge "ART: Method verifier must check invoke-virtuals for non-zero args"
Andreas Gampe
2014-06-20
1
-0
/
+15
|
\
|
*
ART: Method verifier must check invoke-virtuals for non-zero args
Andreas Gampe
2014-06-20
1
-0
/
+15
*
|
ART: Method verifier needs to check 2-reg values
Andreas Gampe
2014-06-19
2
-1
/
+7
|
/
*
ART: Make verifier check invocation args of unresolved methods
Andreas Gampe
2014-06-17
2
-102
/
+176
*
ART: Ignore timing issues in debug builds
Andreas Gampe
2014-06-13
1
-1
/
+1
*
Merge "Don't verify runtime only opcodes in the data-flow phase of verificati...
Ian Rogers
2014-06-12
1
-25
/
+4
|
\
|
*
Don't verify runtime only opcodes in the data-flow phase of verification.
Ian Rogers
2014-06-13
1
-25
/
+4
*
|
ART: Check the number of invocation args in verifier
Andreas Gampe
2014-06-12
1
-5
/
+22
|
/
*
Merge "ART: Invoke_virtual needs at least receiver parameter"
Andreas Gampe
2014-06-12
1
-0
/
+3
|
\
|
*
ART: Invoke_virtual needs at least receiver parameter
Andreas Gampe
2014-06-12
1
-0
/
+3
*
|
ART: Do not allow quickened dex codes in compiler mode.
Andreas Gampe
2014-06-12
1
-0
/
+25
|
/
*
Change MethodHelper to use a Handle.
Mathieu Chartier
2014-06-09
1
-40
/
+42
*
Merge "Fix mismatched new[] delete in verifier."
Mathieu Chartier
2014-06-07
1
-1
/
+1
|
\
|
*
Fix mismatched new[] delete in verifier.
Mathieu Chartier
2014-06-06
1
-1
/
+1
*
|
Merge "Change FieldHelper to use a handle."
Mathieu Chartier
2014-06-06
1
-12
/
+26
|
\
\
|
*
|
Change FieldHelper to use a handle.
Mathieu Chartier
2014-06-06
1
-12
/
+26
|
|
/
*
|
Reduce header files including header files.
Ian Rogers
2014-06-06
6
-15
/
+19
|
/
*
Compaction cleanup for FindArrayClass.
Mathieu Chartier
2014-05-30
1
-1
/
+1
*
Merge "Revert "Revert "Fix an outstanding compaction bug in interpreter."""
Mathieu Chartier
2014-05-23
2
-14
/
+16
|
\
|
*
Revert "Revert "Fix an outstanding compaction bug in interpreter.""
Mathieu Chartier
2014-05-23
2
-14
/
+16
*
|
Make the specification of when we need precise constants more precise.
Ian Rogers
2014-05-23
2
-32
/
+42
|
/
*
Revert "Fix an outstanding compaction bug in interpreter."
Mathieu Chartier
2014-05-22
2
-16
/
+14
*
Fix an outstanding compaction bug in interpreter.
Mathieu Chartier
2014-05-22
2
-14
/
+16
*
Now we have a proper C++ library, use std::unique_ptr.
Ian Rogers
2014-05-19
4
-10
/
+10
*
Delete ClassHelper and fix compaction bug in GetDirectInterface
Mathieu Chartier
2014-05-18
3
-10
/
+9
*
Compatibility layer to transition from UniquePtr to std::unique_ptr.
Ian Rogers
2014-05-15
3
-3
/
+3
*
Add Handle/HandleScope and delete SirtRef.
Mathieu Chartier
2014-05-13
5
-58
/
+59
*
Allow invoke-virtual-quick on interface types.
Ian Rogers
2014-05-07
1
-4
/
+12
*
Add more context for CHECKs
Brian Carlstrom
2014-05-06
1
-2
/
+3
*
Move DecodedInstruction into MIR.
Ian Rogers
2014-05-02
1
-22
/
+24
*
Merge "Resolve method's argument reference types"
Sebastien Hertz
2014-04-25
1
-2
/
+5
|
\
|
*
Resolve method's argument reference types
Sebastien Hertz
2014-04-25
1
-2
/
+5
*
|
Merge "Support field watchpoint in interpreter"
Sebastien Hertz
2014-04-25
1
-24
/
+7
|
\
\
|
*
|
Support field watchpoint in interpreter
Sebastien Hertz
2014-04-25
1
-24
/
+7
|
|
/
*
|
Make unresolved exception types cause soft verification errors.
Jeff Hao
2014-04-24
1
-5
/
+3
|
/
*
Interpreter-only mode should cause dex-to-dex compilation.
Ian Rogers
2014-04-17
1
-55
/
+15
*
Fix a class-loading bug in the verifier when throwing NPE
Andreas Gampe
2014-04-17
3
-21
/
+25
*
Change FindClass in GetQuickInvokedMethod to use reg_types_.
Mathieu Chartier
2014-04-09
1
-9
/
+8
*
Properly dump register type in verifier failure messages
Sebastien Hertz
2014-03-28
2
-9
/
+12
*
Fix reg type merging in the verifier
Sebastien Hertz
2014-03-14
3
-2
/
+140
*
Add more VerifyObject calls.
Mathieu Chartier
2014-03-07
3
-2
/
+4
*
Fix oatdump for interpret-only boot classpath
Brian Carlstrom
2014-03-04
1
-1
/
+0
*
Remove some stray stringpiece.h includes
Brian Carlstrom
2014-02-27
1
-1
/
+0
*
Split up CommonTest into CommonRuntimeTest and CommonCompilerTest
Brian Carlstrom
2014-02-26
2
-8
/
+10
*
Avoid std::string allocations for finding an array class.
Ian Rogers
2014-02-24
4
-14
/
+15
*
Change root visitor to use Object**.
Mathieu Chartier
2014-02-18
1
-1
/
+1
*
Add root types and thread id to root visiting.
Mathieu Chartier
2014-02-11
6
-11
/
+11
*
Object model changes to support 64bit.
Ian Rogers
2014-02-06
3
-9
/
+7
*
Mark methods in method_verifier-inl.h as inline.
Vladimir Marko
2014-01-21
1
-11
/
+11
[next]