This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository llvm.
from 42ee3f57985 [DAGCombiner] scale repeated FP divisor by splat factor new ec039c845f7 Recommitting r358783 and r358786 "[MS] Emit S_HEAPALLOCSITE [...] new c10146f5952 Mark new jitlink test XFAIL for windows
The 2 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/CodeGen/MachineFunction.h | 12 +++ include/llvm/CodeGen/MachineInstr.h | 4 + lib/CodeGen/AsmPrinter/CodeViewDebug.cpp | 23 +++++ lib/CodeGen/AsmPrinter/CodeViewDebug.h | 1 + lib/CodeGen/MachineFunction.cpp | 11 ++ lib/CodeGen/MachineInstr.cpp | 13 +++ lib/CodeGen/SelectionDAG/FastISel.cpp | 6 ++ lib/Target/X86/X86FastISel.cpp | 1 + test/CodeGen/X86/label-heapallocsite.ll | 111 +++++++++++++++++++++ .../JITLink/X86/MachO_x86-64_ehframe.test | 7 +- 10 files changed, 188 insertions(+), 1 deletion(-) create mode 100644 test/CodeGen/X86/label-heapallocsite.ll