summaryrefslogtreecommitdiffstats
path: root/runtime/arch/arm/fault_handler_arm.cc
Commit message (Expand)AuthorAgeFilesLines
* Move mirror::ArtMethod to nativeMathieu Chartier2015-06-021-5/+5
* Replace NULL with nullptrMathieu Chartier2015-04-221-1/+1
* ART: Avoid obvious segfault in arm & x86 fault handlerAndreas Gampe2015-04-031-0/+7
* Instruction set features for ARM64, MIPS and X86.Ian Rogers2014-11-131-1/+0
* Add ATTRIBUTE_UNUSED to unused parameters.Chih-Hung Hsieh2014-11-041-5/+9
* Handle nested signalsDave Allison2014-08-271-0/+18
* Reduce stack usage for overflow checksDave Allison2014-08-131-26/+5
* Add implicit checks for x86_64 architecture.Dave Allison2014-08-071-1/+1
* ART: Throw StackOverflowError in native codeAndreas Gampe2014-07-211-2/+2
* Revert "Revert "Revert "Revert "Add implicit null and stack checks for x86""""Dave Allison2014-07-161-5/+6
* Revert "Revert "Revert "Add implicit null and stack checks for x86"""Nicolas Geoffray2014-07-111-6/+5
* Revert "Revert "Add implicit null and stack checks for x86""Dave Allison2014-07-101-5/+6
* Revert "Add implicit null and stack checks for x86"Dave Allison2014-07-101-6/+5
* Add implicit null and stack checks for x86Dave Allison2014-07-091-5/+6
* ART: Target-dependent stack overflow, less check elisionAndreas Gampe2014-06-181-2/+3
* Handle implicit stack overflow without affecting stack walksDave Allison2014-05-051-89/+46
* Replace CountOneBits and __builtin_popcount with POPCOUNT.Vladimir Marko2014-05-021-2/+2
* Revert "Revert "Revert "Use trampolines for calls to helpers"""Dave Allison2014-04-091-5/+2
* Revert "Revert "Use trampolines for calls to helpers""Dave Allison2014-04-091-2/+5
* Revert "Use trampolines for calls to helpers"Dave Allison2014-04-071-5/+2
* Use trampolines for calls to helpersDave Allison2014-04-041-2/+5
* Disable use of R4 as a promotable registerDave Allison2014-04-031-3/+3
* Add handler for printing java stack traces for compiled code SIGSEGV.Mathieu Chartier2014-04-011-9/+10
* Allow mixing of thread offsets between 32 and 64bit architectures.Ian Rogers2014-04-011-1/+1
* Implement implicit stack overflow checksDave Allison2014-03-311-11/+138
* Implicit null/suspend checks (oat version bump)Dave Allison2014-03-131-0/+148