[all-commits] [llvm/llvm-project] fb7a43: [compiler-rt][builtins] Add several helper functio...
Ben Shi via All-commits
all-commits at lists.llvm.org
Sun May 1 18:42:13 PDT 2022
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: fb7a435492a5f0f43e6c1bbec5217bfcd212a712
https://github.com/llvm/llvm-project/commit/fb7a435492a5f0f43e6c1bbec5217bfcd212a712
Author: Ben Shi <ben.shi at streamcomputing.com>
Date: 2022-05-02 (Mon, 02 May 2022)
Changed paths:
M compiler-rt/cmake/Modules/CompilerRTUtils.cmake
M compiler-rt/cmake/base-config-ix.cmake
M compiler-rt/cmake/builtin-config-ix.cmake
M compiler-rt/cmake/config-ix.cmake
M compiler-rt/lib/builtins/CMakeLists.txt
A compiler-rt/lib/builtins/avr/exit.S
A compiler-rt/lib/builtins/avr/mulhi3.S
A compiler-rt/lib/builtins/avr/mulqi3.S
Log Message:
-----------
[compiler-rt][builtins] Add several helper functions for AVR
__mulqi3 : int8 multiplication
__mulhi3 : int16 multiplication
_exit : golobal terminator
Reviewed By: MaskRay, aykevl
Differential Revision: https://reviews.llvm.org/D123200
More information about the All-commits
mailing list