1
0
mirror of https://github.com/RPCS3/llvm-mirror.git synced 2024-11-25 04:02:41 +01:00
llvm-mirror/include/llvm/CodeGen
Keith Wyss 2c7eab97b2 [XRay] Typed event logging intrinsic
Summary:
Add an LLVM intrinsic for type discriminated event logging with XRay.
Similar to the existing intrinsic for custom events, but also accepts
a type tag argument to allow plugins to be aware of different types
and semantically interpret logged events they know about without
choking on those they don't.

Relies on a symbol defined in compiler-rt patch D43668. I may wait
to submit before I can see demo everything working together including
a still to come clang patch.

Reviewers: dberris, pelikan, eizan, rSerge, timshen

Subscribers: llvm-commits

Differential Revision: https://reviews.llvm.org/D45633

llvm-svn: 330219
2018-04-17 21:30:29 +00:00
..
GlobalISel [globalisel][legalizerinfo] Add support for the Lower action in getActionDefinitionsBuilder() and use it in AArch64. 2018-04-09 21:10:09 +00:00
MIRParser
PBQP
AccelTable.h Re-commit r329179 after fixing build&test issues 2018-04-04 14:42:14 +00:00
Analysis.h
AsmPrinter.h [XRay] Typed event logging intrinsic 2018-04-17 21:30:29 +00:00
AtomicExpandUtils.h
BasicTTIImpl.h [IR][CodeGen] Remove dependency on EVT from IR/Function.cpp. Move EVT to CodeGen layer. 2018-03-29 17:21:10 +00:00
CalcSpillWeights.h
CallingConvLower.h
CommandFlags.inc Rename *CommandFlags.def to *CommandFlags.inc 2018-04-11 18:49:37 +00:00
CostTable.h Fix layering of MachineValueType.h by moving it from CodeGen to Support 2018-03-23 23:58:25 +00:00
DAGCombine.h
DFAPacketizer.h
DIE.h
DIEValue.def
DwarfStringPoolEntry.h
EdgeBundles.h
ExecutionDomainFix.h Separate LoopTraversal, ReachingDefAnalysis and BreakFalseDeps into their own files. 2018-01-22 10:06:50 +00:00
ExpandReductions.h
FastISel.h [XRay] Typed event logging intrinsic 2018-04-17 21:30:29 +00:00
FaultMaps.h
FunctionLoweringInfo.h [FastISel] Sink local value materializations to first use 2018-03-14 21:54:21 +00:00
GCMetadata.h
GCMetadataPrinter.h
GCs.h
GCStrategy.h
IntrinsicLowering.h
ISDOpcodes.h revert r328921 - [DAGCombine] (float)((int) f) --> ftrunc (PR36617) 2018-04-12 15:27:01 +00:00
LatencyPriorityQueue.h [LatencyPriorityQueue] Fix build: missing override 2018-04-16 10:40:56 +00:00
LazyMachineBlockFrequencyInfo.h
LexicalScopes.h
LinkAllAsmWriterComponents.h
LinkAllCodegenComponents.h
LiveInterval.h
LiveIntervals.h
LiveIntervalUnion.h
LivePhysRegs.h
LiveRangeEdit.h
LiveRegMatrix.h Take into account the cost of local intervals when selecting split candidate. 2018-01-31 13:31:08 +00:00
LiveRegUnits.h
LiveStacks.h
LiveVariables.h
LoopTraversal.h Separate LoopTraversal, ReachingDefAnalysis and BreakFalseDeps into their own files. 2018-01-22 10:06:50 +00:00
LowLevelType.h
MachineBasicBlock.h [x86] Introduce a pass to begin more systematically fixing PR36028 and similar issues. 2018-04-10 01:41:17 +00:00
MachineBlockFrequencyInfo.h
MachineBranchProbabilityInfo.h
MachineCombinerPattern.h
MachineConstantPool.h
MachineDominanceFrontier.h
MachineDominators.h [Dominators] Remove verifyDomTree and add some verifying for Post Dom Trees 2018-02-28 11:00:08 +00:00
MachineFrameInfo.h
MachineFunction.h
MachineFunctionPass.h
MachineInstr.h [CodeGen] Fix printing bundles in MIR output 2018-04-10 16:46:13 +00:00
MachineInstrBuilder.h
MachineInstrBundle.h
MachineInstrBundleIterator.h
MachineJumpTableInfo.h
MachineLoopInfo.h
MachineMemOperand.h Fix type mismatch between MachineMemOperand constructor and accessors. NFC 2018-04-09 18:42:19 +00:00
MachineModuleInfo.h
MachineModuleInfoImpls.h
MachineOperand.h [MachineOperand][Target] MachineOperand::isRenamable semantics changes 2018-02-23 18:25:08 +00:00
MachineOptimizationRemarkEmitter.h
MachinePassRegistry.h
MachinePostDominators.h
MachineRegionInfo.h
MachineRegisterInfo.h Adding optional Name parameter to createVirtualRegister and createGenericVirtualRegister. 2018-04-03 15:53:49 +00:00
MachineScheduler.h [MachineScheduler] NFC refactoring 2018-04-12 07:21:39 +00:00
MachineSSAUpdater.h
MachineTraceMetrics.h
MachORelocation.h
MacroFusion.h
MIRPrinter.h
MIRYamlMapping.h [MIR] Add support for MachineFrameInfo::LocalFrameSize 2018-04-06 08:56:25 +00:00
ParallelCG.h
Passes.h [CodeGen] Add a new pass for PostRA sink 2018-03-22 20:06:47 +00:00
PBQPRAConstraint.h
PreISelIntrinsicLowering.h
PseudoSourceValue.h
ReachingDefAnalysis.h [ReachingDefAnalysis] Fix what I assume to be a typo ReachingDedDefaultVal->ReachingDefDefaultVal. 2018-03-20 20:53:21 +00:00
RegAllocPBQP.h
RegAllocRegistry.h
RegisterClassInfo.h
RegisterPressure.h
RegisterScavenging.h
RegisterUsageInfo.h
ResourcePriorityQueue.h
RuntimeLibcalls.def Add support for emitting libcalls for x86_fp80 -> fp128 and vice-versa 2018-01-17 22:29:16 +00:00
RuntimeLibcalls.h [IR][CodeGen] Remove dependency on EVT from IR/Function.cpp. Move EVT to CodeGen layer. 2018-03-29 17:21:10 +00:00
ScheduleDAG.h
ScheduleDAGInstrs.h
ScheduleDAGMutation.h
ScheduleDFS.h
ScheduleHazardRecognizer.h
SchedulerRegistry.h
ScoreboardHazardRecognizer.h
SDNodeProperties.td
SelectionDAG.h [IR][CodeGen] Remove dependency on EVT from IR/Function.cpp. Move EVT to CodeGen layer. 2018-03-29 17:21:10 +00:00
SelectionDAGAddressAnalysis.h
SelectionDAGISel.h [DAG, X86] Fix ISel-time node insertion ids 2018-03-22 19:32:07 +00:00
SelectionDAGNodes.h [IR][CodeGen] Remove dependency on EVT from IR/Function.cpp. Move EVT to CodeGen layer. 2018-03-29 17:21:10 +00:00
SelectionDAGTargetInfo.h
SlotIndexes.h [include] Change std::sort to llvm::sort in response to r327219 2018-04-01 18:39:50 +00:00
StackMaps.h
StackProtector.h
TailDuplicator.h
TargetCallingConv.h [IR][CodeGen] Remove dependency on EVT from IR/Function.cpp. Move EVT to CodeGen layer. 2018-03-29 17:21:10 +00:00
TargetFrameLowering.h Reapply ARM: Do not spill CSR to stack on entry to noreturn functions 2018-04-07 10:57:03 +00:00
TargetInstrInfo.h [MachineOutliner] Add useMachineOutliner target hook 2018-04-04 19:13:31 +00:00
TargetLowering.h [XRay] Typed event logging intrinsic 2018-04-17 21:30:29 +00:00
TargetLoweringObjectFileImpl.h Move TargetLoweringObjectFile from CodeGen to Target to fix layering 2018-03-23 23:58:19 +00:00
TargetOpcodes.h Fix layering of CodeGen/TargetOpcodes.def by moving it to Support 2018-03-23 23:58:27 +00:00
TargetPassConfig.h Fix typos of occurred and occurrence 2018-01-24 10:33:39 +00:00
TargetRegisterInfo.h [MIR] Adding support for Named Virtual Registers in MIR. 2018-03-30 18:15:54 +00:00
TargetSchedule.h [MC] Moved all the remaining logic that computed instruction latency and reciprocal throughput from TargetSchedModel to MCSchedModel. 2018-04-15 17:32:17 +00:00
TargetSubtargetInfo.h Introduce the "retpoline" x86 mitigation technique for variant #2 of the speculative execution vulnerabilities disclosed today, specifically identified by CVE-2017-5715, "Branch Target Injection", and is one of the two halves to Spectre.. 2018-01-22 22:05:25 +00:00
UnreachableBlockElim.h
ValueTypes.h [IR][CodeGen] Remove dependency on EVT from IR/Function.cpp. Move EVT to CodeGen layer. 2018-03-29 17:21:10 +00:00
ValueTypes.td [NFC] Fix minor typos in comments 2018-03-19 13:48:40 +00:00
VirtRegMap.h
WinEHFuncInfo.h