llvm-project/llvm/lib/Target/Hexagon
Krzysztof Parzyszek e5d9ab08c3 [Hexagon] Fix insertion point for pointer difference calculation
HVC::calculatePointerDifference inserts temporary instructions for
simplification, and calulation of known bits. These instructions were
inserted at the end of a basic block (after the terminator), which
caused BB->getTerminator() to return nullptr. This, in turn, caused
a crash when a PHI instruction was examined in computeKnownBits.
2022-10-19 14:23:39 -07:00
..
AsmParser [llvm] LLVM_FALLTHROUGH => [[fallthrough]]. NFC 2022-08-08 11:24:15 -07:00
Disassembler [llvm] Use std::size instead of llvm::array_lengthof 2022-09-08 09:01:53 -06:00
MCTargetDesc [llvm] Use std::size instead of llvm::array_lengthof 2022-09-08 09:01:53 -06:00
TargetInfo
BitTracker.cpp [llvm] Call *set::insert without checking membership first (NFC) 2022-06-18 08:32:54 -07:00
BitTracker.h
CMakeLists.txt
Hexagon.h
Hexagon.td
HexagonAsmPrinter.cpp [CodeGen] Move instruction predicate verification to emitInstruction 2022-07-14 09:33:28 +01:00
HexagonAsmPrinter.h
HexagonBitSimplify.cpp [Target] Qualify auto in range-based for loops (NFC) 2022-08-28 17:35:09 -07:00
HexagonBitTracker.cpp [llvm] LLVM_FALLTHROUGH => [[fallthrough]]. NFC 2022-08-08 11:24:15 -07:00
HexagonBitTracker.h
HexagonBlockRanges.cpp [llvm] Qualify auto (NFC) 2022-08-07 23:55:27 -07:00
HexagonBlockRanges.h
HexagonBranchRelaxation.cpp [llvm] Remove unneeded cl::ZeroOrMore for cl::opt options. NFC 2022-06-03 21:59:05 -07:00
HexagonCFGOptimizer.cpp
HexagonCallingConv.td
HexagonCommonGEP.cpp [Target] Qualify auto in range-based for loops (NFC) 2022-08-28 17:35:09 -07:00
HexagonConstExtenders.cpp [llvm] Remove unneeded cl::ZeroOrMore for cl::opt options. NFC 2022-06-03 21:59:05 -07:00
HexagonConstPropagation.cpp [llvm] LLVM_FALLTHROUGH => [[fallthrough]]. NFC 2022-08-08 11:24:15 -07:00
HexagonCopyToCombine.cpp [Target] Qualify auto in range-based for loops (NFC) 2022-08-28 17:35:09 -07:00
HexagonDepArch.h [Hexagon] Move single-use global tables into their only user and turn them into StringSwitch 2022-03-06 19:23:09 +01:00
HexagonDepArch.td
HexagonDepDecoders.inc [Disassember][NFCI] Use strong type for instruction decoder 2022-03-25 18:53:59 -07:00
HexagonDepIICHVX.td
HexagonDepIICScalar.td
HexagonDepITypes.h
HexagonDepITypes.td
HexagonDepInstrFormats.td
HexagonDepInstrInfo.td
HexagonDepInstrIntrinsics.inc [Hexagon] Implement helper to get intrinsic for instruction opcode 2022-10-07 15:56:06 -07:00
HexagonDepMapAsm2Intrin.td
HexagonDepMappings.td
HexagonDepMask.h
HexagonDepOperands.td
HexagonDepTimingClasses.h
HexagonEarlyIfConv.cpp [NFC][CodeGen] Rename some functions in MachineInstr.h and remove duplicated comments 2022-03-16 20:25:42 +08:00
HexagonExpandCondsets.cpp [Hexagon] Distribute disjoint intervals at the end of expand-condsets 2022-08-14 16:15:23 -05:00
HexagonFixupHwLoops.cpp
HexagonFrameLowering.cpp [Target] Qualify auto in range-based for loops (NFC) 2022-08-28 17:35:09 -07:00
HexagonFrameLowering.h [llvm] Use std::size instead of llvm::array_lengthof 2022-09-08 09:01:53 -06:00
HexagonGenExtract.cpp
HexagonGenInsert.cpp Remove unneeded cl::ZeroOrMore for cl::opt/cl::list options 2022-06-05 01:07:51 -07:00
HexagonGenMux.cpp
HexagonGenPredicate.cpp [llvm] LLVM_FALLTHROUGH => [[fallthrough]]. NFC 2022-08-08 11:24:15 -07:00
HexagonHardwareLoops.cpp [llvm] Use std::size instead of llvm::array_lengthof 2022-09-08 09:01:53 -06:00
HexagonHazardRecognizer.cpp [llvm] Use contains (NFC) 2022-06-11 11:46:16 -07:00
HexagonHazardRecognizer.h
HexagonIICHVX.td
HexagonIICScalar.td
HexagonISelDAGToDAG.cpp [llvm] Use std::size instead of llvm::array_lengthof 2022-09-08 09:01:53 -06:00
HexagonISelDAGToDAG.h [Hexagon] Remove unused declaration SelectZeroExtend (NFC) 2022-07-24 14:48:08 -07:00
HexagonISelDAGToDAGHVX.cpp [Hexagon] Handle packing of even/odd 32-bit words 2022-10-12 13:00:14 -07:00
HexagonISelLowering.cpp [Hexagon] Recognize idioms for fixed-point vector multiplication 2022-10-14 15:22:25 -07:00
HexagonISelLowering.h [Hexagon] Lower funnel shifts for HVX 2022-10-14 14:13:18 -07:00
HexagonISelLoweringHVX.cpp [Hexagon] Use shifts by scalar for funnel shifts by scalar 2022-10-18 09:49:17 -07:00
HexagonInstrFormats.td
HexagonInstrFormatsV60.td
HexagonInstrFormatsV65.td
HexagonInstrInfo.cpp [Target] Qualify auto in range-based for loops (NFC) 2022-08-28 17:35:09 -07:00
HexagonInstrInfo.h [Hexagon] Remove isLateInstrFeedsEarlyInstr (NFC) 2022-07-24 22:55:14 -07:00
HexagonIntrinsics.td
HexagonIntrinsicsV5.td
HexagonIntrinsicsV60.td
HexagonLoopIdiomRecognition.cpp [Target] Qualify auto in range-based for loops (NFC) 2022-08-28 17:35:09 -07:00
HexagonLoopIdiomRecognition.h
HexagonMCInstLower.cpp
HexagonMachineFunctionInfo.cpp llvm-reduce: Add cloning of target MachineFunctionInfo 2022-06-07 10:14:48 -04:00
HexagonMachineFunctionInfo.h llvm-reduce: Add cloning of target MachineFunctionInfo 2022-06-07 10:14:48 -04:00
HexagonMachineScheduler.cpp
HexagonMachineScheduler.h
HexagonMapAsm2IntrinV62.gen.td
HexagonNewValueJump.cpp Remove unneeded cl::ZeroOrMore for cl::opt/cl::list options 2022-06-05 00:31:44 -07:00
HexagonOperands.td
HexagonOptAddrMode.cpp [Target] Qualify auto in range-based for loops (NFC) 2022-08-28 17:35:09 -07:00
HexagonOptimizeSZextends.cpp
HexagonPatterns.td [Hexagon] Lower funnel shifts for HVX 2022-10-14 14:13:18 -07:00
HexagonPatternsHVX.td [Hexagon] Lower funnel shifts for HVX 2022-10-14 14:13:18 -07:00
HexagonPatternsV65.td
HexagonPeephole.cpp [llvm] Remove unneeded cl::ZeroOrMore for cl::opt options. NFC 2022-06-03 21:59:05 -07:00
HexagonPseudo.td [Hexagon] Introduce PS_vsplat[ir][bhw] pseudo instructions 2022-10-14 12:03:13 -07:00
HexagonRDFOpt.cpp [llvm] LLVM_FALLTHROUGH => [[fallthrough]]. NFC 2022-08-08 11:24:15 -07:00
HexagonRegisterInfo.cpp [llvm] LLVM_FALLTHROUGH => [[fallthrough]]. NFC 2022-08-08 11:24:15 -07:00
HexagonRegisterInfo.h
HexagonRegisterInfo.td
HexagonSchedule.td
HexagonScheduleV5.td
HexagonScheduleV55.td
HexagonScheduleV60.td
HexagonScheduleV62.td
HexagonScheduleV65.td
HexagonScheduleV66.td
HexagonScheduleV67.td
HexagonScheduleV67T.td
HexagonScheduleV68.td
HexagonScheduleV69.td
HexagonSelectionDAGInfo.cpp
HexagonSelectionDAGInfo.h
HexagonSplitConst32AndConst64.cpp
HexagonSplitDouble.cpp [Target] Qualify auto in range-based for loops (NFC) 2022-08-28 17:35:09 -07:00
HexagonStoreWidening.cpp [Target] Qualify auto in range-based for loops (NFC) 2022-08-28 17:35:09 -07:00
HexagonSubtarget.cpp [Hexagon] Fix isTypeForHVX for vector predicates 2022-10-14 14:38:41 -07:00
HexagonSubtarget.h [Hexagon] Implement helper to get intrinsic for instruction opcode 2022-10-07 15:56:06 -07:00
HexagonTargetMachine.cpp [llvm] Use value_or instead of getValueOr (NFC) 2022-06-18 23:07:11 -07:00
HexagonTargetMachine.h mark getTargetTransformInfo and getTargetIRAnalysis as const 2022-02-25 14:30:44 -05:00
HexagonTargetObjectFile.cpp [llvm] Qualify auto in range-based for loops (NFC) 2022-08-13 12:55:42 -07:00
HexagonTargetObjectFile.h
HexagonTargetStreamer.h
HexagonTargetTransformInfo.cpp [Hexagon] Move vectorization checks from subtarget to TTI 2022-09-07 14:47:24 -07:00
HexagonTargetTransformInfo.h [Hexagon] Move vectorization checks from subtarget to TTI 2022-09-07 14:47:24 -07:00
HexagonVExtract.cpp [NFC][Alignment] Remove max functions between Align and MaybeAlign 2022-06-20 08:37:48 +00:00
HexagonVLIWPacketizer.cpp [Target] Qualify auto in range-based for loops (NFC) 2022-08-28 17:35:09 -07:00
HexagonVLIWPacketizer.h
HexagonVectorCombine.cpp [Hexagon] Fix insertion point for pointer difference calculation 2022-10-19 14:23:39 -07:00
HexagonVectorLoopCarriedReuse.cpp Remove unneeded cl::ZeroOrMore for cl::opt options 2022-06-04 00:10:42 -07:00
HexagonVectorLoopCarriedReuse.h
HexagonVectorPrint.cpp [llvm] Remove unneeded cl::ZeroOrMore for cl::opt options. NFC 2022-06-03 21:59:05 -07:00
RDFCopy.cpp [Target] Qualify auto in range-based for loops (NFC) 2022-08-28 17:35:09 -07:00
RDFCopy.h
RDFDeadCode.cpp
RDFDeadCode.h