This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository llvm.
from 921890cecf1 [COFF] Expose an easier helper function for getting names f [...] new 4b12e2fa578 [NFC] Split logic of ImplicitControlFlowTracking to allow g [...]
The 1 revisions listed above as "new" are entirely new to this repository and will be described in separate emails. The revisions listed as "adds" were already present in the repository and have only been added to this reference.
Summary of changes: include/llvm/Transforms/Scalar/GVN.h | 2 +- .../Transforms/Utils/ImplicitControlFlowTracking.h | 62 ------------ .../Utils/InstructionPrecedenceTracking.h | 106 +++++++++++++++++++++ lib/Transforms/Utils/CMakeLists.txt | 2 +- .../Utils/ImplicitControlFlowTracking.cpp | 93 ------------------ .../Utils/InstructionPrecedenceTracking.cpp | 99 +++++++++++++++++++ 6 files changed, 207 insertions(+), 157 deletions(-) delete mode 100644 include/llvm/Transforms/Utils/ImplicitControlFlowTracking.h create mode 100644 include/llvm/Transforms/Utils/InstructionPrecedenceTracking.h delete mode 100644 lib/Transforms/Utils/ImplicitControlFlowTracking.cpp create mode 100644 lib/Transforms/Utils/InstructionPrecedenceTracking.cpp