[all-commits] [llvm/llvm-project] d5bbaa: [XRay] Make __xray_customevent support non-Linux
Fangrui Song via All-commits
all-commits at lists.llvm.org
Mon Jan 25 00:54:10 PST 2021
Branch: refs/heads/master
Home: https://github.com/llvm/llvm-project
Commit: d5bbaaaf957138cb2de9c91320e589934d0ab2f0
https://github.com/llvm/llvm-project/commit/d5bbaaaf957138cb2de9c91320e589934d0ab2f0
Author: Fangrui Song <i at maskray.me>
Date: 2021-01-25 (Mon, 25 Jan 2021)
Changed paths:
M llvm/lib/CodeGen/SelectionDAG/SelectionDAGBuilder.cpp
M llvm/test/CodeGen/X86/xray-custom-log.ll
R llvm/test/CodeGen/X86/xray-typed-event-log.ll
Log Message:
-----------
[XRay] Make __xray_customevent support non-Linux
Commit: d745b82de1d2def7e68ca836f8db5bb1edbb39cb
https://github.com/llvm/llvm-project/commit/d745b82de1d2def7e68ca836f8db5bb1edbb39cb
Author: Fangrui Song <i at maskray.me>
Date: 2021-01-25 (Mon, 25 Jan 2021)
Changed paths:
M llvm/include/llvm/CodeGen/TargetLowering.h
M llvm/lib/CodeGen/MachineInstr.cpp
M llvm/lib/CodeGen/TargetLoweringBase.cpp
M llvm/lib/Target/X86/X86ISelLowering.cpp
M llvm/test/CodeGen/X86/xray-custom-log.ll
Log Message:
-----------
[XRay] Support DW_TAG_call_site and delete unneeded PATCHABLE_EVENT_CALL/PATCHABLE_TYPED_EVENT_CALL lowering
Compare: https://github.com/llvm/llvm-project/compare/c6bd6607bf8a...d745b82de1d2
More information about the All-commits
mailing list