Gitiles
Code Review
Sign In
review.shift-gmbh.com
/
SHIFTPHONES
/
android_art
/
de58ab2c03ff8112b07ab827c8fa38f670dfc656
/
runtime
/
verifier
277ccbd
ART: More warnings
by Andreas Gampe
· 10 years ago
575e78c
ART: Replace COMPILE_ASSERT with static_assert (runtime)
by Andreas Gampe
· 10 years ago
f72a11d
Add math routines with defined wrapping behavior for the interpreter.
by Ian Rogers
· 10 years ago
7c03810
ART: Do not abort on most verifier failures
by Andreas Gampe
· 10 years ago
ded66a0
Move MethodHelper::GetReturnType to mirror::ArtMethod.
by Ian Rogers
· 10 years ago
98c271d
Merge "Code cleanup."
by Ian Rogers
· 10 years ago
1373595
stdint types all the way!
by Ian Rogers
· 10 years ago
db0cccd
Code cleanup.
by Logan Chien
· 10 years ago
c8ccf68
ART: Fix some -Wpedantic errors
by Andreas Gampe
· 10 years ago
f731a78
Merge "ART: More verifier error output"
by Andreas Gampe
· 10 years ago
5ca2054
ART: More verifier error output
by Andreas Gampe
· 10 years ago
cb3c08f
ART: Do a pre-pass for monitor_enter dex pc search
by Andreas Gampe
· 10 years ago
5f09be9
Fix verifier crash in GetQuickFieldAccess().
by Hiroshi Yamauchi
· 10 years ago
c5c71bf
Merge "ART: Reject branch/switch/throw to move-result."
by Ian Rogers
· 10 years ago
9bc6199
ART: Reject branch/switch/throw to move-result.
by Stephen Kyle
· 10 years ago
10f0ca2
Fix "const-class v0, I" for libartd.so
by Logan Chien
· 10 years ago
7f590e2
Restore some aosp/master changes lost in cherry-pick 7c438b19b71932ac8a44eff44f20744a01559c8d
by Mathieu Chartier
· 10 years ago
5cbcde2
ART: Fix method verifier dumping
by Andreas Gampe
· 10 years ago
2cbaccb
Avoid printing absolute addresses in oatdump
by Brian Carlstrom
· 10 years ago
5a4b8a2
ART: Rename Handle hierarchy
by Andreas Gampe
· 10 years ago
2ed8def
ART: Allow quickening in the boot image
by Andreas Gampe
· 10 years ago
5182932
ART: Change access flag behavior in verifier
by Andreas Gampe
· 10 years ago
7c438b1
Fix stale root error in verifier
by Mathieu Chartier
· 10 years ago
7b078e8
Compile time performance improvements focusing on interpret-only.
by Ian Rogers
· 10 years ago
5441091
Re-add read barrier to roots in the verifier.
by Ian Rogers
· 10 years ago
d8f69b0
Revert "Add read barriers for the roots in the verifier."
by Ian Rogers
· 10 years ago
376fa68
ART: Fix unchecked register index validity
by Andreas Gampe
· 10 years ago
bad0267
Add native memory accounting through custom allocator.
by Mathieu Chartier
· 10 years ago
8e219ae
Reduce interpret-only compile time.
by Mathieu Chartier
· 10 years ago
37f05ef
Reduced memory usage of primitive fields smaller than 4-bytes
by Fred Shih
· 10 years ago
bf99f77
Clean up Handle usage.
by Mathieu Chartier
· 10 years ago
1dbc3a9
Merge "ART: Reject field accesses to non-reference vregs."
by Andreas Gampe
· 10 years ago
695c598
ART: Reject field accesses to non-reference vregs.
by Stephen Kyle
· 10 years ago
dc37617
Handlerize MethodVerifier::mirror_method_.
by Hiroshi Yamauchi
· 10 years ago
78480ec
ART: Fix verifier fail message.
by Elena Sayapina
· 10 years ago
1ff3c98
Avoid use of std::string where we have const char*.
by Ian Rogers
· 10 years ago
68d8b42
Wire up check JNI force copy mode.
by Ian Rogers
· 10 years ago
58a5af8
ART: Add guards to the dex cache and its shortcuts
by Andreas Gampe
· 10 years ago
0d08727
Make verifier identify unresolved methods as constructors by <init>.
by Jeff Hao
· 10 years ago
7da9586
Add read barriers for the roots in the verifier.
by Hiroshi Yamauchi
· 10 years ago
aa910d5
ART: Fix verifier mishandling erroneous array component types
by Andreas Gampe
· 10 years ago
65c9db8
ART: Reject array-length on non-reference register
by Andreas Gampe
· 10 years ago
c389c97
Merge "Set vtable in class object to null after linking."
by Mingyao Yang
· 10 years ago
2cdbad7
Set vtable in class object to null after linking.
by Mingyao Yang
· 10 years ago
2a593a1
ART: Check high part of dalvik register pairs on put-wide
by Andreas Gampe
· 10 years ago
d4a6e5c
Merge "ART: Also accept java.lang.Throwable as a catch-all handler."
by Andreas Gampe
· 10 years ago
f91baf1
ART: Also accept java.lang.Throwable as a catch-all handler.
by Andreas Gampe
· 10 years ago
00633eb
ART: Make a soft failure in method verifier hard, add check
by Andreas Gampe
· 10 years ago
e5877a1
Fix x86 build.
by Ian Rogers
· 10 years ago
22d5e73
Remove object_utils.h.
by Ian Rogers
· 10 years ago
e63db27
Break apart header files.
by Ian Rogers
· 10 years ago
98d1cc8
Improve performance of invokevirtual/invokeinterface with embedded imt/vtable
by Mingyao Yang
· 11 years ago
ebbdd87
Only allow instance-of to improve knowledge of a type for downcasts.
by Ian Rogers
· 10 years ago
b06a036
Merge "ART: Method verifier must check invoke-virtuals for non-zero args"
by Andreas Gampe
· 11 years ago
c331431
ART: Method verifier must check invoke-virtuals for non-zero args
by Andreas Gampe
· 11 years ago
77cd4d6
ART: Method verifier needs to check 2-reg values
by Andreas Gampe
· 11 years ago
95c0bf8
ART: Make verifier check invocation args of unresolved methods
by Andreas Gampe
· 11 years ago
073ed9b
ART: Ignore timing issues in debug builds
by Andreas Gampe
· 11 years ago
73d1f27
Merge "Don't verify runtime only opcodes in the data-flow phase of verification."
by Ian Rogers
· 11 years ago
5fb22a9
Don't verify runtime only opcodes in the data-flow phase of verification.
by Ian Rogers
· 11 years ago
acc4d2f
ART: Check the number of invocation args in verifier
by Andreas Gampe
· 11 years ago
3316ff5
Merge "ART: Invoke_virtual needs at least receiver parameter"
by Andreas Gampe
· 11 years ago
9f2b643
ART: Invoke_virtual needs at least receiver parameter
by Andreas Gampe
· 11 years ago
e225662
ART: Do not allow quickened dex codes in compiler mode.
by Andreas Gampe
· 11 years ago
bfd9a43
Change MethodHelper to use a Handle.
by Mathieu Chartier
· 11 years ago
5227193
Merge "Fix mismatched new[] delete in verifier."
by Mathieu Chartier
· 11 years ago
6afd409
Fix mismatched new[] delete in verifier.
by Mathieu Chartier
· 11 years ago
4479ba3
Merge "Change FieldHelper to use a handle."
by Mathieu Chartier
· 11 years ago
576ca0c
Reduce header files including header files.
by Ian Rogers
· 11 years ago
61c5ebc
Change FieldHelper to use a handle.
by Mathieu Chartier
· 11 years ago
b74cd29
Compaction cleanup for FindArrayClass.
by Mathieu Chartier
· 11 years ago
66b68fa
Merge "Revert "Revert "Fix an outstanding compaction bug in interpreter."""
by Mathieu Chartier
· 11 years ago
0cd8135
Revert "Revert "Fix an outstanding compaction bug in interpreter.""
by Mathieu Chartier
· 11 years ago
46960fe
Make the specification of when we need precise constants more precise.
by Ian Rogers
· 11 years ago
3bdb873
Revert "Fix an outstanding compaction bug in interpreter."
by Mathieu Chartier
· 11 years ago
e09ae09
Fix an outstanding compaction bug in interpreter.
by Mathieu Chartier
· 11 years ago
700a402
Now we have a proper C++ library, use std::unique_ptr.
by Ian Rogers
· 11 years ago
f832284
Delete ClassHelper and fix compaction bug in GetDirectInterface
by Mathieu Chartier
· 11 years ago
507dfdd
Compatibility layer to transition from UniquePtr to std::unique_ptr.
by Ian Rogers
· 11 years ago
eb8167a
Add Handle/HandleScope and delete SirtRef.
by Mathieu Chartier
· 11 years ago
a4cf1df
Allow invoke-virtual-quick on interface types.
by Ian Rogers
· 11 years ago
33f2e59
Add more context for CHECKs
by Brian Carlstrom
· 11 years ago
29a2648
Move DecodedInstruction into MIR.
by Ian Rogers
· 11 years ago
da6e4fe
Merge "Resolve method's argument reference types"
by Sebastien Hertz
· 11 years ago
2ed76f9
Resolve method's argument reference types
by Sebastien Hertz
· 11 years ago
942c8e3
Merge "Support field watchpoint in interpreter"
by Sebastien Hertz
· 11 years ago
479fc1e
Support field watchpoint in interpreter
by Sebastien Hertz
· 11 years ago
b878f21
Make unresolved exception types cause soft verification errors.
by Jeff Hao
· 11 years ago
9bc5440
Interpreter-only mode should cause dex-to-dex compilation.
by Ian Rogers
· 11 years ago
6398156
Fix a class-loading bug in the verifier when throwing NPE
by Andreas Gampe
· 11 years ago
4b06a72
Change FindClass in GetQuickInvokedMethod to use reg_types_.
by Mathieu Chartier
· 11 years ago
757b304
Properly dump register type in verifier failure messages
by Sebastien Hertz
· 11 years ago
aa0c00c
Fix reg type merging in the verifier
by Sebastien Hertz
· 11 years ago
c645f1d
Add more VerifyObject calls.
by Mathieu Chartier
· 11 years ago
b04388f
Fix oatdump for interpret-only boot classpath
by Brian Carlstrom
· 11 years ago
a280655
Remove some stray stringpiece.h includes
by Brian Carlstrom
· 11 years ago
a1ce1fe
Split up CommonTest into CommonRuntimeTest and CommonCompilerTest
by Brian Carlstrom
· 11 years ago
9837939
Avoid std::string allocations for finding an array class.
by Ian Rogers
· 11 years ago
815873e
Change root visitor to use Object**.
by Mathieu Chartier
· 11 years ago
83c8ee0
Add root types and thread id to root visiting.
by Mathieu Chartier
· 11 years ago
Next »