Gitiles
Code Review
Sign In
review.shift-gmbh.com
/
SHIFTPHONES
/
android_art
/
c15853b8b5da9dd8fb28e2adbbd61af34555e4c2
/
src
/
verifier
/
method_verifier.cc
c15853b
Cleanup quick support in verifier.
by Sebastien Hertz
· 12 years ago
2d6ba51
Quickening support.
by Sebastien Hertz
· 12 years ago
1d54e73
GC clean up.
by Ian Rogers
· 12 years ago
62342ec
Mark newly allocated objects as precise.
by Ian Rogers
· 12 years ago
04f94f4
Don't always mark array types as precise.
by Ian Rogers
· 12 years ago
16e3d2c
Check interface assignability strictly for check-cast elision.
by Ian Rogers
· 12 years ago
9b36039
Peephole the type of a source of a move-object before instance-of.
by Ian Rogers
· 12 years ago
c9e463c
Faster instance-of for final classes.
by Ian Rogers
· 12 years ago
a700596
Unresolved types aren't assignable from Object.
by Ian Rogers
· 12 years ago
fae370a
Don't apply instance-of peephole when vDest == vSrc.
by Ian Rogers
· 12 years ago
980d16b
Stage 2 of cast elision opt.
by Dragos Sbirlea
· 12 years ago
5243e91
Reduce use of DecodedInstruction in verifier.
by Sebastien Hertz
· 12 years ago
d058380
Allow type based sharpening for imprecise references.
by Ian Rogers
· 12 years ago
637c65b
Verifier improvements.
by Ian Rogers
· 12 years ago
207bb65
Merge "More profiler driven tweaks." into dalvik-dev
by Ian Rogers
· 12 years ago
39ebcb8
More profiler driven tweaks.
by Ian Rogers
· 12 years ago
4e2fada
Merge "Elision of checks optimization." into dalvik-dev
by Ian Rogers
· 12 years ago
104bdd8
Merge "Revert "Elision of checks optimization."" into dalvik-dev
by Ian Rogers
· 12 years ago
54c7e27
Revert "Elision of checks optimization."
by Ian Rogers
· 12 years ago
2b87ddf
Elision of checks optimization.
by Dragos Sbirlea
· 12 years ago
4e60ff6
Merge "Elision of checks optimization." into dalvik-dev
by Ian Rogers
· 12 years ago
9e2d7f1
Elision of checks optimization.
by Dragos Sbirlea
· 12 years ago
1bf8d4d
Profiler directed clean-up of dex2oat.
by Ian Rogers
· 12 years ago
b88b3da
Revert "Elision of checks optimization."
by Brian Carlstrom
· 12 years ago
ef7162e
Elision of checks optimization.
by Dragos Sbirlea
· 12 years ago
e3cd2f0
Enable devirtualization for abstract and sub-class methods.
by Ian Rogers
· 12 years ago
29e2e7e
Use UniquePtr in MethodVerifier::GenerateDevirtMap.
by Dragos Sbirlea
· 12 years ago
02c4223
Supporting de-virtualization for precise types.
by Sameer Abu Asal
· 12 years ago
302a72d
Revert "Supporting de-virtualization for precise types."
by Brian Carlstrom
· 12 years ago
31d4b8e
Supporting de-virtualization for precise types.
by Sameer Abu Asal
· 12 years ago
f4da607
Revert "Supporting de-virtualization for precise types."
by Ian Rogers
· 12 years ago
b0682d5
Supporting de-virtualization for precise types.
by Sameer Abu Asal
· 12 years ago
ee98895
Add bool to verifier to allow soft failures.
by Jeff Hao
· 12 years ago
51a5fb7
Refactoring type verification in Art.
by Sameer Abu Asal
· 12 years ago
4f6ad8a
Various performance improvements.
by Ian Rogers
· 12 years ago
1212a02
Move the Compiler to CompilerDriver.
by Ian Rogers
· 12 years ago
c928de9
Remove Iceland.
by Ian Rogers
· 12 years ago
7b3ddd2
Refactor DescribeVRegs to allow caching.
by Ian Rogers
· 12 years ago
2dd0e2c
Directory restructuring of object.h
by Ian Rogers
· 12 years ago
4993bbc
Implement ThreadReference.OwnedMonitors.
by Elliott Hughes
· 12 years ago
80537bb
Fix and reenable lock dumping in stack dumps.
by Elliott Hughes
· 12 years ago
e222ee0
Move stringpiece.h and stringprintf.h to base/.
by Elliott Hughes
· 12 years ago
07ed66b
Move logging.h into base/logging.h.
by Elliott Hughes
· 12 years ago
ce4cc0d
Using gcmap instead of shadow frame.
by TDYa127
· 12 years ago
2bcb4a4
Add "kind" argument to Get/SetVReg.
by Ian Rogers
· 12 years ago
64b6d14
Interpret class initializers when building image.
by Ian Rogers
· 12 years ago
2fa6b2e
Interpreter.
by Ian Rogers
· 12 years ago
c531cef
Eliminate #ifdef ART_USE_QUICK_COMPILER
by buzbee
· 12 years ago
b490357
Add notion of precise register types to verifier.
by Ian Rogers
· 12 years ago
50b35e2
Explicitly pass Thread::Current to MutexLock and Alloc.
by Ian Rogers
· 12 years ago
9b0b188
Make verifier ignore a method if it's a duplicate.
by jeffhao
· 12 years ago
a75a013
Make dex instruction size a lookup.
by Ian Rogers
· 12 years ago
66f1925
Change dex cache to be java object instead of array, add pointer to dex file in dex cache.
by Mathieu Chartier
· 12 years ago
30bce5a
LLVM build fix.
by Ian Rogers
· 12 years ago
0c7abda
NativePcOffsetToReferenceMap
by Ian Rogers
· 12 years ago
46c6bb2
Rename PcToReferenceMap adding Dex.
by Ian Rogers
· 12 years ago
89f9605
Move inferred_reg_category_map to greenland.
by TDYa127
· 12 years ago
21d28f5
GBC Expander. Removed lir.
by Shih-wei Liao
· 13 years ago
c898258
Re-enable parallel verification.
by Ian Rogers
· 12 years ago
b726dcb
Rename GlobalSynchronization to Locks
by Ian Rogers
· 12 years ago
faf459e
Verifier no longer checks dead code after failing instruction at runtime.
by jeffhao
· 12 years ago
9a4f003
Remove the THROW_VERIFICATION_ERROR op and supporting code.
by jeffhao
· 12 years ago
e4f0b2a
Allow soft failures at runtime and fix null referrer for ICCE and NSME.
by jeffhao
· 12 years ago
2fc1427
Fix location of ICCEs and NoSuchMethodErrors.
by Ian Rogers
· 12 years ago
c0228b8
Fixes to verifier and slowpaths for cts invoke tests.
by jeffhao
· 12 years ago
08f753d
Avoid compile time rewriting of dex code by verifier.
by Ian Rogers
· 12 years ago
cd05a62
Global lock levels for the LLVM side.
by Shih-wei Liao
· 12 years ago
00f7d0e
Global lock levels.
by Ian Rogers
· 12 years ago
529781d
Avoid cases of deriving information from unresolved types giving conflict.
by Ian Rogers
· 12 years ago
380aaa7
Fix a possible off-by-one in the verifier.
by Elliott Hughes
· 12 years ago
1c849e5
Clean up kAccWritable in the verifier.
by Ian Rogers
· 13 years ago
08fc03a
Include held locks in SIGQUIT thread dumps.
by Elliott Hughes
· 13 years ago
6d657bf
Ignore the redundant InferredRegCategoryMap.
by Logan Chien
· 13 years ago
365c102
Increase use of ScopedJniThreadState.
by Ian Rogers
· 13 years ago
a21039c
Fix a bunch more lint.
by Elliott Hughes
· 13 years ago
0a1038b
Make tsan happy.
by Elliott Hughes
· 13 years ago
666d9b4
Verifier treats unresolved return types as a soft error.
by jeffhao
· 13 years ago
f1e6b7c
Added new state and Soft/Hard error return to verifier for bad supers.
by jeffhao
· 13 years ago
e551e95
Soft verification failures shouldn't reject the class.
by Ian Rogers
· 13 years ago
4668543
Recognize calls to constructors of unresolved classes.
by Ian Rogers
· 13 years ago
526643e
Remove unnecessary exception and suspend checks.
by TDYa127
· 13 years ago
e94d9b2
Add dex_lang as common frontend to lir and LLVM. dex_lang + bc2lir = Greenland
by Shih-wei Liao
· 13 years ago
b2eb5c1
Reduce memory usage.
by TDYa127
· 13 years ago
c073b07
Switch the handful of std::endl users over to the predominant "\n".
by Elliott Hughes
· 13 years ago
1d7e510
Reduce shadow frame size.
by TDYa127
· 13 years ago
b57e952
Various fixes to new verifier.
by jeffhao
· 13 years ago
4d8df82
Check for unknown superclass earlier when checking invoke-super.
by jeffhao
· 13 years ago
ad0b3a3
Support for a set of verifier failures.
by Ian Rogers
· 13 years ago
e1758fe
Revert "Support for a set of verifier failures."
by Ian Rogers
· 13 years ago
0d60484
Support for a set of verifier failures.
by Ian Rogers
· 13 years ago
776ac1f
Separate out more of LLVM build. Move verifier.
by Ian Rogers
· 13 years ago
[Renamed (77%) from src/dex_verifier.cc]
a0e1806
Add a SafeMap equivalent to std::map but without the error-prone operator[].
by Elliott Hughes
· 13 years ago
dd361c9
Fix 065 and 066 tests (NULL Method bug). Don't use Method in LLVM method compiler.
by Logan Chien
· 13 years ago
460384f
Use the operator<< generator more widely.
by Elliott Hughes
· 13 years ago
398f64b
Remove more lint, mostly C-style casts.
by Elliott Hughes
· 13 years ago
b25c3f6
Fix cpplint's whitespace complaints.
by Elliott Hughes
· 13 years ago
d5347e0
Split VERIFY_ERROR_GENERIC into VERIFY_ERROR_BAD_CLASS_HARD/SOFT.
by jeffhao
· 13 years ago
81ff318
Nomenclature improvements.
by Elliott Hughes
· 13 years ago
f34f174
Fix a leak in the verifier and a minor test bug.
by Elliott Hughes
· 13 years ago
b3bd5f0
Refactor the compilers out of libart.
by Elliott Hughes
· 13 years ago
Next »