summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2013-12-09Merge "Add some functions to the unitialized VM handling"idea133Kenny Root
2013-12-09Add some functions to the unitialized VM handlingKenny Root
2013-12-09Merge "Rename ClobberCalleeSave to *Caller*, fix it for x86."Vladimir Marko
2013-12-09Rename ClobberCalleeSave to *Caller*, fix it for x86.Vladimir Marko
2013-12-09Merge "Fix Mir2Lir::AllocFreeTemp() to return -1 on failure."Vladimir Marko
2013-12-09Merge "Use libziparchive for art zip processing."Narayan Kamath
2013-12-09Use libziparchive for art zip processing.Narayan Kamath
2013-12-07Merge "Fix valgrind-test-art-host-gtest-object_test."Hiroshi Yamauchi
2013-12-06Fix valgrind-test-art-host-gtest-object_test.Hiroshi Yamauchi
2013-12-06Fix Mir2Lir::AllocFreeTemp() to return -1 on failure.Vladimir Marko
2013-12-06am 9cefcd7e: Merge "Performance improvement for mapping table creation."Vladimir Marko
2013-12-06Merge "Performance improvement for mapping table creation."Vladimir Marko
2013-12-05am 29c788da: Merge "Workaround for gcc volatile struct member bug"Brian Carlstrom
2013-12-06Merge "Workaround for gcc volatile struct member bug"Brian Carlstrom
2013-12-05Workaround for gcc volatile struct member bugChris Dearman
2013-12-05am 93461f9b: Merge "Fix races in thread list Unregister."Mathieu Chartier
2013-12-05Merge "Fix races in thread list Unregister."Mathieu Chartier
2013-12-05Fix races in thread list Unregister.Mathieu Chartier
2013-12-05am 3a91e906: Merge "Fix a rosalloc check failure in a test."Hiroshi Yamauchi
2013-12-05Merge "Fix a rosalloc check failure in a test."Hiroshi Yamauchi
2013-12-05Performance improvement for mapping table creation.Vladimir Marko
2013-12-04Fix a rosalloc check failure in a test.Hiroshi Yamauchi
2013-12-03am d83d4c86: Merge "Fix stack trace for proxy methods and added test case."Jeff Hao
2013-12-04Merge "Fix stack trace for proxy methods and added test case."Jeff Hao
2013-12-04Fix stack trace for proxy methods and added test case.Jeff Hao
2013-12-03am 0f6615fe: Merge "Fix incorrect IsHeapAddress in jni entrypoints."Mathieu Chartier
2013-12-03Merge "Fix incorrect IsHeapAddress in jni entrypoints."Mathieu Chartier
2013-12-03Fix incorrect IsHeapAddress in jni entrypoints.Mathieu Chartier
2013-12-02am 2f838d40: Merge "tools: use \'/usr/bin/env python\' instead of \'/usr/bin/...Ying Wang
2013-12-02Merge "tools: use '/usr/bin/env python' instead of '/usr/bin/python'"Ying Wang
2013-12-02am 7ceee468: Merge "Unsafe.compareAndSwapInt()/Object() intrinsics for x86."Vladimir Marko
2013-12-02Merge "Unsafe.compareAndSwapInt()/Object() intrinsics for x86."Vladimir Marko
2013-11-29am 4cd03789: Merge "Delta-encoding of mapping tables."Vladimir Marko
2013-11-29Merge "Delta-encoding of mapping tables."Vladimir Marko
2013-11-29Unsafe.compareAndSwapInt()/Object() intrinsics for x86.Vladimir Marko
2013-11-29Delta-encoding of mapping tables.Vladimir Marko
2013-11-28tools: use '/usr/bin/env python' instead of '/usr/bin/python'Chirayu Desai
2013-11-28am 00ce1853: Merge "Fix intrinsic Long.reverseBytes()."Vladimir Marko
2013-11-28Merge "Fix intrinsic Long.reverseBytes()."Vladimir Marko
2013-11-28Fix intrinsic Long.reverseBytes().Vladimir Marko
2013-11-27am 7613ffdf: Merge "Add interface for updating process state."Mathieu Chartier
2013-11-27Merge "Add interface for updating process state."Mathieu Chartier
2013-11-27am 315ab6c0: Merge "Fix JDWP single-step removal."Brian Carlstrom
2013-11-27Merge "Fix JDWP single-step removal."Brian Carlstrom
2013-11-26am af82e0cc: Merge "[MIPS] Enable futex support"Elliott Hughes
2013-11-26Merge "[MIPS] Enable futex support"Elliott Hughes
2013-11-26am 83a9962f: Merge "More compile-time tuning"Elliott Hughes
2013-11-26am 21be5b21: Merge "Intrinsic Unsafe.CompareAndSwapLong() for ARM."Narayan Kamath
2013-11-26Merge "More compile-time tuning"Elliott Hughes
2013-11-26More compile-time tuningbuzbee