[all-commits] [llvm/llvm-project] c9af34: Add __divmodti4 to match libgcc.
topperc via All-commits
all-commits at lists.llvm.org
Wed Sep 16 21:56:55 PDT 2020
Branch: refs/heads/master
Home: https://github.com/llvm/llvm-project
Commit: c9af34027bc9cb852a4e5e96154a7bd89531a6de
https://github.com/llvm/llvm-project/commit/c9af34027bc9cb852a4e5e96154a7bd89531a6de
Author: Craig Topper <craig.topper at intel.com>
Date: 2020-09-16 (Wed, 16 Sep 2020)
Changed paths:
M compiler-rt/lib/builtins/CMakeLists.txt
M compiler-rt/lib/builtins/README.txt
A compiler-rt/lib/builtins/divmodti4.c
A compiler-rt/test/builtins/Unit/divmodti4_test.c
Log Message:
-----------
Add __divmodti4 to match libgcc.
gcc has used this on x86-64 since at least version 7.
Reviewed By: MaskRay
Differential Revision: https://reviews.llvm.org/D80506
More information about the All-commits
mailing list