This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository llvm.
from 2e8e1e6 AMDGPU: Remove unused tablegen utilities new 4df8156 [vim] Add more attributes to llvm.vim new 4110644 [Hexagon] Allow non-returning calls in hardware loops new dc9c737 Use range algorithms instead of unpacking begin/end
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/ADT/ArrayRef.h | 11 ++++ include/llvm/Support/CommandLine.h | 3 +- lib/Analysis/CodeMetrics.cpp | 3 +- lib/Analysis/GlobalsModRef.cpp | 12 ++--- lib/Analysis/InstructionSimplify.cpp | 8 +-- lib/Analysis/LazyCallGraph.cpp | 3 +- lib/Analysis/LoopInfo.cpp | 11 ++-- lib/Analysis/ModuleSummaryAnalysis.cpp | 6 +-- lib/Analysis/ScalarEvolutionExpander.cpp | 5 +- lib/Analysis/ValueTracking.cpp | 5 +- lib/AsmParser/LLLexer.cpp | 2 +- lib/CodeGen/AsmPrinter/DebugLocEntry.h | 2 +- lib/CodeGen/AsmPrinter/DwarfDebug.cpp | 12 ++--- lib/CodeGen/AsmPrinter/DwarfDebug.h | 2 +- lib/CodeGen/MachineInstr.cpp | 4 +- lib/CodeGen/SelectionDAG/DAGCombiner.cpp | 7 ++- lib/CodeGen/SelectionDAG/SelectionDAG.cpp | 4 +- lib/CodeGen/SelectionDAG/SelectionDAGBuilder.cpp | 2 +- lib/IR/Attributes.cpp | 21 ++++---- lib/IR/AutoUpgrade.cpp | 2 +- lib/IR/Verifier.cpp | 4 +- lib/ProfileData/InstrProfWriter.cpp | 3 +- lib/Target/ARM/ARMISelLowering.cpp | 2 +- lib/Target/Hexagon/HexagonHardwareLoops.cpp | 4 +- lib/Target/Hexagon/HexagonInstrInfo.cpp | 6 +++ lib/Target/Hexagon/HexagonInstrInfo.h | 1 + lib/Target/Hexagon/HexagonRDFOpt.cpp | 2 +- lib/Target/Hexagon/RDFGraph.cpp | 2 +- lib/Target/Hexagon/RDFLiveness.cpp | 2 +- lib/Target/PowerPC/PPCBoolRetToInt.cpp | 8 ++- lib/Target/PowerPC/PPCISelLowering.cpp | 3 +- lib/Target/X86/X86ISelLowering.cpp | 35 ++++++------ lib/Transforms/IPO/GlobalOpt.cpp | 2 +- .../InstCombine/InstCombineLoadStoreAlloca.cpp | 15 +++--- lib/Transforms/Scalar/GVNHoist.cpp | 3 +- lib/Transforms/Scalar/LoopInterchange.cpp | 4 +- lib/Transforms/Scalar/LoopLoadElimination.cpp | 7 ++- lib/Transforms/Scalar/MemCpyOptimizer.cpp | 14 +++-- lib/Transforms/Scalar/RewriteStatepointsForGC.cpp | 3 +- lib/Transforms/Scalar/SCCP.cpp | 3 +- lib/Transforms/Scalar/SROA.cpp | 21 ++++---- lib/Transforms/Utils/LCSSA.cpp | 2 +- lib/Transforms/Utils/LoopUnroll.cpp | 5 +- lib/Transforms/Utils/LoopUtils.cpp | 2 +- lib/Transforms/Utils/SimplifyCFG.cpp | 2 +- lib/Transforms/Utils/SimplifyLibCalls.cpp | 2 +- lib/Transforms/Utils/ValueMapper.cpp | 2 +- lib/Transforms/Vectorize/LoadStoreVectorizer.cpp | 2 +- test/CodeGen/Hexagon/hwloop-noreturn-call.ll | 63 ++++++++++++++++++++++ utils/TableGen/CodeGenDAGPatterns.cpp | 15 +++--- utils/vim/syntax/llvm.vim | 2 + 51 files changed, 211 insertions(+), 155 deletions(-) create mode 100644 test/CodeGen/Hexagon/hwloop-noreturn-call.ll