summaryrefslogtreecommitdiff
path: root/llvm/lib/Target/AMDGPU/MCTargetDesc/AMDGPUMCTargetDesc.cpp
AgeCommit message (Expand)Author
2025-10-31[AMDGPU] Record old VGPR MSBs in the high bits of s_set_vgpr_msb (#165035)Stanislav Mekhanoshin
2025-09-25AMDGPU: Ensure both wavesize features are not set (#159234)Matt Arsenault
2025-09-17AMDGPU: Remove subtarget feature hacking in AsmParser (#159227)Matt Arsenault
2025-09-04[AMDGPU] Print high vgpr operand comments from objdump (#156966)Stanislav Mekhanoshin
2025-06-17[llvm] annotate interfaces in llvm/Target for DLL export (#143615)Andrew Rogers
2024-11-23AMDGPU: Move default wavesize hack for disassembler (#117422)Matt Arsenault
2024-11-13[AMDGPU] Remove unused includes (NFC) (#116154)Kazu Hirata
2024-09-20[AMDGPU] Do not use APInt for simple 64-bit arithmetic. NFC. (#109414)Jay Foad
2024-07-21[MC] Remove unnecessary isVerboseAsm from Target::AsmTargetStreamerCtorTyFangrui Song
2024-07-17[AMDGPU] clang-tidy: no else after return etc. NFC. (#99298)Jay Foad
2024-04-25[MC] Remove RelaxAll parameters from create*StreamerFangrui Song
2024-03-11[AMDGPU] Use a consistent DwarfEH register flavour (#84513)Emma Pilkington
2023-07-05[AMDGPU] Eliminate SIMCCodeEmitter and de-virtualise encoding methods.Ivan Kosarev
2023-01-23[MC] Make more use of MCInstrDesc::operands. NFC.Jay Foad
2022-10-28AMDGPU: Register a null MC streamer for -emit-codegen-onlyMatt Arsenault
2022-07-14[CodeGen] Move instruction predicate verification to emitInstructionDavid Green
2022-07-13Revert "Move instruction predicate verification to emitInstruction"David Green
2022-07-13Move instruction predicate verification to emitInstructionDavid Green
2022-02-09Cleanup LLVMMC headersserge-sans-paille
2021-10-08Move TargetRegistry.(h|cpp) from Support to MCReid Kleckner
2021-08-25[NFC][AMDGPU] Reduce includes dependencies.Daniil Fukalov
2021-01-07[NFC][AMDGPU] Reduce include files dependency.dfukalov
2020-08-14[X86][MC][Target] Initial backend support a tune CPU to support -mtuneCraig Topper
2020-03-23Implement wave32 DWARF register mappingRam Nalamothu
2020-02-25[AMDGPU] Implement wave64 DWARF register mappingScott Linder
2020-01-14CMake: Make most target symbols hidden by defaultTom Stellard
2019-06-11Revert CMake: Make most target symbols hidden by defaultTom Stellard
2019-06-10CMake: Make most target symbols hidden by defaultTom Stellard
2019-05-14[AMDGPU] Create a TargetInfo header. NFCRichard Trieu
2019-05-11[AMDGPU] Move InstPrinter files to MCTargetDesc. NFCRichard Trieu
2019-03-05[AMDGPU] Implement AMDGPUMCInstrAnalysisScott Linder
2019-01-19Update the file headers across all of the LLVM projects in the monorepoChandler Carruth
2018-06-28AMDGPU: Separate R600 and GCN TableGen filesTom Stellard
2018-05-18MC: Change the streamer ctors to take an object writer instead of a stream. N...Peter Collingbourne
2018-05-01Remove \brief commands from doxygen comments.Adrian Prantl
2018-02-16AMDGPU: Bring elf flags in sync with the specKonstantin Zhuravlyov
2017-10-11[MC] Have MCObjectStreamer take its MCAsmBackend argument via unique_ptr.Lang Hames
2017-10-11[MC] Have MCObjectStreamer take its MCAsmBackend argument via unique_ptr.Lang Hames
2017-10-05AMDGPU: Add and set AMDGPU-specific e_flagsKonstantin Zhuravlyov
2017-08-17AMDGPU: Add R600InstPrinter classTom Stellard
2016-10-09Move the global variables representing each Target behind accessor functionMehdi Amini
2016-06-30Delete MCCodeGenInfo.Rafael Espindola
2015-09-25AMDGPU/SI: Use .hsatext section instead of .text for HSATom Stellard
2015-09-15Revert r247692: Replace Triple with a new TargetTuple in MCTargetDesc/* and r...Daniel Sanders
2015-09-15Re-commit r247683: Replace Triple with a new TargetTuple in MCTargetDesc/* an...Daniel Sanders
2015-09-15Revert r247684 - Replace Triple with a new TargetTuple ...Daniel Sanders
2015-09-15Replace Triple with a new TargetTuple in MCTargetDesc/* and related. NFC.Daniel Sanders
2015-07-10MC: Remove MCSubtargetInfo() default constructorDuncan P. N. Exon Smith
2015-07-06Change the last few internal StringRef triples into Triple objects.Daniel Sanders
2015-06-26AMDGPU/SI: Add hsa code object directivesTom Stellard