Files
archived-llvm/lib/Target/AVR
Dylan McKay f0c8edc1fc [AVR] Lower i128 divisions to runtime library calls
This patch adds i128 division support by instruction LLVM to lower
128-bit divisions to the __udivmodti4 and __divmodti4 rtlib functions.

This also adds test for 64-bit division and 128-bit division.

Patch by Peter Nimmervoll.

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@327814 91177308-0d34-0410-b5e6-96231b3b80d8
2018-03-19 00:55:50 +00:00
..
2017-07-23 23:39:11 +00:00
2017-07-11 04:45:15 +00:00
2016-12-10 12:08:19 +00:00
2016-02-10 08:55:23 +00:00

AVR backend

This experimental backend is for the 8-bit Atmel AVR microcontroller.