summaryrefslogtreecommitdiff
path: root/llvm/lib/Target/Mips/MCTargetDesc/MipsMCTargetDesc.cpp
AgeCommit message (Expand)Author
2025-07-15Remove Native Client support (#133661)Brad Smith
2025-07-08Triple: Record default exception handling typeMatt Arsenault
2025-06-17[llvm] annotate interfaces in llvm/Target for DLL export (#143615)Andrew Rogers
2025-01-20[MC][CodeGen][Mips] Add CodeView mapping (#120877)Hervé Poussineau
2024-12-20[MC][Mips] Add MipsWinCOFFObjectWriter/MipsWinCOFFStreamer (#114611)Hervé Poussineau
2024-11-16[Mips] Remove unused includes (NFC) (#116499)Kazu Hirata
2024-11-01[MC][Mips] Rename MipsMCAsmInfo to MipsELFMCAsmInfo (#112592)Hervé Poussineau
2024-07-21[MC] Remove unnecessary isVerboseAsm from Target::AsmTargetStreamerCtorTyFangrui Song
2024-04-25[MC] Remove RelaxAll parameters from create*StreamerFangrui Song
2023-02-07[NFC][TargetParser] Remove llvm/ADT/Triple.hArchibald Elliott
2023-01-23[MC] Make more use of MCInstrDesc::operands. NFC.Jay Foad
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
2021-10-08Move TargetRegistry.(h|cpp) from Support to MCReid Kleckner
2020-08-14[X86][MC][Target] Initial backend support a tune CPU to support -mtuneCraig Topper
2020-01-14CMake: Make most target symbols hidden by defaultTom Stellard
2019-11-27[mips] Fix sc, scs, ll, lld instructions expandingSimon Atanasyan
2019-11-14[mips][NFC] Remove old FIXME commentMiloš Stojanović
2019-10-23[Mips] Use appropriate private label prefix based on Mips ABIMirko Brkusanin
2019-10-07[Mips] Fix evaluating J-format branch targetsSimon Atanasyan
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-15[mips] LLVM and GAS now use same instructions for CFA Definition. NFCISimon Atanasyan
2019-05-14[Mips] Create a TargetInfo header. NFCRichard Trieu
2019-05-11[Mips] Move InstPrinter files to MCTargetDesc. NFCRichard Trieu
2019-01-19Update the file headers across all of the LLVM projects in the monorepoChandler Carruth
2018-09-27[mips] Add support MIPS r6 Debian triplesSimon Atanasyan
2018-06-25Add Triple::isMIPS()/isMIPS32()/isMIPS64(). NFCAlexander Richardson
2018-05-18MC: Change the streamer ctors to take an object writer instead of a stream. N...Peter Collingbourne
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-09-21[mips] Fix relocation record format and ELF header for N32 ABISimon Atanasyan
2017-09-07[mips] Use RegisterMCAsmBackend to register all MIPS asm backends. NFCSimon Atanasyan
2016-10-09Move the global variables representing each Target behind accessor functionMehdi Amini
2016-06-30Delete MCCodeGenInfo.Rafael Espindola
2016-05-18Delete Reloc::Default.Rafael Espindola
2016-04-18[NFC] Header cleanupMehdi Amini
2016-04-11[mips] Make Static a default relocation model for MIPS codegenPetar Jovanovic
2016-03-24[MC][mips] Add MipsMCInstrAnalysis class and register it as MC instruction an...Simon Atanasyan
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-10Replace string GNU Triples with llvm::Triple in MCSubtargetInfo and create*MC...Daniel Sanders
2015-06-04Replace string GNU Triples with llvm::Triple in MCAsmInfo subclasses and crea...Daniel Sanders
2015-05-15MC: MCCodeGenInfo naming update. NFC.Jim Grosbach
2015-04-14Use raw_pwrite_stream in the object writer/streamer.Rafael Espindola