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_switch_impl.cc
Commit message (
Expand
)
Author
Age
Files
Lines
*
Move mirror::ArtMethod to native
Mathieu Chartier
2015-06-02
1
-4
/
+8
*
JDWP: properly combine location events
Sebastien Hertz
2015-05-07
1
-21
/
+6
*
Replace String CharArray with internal uint16_t array.
Jeff Hao
2015-04-27
1
-4
/
+14
*
Replace NULL with nullptr
Mathieu Chartier
2015-04-22
1
-101
/
+163
*
Use va_list argument to abort transaction
Sebastien Hertz
2015-04-03
1
-2
/
+2
*
Change RETURN_VOID_BARRIER to RETURN_VOID_NO_BARRIER
Mathieu Chartier
2015-03-19
1
-8
/
+2
*
Remove ThrowLocation.
Nicolas Geoffray
2015-03-10
1
-22
/
+20
*
Compute the right catch location for the debugger.
Nicolas Geoffray
2015-03-09
1
-2
/
+2
*
Fix exception handling during deoptimization
Sebastien Hertz
2015-01-23
1
-1
/
+5
*
ART: Reorder entrypoint argument order
Andreas Gampe
2014-12-29
1
-1
/
+1
*
Add missing iget quick for bool, byte, char, short
Mathieu Chartier
2014-12-10
1
-1
/
+25
*
Remove MethodHelper from the interpreter.
Ian Rogers
2014-12-02
1
-11
/
+7
*
Add math routines with defined wrapping behavior for the interpreter.
Ian Rogers
2014-10-30
1
-40
/
+38
*
Move MethodHelper::GetReturnType to mirror::ArtMethod.
Ian Rogers
2014-10-28
1
-3
/
+1
*
Remove ResolveString from MethodHelper.
Ian Rogers
2014-10-28
1
-2
/
+2
*
Fix 2 new sets of clang compiler warnings.
Ian Rogers
2014-10-10
1
-0
/
+11
*
Don't copy fill array data to quick literal pool.
Ian Rogers
2014-10-08
1
-16
/
+4
*
Compile time performance improvements focusing on interpret-only.
Ian Rogers
2014-09-12
1
-69
/
+23
*
Reduced memory usage of primitive fields smaller than 4-bytes
Fred Shih
2014-08-25
1
-1
/
+25
*
Avoid use of std::string where we have const char*.
Ian Rogers
2014-08-12
1
-3
/
+5
*
Add missing class initialization during compilation and tests
Sebastien Hertz
2014-07-10
1
-0
/
+1
*
Fix exception reporting from interpreter
Sebastien Hertz
2014-06-11
1
-2
/
+0
*
Change MethodHelper to use a Handle.
Mathieu Chartier
2014-06-09
1
-4
/
+8
*
Clean up and augment Atomic class. Replace QuasiAtomic MemBars.
Hans Boehm
2014-06-06
1
-2
/
+2
*
Add missing preamble in switch-based interpreter
Sebastien Hertz
2014-06-04
1
-0
/
+1
*
Another workaround for stack overflow issue with clang
Sebastien Hertz
2014-05-28
1
-17
/
+17
*
Merge "Secure move-exception in intepreter"
Sebastien Hertz
2014-05-22
1
-2
/
+2
|
\
|
*
Secure move-exception in intepreter
Sebastien Hertz
2014-05-21
1
-2
/
+2
*
|
Workaround stack overflow issue with clang
Sebastien Hertz
2014-05-20
1
-1
/
+1
|
/
*
Delete ClassHelper and fix compaction bug in GetDirectInterface
Mathieu Chartier
2014-05-18
1
-3
/
+3
*
Fix JDWP location event report on return instructions
Sebastien Hertz
2014-05-15
1
-0
/
+15
*
Combine JDWP location events
Sebastien Hertz
2014-05-12
1
-11
/
+13
*
Fix typo.
Ian Rogers
2014-05-06
1
-1
/
+1
*
Don't allow allocating finalizable objects during transactions.
Mathieu Chartier
2014-04-30
1
-1
/
+10
*
Force inlining on trivial accessors.
Ian Rogers
2014-04-29
1
-14
/
+14
*
Remove blacklist
Sebastien Hertz
2014-02-17
1
-35
/
+48
*
Object model changes to support 64bit.
Ian Rogers
2014-02-06
1
-1
/
+1
*
Refactor array access for the interpreter.
Sebastien Hertz
2014-01-28
1
-26
/
+26
*
Tidy up memory barriers.
Ian Rogers
2013-12-20
1
-2
/
+2
*
Refactor allocation entrypoints.
Mathieu Chartier
2013-11-20
1
-4
/
+6
*
Fix interpreter bugs.
Mathieu Chartier
2013-10-09
1
-3
/
+3
*
Fix an Art debug build boot failure.
Hiroshi Yamauchi
2013-10-02
1
-4
/
+4
*
Enable thread analysis on template functions.
Sebastien Hertz
2013-09-30
1
-7
/
+9
*
Cleanup invoke in interpreter.
Sebastien Hertz
2013-09-30
1
-12
/
+12
*
Fix handling of unresolved references in verifier.
Jeff Hao
2013-09-24
1
-1
/
+25
*
Improve float to integral conversion.
Ian Rogers
2013-09-20
1
-48
/
+20
*
Optimize instruction data fetch in interpreter.
Sebastien Hertz
2013-09-18
1
-260
/
+262
*
Load shadow frame's this object only upon instrumentation.
Sebastien Hertz
2013-09-17
1
-14
/
+10
*
Add missing memory barrier.
Sebastien Hertz
2013-09-09
1
-0
/
+6
*
Move thread suspend check at safepoints.
Sebastien Hertz
2013-09-09
1
-18
/
+133
[next]