summaryrefslogtreecommitdiffstats
path: root/runtime/arch
Commit message (Expand)AuthorAgeFilesLines
* 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
* AArch64: Add memcmp16() for Arm64; ensure xSELF not clobberedSerban Constantinescu2014-06-3011-178/+331
* Fix the x86 textrel and remove -Wl,--no-fatal-warnings.Elliott Hughes2014-06-281-3/+4
* Fix linux build.Brian Carlstrom2014-06-251-0/+4
* Merge "Copyright assignment"Andreas Gampe2014-06-251-26/+15
|\
| * Copyright assignmentBernhard Rosenkraenzer2014-06-251-26/+15
* | Fix the Mac build on x86-64.Ian Rogers2014-06-256-87/+156
|/
* AArch64: Add memcmp.S for Arm64.Serban Constantinescu2014-06-201-0/+155
* Merge "Fix art_quick_instrumentation_exit for ARM64"Sebastien Hertz2014-06-171-2/+2
|\
| * Fix art_quick_instrumentation_exit for ARM64Sebastien Hertz2014-06-191-2/+2
* | ART: Target-dependent stack overflow, less check elisionAndreas Gampe2014-06-181-2/+3
|/
* Merge "AArch64: Add transition assembly to wrapper native functions."Bill Buzbee2014-06-172-29/+45
|\
| * AArch64: Add transition assembly to wrapper native functions.Zheng Xu2014-06-172-29/+45
* | Revert "Revert "Fix access to FP registers when visiting stack""Sebastien Hertz2014-06-1711-152/+329
|/
* ART: Implement rem_double/rem_float for x86/x86-64Alexei Zavjalov2014-06-173-35/+4
* Disable StubTest.IndexOf if heap poisoning is enabled for now.Hiroshi Yamauchi2014-06-161-0/+2
* ART: Add initialize_type stubs for ARM64; indexof testAndreas Gampe2014-06-122-4/+82