1
0
mirror of https://github.com/RPCS3/llvm-mirror.git synced 2024-10-22 20:43:44 +02:00
llvm-mirror/include/llvm/CodeGen
Rafael Espindola e388c6f6a2 Use shouldAssumeDSOLocal on AArch64.
This reduces code duplication and now AArch64 also handles PIE.

llvm-svn: 270844
2016-05-26 12:42:55 +00:00
..
GlobalISel [RegBankSelect] Compute the repairing cost for copies. 2016-05-21 01:43:25 +00:00
MIRParser [NFC] Header cleanup 2016-04-18 09:17:29 +00:00
PBQP [NFC] Header cleanup 2016-04-18 09:17:29 +00:00
Analysis.h Use shouldAssumeDSOLocal on AArch64. 2016-05-26 12:42:55 +00:00
AsmPrinter.h [IFUNC] Use GlobalIndirectSymbol when aliases and ifuncs have something similar 2016-04-05 08:47:51 +00:00
AtomicExpandUtils.h
BasicTTIImpl.h [TTI] Add hook for vector extract with extension 2016-04-27 15:20:21 +00:00
CalcSpillWeights.h
CallingConvLower.h CodeGen: Factor out code for tail call result compatibility check; NFC 2016-03-30 22:46:04 +00:00
CommandFlags.h Delete Reloc::Default. 2016-05-18 22:04:49 +00:00
DAGCombine.h
DFAPacketizer.h Add DAG mutation interface to the DFA packetizer 2016-03-08 15:33:51 +00:00
DIE.h [NFC] Header cleanup 2016-04-18 09:17:29 +00:00
DIEValue.def
DwarfStringPoolEntry.h
EdgeBundles.h
FastISel.h Swift Calling Convention: add swifterror attribute. 2016-04-01 21:41:15 +00:00
FaultMaps.h [NFC] Header cleanup 2016-04-18 09:17:29 +00:00
FunctionLoweringInfo.h Swift Calling Convention: swifterror target-independent change. 2016-04-05 18:13:16 +00:00
GCMetadata.h
GCMetadataPrinter.h
GCs.h
GCStrategy.h
IntrinsicLowering.h
ISDOpcodes.h Clarify the difference between ISD::BITCAST and the bitcast instruction from LLVM-IR. 2016-05-10 09:01:54 +00:00
LatencyPriorityQueue.h
LexicalScopes.h
LinkAllAsmWriterComponents.h
LinkAllCodegenComponents.h
LiveInterval.h LiveIntervalAnalysis: Rework constructMainRangeFromSubranges() 2016-05-20 23:14:56 +00:00
LiveIntervalAnalysis.h LiveIntervalAnalysis: Rework constructMainRangeFromSubranges() 2016-05-20 23:14:56 +00:00
LiveIntervalUnion.h
LivePhysRegs.h livePhysRegs: Pass MBB by reference in addLive{Ins|Outs}(); NFC 2016-05-03 00:24:32 +00:00
LiveRangeEdit.h Don't skip splitSeparateComponents in eliminateDeadDefs for HoistSpillHelper::hoistAllSpills. 2016-04-15 23:16:44 +00:00
LiveRegMatrix.h
LiveStackAnalysis.h
LiveVariables.h
MachineBasicBlock.h MachineFunction: Add a const modifier to print() parameter 2016-05-05 18:14:43 +00:00
MachineBlockFrequencyInfo.h
MachineBranchProbabilityInfo.h
MachineCombinerPattern.h [MachineCombiner] Support for floating-point FMA on ARM64 (re-commit r267098) 2016-04-24 05:14:01 +00:00
MachineConstantPool.h
MachineDominanceFrontier.h
MachineDominators.h
MachineFrameInfo.h Use member initializers for all scalar fields of MachineFrameInfo to save boilerplate 2016-04-11 17:54:16 +00:00
MachineFunction.h MachineFunction: Add a const modifier to print() parameter 2016-05-05 18:14:43 +00:00
MachineFunctionAnalysis.h
MachineFunctionInitializer.h
MachineFunctionPass.h Introduce MachineFunctionProperties and the AllVRegsAllocated property 2016-03-28 17:05:30 +00:00
MachineInstr.h AMDGPU/SI: add llvm.amdgcn.ps.live intrinsic 2016-04-22 04:04:08 +00:00
MachineInstrBuilder.h [MIB] Create a helper function getRegState to extract all register flags 2016-05-13 13:01:19 +00:00
MachineInstrBundle.h [MachineInstrBundle] Update the comment for PhysRegInfo::DeadDef. 2016-04-26 23:55:41 +00:00
MachineInstrBundleIterator.h CodeGen: Bring back MachineBasicBlock::iterator::getInstrIterator()... 2016-02-22 21:30:15 +00:00
MachineJumpTableInfo.h
MachineLoopInfo.h fix documentation comments; NFC 2016-04-08 21:42:43 +00:00
MachineMemOperand.h fix documentation comments; NFC 2016-05-11 20:10:33 +00:00
MachineModuleInfo.h
MachineModuleInfoImpls.h Simplify handling of hidden stubs on PowerPC. 2016-05-20 12:00:52 +00:00
MachineOperand.h
MachinePassRegistry.h
MachinePostDominators.h
MachineRegionInfo.h
MachineRegisterInfo.h Replace MachineRegisterInfo::TracksLiveness with a MachineFunctionProperty 2016-04-11 23:32:13 +00:00
MachineScheduler.h Reset the TopRPTracker's position in ScheduleDAGMILive::initQueues 2016-04-28 19:17:44 +00:00
MachineSSAUpdater.h [NFC] Header cleanup 2016-04-18 09:17:29 +00:00
MachineTraceMetrics.h Reapply "CodeGen: Use references in MachineTraceMetrics::Trace, NFC" 2016-02-22 03:33:28 +00:00
MachineValueType.h Declare MVT::SimpleValueType as an int8_t sized enum. This removes 400 bytes from TargetLoweringBase and probably other places. 2016-04-17 17:37:33 +00:00
MachORelocation.h
MIRYamlMapping.h Introduce MachineFunctionProperties and the AllVRegsAllocated property 2016-03-28 17:05:30 +00:00
ParallelCG.h [NFC] Header cleanup 2016-04-18 09:17:29 +00:00
Passes.h Factor PrologEpilogInserter around spilling, frame finalization, and scavenging 2016-05-17 08:49:59 +00:00
PBQPRAConstraint.h
PseudoSourceValue.h
RegAllocPBQP.h [NFC] Header cleanup 2016-04-18 09:17:29 +00:00
RegAllocRegistry.h
RegisterClassInfo.h
RegisterPressure.h
RegisterScavenging.h RegisterScavenger: Take a reference as enterBasicBlock() argument. 2016-04-06 02:47:09 +00:00
ResourcePriorityQueue.h
RuntimeLibcalls.h Add __atomic_* lowering to AtomicExpandPass. 2016-04-12 20:18:48 +00:00
ScheduleDAG.h
ScheduleDAGInstrs.h [ScheduleDAGInstrs] Re-factor for based on review feedback. NFC. 2016-04-14 21:31:07 +00:00
ScheduleDAGMutation.h Add DAG mutation interface to the post-RA scheduler 2016-03-05 15:45:23 +00:00
ScheduleDFS.h
ScheduleHazardRecognizer.h CodeGen: Add a stand-alone hazard recognizer pass 2016-04-22 14:43:50 +00:00
SchedulerRegistry.h
ScoreboardHazardRecognizer.h ScoreboardHazardRecognizer: unbreak TSAN by moving a static mutated variable to a member 2016-04-20 00:21:24 +00:00
SelectionDAG.h [SelectionDAG] rename/move isKnownToBeAPowerOfTwo() from TargetLowering (NFC) 2016-05-19 15:53:52 +00:00
SelectionDAGISel.h SDAG: Remove the transitional default Select() implementation 2016-05-23 16:52:53 +00:00
SelectionDAGNodes.h [x86] use BMI 'andn' for logic + compare ops 2016-04-09 16:02:52 +00:00
SelectionDAGTargetInfo.h [DAGCombiner] Follow coding convention for function name (NFC) 2016-04-27 17:27:16 +00:00
SlotIndexes.h WIP: CodeGen: Use MachineInstr& in MachineInstrBundle.h, NFC 2016-02-27 17:05:33 +00:00
StackMaps.h [NFC] Header cleanup 2016-04-18 09:17:29 +00:00
StackProtector.h [SSP] Remove llvm.stackprotectorcheck. 2016-04-08 21:26:31 +00:00
TailDuplicator.h [Tail duplication] Handle source registers with subregisters 2016-04-26 18:36:34 +00:00
TargetLoweringObjectFileImpl.h [MC] Create unique .pdata sections for every .text section 2016-05-02 23:22:18 +00:00
TargetPassConfig.h Factor PrologEpilogInserter around spilling, frame finalization, and scavenging 2016-05-17 08:49:59 +00:00
TargetSchedule.h
ValueTypes.h [CodeGen] Mark EVT:getExtendedSizeInBits() as LLVM_READONLY. 2016-03-30 05:26:43 +00:00
ValueTypes.td Declare MVT::SimpleValueType as an int8_t sized enum. This removes 400 bytes from TargetLoweringBase and probably other places. 2016-04-17 17:37:33 +00:00
VirtRegMap.h
WinEHFuncInfo.h