[all-commits] [llvm/llvm-project] c1dd60: [AVR][MC] Generate section '.progmemX.data' for ex...
Ben Shi via All-commits
all-commits at lists.llvm.org
Wed Jan 19 18:53:36 PST 2022
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: c1dd607463dbaa0398df1c88b6759dde03be6353
https://github.com/llvm/llvm-project/commit/c1dd607463dbaa0398df1c88b6759dde03be6353
Author: Ben Shi <ben.shi at streamcomputing.com>
Date: 2022-01-20 (Thu, 20 Jan 2022)
Changed paths:
M llvm/lib/Target/AVR/AVR.h
M llvm/lib/Target/AVR/AVRTargetObjectFile.cpp
M llvm/lib/Target/AVR/AVRTargetObjectFile.h
M llvm/test/CodeGen/AVR/sections.ll
Log Message:
-----------
[AVR][MC] Generate section '.progmemX.data' for extended flash banks
Reviewed By: aykevl
Differential Revision: https://reviews.llvm.org/D115987
Commit: 94173dc24cb563e29974aa2731779bdb902d1d89
https://github.com/llvm/llvm-project/commit/94173dc24cb563e29974aa2731779bdb902d1d89
Author: Ben Shi <ben.shi at streamcomputing.com>
Date: 2022-01-20 (Thu, 20 Jan 2022)
Changed paths:
M llvm/lib/Target/AVR/AVR.h
M llvm/lib/Target/AVR/AVRExpandPseudoInsts.cpp
M llvm/lib/Target/AVR/AVRISelDAGToDAG.cpp
M llvm/lib/Target/AVR/AVRInstrInfo.td
M llvm/lib/Target/AVR/AVRSubtarget.h
A llvm/test/CodeGen/AVR/elpm.ll
A llvm/test/CodeGen/AVR/lpmx.ll
Log Message:
-----------
[AVR] Generate ELPM for loading byte/word from extended program memory
Reviewed By: aykevl
Differential Revision: https://reviews.llvm.org/D116493
Compare: https://github.com/llvm/llvm-project/compare/34570f4faf4c...94173dc24cb5
More information about the All-commits
mailing list