[all-commits] [llvm/llvm-project] 607e2a: ScopedNoAliasAA.h - remove unnecessary InstrTypes....
Simon Pilgrim via All-commits
all-commits at lists.llvm.org
Fri Jun 5 06:39:20 PDT 2020
Branch: refs/heads/master
Home: https://github.com/llvm/llvm-project
Commit: 607e2a1fa90181e89e5667f07dcc190d1b816f79
https://github.com/llvm/llvm-project/commit/607e2a1fa90181e89e5667f07dcc190d1b816f79
Author: Simon Pilgrim <llvm-dev at redking.me.uk>
Date: 2020-06-05 (Fri, 05 Jun 2020)
Changed paths:
M llvm/include/llvm/Analysis/ScopedNoAliasAA.h
Log Message:
-----------
ScopedNoAliasAA.h - remove unnecessary InstrTypes.h include. NFC.
Commit: 06fd973c859cb845293e86bb44d18c438be8efe5
https://github.com/llvm/llvm-project/commit/06fd973c859cb845293e86bb44d18c438be8efe5
Author: Simon Pilgrim <llvm-dev at redking.me.uk>
Date: 2020-06-05 (Fri, 05 Jun 2020)
Changed paths:
M llvm/include/llvm/Analysis/TargetLibraryInfo.h
M llvm/lib/Transforms/IPO/WholeProgramDevirt.cpp
M llvm/unittests/Analysis/AliasSetTrackerTest.cpp
M llvm/unittests/Analysis/GlobalsModRefTest.cpp
M llvm/unittests/Analysis/LazyCallGraphTest.cpp
Log Message:
-----------
TargetLibraryInfo.h - reduce Triple.h include to forward declaration. NFC.
Move implicit include dependencies down to source files.
Commit: 39ff53984db796ad0ca19a88aea5eadde14fbe42
https://github.com/llvm/llvm-project/commit/39ff53984db796ad0ca19a88aea5eadde14fbe42
Author: Simon Pilgrim <llvm-dev at redking.me.uk>
Date: 2020-06-05 (Fri, 05 Jun 2020)
Changed paths:
M llvm/include/llvm/Analysis/SyncDependenceAnalysis.h
Log Message:
-----------
SyncDependenceAnalysis.h - remove orphan method declarations. NFCI.
These have been there since the header was added by D51491 but afaict without an implementation, all functionality is actually in DivergenceAnalysis
Compare: https://github.com/llvm/llvm-project/compare/8b137a430636...39ff53984db7
More information about the All-commits
mailing list