aboutsummaryrefslogtreecommitdiff
path: root/lib/Target/Mips/MipsSubtarget.h
AgeCommit message (Expand)Author
2018-04-11Merging r325653 with test fixups:Simon Dardis
2017-12-11[mips] Removal of microMIPS64R6Aleksandar Beserminji
2017-11-17Fix a bunch more layering of CodeGen headers that are in TargetDavid Blaikie
2017-08-14[MIPS] Implement support for -mstack-alignment.John Baldwin
2017-08-11[MIPS] Use ABI to determine stack alignment.John Baldwin
2017-07-15[mips] Handle the `long-calls` feature flags in the MIPS backendSimon Atanasyan
2017-07-11[mips][mt][1/7] Add the MT ASE as a subtarget feature.Simon Dardis
2017-06-15[mips] Fix documentation of member variable. NFCI.Simon Dardis
2017-06-09Test commit: remove whitespaceStefan Maksimovic
2017-06-06[mips] Add madd4 subtarget featurePetar Jovanovic
2017-05-23[mips] Remove unused class field. NFCSimon Atanasyan
2017-05-23[mips] Change type of MipsSubtarget ctor arguments s/std::string/StringRef/. NFCSimon Atanasyan
2017-02-15[LLVM][XRAY][MIPS] Support xray on mips/mipsel/mips64/mips64elSagar Thakur
2017-01-27[mips] Recommit: "N64 static relocation model support"Simon Dardis
2017-01-26Revert "[mips] N64 static relocation model support"Simon Dardis
2017-01-26[mips] N64 static relocation model supportSimon Dardis
2016-06-28Convert more cases to isPositionIndependent(). NFC.Rafael Espindola
2016-06-14[mips][atomics] Fix atomic instruction descriptions and uses.Simon Dardis
2016-06-03[mips] EABI CodeGen is completely untested and seems to have bitrotted. Remov...Daniel Sanders
2016-01-27Rename TargetSelectionDAGInfo into SelectionDAGTargetInfo and move it to Code...Benjamin Kramer
2015-10-12[mips][micromips] Initial support for micrmomips DSP instructions and addu.qb...Zoran Jovanovic
2015-09-28[mips][p5600] Added P5600 processor and initial scheduler.Daniel Sanders
2015-09-15[mips] Added support for various EVA ASE instructions.Daniel Sanders
2015-09-03[mips] Added support for the div, divu, ddiv and ddivu macros which use traps...Daniel Sanders
2015-08-12[mips][microMIPS] Create microMIPS64r6 subtarget and implement DALIGN, DAUI, ...Zoran Jovanovic
2015-07-20[mips] Added support for the ERETNC instruction.Vasileios Kalintiris
2015-07-09Remove getDataLayout() from TargetSelectionDAGInfo (had no users)Mehdi Amini
2015-06-23Revert r240137 (Fixed/added namespace ending comments using clang-tidy. NFC)Alexander Kornienko
2015-06-19Fixed/added namespace ending comments using clang-tidy. NFCAlexander Kornienko
2015-06-13Rename TargetSubtargetInfo::enablePostMachineScheduler() to enablePostRASched...Matthias Braun
2015-06-10Replace string GNU Triples with llvm::Triple in MCSubtargetInfo and create*MC...Daniel Sanders
2015-05-07InMips16HardFloat was only being set conditional on whether orEric Christopher
2015-05-07Rename the MIPS routine abiUsesSoftFloat -> useSoftFloat to matchEric Christopher
2015-05-07[mips] Add the SoftFloat MipsSubtarget feature.Toma Tabacu
2015-04-20[mips][microMIPSr6] Implement initial subtarget supportJozef Kolek
2015-02-18[mips] Add backend support for Mips32r[35] and Mips64r[35].Daniel Sanders
2015-02-04[mips] Make MipsSubtarget::hasMips*() functions consistent. NFC.Daniel Sanders
2015-01-26Move DataLayout back to the TargetMachine from TargetSubtargetInfoEric Christopher
2015-01-26Move the Mips target to storing the ABI in the TargetMachine ratherEric Christopher
2015-01-16[mips] Remove a redundant semicolon and add space before curly brackets. NFC.Toma Tabacu
2015-01-14[cleanup] Re-sort all the #include lines in LLVM usingChandler Carruth
2015-01-08Make the TargetMachine in MipsSubtarget a reference ratherEric Christopher
2014-12-19Remove unused variable, initializer, and accessor.Eric Christopher
2014-12-17MipsABIInfo class is used in different libraries. Moving the files to MCTarge...Vladimir Medic
2014-11-11[mips] Add preliminary support for the MIPS II target.Vasileios Kalintiris
2014-10-24[mips] Replace MipsABIEnum with a MipsABIInfo class.Daniel Sanders
2014-09-19constify the TargetMachine being passed through the Mips subtargetEric Christopher
2014-09-10[mips] Remove inverted predicates from MipsSubtarget that were only used by M...Daniel Sanders
2014-09-09[mips] Move MipsTargetLowering::MipsCC::regSize() to MipsSubtarget::getGPRSiz...Daniel Sanders
2014-09-02Reinstate "Nuke the old JIT."Eric Christopher