[all-commits] [llvm/llvm-project] 49406f: Fix uninitialized variable warning. NFC.
Simon Pilgrim via All-commits
all-commits at lists.llvm.org
Mon Nov 18 05:27:01 PST 2019
Branch: refs/heads/master
Home: https://github.com/llvm/llvm-project
Commit: 49406fa9f46214c22489c60099d03a0c307cb460
https://github.com/llvm/llvm-project/commit/49406fa9f46214c22489c60099d03a0c307cb460
Author: Simon Pilgrim <llvm-dev at redking.me.uk>
Date: 2019-11-18 (Mon, 18 Nov 2019)
Changed paths:
M llvm/unittests/tools/llvm-cfi-verify/FileAnalysis.cpp
Log Message:
-----------
Fix uninitialized variable warning. NFC.
Commit: 9976287219cd05ec02770c22b68344b431d2e3b1
https://github.com/llvm/llvm-project/commit/9976287219cd05ec02770c22b68344b431d2e3b1
Author: Simon Pilgrim <llvm-dev at redking.me.uk>
Date: 2019-11-18 (Mon, 18 Nov 2019)
Changed paths:
M llvm/tools/llvm-rc/ResourceFileWriter.h
M llvm/tools/llvm-rc/ResourceScriptToken.cpp
Log Message:
-----------
llvm-rc - fix uninitialized variable warnings. NFC.
Commit: 7207dae5c7f205c551036362c8b9872afbd94d58
https://github.com/llvm/llvm-project/commit/7207dae5c7f205c551036362c8b9872afbd94d58
Author: Simon Pilgrim <llvm-dev at redking.me.uk>
Date: 2019-11-18 (Mon, 18 Nov 2019)
Changed paths:
M llvm/unittests/Support/ThreadPool.cpp
Log Message:
-----------
Fix uninitialized variable warning. NFC.
Commit: ae31c7299ba60f909f718d6cc8a2b4114d506127
https://github.com/llvm/llvm-project/commit/ae31c7299ba60f909f718d6cc8a2b4114d506127
Author: Simon Pilgrim <llvm-dev at redking.me.uk>
Date: 2019-11-18 (Mon, 18 Nov 2019)
Changed paths:
M llvm/unittests/DebugInfo/DWARF/DwarfGenerator.cpp
Log Message:
-----------
DwarfGenerator - fix uninitialized variable warnings. NFC.
Commit: c070a27acc474a2e4a159d8797d4506bcbe71a30
https://github.com/llvm/llvm-project/commit/c070a27acc474a2e4a159d8797d4506bcbe71a30
Author: Simon Pilgrim <llvm-dev at redking.me.uk>
Date: 2019-11-18 (Mon, 18 Nov 2019)
Changed paths:
M llvm/include/llvm/DebugInfo/DWARF/DWARFAddressRange.h
M llvm/lib/DebugInfo/DWARF/DWARFAddressRange.cpp
M llvm/lib/DebugInfo/DWARF/DWARFContext.cpp
M llvm/lib/DebugInfo/DWARF/DWARFDebugLoc.cpp
M llvm/lib/DebugInfo/DWARF/DWARFDie.cpp
M llvm/test/CodeGen/X86/debug-loclists.ll
M llvm/test/DebugInfo/ARM/PR26163.ll
M llvm/test/DebugInfo/Mips/dsr-fixed-objects.ll
M llvm/test/DebugInfo/X86/DW_AT_location-reference.ll
M llvm/test/DebugInfo/X86/dbg-value-frame-index.ll
M llvm/test/DebugInfo/X86/dbg-value-regmask-clobber.ll
M llvm/test/DebugInfo/X86/debug-loc-frame.ll
M llvm/test/DebugInfo/X86/debug-loc-offset.mir
Log Message:
-----------
Revert rGc0f6ad7d1f3c : "DWARF location lists: Add section index dumping"
This reverts commit c0f6ad7d1f3ccb9d0b9ce9ef8dfa06409ccf1b3e to fix the buildbots.
Compare: https://github.com/llvm/llvm-project/compare/869d904df76c...c070a27acc47
More information about the All-commits
mailing list