1
0
mirror of https://github.com/RPCS3/llvm-mirror.git synced 2024-10-19 11:02:59 +02:00
llvm-mirror/include/llvm/CodeGen
Tim Northover e35b03e144 GlobalISel: implement legalization pass, with just one transformation.
This adds the actual MachineLegalizeHelper to do the work and a trivial pass
wrapper that legalizes all instructions in a MachineFunction. Currently the
only transformation supported is splitting up a vector G_ADD into one acting on
smaller vectors.

llvm-svn: 276461
2016-07-22 20:03:43 +00:00
..
GlobalISel GlobalISel: implement legalization pass, with just one transformation. 2016-07-22 20:03:43 +00:00
MIRParser
PBQP Add missing includes. 2016-06-28 12:17:05 +00:00
Analysis.h Move shouldAssumeDSOLocal to Target. 2016-06-27 23:15:57 +00:00
AsmPrinter.h Move isPositionIndependent up to AsmPrinter. 2016-06-27 14:19:45 +00:00
AtomicExpandUtils.h
BasicTTIImpl.h Add TLI.allowsMisalignedMemoryAccesses to LoadStoreVectorizer 2016-07-11 20:46:17 +00:00
CalcSpillWeights.h
CallingConvLower.h
CommandFlags.h [llc] Add support for several run-pass options. 2016-06-10 00:52:10 +00:00
DAGCombine.h
DFAPacketizer.h
DIE.h Apply another batch of fixes from clang-tidy's performance-unnecessary-value-param. 2016-06-17 20:41:14 +00:00
DIEValue.def
DwarfStringPoolEntry.h
EdgeBundles.h
FastISel.h Pass DebugLoc and SDLoc by const ref. 2016-06-12 15:39:02 +00:00
FaultMaps.h
FunctionLoweringInfo.h Use the same underlying type for bitfields 2016-06-24 04:05:25 +00:00
GCMetadata.h Pass DebugLoc and SDLoc by const ref. 2016-06-12 15:39:02 +00:00
GCMetadataPrinter.h
GCs.h
GCStrategy.h
IntrinsicLowering.h
ISDOpcodes.h fix documentation comments; NFC 2016-07-11 20:50:39 +00:00
LatencyPriorityQueue.h
LexicalScopes.h
LinkAllAsmWriterComponents.h
LinkAllCodegenComponents.h
LiveInterval.h Add print/dump routines to LiveInterval::SubRange 2016-07-12 17:37:44 +00:00
LiveIntervalAnalysis.h CodeGen: Refactor renameDisconnectedComponents() as a pass 2016-05-31 22:38:06 +00:00
LiveIntervalUnion.h
LivePhysRegs.h AArch64: Replace a RegScavenger instance with LivePhysRegs 2016-07-06 21:31:27 +00:00
LiveRangeEdit.h Allow dead insts to be kept in DeadRemat only when they are rematerializable. 2016-07-08 21:08:09 +00:00
LiveRegMatrix.h
LiveStackAnalysis.h
LiveVariables.h CodeGen: Use MachineInstr& in LiveVariables API, NFC 2016-07-01 01:51:32 +00:00
LowLevelType.h GlobalISel: implement alloca instruction 2016-07-22 16:59:52 +00:00
MachineBasicBlock.h
MachineBlockFrequencyInfo.h [BFI]: code cleanup 2016-06-28 00:15:45 +00:00
MachineBranchProbabilityInfo.h
MachineCombinerPattern.h
MachineConstantPool.h
MachineDominanceFrontier.h
MachineDominators.h [MachineDominatorTree] Add a MDT verifier. 2016-06-24 13:32:22 +00:00
MachineFrameInfo.h
MachineFunction.h [CodeGen] Take a MachineMemOperand::Flags in MachineFunction::getMachineMemOperand. 2016-07-15 18:26:59 +00:00
MachineFunctionAnalysis.h
MachineFunctionInitializer.h
MachineFunctionPass.h
MachineInstr.h GlobalISel: properly conditionalize LLT use. 2016-07-20 19:17:29 +00:00
MachineInstrBuilder.h CodeGen: Add the other BuildMI overload for MachineInstr& 2016-06-30 18:32:12 +00:00
MachineInstrBundle.h
MachineInstrBundleIterator.h
MachineJumpTableInfo.h
MachineLoopInfo.h
MachineMemOperand.h [CodeGen] Refactor MachineMemOperand::Flags's target-specific flags. 2016-07-14 18:15:20 +00:00
MachineModuleInfo.h
MachineModuleInfoImpls.h Drop support for creating $stubs. 2016-06-29 14:59:50 +00:00
MachineOperand.h Interprocedural Register Allocation (IPRA) Analysis 2016-06-10 16:19:46 +00:00
MachinePassRegistry.h
MachinePostDominators.h
MachineRegionInfo.h
MachineRegisterInfo.h [CodeGen] Simplify reg bank/class union is+get into dyn_cast. NFC. 2016-07-14 17:29:46 +00:00
MachineScheduler.h Target: Remove unused arguments from overrideSchedPolicy, NFC 2016-07-01 00:23:27 +00:00
MachineSSAUpdater.h
MachineTraceMetrics.h
MachineValueType.h
MachORelocation.h
MIRYamlMapping.h MIRYamlMapping: Update stale comment 2016-07-13 22:23:19 +00:00
ParallelCG.h
Passes.h XRay: Add entry and exit sleds 2016-07-14 04:06:33 +00:00
PBQPRAConstraint.h
PreISelIntrinsicLowering.h [PM] Port PreISelIntrinsicLowering to the new PM 2016-06-24 20:13:42 +00:00
PseudoSourceValue.h
RegAllocPBQP.h
RegAllocRegistry.h
RegisterClassInfo.h
RegisterPressure.h
RegisterScavenging.h Revert "RegScavenging: Add scavengeRegisterBackwards()" 2016-07-20 00:21:32 +00:00
RegisterUsageInfo.h Interprocedural Register Allocation (IPRA) Analysis 2016-06-10 16:19:46 +00:00
ResourcePriorityQueue.h Replace silly uses of 'signed' with 'int' 2016-06-21 05:10:24 +00:00
RuntimeLibcalls.h
ScheduleDAG.h
ScheduleDAGInstrs.h
ScheduleDAGMutation.h
ScheduleDFS.h
ScheduleHazardRecognizer.h
SchedulerRegistry.h
ScoreboardHazardRecognizer.h
SelectionDAG.h [SelectionDAG] Get rid of bool parameters in SelectionDAG::getLoad, getStore, and friends. 2016-07-15 18:27:10 +00:00
SelectionDAGISel.h Pass DebugLoc and SDLoc by const ref. 2016-06-12 15:39:02 +00:00
SelectionDAGNodes.h [DAG] make isConstantSplatVector() available to the rest of lowering 2016-07-10 21:27:06 +00:00
SelectionDAGTargetInfo.h Pass DebugLoc and SDLoc by const ref. 2016-06-12 15:39:02 +00:00
SlotIndexes.h Fix typo, NFC 2016-06-21 16:16:52 +00:00
StackMaps.h
StackProtector.h
TailDuplicator.h Codegen: Factor out canTailDuplicate 2016-07-19 23:54:21 +00:00
TargetLoweringObjectFileImpl.h
TargetPassConfig.h GlobalISel: implement legalization pass, with just one transformation. 2016-07-22 20:03:43 +00:00
TargetSchedule.h
UnreachableBlockElim.h [PM] Port UnreachableBlockElim to the new Pass Manager 2016-07-08 03:32:49 +00:00
ValueTypes.h
ValueTypes.td
VirtRegMap.h
WinEHFuncInfo.h [StackProtector] Fix computation of GSCookieOffset and EHCookieOffset with SEH4 2016-06-21 15:58:55 +00:00