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
Commit message (
Expand
)
Author
Age
Files
Lines
*
ART: Reorder entrypoint argument order
Andreas Gampe
2014-12-29
2
-2
/
+2
*
Add missing iget quick for bool, byte, char, short
Mathieu Chartier
2014-12-10
3
-20
/
+68
*
Move GetClassFromTypeIdx to ArtMethod.
Ian Rogers
2014-12-02
1
-12
/
+3
*
Remove FieldHelper.
Ian Rogers
2014-12-02
1
-3
/
+1
*
Remove MethodHelper from the interpreter.
Ian Rogers
2014-12-02
6
-149
/
+142
*
Move dexCacheStrings from ArtMethod to Class
Mathieu Chartier
2014-11-25
1
-2
/
+3
*
Change 64 bit ArtMethod fields to be pointer sized
Mathieu Chartier
2014-11-18
1
-18
/
+19
*
Merge "ART: More warnings"
Andreas Gampe
2014-11-05
2
-5
/
+5
|
\
|
*
ART: More warnings
Andreas Gampe
2014-11-04
2
-5
/
+5
*
|
Add a test for SafeMath.
Ian Rogers
2014-11-04
1
-0
/
+132
|
/
*
Remove -Wno-unused-parameter and -Wno-sign-promo from base cflags.
Ian Rogers
2014-11-03
1
-2
/
+5
*
Add math routines with defined wrapping behavior for the interpreter.
Ian Rogers
2014-10-30
4
-78
/
+142
*
Move GetNameAsString out of MethodHelper into ArtMethod.
Ian Rogers
2014-10-28
1
-3
/
+2
*
Move MethodHelper::GetReturnType to mirror::ArtMethod.
Ian Rogers
2014-10-28
2
-6
/
+2
*
Remove ResolveString from MethodHelper.
Ian Rogers
2014-10-28
3
-6
/
+14
*
Tidy logging code not using UNIMPLEMENTED.
Ian Rogers
2014-10-24
2
-2
/
+6
*
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
*
Make ART compile with GCC -O0 again.
Ian Rogers
2014-10-16
3
-23
/
+25
*
Fix 2 new sets of clang compiler warnings.
Ian Rogers
2014-10-10
2
-0
/
+20
*
Don't copy fill array data to quick literal pool.
Ian Rogers
2014-10-08
2
-39
/
+11
*
Handlerize methods across some GC points.
Hiroshi Yamauchi
2014-10-06
2
-17
/
+17
*
Merge "ART: Fix some -Wpedantic errors"
Andreas Gampe
2014-09-30
2
-40
/
+40
|
\
|
*
ART: Fix some -Wpedantic errors
Andreas Gampe
2014-09-29
2
-40
/
+40
*
|
Revert "Enable computed goto interpreter on the host"
Sebastien Hertz
2014-09-30
1
-0
/
+28
|
/
*
Some optimizations for the array alloc path.
Hiroshi Yamauchi
2014-09-25
2
-3
/
+4
*
Enable computed goto interpreter on the host
Sebastien Hertz
2014-09-23
1
-28
/
+0
*
ART: Rename Handle hierarchy
Andreas Gampe
2014-09-15
1
-3
/
+3
*
Compile time performance improvements focusing on interpret-only.
Ian Rogers
2014-09-12
5
-106
/
+50
*
Reduced memory usage of primitive fields smaller than 4-bytes
Fred Shih
2014-08-25
3
-22
/
+70
*
Clean up Handle usage.
Mathieu Chartier
2014-08-23
1
-2
/
+2
*
Avoid use of std::string where we have const char*.
Ian Rogers
2014-08-12
3
-12
/
+18
*
Merge "Set vtable in class object to null after linking."
Mingyao Yang
2014-07-22
1
-1
/
+2
|
\
|
*
Set vtable in class object to null after linking.
Mingyao Yang
2014-07-22
1
-1
/
+2
*
|
Interpreter can kick in even when implicit checks are enabled.
Nicolas Geoffray
2014-07-22
1
-3
/
+6
|
/
*
Merge "Fix class initialization checks in interpreter"
Sebastien Hertz
2014-07-16
1
-2
/
+2
|
\
|
*
Fix class initialization checks in interpreter
Sebastien Hertz
2014-07-16
1
-2
/
+2
*
|
Remove object_utils.h.
Ian Rogers
2014-07-16
2
-1
/
+3
|
/
*
Merge "Call strong CAS from unsafe. Add more CAS versions."
Hans Boehm
2014-07-11
1
-4
/
+4
|
\
|
*
Call strong CAS from unsafe. Add more CAS versions.
Hans Boehm
2014-07-11
1
-4
/
+4
*
|
Improve performance of invokevirtual/invokeinterface with embedded imt/vtable
Mingyao Yang
2014-07-11
1
-1
/
+1
|
/
*
Merge "Add missing class initialization during compilation and tests"
Sebastien Hertz
2014-07-10
4
-26
/
+55
|
\
|
*
Add missing class initialization during compilation and tests
Sebastien Hertz
2014-07-10
4
-26
/
+55
*
|
Make CAS operations in Object use art::Atomic.
Ian Rogers
2014-07-10
1
-2
/
+4
|
/
*
CW on Master: Propagate or throw exception when no class found happens in int...
Sean Wan
2014-07-09
1
-2
/
+7
*
Ensure classes are initialized rather than initializing.
Ian Rogers
2014-06-18
1
-2
/
+2
*
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
4
-14
/
+85
*
|
Workaround frame size issues.
Ian Rogers
2014-06-10
2
-405
/
+409
|
/
[next]