summaryrefslogtreecommitdiffstats
path: root/runtime/mirror
Commit message (Expand)AuthorAgeFilesLines
...
| * | Revert "Revert "Revert "Revert "Add intrinsic for Reference.get()""""Fred Shih2014-07-157-4/+115
| |/
* | Break apart header files.Ian Rogers2014-07-154-0/+4
|/
* Fix infinite loop when calling SetStatus after OOM.Mathieu Chartier2014-07-141-12/+16
* Merge "Call strong CAS from unsafe. Add more CAS versions."Hans Boehm2014-07-113-9/+121
|\
| * Call strong CAS from unsafe. Add more CAS versions.Hans Boehm2014-07-113-9/+121
* | Improve performance of invokevirtual/invokeinterface with embedded imt/vtableMingyao Yang2014-07-1122-173/+503
|/
* Merge "Add missing class initialization during compilation and tests"Sebastien Hertz2014-07-102-0/+12
|\
| * Add missing class initialization during compilation and testsSebastien Hertz2014-07-102-0/+12
* | Revert "Revert "Revert "Add intrinsic for Reference.get()"""Sebastien Hertz2014-07-112-91/+0
* | Revert "Revert "Add intrinsic for Reference.get()""Christopher Ferris2014-07-112-0/+91
* | Revert "Add intrinsic for Reference.get()"Christopher Ferris2014-07-112-91/+0
* | Add intrinsic for Reference.get()Fred Shih2014-07-102-0/+91
* | Make CAS operations in Object use art::Atomic.Ian Rogers2014-07-103-28/+33
|/
* Add read barriers to the constant roots.Hiroshi Yamauchi2014-06-2711-22/+45
* Add mark compact collector.Mathieu Chartier2014-06-193-16/+17
* Merge "Fix GetMethodID to find an interface method from a super-interface"Brian Carlstrom2014-06-172-58/+79
|\
| * Fix GetMethodID to find an interface method from a super-interfaceBrian Carlstrom2014-06-182-58/+79
* | Change reference processing to use heap references.Mathieu Chartier2014-06-161-2/+14
|/
* Fix exception reporting from interpreterSebastien Hertz2014-06-112-2/+4
* ART: Move __memcmp16 from Bionic to ARTAndreas Gampe2014-06-101-20/+6
* Change MethodHelper to use a Handle.Mathieu Chartier2014-06-096-66/+209
* Merge "Clean up and augment Atomic class. Replace QuasiAtomic MemBars."Hans Boehm2014-06-062-23/+22
|\
| * Clean up and augment Atomic class. Replace QuasiAtomic MemBars.Hans Boehm2014-06-062-23/+22
* | Merge "Change FieldHelper to use a handle."Mathieu Chartier2014-06-067-42/+81
|\ \
| * | Change FieldHelper to use a handle.Mathieu Chartier2014-06-067-42/+81
* | | Reduce header files including header files.Ian Rogers2014-06-061-0/+1
| |/ |/|
* | Merge "Fix crash in JDWP ReferenceType.SourceFile command"Sebastien Hertz2014-06-061-1/+4
|\ \ | |/ |/|
| * Fix crash in JDWP ReferenceType.SourceFile commandSebastien Hertz2014-06-051-1/+4
* | Fix compiler warnings.Mathieu Chartier2014-06-041-0/+2
* | Make class status volatile.Ian Rogers2014-06-022-4/+5
|/
* Merge "Compaction cleanup for FindArrayClass."Mathieu Chartier2014-05-301-2/+4
|\
| * Compaction cleanup for FindArrayClass.Mathieu Chartier2014-05-301-2/+4
* | ART: Use StackReference in Quick Stack FrameAndreas Gampe2014-05-291-3/+9
* | Ignore catch blocks whose type can't be resolved.Ian Rogers2014-05-292-14/+10
|/
* Revert "Revert "Fix an outstanding compaction bug in interpreter.""Mathieu Chartier2014-05-238-22/+18
* Revert "Fix an outstanding compaction bug in interpreter."Mathieu Chartier2014-05-228-18/+22
* Fix an outstanding compaction bug in interpreter.Mathieu Chartier2014-05-228-22/+18
* Merge "Begin migration of art::Atomic to std::atomic."Ian Rogers2014-05-211-2/+2
|\
| * Begin migration of art::Atomic to std::atomic.Ian Rogers2014-05-201-2/+2
* | Simplify Class::IsArtFieldClass().Hiroshi Yamauchi2014-05-205-21/+11
|/
* Improve stack walk performance.Vladimir Marko2014-05-203-54/+106
* Merge "Now we have a proper C++ library, use std::unique_ptr."Ian Rogers2014-05-208-41/+41
|\
| * Now we have a proper C++ library, use std::unique_ptr.Ian Rogers2014-05-198-41/+41
* | Don't get and restore thread state for ScopedFastNativeObjectAccess.Mathieu Chartier2014-05-194-6/+10
|/
* Delete ClassHelper and fix compaction bug in GetDirectInterfaceMathieu Chartier2014-05-184-85/+248
* Fix generic jni issue in ArtMethod::GetQuickFrameInfoDmitry Petrochenko2014-05-161-1/+1
* Compatibility layer to transition from UniquePtr to std::unique_ptr.Ian Rogers2014-05-151-1/+1
* Merge "ART: Fix typo in ArtMethod::FindCatchBlock"Andreas Gampe2014-05-152-4/+14
|\
| * ART: Fix typo in ArtMethod::FindCatchBlockAndreas Gampe2014-05-142-4/+14
* | Merge "Ensure JNI primitive array type is appropriate."Ian Rogers2014-05-141-4/+9
|\ \ | |/ |/|