1
0
mirror of https://github.com/RPCS3/llvm-mirror.git synced 2024-11-24 19:52:54 +01:00
llvm-mirror/include/llvm/CodeGen
Jonas Paulsson 99afcac2ad [ScheduleDAGInstrs::buildSchedGraph()] Handling of memory dependecies rewritten.
Recommited, after some fixing with test cases.

Updated test cases:
test/CodeGen/AArch64/arm64-misched-memdep-bug.ll
test/CodeGen/AArch64/tailcall_misched_graph.ll

Temporarily disabled test cases:
test/CodeGen/AMDGPU/split-vector-memoperand-offsets.ll
test/CodeGen/PowerPC/ppc64-fastcc.ll (partially updated)
test/CodeGen/PowerPC/vsx-fma-m.ll
test/CodeGen/PowerPC/vsx-fma-sp.ll

http://reviews.llvm.org/D8705
Reviewers: Hal Finkel, Andy Trick.

llvm-svn: 259673
2016-02-03 17:52:29 +00:00
..
GlobalISel [GlobalISel] Add the proper cmake plumbing. 2016-01-20 20:58:56 +00:00
MIRParser
PBQP
Analysis.h [WinEH] Permit branch folding in the face of funclets 2015-10-04 02:22:52 +00:00
AsmPrinter.h [TLS] New lower emutls pass, fix linkage bugs. 2016-01-13 23:56:37 +00:00
AtomicExpandUtils.h
BasicTTIImpl.h Implemented cost model for masked gather and scatter operations 2015-12-28 20:10:59 +00:00
CalcSpillWeights.h
CallingConvLower.h Avoid unnecessary stack realignment in musttail thunks with SSE2 enabled 2016-01-21 22:23:22 +00:00
CommandFlags.h Set debugger tuning from TargetOptions (NFC) 2015-12-16 19:58:30 +00:00
DAGCombine.h
DFAPacketizer.h [Packetizer] Code cleanup, NFC 2016-01-14 21:17:04 +00:00
DIE.h Improved macro emission in dwarf. 2016-02-01 14:09:41 +00:00
DIEValue.def
DwarfStringPoolEntry.h
EdgeBundles.h
FastISel.h FastISel needs to remove dead code when it bails out. 2015-12-14 18:33:18 +00:00
FaultMaps.h
FunctionLoweringInfo.h CXX_FAST_TLS calling convention: target independent portion. 2015-12-11 18:24:30 +00:00
GCMetadata.h Prune trailing whitespaces in comment lines. 2015-10-05 04:43:57 +00:00
GCMetadataPrinter.h
GCs.h
GCStrategy.h [GC] Make GCStrategy::isGCManagedPointer a type predicate not a value predicate [NFC] 2015-12-23 01:42:15 +00:00
IntrinsicLowering.h Reformat 3 files in llvm/include/llvm/CodeGen/. 2015-10-05 04:44:18 +00:00
ISDOpcodes.h Revert r248483, r242546, r242545, and r242409 - absdiff intrinsics 2015-12-11 23:11:52 +00:00
LatencyPriorityQueue.h
LexicalScopes.h
LinkAllAsmWriterComponents.h
LinkAllCodegenComponents.h
LiveInterval.h LiveInterval: Add utility class to rename independent subregister usage 2016-01-20 00:23:21 +00:00
LiveIntervalAnalysis.h LiveInterval: Add utility class to rename independent subregister usage 2016-01-20 00:23:21 +00:00
LiveIntervalUnion.h
LivePhysRegs.h LivePhysRegs: Fix live-outs of return blocks 2015-09-25 23:50:53 +00:00
LiveRangeEdit.h
LiveRegMatrix.h
LiveStackAnalysis.h Reformat 3 files in llvm/include/llvm/CodeGen/. 2015-10-05 04:44:18 +00:00
LiveVariables.h
MachineBasicBlock.h Normalize MBB's successors' probabilities in several locations. 2015-12-13 09:26:17 +00:00
MachineBlockFrequencyInfo.h
MachineBranchProbabilityInfo.h Use getEdgeProbability() instead of getEdgeWeight() in BFI and remove getEdgeWeight() interfaces from MBPI. 2015-12-18 21:53:24 +00:00
MachineCombinerPattern.h replace MachineCombinerPattern namespace and enum with enum class; NFCI 2015-11-05 19:34:57 +00:00
MachineConstantPool.h Drop prelink support. 2015-11-17 00:51:23 +00:00
MachineDominanceFrontier.h
MachineDominators.h
MachineFrameInfo.h [X86] Don't alter HasOpaqueSPAdjustment after we've relied on it 2016-01-14 01:20:03 +00:00
MachineFunction.h [MachineFunction] Constify getter. NFC. 2016-01-19 22:31:12 +00:00
MachineFunctionAnalysis.h
MachineFunctionInitializer.h
MachineFunctionPass.h
MachineInstr.h [WebAssembly] Enhanced register stackification 2016-01-28 01:22:44 +00:00
MachineInstrBuilder.h Extract helper function to merge MemoryOperand lists [NFC] 2016-01-06 04:39:03 +00:00
MachineInstrBundle.h Fix typo in comment 2016-01-05 00:45:31 +00:00
MachineJumpTableInfo.h
MachineLoopInfo.h
MachineMemOperand.h
MachineModuleInfo.h [ptr-traits] Add a bunch of includes to provide complete types that are 2015-12-29 09:06:21 +00:00
MachineModuleInfoImpls.h Reformat 3 files in llvm/include/llvm/CodeGen/. 2015-10-05 04:44:18 +00:00
MachineOperand.h
MachinePassRegistry.h
MachinePostDominators.h
MachineRegionInfo.h
MachineRegisterInfo.h Use make_range to reduce mentions of iterator type. NFC 2015-12-06 05:08:07 +00:00
MachineScheduler.h MachineScheduler: Allow independent scheduling of sub register defs 2016-01-20 00:23:32 +00:00
MachineSSAUpdater.h
MachineTraceMetrics.h Make more headers self-contained. 2016-01-27 18:03:37 +00:00
MachineValueType.h Add new vector types for 512-, 1024- and 2048-bit vectors 2015-11-24 13:07:35 +00:00
MachORelocation.h
MIRYamlMapping.h
ParallelCG.h Add to the split module utility an SCC based method which allows not to globalize any local variables. 2016-01-18 21:07:13 +00:00
Passes.h Move SafeStack to CodeGen. 2016-01-27 16:53:42 +00:00
PBQPRAConstraint.h
PseudoSourceValue.h [ScheduleDAGInstrs::buildSchedGraph()] Handling of memory dependecies rewritten. 2016-02-03 17:52:29 +00:00
RegAllocPBQP.h
RegAllocRegistry.h Reformat partially. 2015-10-05 04:46:30 +00:00
RegisterClassInfo.h
RegisterPressure.h MachineScheduler: Allow independent scheduling of sub register defs 2016-01-20 00:23:32 +00:00
RegisterScavenging.h [PowerPC] Remove wild call to RegScavenger::initRegState(). 2015-12-02 21:25:28 +00:00
ResourcePriorityQueue.h
RuntimeLibcalls.h Do not try to use i8 and i16 versions of FP_TO_U/SINT soft float library calls 2015-12-15 12:55:50 +00:00
ScheduleDAG.h [ScheduleDAGInstrs::buildSchedGraph()] Handling of memory dependecies rewritten. 2016-02-03 17:52:29 +00:00
ScheduleDAGInstrs.h [ScheduleDAGInstrs::buildSchedGraph()] Handling of memory dependecies rewritten. 2016-02-03 17:52:29 +00:00
ScheduleDFS.h
ScheduleHazardRecognizer.h
SchedulerRegistry.h
ScoreboardHazardRecognizer.h
SelectionDAG.h Rename TargetSelectionDAGInfo into SelectionDAGTargetInfo and move it to CodeGen/ 2016-01-27 16:32:26 +00:00
SelectionDAGISel.h [SEH] Fix llvm.eh.exceptioncode fast register allocation assertion 2015-10-09 00:15:13 +00:00
SelectionDAGNodes.h [SelectionDAG] CSE nodes with differing SDNodeFlags 2016-01-15 21:56:40 +00:00
SelectionDAGTargetInfo.h Rename TargetSelectionDAGInfo into SelectionDAGTargetInfo and move it to CodeGen/ 2016-01-27 16:32:26 +00:00
SlotIndexes.h Fix Clang-tidy modernize-use-nullptr and modernize-use-override warnings; other minor fixes. 2016-01-26 18:48:36 +00:00
StackMaps.h [ptr-traits] Add a bunch of includes to provide complete types that are 2015-12-29 09:06:21 +00:00
StackProtector.h
TargetLoweringObjectFileImpl.h CodeGen, Target: Move Mach-O-specific symbol name logic to Mach-O lowering. 2015-11-03 23:40:03 +00:00
TargetSchedule.h
ValueTypes.h Add new vector types for 512-, 1024- and 2048-bit vectors 2015-11-24 13:07:35 +00:00
ValueTypes.td Add new vector types for 512-, 1024- and 2048-bit vectors 2015-11-24 13:07:35 +00:00
VirtRegMap.h
WinEHFuncInfo.h Make more headers self-contained. 2016-01-27 18:03:37 +00:00