llvm-project/llvm/lib/Target/Mips
serge-sans-paille ed98c1b376 Cleanup includes: DebugInfo & CodeGen
Discourse thread: https://discourse.llvm.org/t/include-what-you-use-include-cleanup
Differential Revision: https://reviews.llvm.org/D121332
2022-03-12 17:26:40 +01:00
..
AsmParser Cleanup MCParser headers 2022-02-11 10:39:29 +01:00
Disassembler Move TargetRegistry.(h|cpp) from Support to MC 2021-10-08 14:51:48 -07:00
MCTargetDesc Cleanup includes: DebugInfo & CodeGen 2022-03-12 17:26:40 +01:00
TargetInfo Fix shlib builds for all lib/Target/*/TargetInfo libs 2021-10-08 15:21:13 -07:00
CMakeLists.txt [MIPS] Add -mfix4300 flag to enable vr4300 mulmul bugfix pass 2021-12-31 15:59:44 +03:00
MSA.txt
MicroMips32r6InstrFormats.td [MIPS] Remove unused tblgen template args. NFC 2021-09-15 12:16:07 +03:00
MicroMips32r6InstrInfo.td [MIPS] Remove unused tblgen template args. NFC 2021-09-15 12:16:07 +03:00
MicroMipsDSPInstrFormats.td
MicroMipsDSPInstrInfo.td [MIPS] Remove unused tblgen template args. NFC 2021-09-15 12:16:07 +03:00
MicroMipsInstrFPU.td
MicroMipsInstrFormats.td
MicroMipsInstrInfo.td [MIPS] Remove unused tblgen template args. NFC 2021-09-15 12:16:07 +03:00
MicroMipsSizeReduction.cpp
Mips.h [MIPS] Add -mfix4300 flag to enable vr4300 mulmul bugfix pass 2021-12-31 15:59:44 +03:00
Mips.td
Mips16FrameLowering.cpp [NFC] Use Register instead of unsigned 2022-01-19 20:17:04 +08:00
Mips16FrameLowering.h
Mips16HardFloat.cpp [Mips16HardFloat] Simplify attribute change (NFC) 2021-12-22 09:41:11 +01:00
Mips16HardFloatInfo.cpp
Mips16HardFloatInfo.h
Mips16ISelDAGToDAG.cpp [MIPS] Mips16DAGToDAGISel::selectAddr - Use cast<> instead of dyn_cast<> to avoid dereference of nullptr 2022-01-13 11:10:49 +00:00
Mips16ISelDAGToDAG.h
Mips16ISelLowering.cpp Revert "Rename llvm::array_lengthof into llvm::size to match std::size from C++17" 2022-01-26 16:55:53 +01:00
Mips16ISelLowering.h [TargetLowering] Use Align in allowsMisalignedMemoryAccesses. 2021-02-04 19:22:06 -08:00
Mips16InstrFormats.td
Mips16InstrInfo.cpp [NFC] Use Register instead of unsigned 2022-01-19 20:17:04 +08:00
Mips16InstrInfo.h
Mips16InstrInfo.td [MIPS] Remove unused tblgen template args. NFC 2021-09-15 12:16:07 +03:00
Mips16RegisterInfo.cpp [llvm] Use = default (NFC) 2022-02-06 22:18:35 -08:00
Mips16RegisterInfo.h
Mips32r6InstrFormats.td
Mips32r6InstrInfo.td [MIPS] Remove unused tblgen template args. NFC 2021-09-15 12:16:07 +03:00
Mips64InstrInfo.td
Mips64r6InstrInfo.td
MipsAnalyzeImmediate.cpp [Target] Use range-based for loops (NFC) 2022-01-01 10:14:05 -08:00
MipsAnalyzeImmediate.h
MipsAsmPrinter.cpp [NFC] Use Register instead of unsigned 2022-01-19 20:17:04 +08:00
MipsAsmPrinter.h
MipsBranchExpansion.cpp [MIPS] Add FPU Delay Slot for MIPS1/2/3 2021-12-07 05:02:20 -08:00
MipsCCState.cpp Mips/GlobalISel: Use more standard call lowering infrastructure 2021-07-13 11:04:10 -04:00
MipsCCState.h Mips/GlobalISel: Use more standard call lowering infrastructure 2021-07-13 11:04:10 -04:00
MipsCallLowering.cpp Revert "Cleanup codegen includes" 2022-03-10 07:59:22 -05:00
MipsCallLowering.h [Target] Remove unused forward declarations (NFC) 2022-01-02 10:20:15 -08:00
MipsCallingConv.td
MipsCondMov.td
MipsConstantIslandPass.cpp [Target] Use range-based for loops (NFC) 2022-01-01 10:14:05 -08:00
MipsDSPInstrFormats.td
MipsDSPInstrInfo.td [MIPS] Remove unused tblgen template args. NFC 2021-09-15 12:16:07 +03:00
MipsDelaySlotFiller.cpp [mips] Use `push_back` to insert element at the end of a container. NFC 2022-01-11 19:08:19 +03:00
MipsEVAInstrFormats.td
MipsEVAInstrInfo.td [MIPS] Remove unused tblgen template args. NFC 2021-09-15 12:16:07 +03:00
MipsExpandPseudo.cpp [Target] Use range-based for loops (NFC) 2021-11-22 08:21:07 -08:00
MipsFastISel.cpp [NFC] Use Register instead of unsigned 2022-01-19 20:17:04 +08:00
MipsFrameLowering.cpp [NFC][CodeGen] Tidy up TargetRegisterInfo stack realignment functions 2021-03-30 17:31:39 +01:00
MipsFrameLowering.h PrologEpilogInserter: Use explicit control for scavenge slot placement 2021-11-23 18:01:12 -05:00
MipsISelDAGToDAG.cpp
MipsISelDAGToDAG.h
MipsISelLowering.cpp [Mips] support "sp" named register 2022-03-03 13:53:36 -08:00
MipsISelLowering.h [TargetLowering] getABIAlignmentForCallingConv - pass DataLayout by const reference. NFCI. 2021-06-10 10:55:24 +01:00
MipsInstrFPU.td
MipsInstrFormats.td
MipsInstrInfo.cpp [MIPS] Add FPU Delay Slot for MIPS1/2/3 2021-12-07 05:02:20 -08:00
MipsInstrInfo.h [MIPS] Add FPU Delay Slot for MIPS1/2/3 2021-12-07 05:02:20 -08:00
MipsInstrInfo.td
MipsInstructionSelector.cpp [Target] Remove redundant member initialization (NFC) 2022-01-06 22:01:44 -08:00
MipsLegalizerInfo.cpp Cleanup includes: DebugInfo & CodeGen 2022-03-12 17:26:40 +01:00
MipsLegalizerInfo.h
MipsMCInstLower.cpp [Target] Use range-based for loops (NFC) 2021-11-27 11:16:19 -08:00
MipsMCInstLower.h
MipsMSAInstrFormats.td
MipsMSAInstrInfo.td [MIPS] Remove unused tblgen template args. NFC 2021-09-15 12:16:07 +03:00
MipsMTInstrFormats.td
MipsMTInstrInfo.td
MipsMachineFunction.cpp [Target] use range-based for loops (NFC) 2022-01-07 21:20:36 -08:00
MipsMachineFunction.h
MipsModuleISelDAGToDAG.cpp Revert "Cleanup codegen includes" 2022-03-10 07:59:22 -05:00
MipsMulMulBugPass.cpp [mips] Improve vr4300 mulmul bugfix pass 2022-01-20 20:10:04 +03:00
MipsOptimizePICCall.cpp
MipsOptionRecord.h
MipsOs16.cpp Cleanup includes: LLVMTarget 2022-03-10 10:00:29 +01:00
MipsPfmCounters.td
MipsPreLegalizerCombiner.cpp Cleanup includes: DebugInfo & CodeGen 2022-03-12 17:26:40 +01:00
MipsRegisterBankInfo.cpp Revert "[llvm] Remove redundant member initialization (NFC)" 2022-01-03 11:28:47 -08:00
MipsRegisterBankInfo.h [nfc][codegen] Move RegisterBank[Info].h under CodeGen 2022-03-01 21:53:25 -08:00
MipsRegisterBanks.td
MipsRegisterInfo.cpp [Target] use range-based for loops (NFC) 2022-01-07 21:20:36 -08:00
MipsRegisterInfo.h
MipsRegisterInfo.td
MipsSEFrameLowering.cpp [NFC] Use Register instead of unsigned 2022-01-19 20:17:04 +08:00
MipsSEFrameLowering.h MipsSEFrameLowering.h - remove unused headers. NFCI. 2021-04-22 11:32:29 +01:00
MipsSEISelDAGToDAG.cpp [NFC][llvm] Inclusive language: reword and remove uses of sanity in llvm/lib/Target 2021-11-17 21:59:00 -05:00
MipsSEISelDAGToDAG.h
MipsSEISelLowering.cpp [Target] use range-based for loops (NFC) 2022-01-07 21:20:36 -08:00
MipsSEISelLowering.h [TargetLowering] Use Align in allowsMisalignedMemoryAccesses. 2021-02-04 19:22:06 -08:00
MipsSEInstrInfo.cpp Move TargetRegistry.(h|cpp) from Support to MC 2021-10-08 14:51:48 -07:00
MipsSEInstrInfo.h
MipsSERegisterInfo.cpp [llvm] Use = default (NFC) 2022-02-06 22:18:35 -08:00
MipsSERegisterInfo.h
MipsSchedule.td
MipsScheduleGeneric.td
MipsScheduleP5600.td
MipsSubtarget.cpp Move TargetRegistry.(h|cpp) from Support to MC 2021-10-08 14:51:48 -07:00
MipsSubtarget.h [nfc][codegen] Move RegisterBank[Info].h under CodeGen 2022-03-01 21:53:25 -08:00
MipsTargetMachine.cpp Cleanup includes: DebugInfo & CodeGen 2022-03-12 17:26:40 +01:00
MipsTargetMachine.h mark getTargetTransformInfo and getTargetIRAnalysis as const 2022-02-25 14:30:44 -05:00
MipsTargetObjectFile.cpp
MipsTargetObjectFile.h
MipsTargetStreamer.h
Relocation.txt