index
:
art.git
replicant-6.0
Android's art
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
runtime
/
interpreter
/
interpreter_common.h
Commit message (
Expand
)
Author
Age
Files
Lines
*
ART: Allow PackedSwitch instructions with zero targets
David Brazdil
2015-06-18
1
-1
/
+4
*
Move mirror::ArtMethod to native
Mathieu Chartier
2015-06-02
1
-6
/
+6
*
Replace String CharArray with internal uint16_t array.
Jeff Hao
2015-04-27
1
-1
/
+1
*
Replace NULL with nullptr
Mathieu Chartier
2015-04-22
1
-2
/
+2
*
Move ArtField to native
Mathieu Chartier
2015-04-10
1
-2
/
+1
*
Use va_list argument to abort transaction
Sebastien Hertz
2015-04-03
1
-1
/
+5
*
Fix interpreter to allow 0 size sparse switches.
Jeff Hao
2015-03-20
1
-1
/
+4
*
ART: Refactor unstarted runtime
Andreas Gampe
2015-03-11
1
-7
/
+0
*
Remove ThrowLocation.
Nicolas Geoffray
2015-03-10
1
-2
/
+2
*
ART: Introduce NO_RETURN, Mark DoLongJump noreturn
Andreas Gampe
2015-02-23
1
-2
/
+3
*
Remove MethodHelper from the interpreter.
Ian Rogers
2014-12-02
1
-19
/
+17
*
Move dexCacheStrings from ArtMethod to Class
Mathieu Chartier
2014-11-25
1
-2
/
+3
*
Add math routines with defined wrapping behavior for the interpreter.
Ian Rogers
2014-10-30
1
-2
/
+2
*
Remove ResolveString from MethodHelper.
Ian Rogers
2014-10-28
1
-2
/
+10
*
C++11 related clean-up of DISALLOW_..
Ian Rogers
2014-10-22
1
-0
/
+1
*
Tidy up logging.
Ian Rogers
2014-10-22
1
-0
/
+2
*
ART: Fix some -Wpedantic errors
Andreas Gampe
2014-09-29
1
-5
/
+5
*
Compile time performance improvements focusing on interpret-only.
Ian Rogers
2014-09-12
1
-1
/
+1
*
Set vtable in class object to null after linking.
Mingyao Yang
2014-07-22
1
-1
/
+2
*
Remove object_utils.h.
Ian Rogers
2014-07-16
1
-1
/
+1
*
Improve performance of invokevirtual/invokeinterface with embedded imt/vtable
Mingyao Yang
2014-07-11
1
-1
/
+1
*
Merge "Fix compilation errors when setting kTracing = true."
Ian Rogers
2014-06-10
1
-0
/
+1
|
\
|
*
Fix compilation errors when setting kTracing = true.
Douglas Leung
2014-06-11
1
-0
/
+1
*
|
Fix exception reporting from interpreter
Sebastien Hertz
2014-06-11
1
-2
/
+1
*
|
Workaround frame size issues.
Ian Rogers
2014-06-10
1
-405
/
+20
|
/
*
Change MethodHelper to use a Handle.
Mathieu Chartier
2014-06-09
1
-6
/
+11
*
Change FieldHelper to use a handle.
Mathieu Chartier
2014-06-06
1
-3
/
+9
*
Merge "Another workaround for stack overflow issue with clang"
Sebastien Hertz
2014-05-30
1
-0
/
+11
|
\
|
*
Another workaround for stack overflow issue with clang
Sebastien Hertz
2014-05-28
1
-0
/
+11
*
|
Ignore catch blocks whose type can't be resolved.
Ian Rogers
2014-05-29
1
-7
/
+1
|
/
*
Revert "Revert "Fix an outstanding compaction bug in interpreter.""
Mathieu Chartier
2014-05-23
1
-4
/
+11
*
Revert "Fix an outstanding compaction bug in interpreter."
Mathieu Chartier
2014-05-22
1
-11
/
+4
*
Fix an outstanding compaction bug in interpreter.
Mathieu Chartier
2014-05-22
1
-4
/
+11
*
Workaround stack overflow issue with clang
Sebastien Hertz
2014-05-20
1
-15
/
+23
*
Delete ClassHelper and fix compaction bug in GetDirectInterface
Mathieu Chartier
2014-05-18
1
-3
/
+3
*
ART: Fix typo in ArtMethod::FindCatchBlock
Andreas Gampe
2014-05-14
1
-1
/
+7
*
Add Handle/HandleScope and delete SirtRef.
Mathieu Chartier
2014-05-13
1
-3
/
+5
*
Don't allow allocating finalizable objects during transactions.
Mathieu Chartier
2014-04-30
1
-0
/
+3
*
Force inlining on trivial accessors.
Ian Rogers
2014-04-29
1
-10
/
+8
*
Support field watchpoint in interpreter
Sebastien Hertz
2014-04-25
1
-1
/
+73
*
Fix FindCatchBlock to work in -Xverify:none mode.
Jeff Hao
2014-04-22
1
-1
/
+2
*
Refactor reflective method invocation.
Ian Rogers
2014-03-14
1
-1
/
+0
*
Fix clang to compile and run host tests.
Ian Rogers
2014-02-28
1
-4
/
+4
*
Remove blacklist
Sebastien Hertz
2014-02-17
1
-28
/
+41
*
Object model changes to support 64bit.
Ian Rogers
2014-02-06
1
-3
/
+3
*
Cleanup invoke's receiver handling in interpreter.
Sebastien Hertz
2013-12-17
1
-8
/
+3
*
Don't rely on gcc extensions
Bernhard Rosenkränzer
2013-12-12
1
-26
/
+26
*
Enable moving classes.
Mathieu Chartier
2013-12-10
1
-3
/
+4
*
Inline field and method resolution.
Sebastien Hertz
2013-10-28
1
-22
/
+19
*
Fix interpreter bugs.
Mathieu Chartier
2013-10-09
1
-9
/
+15
[next]