1
0
mirror of https://github.com/RPCS3/llvm-mirror.git synced 2024-10-20 03:23:01 +02:00
llvm-mirror/include/llvm/CodeGen
2018-10-14 08:50:06 +00:00
..
GlobalISel [GlobalISel] Fix the artifact combiner to fold G_IMPLICIT_DEF properly 2018-10-10 18:01:48 +00:00
MIRParser Remove \brief commands from doxygen comments. 2018-05-01 15:54:18 +00:00
PBQP Remove @brief commands from doxygen comments, too. 2018-05-01 16:10:38 +00:00
AccelTable.h DwarfDebug: Reduce duplication in addAccel*** methods 2018-07-20 15:24:13 +00:00
Analysis.h [WebAssembly] Add functions for EHScopes 2018-05-23 00:32:46 +00:00
AsmPrinter.h [CodeGen] emit inline asm clobber list warnings for reserved (cont) 2018-08-30 12:52:35 +00:00
AtomicExpandUtils.h [CodeGen] Fix inconsistent declaration parameter name 2018-07-16 18:51:40 +00:00
BasicTTIImpl.h recommit 344472 after fixing build failure on ARM and PPC. 2018-10-14 08:50:06 +00:00
CalcSpillWeights.h Remove \brief commands from doxygen comments. 2018-05-01 15:54:18 +00:00
CallingConvLower.h [CodeGen] Fix inconsistent declaration parameter name 2018-07-16 18:51:40 +00:00
CommandFlags.inc [AArch64] Add Tiny Code Model for AArch64 2018-08-22 11:31:39 +00:00
CostTable.h Remove \brief commands from doxygen comments. 2018-05-01 15:54:18 +00:00
DAGCombine.h
DFAPacketizer.h
DIE.h [CodeGen] Fix inconsistent declaration parameter name 2018-07-16 18:51:40 +00:00
DIEValue.def
DwarfStringPoolEntry.h [DebugInfo] Reduce debug_str_offsets section size 2018-08-07 09:54:52 +00:00
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 [CodeGen] Fix inconsistent declaration parameter name 2018-07-16 18:51:40 +00:00
FaultMaps.h
FunctionLoweringInfo.h Fix missing C++ mode comment in header 2018-08-08 18:40:43 +00:00
GCMetadata.h
GCMetadataPrinter.h
GCs.h
GCStrategy.h Remove trailing space 2018-07-30 19:41:25 +00:00
IntrinsicLowering.h [CodeGen] fix documentation comments; NFC 2017-12-15 18:09:33 +00:00
ISDOpcodes.h [Intrinsic] Add llvm.minimum and llvm.maximum instrinsic functions 2018-10-13 07:21:44 +00:00
LatencyPriorityQueue.h [CodeGen] Fix inconsistent declaration parameter name 2018-07-16 18:51:40 +00:00
LazyMachineBlockFrequencyInfo.h Remove \brief commands from doxygen comments. 2018-05-01 15:54:18 +00:00
LexicalScopes.h
LinkAllAsmWriterComponents.h
LinkAllCodegenComponents.h
LiveInterval.h [CodeGen] Fix inconsistent declaration parameter name 2018-07-16 18:51:40 +00:00
LiveIntervals.h [CodeGen] Fix inconsistent declaration parameter name 2018-07-16 18:51:40 +00:00
LiveIntervalUnion.h [CodeGen] Fix inconsistent declaration parameter name 2018-07-16 18:51:40 +00:00
LivePhysRegs.h [BranchFolding] Fix live-in's when hoisting code 2018-06-07 07:20:33 +00:00
LiveRangeEdit.h Remove \brief commands from doxygen comments. 2018-05-01 15:54:18 +00:00
LiveRegMatrix.h Take into account the cost of local intervals when selecting split candidate. 2018-01-31 13:31:08 +00:00
LiveRegUnits.h Remove \brief commands from doxygen comments. 2018-05-01 15:54:18 +00:00
LiveStacks.h LiveStacks: Rename LiveStack.{h|cpp} to LiveStacks.{h|cpp}; NFC 2017-12-18 23:19:44 +00:00
LiveVariables.h
LoopTraversal.h Remove \brief commands from doxygen comments. 2018-05-01 15:54:18 +00:00
LowLevelType.h
MachineBasicBlock.h [WebAssembly] Add isEHScopeReturn instruction property 2018-08-21 19:44:11 +00:00
MachineBlockFrequencyInfo.h
MachineBranchProbabilityInfo.h
MachineCombinerPattern.h [AArch64] Add patterns to replace fsub fmul with fma fneg. 2017-12-06 22:48:36 +00:00
MachineConstantPool.h Remove @brief commands from doxygen comments, too. 2018-05-01 16:10:38 +00:00
MachineDominanceFrontier.h [WebAssembly] Add WebAssemblyException information analysis 2018-06-25 01:20:21 +00:00
MachineDominators.h Remove \brief commands from doxygen comments. 2018-05-01 15:54:18 +00:00
MachineFrameInfo.h [codeview] Emit S_FRAMEPROC and use S_DEFRANGE_FRAMEPOINTER_REL 2018-10-01 21:59:45 +00:00
MachineFunction.h Unify landing pad information adding routines (NFC) 2018-09-25 19:56:44 +00:00
MachineFunctionPass.h
MachineInstr.h Fix documentation of MachineInstr::getNumOperands 2018-10-12 12:26:37 +00:00
MachineInstrBuilder.h [MI] Change the array of MachineMemOperand pointers to be 2018-08-16 21:30:05 +00:00
MachineInstrBundle.h [CodeGen] Use MachineOperand::print in the MIRPrinter for MO_Register. 2017-12-07 10:40:31 +00:00
MachineInstrBundleIterator.h
MachineJumpTableInfo.h [CodeGen] Print jump-table index operands as %jump-table.0 in both MIR and debug output 2017-12-13 10:30:59 +00:00
MachineLoopInfo.h Remove \brief commands from doxygen comments. 2018-05-01 15:54:18 +00:00
MachineMemOperand.h [CodeGen] Fix inconsistent declaration parameter name 2018-07-16 18:51:40 +00:00
MachineModuleInfo.h Remove trailing space 2018-07-30 19:41:25 +00:00
MachineModuleInfoImpls.h [MinGW] [X86] Add stubs for references to data variables that might end up imported from a dll 2018-08-29 17:28:34 +00:00
MachineOperand.h CodeGen: Cleanup regmask construction; NFC 2018-07-26 00:27:47 +00:00
MachineOptimizationRemarkEmitter.h Remove \brief commands from doxygen comments. 2018-05-01 15:54:18 +00:00
MachineOutliner.h [MachineOutliner][AArch64] Add support for saving LR to a register 2018-07-30 17:45:28 +00:00
MachinePassRegistry.h
MachinePostDominators.h
MachineRegionInfo.h
MachineRegisterInfo.h Re-commit: [globalisel] Add a combiner helpers for extending loads and use them in a pre-legalize combiner for AArch64 2018-10-03 02:12:17 +00:00
MachineScheduler.h ScheduleDAG: Cleanup dumping code; NFC 2018-09-19 00:23:35 +00:00
MachineSSAUpdater.h [CodeGen] Fix inconsistent declaration parameter name 2018-07-16 18:51:40 +00:00
MachineTraceMetrics.h
MachORelocation.h Remove trailing space 2018-07-30 19:41:25 +00:00
MacroFusion.h Remove \brief commands from doxygen comments. 2018-05-01 15:54:18 +00:00
MIRPrinter.h [CodeGen] Fix inconsistent declaration parameter name 2018-07-16 18:51:40 +00:00
MIRYamlMapping.h [codeview] Emit S_FRAMEPROC and use S_DEFRANGE_FRAMEPOINTER_REL 2018-10-01 21:59:45 +00:00
ParallelCG.h [CodeGen] Fix inconsistent declaration parameter name 2018-07-16 18:51:40 +00:00
Passes.h [MachineOutliner] Add support for target-default outlining. 2018-06-30 03:56:03 +00:00
PBQPRAConstraint.h Remove @brief commands from doxygen comments, too. 2018-05-01 16:10:38 +00:00
PreISelIntrinsicLowering.h
PseudoSourceValue.h [PSV] Update API to be able to use TargetCustom without UB. 2018-08-20 19:23:45 +00:00
ReachingDefAnalysis.h [ReachingDefAnalysis] Fix what I assume to be a typo ReachingDedDefaultVal->ReachingDefDefaultVal. 2018-03-20 20:53:21 +00:00
RegAllocPBQP.h Remove @brief commands from doxygen comments, too. 2018-05-01 16:10:38 +00:00
RegAllocRegistry.h
RegisterClassInfo.h
RegisterPressure.h Remove \brief commands from doxygen comments. 2018-05-01 15:54:18 +00:00
RegisterScavenging.h [CodeGen] Fix inconsistent declaration parameter name 2018-07-16 18:51:40 +00:00
RegisterUsageInfo.h RegUsageInfo: Cleanup; NFC 2018-07-26 00:27:51 +00:00
ResourcePriorityQueue.h [CodeGen] Fix inconsistent declaration parameter name 2018-07-16 18:51:40 +00:00
RuntimeLibcalls.h Put "built-in" function definitions in global Used list, for LTO. (fix bug 34169) 2018-07-24 19:34:37 +00:00
ScheduleDAG.h ScheduleDAG: Cleanup dumping code; NFC 2018-09-19 00:23:35 +00:00
ScheduleDAGInstrs.h ScheduleDAG: Cleanup dumping code; NFC 2018-09-19 00:23:35 +00:00
ScheduleDAGMutation.h
ScheduleDFS.h Remove \brief commands from doxygen comments. 2018-05-01 15:54:18 +00:00
ScheduleHazardRecognizer.h
SchedulerRegistry.h
ScoreboardHazardRecognizer.h [CodeGen] Fix inconsistent declaration parameter name 2018-07-16 18:51:40 +00:00
SDNodeProperties.td TableGen: Allow setting SDNodeProperties on intrinsics 2017-12-20 19:36:28 +00:00
SelectionDAG.h Run VerifyDAGDiverence in debug only 2018-09-26 09:25:45 +00:00
SelectionDAGAddressAnalysis.h [DAG] Teach BaseIndexOffset to correctly handle with indexed operations 2018-01-08 16:21:35 +00:00
SelectionDAGISel.h [CodeGen] Fix inconsistent declaration parameter name 2018-07-16 18:51:40 +00:00
SelectionDAGNodes.h [SelectionDAG] allow undefs when matching splat constants 2018-10-05 17:42:19 +00:00
SelectionDAGTargetInfo.h
SlotIndexes.h llvm::sort(C.begin(), C.end(), ...) -> llvm::sort(C, ...) 2018-09-27 02:13:45 +00:00
StackMaps.h Remove trailing space 2018-07-30 19:41:25 +00:00
StackProtector.h CodeGen: Remove pipeline dependencies on StackProtector; NFC 2018-07-13 00:08:38 +00:00
TailDuplicator.h Remove unnecessary includes; NFC 2017-12-13 02:51:01 +00:00
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 Correct dwarf unwind information in function epilogue 2018-04-24 10:32:08 +00:00
TargetInstrInfo.h Remove FrameAccess struct from hasLoadFromStackSlot 2018-09-05 08:59:50 +00:00
TargetLowering.h [TargetLowering] Add root node back to work list after successful SimplifyDemandedBits/SimplifyDemandedVectorElts 2018-10-10 10:44:15 +00:00
TargetLoweringObjectFileImpl.h [CodeGen] Fix inconsistent declaration parameter name 2018-07-16 18:51:40 +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 Remove trailing space 2018-07-30 19:41:25 +00:00
TargetRegisterInfo.h [TargetRegisterInfo] Remove temporary hook enableMultipleCopyHints() 2018-10-05 14:23:11 +00:00
TargetSchedule.h [CodeGen] Fix inconsistent declaration parameter name 2018-07-16 18:51:40 +00:00
TargetSubtargetInfo.h [tblgen][llvm-mca] Add the ability to describe move elimination candidates via tablegen. 2018-10-12 11:23:04 +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 a comment in ValueTypes.td 2018-06-07 23:32:18 +00:00
VirtRegMap.h [CodeGen] Fix inconsistent declaration parameter name 2018-07-16 18:51:40 +00:00
WasmEHFuncInfo.h [WebAssembly] clang-format (NFC) 2018-09-05 01:27:38 +00:00
WinEHFuncInfo.h