summaryrefslogtreecommitdiff
path: root/include
diff options
context:
space:
mode:
authorRenato Golin <renato.golin@linaro.org>2013-07-16 09:32:17 +0000
committerRenato Golin <renato.golin@linaro.org>2013-07-16 09:32:17 +0000
commit103ba845f09252d90a05109af7174f54bf412daf (patch)
tree89516426cf9df19eab94f801e39cfefb1ceb7eae /include
parent9273151c3bbc96c9b2911caffe3e1a724261cd06 (diff)
downloadllvm-103ba845f09252d90a05109af7174f54bf412daf.tar.gz
llvm-103ba845f09252d90a05109af7174f54bf412daf.tar.bz2
llvm-103ba845f09252d90a05109af7174f54bf412daf.tar.xz
ARM EABI divmod support
This patch enables calls to __aeabi_idivmod when in EABI mode, by using the remainder value returned on registers (R1), enabled by the ARM triple "none-eabi". Note that Darwin and GNUEABI triples will continue lowering on GNU style, that is, using the stack for the remainder. Still need to add SREM/UREM support fix for 64-bit lowering. git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@186390 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'include')
0 files changed, 0 insertions, 0 deletions