This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository llvm.
from dd37dd65215 BumpPtrAllocator: Add a couple of convenient wrappers aroun [...] new ba966673f59 Adapt gcov to changes in CFE. new f00f55a81f3 [CodeExtractor] Split PHI nodes with incoming values from o [...] new 5e43cc22a9f [Hexagon] Switch to auto-generated intrinsic definitions an [...]
The 3 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/IR/IntrinsicsHexagon.td | 14973 +++++++------------ include/llvm/Transforms/Utils/CodeExtractor.h | 4 +- lib/Target/Hexagon/Hexagon.td | 2 - lib/Target/Hexagon/HexagonDepMapAsm2Intrin.td | 3307 ++++ lib/Target/Hexagon/HexagonIntrinsics.td | 1537 +- lib/Transforms/Instrumentation/GCOVProfiling.cpp | 22 +- lib/Transforms/Utils/CodeExtractor.cpp | 139 +- test/CodeGen/Hexagon/multi-cycle.ll | 4 +- .../HotColdSplit/duplicate-phi-preds-crash.ll | 4 +- unittests/Transforms/Utils/CodeExtractorTest.cpp | 102 +- 10 files changed, 8945 insertions(+), 11149 deletions(-) create mode 100644 lib/Target/Hexagon/HexagonDepMapAsm2Intrin.td