summaryrefslogtreecommitdiffstats
path: root/runtime/arch
Commit message (Expand)AuthorAgeFilesLines
* Add proper cfi directives.Christopher Ferris2014-09-101-5/+10
* Revert "Revert "x86: Fix art_quick_instrumentation_exit""Andreas Gampe2014-09-041-0/+1
* ART: Fix StubTest Interface Trampoline testAndreas Gampe2014-09-021-52/+33
* Fix mips build for nested signal handlerDave Allison2014-08-291-0/+3
* Handle nested signalsDave Allison2014-08-275-0/+85
* Fix usage of literals within a macro.Ian Rogers2014-08-261-2/+2
* Fixed typo in entrypoint stub.Fred Shih2014-08-251-2/+2
* Reduced memory usage of primitive fields smaller than 4-bytesFred Shih2014-08-2511-222/+864
* ART: Remove GOT setup from x86 assembly where not neededAndreas Gampe2014-08-214-69/+12
* ART: Fix ARM invoke stub, run Generic JNI in jni_compiler_testAndreas Gampe2014-08-191-3/+6
* ART: Set default visibility to protectedAndreas Gampe2014-08-1917-208/+278
* Fix the THREAD_ offsets for MIPS.Raghu Gandham2014-08-151-2/+2
* ART: Fix mac buildAndreas Gampe2014-08-141-2/+2
* Merge "Fix bugs in the x86 and arm versions of generic JNI."Nicolas Geoffray2014-08-122-10/+20
|\
| * Fix bugs in the x86 and arm versions of generic JNI.Nicolas Geoffray2014-08-142-10/+20
* | Reduce stack usage for overflow checksDave Allison2014-08-1311-154/+25
|/
* AArch64: Fix art_quick_string_compareto.Zheng Xu2014-08-121-4/+4
* Merge "Fix more of the Mac build."Dave Allison2014-08-113-5/+29
|\
| * Fix more of the Mac build.Dan Albert2014-08-113-5/+29
* | Fix the Mac build.Dan Albert2014-08-092-5/+11
* | Proper fix after -Bsymbolic change.Dan Albert2014-08-092-0/+7
|/
* Workaround for test failures after Bsymbolic fix.Dan Albert2014-08-071-5/+5
* Revert "Fix build without -Bsymbolic."Dan Albert2014-08-071-4/+2
* Merge "Fix build without -Bsymbolic."Dan Albert2014-08-062-7/+9
|\
| * Fix build without -Bsymbolic.Dan Albert2014-08-072-7/+9
* | Add implicit checks for x86_64 architecture.Dave Allison2014-08-076-156/+176
|/
* AArch64: Implicit StackOverflow/NPE/Suspend checks.Stuart Monteith2014-08-062-2/+186
* When performing a long jump, update SP last.Jeff Hao2014-08-061-1/+2
* Add x86_64 optimized __memcmp16 implementation;Varvara Rainchik2014-08-063-907/+2117
* 1. Fix CFI for quick compiled code in x86 & x86_64;Tong Shen2014-07-301-1/+2
* AArch64: Clean up CalleeSaveMethod frame and the use of temp registers.Zheng Xu2014-07-296-282/+274
* ART: Fix x86_64 instrumentation_exit, also movsd -> movqAndreas Gampe2014-07-232-5/+5
* Fix x86 instrumentation exit entrypoint and trace size limit.Jeff Hao2014-07-221-7/+5
* ART: Throw StackOverflowError in native codeAndreas Gampe2014-07-211-2/+2
* Add optimized assembler implementation of __memcmp16 for x86.Alexander Ivchenko2014-07-173-1/+1043
* Fix test 304-method-tracing failure for Mips.Douglas Leung2014-07-161-3/+4
* Merge "Fix art test failures for Mips."Jeff Hao2014-07-161-4/+9
|\
| * Fix art test failures for Mips.Douglas Leung2014-07-151-4/+9
* | Revert "Revert "Revert "Revert "Add implicit null and stack checks for x86""""Dave Allison2014-07-166-11/+317
|/
* Break apart header files.Ian Rogers2014-07-152-7/+8
* Add read barriers for the roots in Runtime.Hiroshi Yamauchi2014-07-144-0/+8
* Improve performance of invokevirtual/invokeinterface with embedded imt/vtableMingyao Yang2014-07-116-4/+12
* Fix mac build.Christopher Ferris2014-07-111-2/+2
* Revert "Revert "Revert "Add implicit null and stack checks for x86"""Nicolas Geoffray2014-07-116-309/+11
* Revert "Revert "Add implicit null and stack checks for x86""Dave Allison2014-07-106-11/+309
* x86_64: Enable fp-reg promotionSerguei Katkov2014-07-107-58/+204
* Revert "Add implicit null and stack checks for x86"Dave Allison2014-07-106-309/+11
* Add implicit null and stack checks for x86Dave Allison2014-07-096-11/+309
* JNI dlsym lookup fixes.Ian Rogers2014-07-072-6/+8
* ART: Rework Generic JNI, add ARM versionAndreas Gampe2014-07-014-71/+146