index
:
art.git
replicant-6.0
Android's art
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
runtime
/
mirror
Commit message (
Expand
)
Author
Age
Files
Lines
...
|
*
|
Revert "Revert "Revert "Revert "Add intrinsic for Reference.get()""""
Fred Shih
2014-07-15
7
-4
/
+115
|
|
/
*
|
Break apart header files.
Ian Rogers
2014-07-15
4
-0
/
+4
|
/
*
Fix infinite loop when calling SetStatus after OOM.
Mathieu Chartier
2014-07-14
1
-12
/
+16
*
Merge "Call strong CAS from unsafe. Add more CAS versions."
Hans Boehm
2014-07-11
3
-9
/
+121
|
\
|
*
Call strong CAS from unsafe. Add more CAS versions.
Hans Boehm
2014-07-11
3
-9
/
+121
*
|
Improve performance of invokevirtual/invokeinterface with embedded imt/vtable
Mingyao Yang
2014-07-11
22
-173
/
+503
|
/
*
Merge "Add missing class initialization during compilation and tests"
Sebastien Hertz
2014-07-10
2
-0
/
+12
|
\
|
*
Add missing class initialization during compilation and tests
Sebastien Hertz
2014-07-10
2
-0
/
+12
*
|
Revert "Revert "Revert "Add intrinsic for Reference.get()"""
Sebastien Hertz
2014-07-11
2
-91
/
+0
*
|
Revert "Revert "Add intrinsic for Reference.get()""
Christopher Ferris
2014-07-11
2
-0
/
+91
*
|
Revert "Add intrinsic for Reference.get()"
Christopher Ferris
2014-07-11
2
-91
/
+0
*
|
Add intrinsic for Reference.get()
Fred Shih
2014-07-10
2
-0
/
+91
*
|
Make CAS operations in Object use art::Atomic.
Ian Rogers
2014-07-10
3
-28
/
+33
|
/
*
Add read barriers to the constant roots.
Hiroshi Yamauchi
2014-06-27
11
-22
/
+45
*
Add mark compact collector.
Mathieu Chartier
2014-06-19
3
-16
/
+17
*
Merge "Fix GetMethodID to find an interface method from a super-interface"
Brian Carlstrom
2014-06-17
2
-58
/
+79
|
\
|
*
Fix GetMethodID to find an interface method from a super-interface
Brian Carlstrom
2014-06-18
2
-58
/
+79
*
|
Change reference processing to use heap references.
Mathieu Chartier
2014-06-16
1
-2
/
+14
|
/
*
Fix exception reporting from interpreter
Sebastien Hertz
2014-06-11
2
-2
/
+4
*
ART: Move __memcmp16 from Bionic to ART
Andreas Gampe
2014-06-10
1
-20
/
+6
*
Change MethodHelper to use a Handle.
Mathieu Chartier
2014-06-09
6
-66
/
+209
*
Merge "Clean up and augment Atomic class. Replace QuasiAtomic MemBars."
Hans Boehm
2014-06-06
2
-23
/
+22
|
\
|
*
Clean up and augment Atomic class. Replace QuasiAtomic MemBars.
Hans Boehm
2014-06-06
2
-23
/
+22
*
|
Merge "Change FieldHelper to use a handle."
Mathieu Chartier
2014-06-06
7
-42
/
+81
|
\
\
|
*
|
Change FieldHelper to use a handle.
Mathieu Chartier
2014-06-06
7
-42
/
+81
*
|
|
Reduce header files including header files.
Ian Rogers
2014-06-06
1
-0
/
+1
|
|
/
|
/
|
*
|
Merge "Fix crash in JDWP ReferenceType.SourceFile command"
Sebastien Hertz
2014-06-06
1
-1
/
+4
|
\
\
|
|
/
|
/
|
|
*
Fix crash in JDWP ReferenceType.SourceFile command
Sebastien Hertz
2014-06-05
1
-1
/
+4
*
|
Fix compiler warnings.
Mathieu Chartier
2014-06-04
1
-0
/
+2
*
|
Make class status volatile.
Ian Rogers
2014-06-02
2
-4
/
+5
|
/
*
Merge "Compaction cleanup for FindArrayClass."
Mathieu Chartier
2014-05-30
1
-2
/
+4
|
\
|
*
Compaction cleanup for FindArrayClass.
Mathieu Chartier
2014-05-30
1
-2
/
+4
*
|
ART: Use StackReference in Quick Stack Frame
Andreas Gampe
2014-05-29
1
-3
/
+9
*
|
Ignore catch blocks whose type can't be resolved.
Ian Rogers
2014-05-29
2
-14
/
+10
|
/
*
Revert "Revert "Fix an outstanding compaction bug in interpreter.""
Mathieu Chartier
2014-05-23
8
-22
/
+18
*
Revert "Fix an outstanding compaction bug in interpreter."
Mathieu Chartier
2014-05-22
8
-18
/
+22
*
Fix an outstanding compaction bug in interpreter.
Mathieu Chartier
2014-05-22
8
-22
/
+18
*
Merge "Begin migration of art::Atomic to std::atomic."
Ian Rogers
2014-05-21
1
-2
/
+2
|
\
|
*
Begin migration of art::Atomic to std::atomic.
Ian Rogers
2014-05-20
1
-2
/
+2
*
|
Simplify Class::IsArtFieldClass().
Hiroshi Yamauchi
2014-05-20
5
-21
/
+11
|
/
*
Improve stack walk performance.
Vladimir Marko
2014-05-20
3
-54
/
+106
*
Merge "Now we have a proper C++ library, use std::unique_ptr."
Ian Rogers
2014-05-20
8
-41
/
+41
|
\
|
*
Now we have a proper C++ library, use std::unique_ptr.
Ian Rogers
2014-05-19
8
-41
/
+41
*
|
Don't get and restore thread state for ScopedFastNativeObjectAccess.
Mathieu Chartier
2014-05-19
4
-6
/
+10
|
/
*
Delete ClassHelper and fix compaction bug in GetDirectInterface
Mathieu Chartier
2014-05-18
4
-85
/
+248
*
Fix generic jni issue in ArtMethod::GetQuickFrameInfo
Dmitry Petrochenko
2014-05-16
1
-1
/
+1
*
Compatibility layer to transition from UniquePtr to std::unique_ptr.
Ian Rogers
2014-05-15
1
-1
/
+1
*
Merge "ART: Fix typo in ArtMethod::FindCatchBlock"
Andreas Gampe
2014-05-15
2
-4
/
+14
|
\
|
*
ART: Fix typo in ArtMethod::FindCatchBlock
Andreas Gampe
2014-05-14
2
-4
/
+14
*
|
Merge "Ensure JNI primitive array type is appropriate."
Ian Rogers
2014-05-14
1
-4
/
+9
|
\
\
|
|
/
|
/
|
[prev]
[next]