[all-commits] [llvm/llvm-project] 3c8925: Attributor::ArgumentReplacementMap: Use unique_ptr...
David Blaikie via All-commits
all-commits at lists.llvm.org
Tue Apr 28 12:37:23 PDT 2020
Branch: refs/heads/master
Home: https://github.com/llvm/llvm-project
Commit: 3c89256d71658651735544ef18362b0fc961d9b3
https://github.com/llvm/llvm-project/commit/3c89256d71658651735544ef18362b0fc961d9b3
Author: David Blaikie <dblaikie at gmail.com>
Date: 2020-04-28 (Tue, 28 Apr 2020)
Changed paths:
M llvm/include/llvm/Transforms/IPO/Attributor.h
M llvm/lib/Transforms/IPO/Attributor.cpp
Log Message:
-----------
Attributor::ArgumentReplacementMap: Use unique_ptr to simplify memory management
Commit: 89e2fe32100410e6e6cd3c46e5a3d87ea94b141c
https://github.com/llvm/llvm-project/commit/89e2fe32100410e6e6cd3c46e5a3d87ea94b141c
Author: David Blaikie <dblaikie at gmail.com>
Date: 2020-04-28 (Tue, 28 Apr 2020)
Changed paths:
M llvm/include/llvm/Analysis/MustExecute.h
Log Message:
-----------
MustBeExecutedContextExplorer::InstructionIteratorMap: use unique_ptr for values in this map to simplify memory management
Commit: 95e570725a1423fcb7d6c1aa7eeed64c4a806436
https://github.com/llvm/llvm-project/commit/95e570725a1423fcb7d6c1aa7eeed64c4a806436
Author: David Blaikie <dblaikie at gmail.com>
Date: 2020-04-28 (Tue, 28 Apr 2020)
Changed paths:
M llvm/lib/Transforms/IPO/OpenMPOpt.cpp
Log Message:
-----------
OpenMPOpt::RuntimeFunctionInfo::UsesMap: Use unique_ptr for values to simplify memory management
Compare: https://github.com/llvm/llvm-project/compare/6f2304911972...95e570725a14
More information about the All-commits
mailing list