[all-commits] [llvm/llvm-project] ec42d3: [AVR] Add more devices

Ben Shi via All-commits all-commits at lists.llvm.org
Wed Jun 22 09:36:08 PDT 2022


  Branch: refs/heads/release/14.x
  Home:   https://github.com/llvm/llvm-project
  Commit: ec42d3c069c762be2accae6f8c900f3b9a84cc17
      https://github.com/llvm/llvm-project/commit/ec42d3c069c762be2accae6f8c900f3b9a84cc17
  Author: Ben Shi <ben.shi at streamcomputing.com>
  Date:   2022-06-22 (Wed, 22 Jun 2022)

  Changed paths:
    M clang/lib/Basic/Targets/AVR.cpp
    M clang/lib/Driver/ToolChains/AVR.cpp
    M clang/test/Misc/target-invalid-cpu-note.c
    M llvm/lib/Target/AVR/AVRDevices.td

  Log Message:
  -----------
  [AVR] Add more devices

Synchronize AVR device lists with gcc-avr-5.4.0 and avr-libc-2.0.0.

Reviewed By: dylanmckay, aykevl

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

(cherry picked from commit 6edfe45a63125a8938a5bea13534a118b0e31023)


  Commit: aa586b6f5f555792424e51ba48d86b75e886c1d3
      https://github.com/llvm/llvm-project/commit/aa586b6f5f555792424e51ba48d86b75e886c1d3
  Author: Ben Shi <ben.shi at streamcomputing.com>
  Date:   2022-06-22 (Wed, 22 Jun 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

(cherry picked from commit 86c1d075bb32101fe1c403e873ce33945bfa9626)


Compare: https://github.com/llvm/llvm-project/compare/c12386ae247c...aa586b6f5f55


More information about the All-commits mailing list