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
*
Add AccessibleObject and Field to mirror
Mathieu Chartier
2015-03-29
1
-2
/
+2
*
ART: Change RETURN_OBJECT verification for arrays
Andreas Gampe
2015-03-26
3
-2
/
+64
*
Fix verifier handling of empty switch as last instruction.
Jeff Hao
2015-03-20
1
-1
/
+1
*
Add verify-at-runtime compiler filter
Mathieu Chartier
2015-03-20
1
-1
/
+2
*
Change RETURN_VOID_BARRIER to RETURN_VOID_NO_BARRIER
Mathieu Chartier
2015-03-19
1
-5
/
+12
*
Change method verifiers to be thread local roots
Mathieu Chartier
2015-03-13
6
-33
/
+28
*
ART: Add entries_ lock for race condition
bowen_lai
2015-03-13
2
-1
/
+9
*
ART: Save work-line for pending runtime failure
Andreas Gampe
2015-03-12
1
-0
/
+11
*
Fix incompatible class change error for JIT stress mode
Mathieu Chartier
2015-03-11
4
-24
/
+34
*
Fix method_verifier_test with the SS collector.
Hiroshi Yamauchi
2015-02-25
1
-2
/
+3
*
Revert "Revert "Add JIT""
Mathieu Chartier
2015-02-24
2
-30
/
+35
*
Revert "Add JIT"
Nicolas Geoffray
2015-02-24
2
-35
/
+30
*
Add JIT
Mathieu Chartier
2015-02-23
2
-30
/
+35
*
Fix exception handling during deoptimization
Sebastien Hertz
2015-01-23
1
-0
/
+6
*
Print more info in MarkSweep::VerifyRoot
Mathieu Chartier
2015-01-15
1
-3
/
+1
*
Use unique_ptr to track ownership of dex files.
Richard Uhler
2015-01-13
1
-7
/
+6
*
Don't allow suspension from FindLocksAtDexPc
Mathieu Chartier
2015-01-06
2
-10
/
+20
*
ART: Fix verification of constructors.
Stephen Kyle
2014-12-22
4
-12
/
+99
*
Merge "Revert "Revert "Ensure void type is resolved when running without imag...
Andreas Gampe
2014-12-11
1
-1
/
+3
|
\
|
*
Revert "Revert "Ensure void type is resolved when running without image""
Andreas Gampe
2014-12-10
1
-1
/
+3
*
|
Add verifier support for dequickening
Mathieu Chartier
2014-12-11
2
-6
/
+5
|
/
*
Merge "Add missing iget quick for bool, byte, char, short"
Mathieu Chartier
2014-12-10
1
-23
/
+18
|
\
|
*
Add missing iget quick for bool, byte, char, short
Mathieu Chartier
2014-12-10
1
-23
/
+18
*
|
Fix verifier bug caused by confusing ArtMethod::IsDirect vs ArtMethod::IsStat...
Brian Carlstrom
2014-12-09
1
-1
/
+1
|
/
*
Merge "Quick: Redefine the notion of back-egdes."
Vladimir Marko
2014-12-09
1
-1
/
+10
|
\
|
*
Quick: Redefine the notion of back-egdes.
Vladimir Marko
2014-12-09
1
-1
/
+10
*
|
Remove FieldHelper.
Ian Rogers
2014-12-02
1
-3
/
+2
*
|
Remove MethodHelper from the interpreter.
Ian Rogers
2014-12-02
1
-1
/
+0
|
/
*
Merge "ART: Fix crash with unreachable void check-cast"
Ian Rogers
2014-11-22
1
-0
/
+3
|
\
|
*
ART: Fix crash with unreachable void check-cast
Stephen Kyle
2014-11-07
1
-0
/
+3
*
|
Avoid abort in malformed dex code.
Ian Rogers
2014-11-14
5
-37
/
+47
*
|
Merge "ART: Fix possible soft+hard failure in verifier"
Andreas Gampe
2014-11-09
2
-237
/
+221
|
\
\
|
*
|
ART: Fix possible soft+hard failure in verifier
Andreas Gampe
2014-11-09
2
-237
/
+221
|
|
/
*
|
Add hash map, reduce excessive hashing
Mathieu Chartier
2014-11-07
1
-1
/
+2
|
/
*
ART: More warnings
Andreas Gampe
2014-11-04
1
-5
/
+0
*
ART: Replace COMPILE_ASSERT with static_assert (runtime)
Andreas Gampe
2014-11-03
1
-1
/
+2
*
Add math routines with defined wrapping behavior for the interpreter.
Ian Rogers
2014-10-30
1
-1
/
+1
*
ART: Do not abort on most verifier failures
Andreas Gampe
2014-10-30
1
-10
/
+61
*
Move MethodHelper::GetReturnType to mirror::ArtMethod.
Ian Rogers
2014-10-28
1
-7
/
+3
*
Merge "Code cleanup."
Ian Rogers
2014-10-24
1
-3
/
+1
|
\
|
*
Code cleanup.
Logan Chien
2014-09-30
1
-3
/
+1
*
|
stdint types all the way!
Ian Rogers
2014-10-09
1
-3
/
+3
*
|
ART: Fix some -Wpedantic errors
Andreas Gampe
2014-09-29
1
-1
/
+1
*
|
Merge "ART: More verifier error output"
Andreas Gampe
2014-09-29
1
-1
/
+2
|
\
\
|
*
|
ART: More verifier error output
Andreas Gampe
2014-09-29
1
-1
/
+2
|
|
/
*
|
ART: Do a pre-pass for monitor_enter dex pc search
Andreas Gampe
2014-09-29
1
-0
/
+21
|
/
*
Fix verifier crash in GetQuickFieldAccess().
Hiroshi Yamauchi
2014-09-26
1
-1
/
+5
*
Merge "ART: Reject branch/switch/throw to move-result."
Ian Rogers
2014-09-25
2
-2
/
+35
|
\
|
*
ART: Reject branch/switch/throw to move-result.
Stephen Kyle
2014-09-24
2
-2
/
+35
*
|
Fix "const-class v0, I" for libartd.so
Logan Chien
2014-09-24
3
-0
/
+11
|
/
[next]