summaryrefslogtreecommitdiffstats
path: root/runtime/arch
Commit message (Expand)AuthorAgeFilesLines
* Merge "ART Runtime: Add movb $xx,yy fault handling"Ian Rogers2014-10-111-0/+1
|\
| * ART Runtime: Add movb $xx,yy fault handlingMark Mendell2014-10-011-0/+1
* | Enable -Wimplicit-fallthrough.Ian Rogers2014-10-091-1/+1
* | stdint types all the way!Ian Rogers2014-10-092-2/+2
* | Fix arm64 build: move macro usage after definition.Vladimir Marko2014-10-091-6/+6
* | Don't copy fill array data to quick literal pool.Ian Rogers2014-10-085-25/+8
* | Revert "Rename registers in arm64."Nicolas Geoffray2014-10-031-11/+10
* | Rename registers in arm64.Nicolas Geoffray2014-10-011-10/+11
|/
* ART: Fix some -Wpedantic errorsAndreas Gampe2014-09-292-7/+7
* ART Runtime: Add movw $xx,yy fault handlingMark Mendell2014-09-251-4/+7
* x86 fault handler does not know about movbSerguei Katkov2014-09-111-3/+4
* 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
|/