[all-commits] [llvm/llvm-project] eadb59: InstrCOPYReplacer::Converters: Use unique_ptr to o...
David Blaikie via All-commits
all-commits at lists.llvm.org
Tue Apr 28 17:34:11 PDT 2020
Branch: refs/heads/master
Home: https://github.com/llvm/llvm-project
Commit: eadb596730aa8e45b95aee82b93a74e78f463d55
https://github.com/llvm/llvm-project/commit/eadb596730aa8e45b95aee82b93a74e78f463d55
Author: David Blaikie <dblaikie at gmail.com>
Date: 2020-04-28 (Tue, 28 Apr 2020)
Changed paths:
M llvm/lib/Target/X86/X86DomainReassignment.cpp
Log Message:
-----------
InstrCOPYReplacer::Converters: Use unique_ptr to own values to simplify memory management
Commit: f6d5320ebe95857bbff01e977dfcfc1971aef4a3
https://github.com/llvm/llvm-project/commit/f6d5320ebe95857bbff01e977dfcfc1971aef4a3
Author: David Blaikie <dblaikie at gmail.com>
Date: 2020-04-28 (Tue, 28 Apr 2020)
Changed paths:
M llvm/lib/Target/WebAssembly/WebAssemblyExceptionInfo.cpp
M llvm/lib/Target/WebAssembly/WebAssemblyExceptionInfo.h
Log Message:
-----------
WebAssemblyExceptionInfo::Exceptions: Use unique_ptr to simplify memory management
Compare: https://github.com/llvm/llvm-project/compare/8683f5de5352...f6d5320ebe95
More information about the All-commits
mailing list