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
*
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
|
/
*
Change MethodHelper to use a Handle.
Mathieu Chartier
2014-06-09
5
-31
/
+48
*
Merge "Clean up and augment Atomic class. Replace QuasiAtomic MemBars."
Hans Boehm
2014-06-06
2
-4
/
+4
|
\
|
*
Clean up and augment Atomic class. Replace QuasiAtomic MemBars.
Hans Boehm
2014-06-06
2
-4
/
+4
*
|
Change FieldHelper to use a handle.
Mathieu Chartier
2014-06-06
2
-8
/
+11
|
/
*
Merge "ART: Fix forbidden thread state change in interpreter"
Andreas Gampe
2014-06-04
1
-4
/
+10
|
\
|
*
ART: Fix forbidden thread state change in interpreter
Andreas Gampe
2014-06-04
1
-4
/
+10
*
|
Add missing preamble in switch-based interpreter
Sebastien Hertz
2014-06-04
1
-0
/
+1
|
/
*
Merge "Compaction cleanup for FindArrayClass."
Mathieu Chartier
2014-05-30
1
-1
/
+1
|
\
|
*
Compaction cleanup for FindArrayClass.
Mathieu Chartier
2014-05-30
1
-1
/
+1
*
|
Merge "Another workaround for stack overflow issue with clang"
Sebastien Hertz
2014-05-30
3
-34
/
+45
|
\
\
|
*
|
Another workaround for stack overflow issue with clang
Sebastien Hertz
2014-05-28
3
-34
/
+45
|
|
/
*
|
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
3
-15
/
+21
*
Revert "Fix an outstanding compaction bug in interpreter."
Mathieu Chartier
2014-05-22
3
-21
/
+15
*
Fix an outstanding compaction bug in interpreter.
Mathieu Chartier
2014-05-22
3
-15
/
+21
*
Merge "Secure move-exception in intepreter"
Sebastien Hertz
2014-05-22
2
-4
/
+4
|
\
|
*
Secure move-exception in intepreter
Sebastien Hertz
2014-05-21
2
-4
/
+4
*
|
Workaround stack overflow issue with clang
Sebastien Hertz
2014-05-20
2
-16
/
+24
|
/
[next]