[all-commits] [llvm/llvm-project] 86c1d0: [clang][AVR] Implement standard calling convention...

Ben Shi via All-commits all-commits at lists.llvm.org
Wed Mar 23 20:41:22 PDT 2022


  Branch: refs/heads/main
  Home:   https://github.com/llvm/llvm-project
  Commit: 86c1d075bb32101fe1c403e873ce33945bfa9626
      https://github.com/llvm/llvm-project/commit/86c1d075bb32101fe1c403e873ce33945bfa9626
  Author: Ben Shi <ben.shi at streamcomputing.com>
  Date:   2022-03-24 (Thu, 24 Mar 2022)

  Changed paths:
    M clang/lib/Basic/Targets/AVR.cpp

  Log Message:
  -----------
  [clang][AVR] Implement standard calling convention for AVR and AVRTiny

This patch implements avr-gcc's calling convention:
https://gcc.gnu.org/wiki/avr-gcc#Calling_Convention

Reviewed By: aykevl

Differential Revision: https://reviews.llvm.org/D120720




More information about the All-commits mailing list