This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository llvm.
from f7dd8e2ac0a [SCEV] Ensure ScalarEvolution::createAddRecFromPHIWithCasts [...] new c86178ea375 Add llvm.codeview.annotation to implement MSVC __annotation
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: docs/LangRef.rst | 21 +++++++ include/llvm/CodeGen/ISDOpcodes.h | 6 ++ include/llvm/CodeGen/MachineFunction.h | 12 ++++ include/llvm/CodeGen/SelectionDAG.h | 2 + include/llvm/CodeGen/SelectionDAGNodes.h | 7 ++- include/llvm/DebugInfo/CodeView/SymbolRecord.h | 2 + include/llvm/IR/Intrinsics.td | 7 +++ include/llvm/Target/Target.td | 7 +++ include/llvm/Target/TargetOpcodes.def | 1 + lib/CodeGen/AsmPrinter/CodeViewDebug.cpp | 26 +++++++++ lib/CodeGen/AsmPrinter/CodeViewDebug.h | 2 + lib/CodeGen/MachineFunction.cpp | 1 + lib/CodeGen/SelectionDAG/InstrEmitter.cpp | 10 +++- lib/CodeGen/SelectionDAG/SelectionDAG.cpp | 9 ++- lib/CodeGen/SelectionDAG/SelectionDAGBuilder.cpp | 12 ++++ lib/CodeGen/SelectionDAG/SelectionDAGISel.cpp | 1 + test/CodeGen/X86/label-annotation.ll | 73 ++++++++++++++++++++++++ test/Transforms/Inline/label-annotation.ll | 35 ++++++++++++ 18 files changed, 226 insertions(+), 8 deletions(-) create mode 100644 test/CodeGen/X86/label-annotation.ll create mode 100644 test/Transforms/Inline/label-annotation.ll