[all-commits] [llvm/llvm-project] 082b2f: strict-dwarf in backend
Chen Zheng via All-commits
all-commits at lists.llvm.org
Mon Apr 26 18:13:19 PDT 2021
Branch: refs/heads/strict-dwarf-upstream
Home: https://github.com/llvm/llvm-project
Commit: 082b2fc0e5a78bd45840c1faa392354ff856de11
https://github.com/llvm/llvm-project/commit/082b2fc0e5a78bd45840c1faa392354ff856de11
Author: Chen Zheng <czhengsz at cn.ibm.com>
Date: 2021-04-22 (Thu, 22 Apr 2021)
Changed paths:
M clang/lib/CodeGen/BackendUtil.cpp
M llvm/include/llvm/CodeGen/CommandFlags.h
M llvm/include/llvm/Target/TargetOptions.h
M llvm/lib/CodeGen/CommandFlags.cpp
A llvm/test/DebugInfo/PowerPC/strict-dwarf.ll
Log Message:
-----------
strict-dwarf in backend
Commit: 681d9ecd727bf5835098a4e5d5a49f823670a6b5
https://github.com/llvm/llvm-project/commit/681d9ecd727bf5835098a4e5d5a49f823670a6b5
Author: Chen Zheng <czhengsz at cn.ibm.com>
Date: 2021-04-22 (Thu, 22 Apr 2021)
Changed paths:
M llvm/lib/CodeGen/AsmPrinter/DwarfUnit.cpp
M llvm/lib/CodeGen/AsmPrinter/DwarfUnit.h
Log Message:
-----------
[Debug-Info] change return type to void for attribute adding functions.
Commit: b12067bad7c30c33caf2dd168c126be3303be634
https://github.com/llvm/llvm-project/commit/b12067bad7c30c33caf2dd168c126be3303be634
Author: Chen Zheng <czhengsz at cn.ibm.com>
Date: 2021-04-22 (Thu, 22 Apr 2021)
Changed paths:
M llvm/lib/CodeGen/AsmPrinter/DwarfCompileUnit.cpp
M llvm/lib/CodeGen/AsmPrinter/DwarfUnit.cpp
M llvm/lib/CodeGen/AsmPrinter/DwarfUnit.h
Log Message:
-----------
[Debug-Info] add a wrapper addAttribute for addValue()
Commit: e91eb89cc97d077c8bbae2c28749304d005511cd
https://github.com/llvm/llvm-project/commit/e91eb89cc97d077c8bbae2c28749304d005511cd
Author: Chen Zheng <czhengsz at cn.ibm.com>
Date: 2021-04-24 (Sat, 24 Apr 2021)
Changed paths:
M llvm/lib/CodeGen/AsmPrinter/DwarfUnit.h
M llvm/test/DebugInfo/PowerPC/strict-dwarf.ll
Log Message:
-----------
[Debug-Info] guard attribute generating under strict dwarf.
Conflicts:
llvm/lib/CodeGen/AsmPrinter/DwarfUnit.h
Commit: 72cc3f7159b695f1928b82a4f29935db6eb62b42
https://github.com/llvm/llvm-project/commit/72cc3f7159b695f1928b82a4f29935db6eb62b42
Author: Chen Zheng <czhengsz at cn.ibm.com>
Date: 2021-04-24 (Sat, 24 Apr 2021)
Changed paths:
M clang/lib/CodeGen/CGDebugInfo.cpp
M clang/test/CodeGenCXX/debug-info-rvalue-ref.cpp
Log Message:
-----------
DW_TAG_Rvalue_reference
Commit: b92a9126259f0e9adeb589d54358d095477e9a35
https://github.com/llvm/llvm-project/commit/b92a9126259f0e9adeb589d54358d095477e9a35
Author: Chen Zheng <czhengsz at cn.ibm.com>
Date: 2021-04-25 (Sun, 25 Apr 2021)
Changed paths:
M llvm/lib/CodeGen/AsmPrinter/DwarfUnit.cpp
A llvm/test/DebugInfo/PowerPC/strict-dwarf-op-stack-value.ll
Log Message:
-----------
DW_OP_stack_value
Compare: https://github.com/llvm/llvm-project/compare/082b2fc0e5a7%5E...b92a9126259f
More information about the All-commits
mailing list