summaryrefslogtreecommitdiff
path: root/llvm/lib/Target/Mips/MipsTargetObjectFile.cpp
AgeCommit message (Expand)Author
2025-06-17MIPS: Replace MipsMCExpr with MCSpecifierExprFangrui Song
2025-06-15MIPS: Rename MipsMCExpr::MEK_ to Mips::S_Fangrui Song
2025-03-05[MC] Remove unneeded VK_None argument from MCSymbolRefExpr::create. NFCFangrui Song
2024-11-16[Mips] Remove unused includes (NFC) (#116499)Kazu Hirata
2024-06-28[IR] Add getDataLayout() helpers to Function and GlobalValue (#96919)Nikita Popov
2020-05-21[Target] Use Align in TargetLoweringObjectFile::getSectionForConstant.Craig Topper
2020-03-20[X86] Reland D71360 Clean up UseInitArray initialization for X86ELFTargetObje...Fangrui Song
2020-03-20Temporarily Revert "[X86] Reland D71360 Clean up UseInitArray initialization ...Eric Christopher
2020-03-20[X86] Reland D71360 Clean up UseInitArray initialization for X86ELFTargetObje...Fangrui Song
2019-12-17Revert "Honor -fuse-init-array when os is not specified on x86"Mitch Phillips
2019-12-16Honor -fuse-init-array when os is not specified on x86Kamlesh Kumar
2019-01-19Update the file headers across all of the LLVM projects in the monorepoChandler Carruth
2018-12-03[mips] Fix TestDWARF32Version5Addr8AllForms test failure on MIPS hostsSimon Atanasyan
2018-01-26[MIPS] Don't crash on unsized extern types with -mgpoptAlexander Richardson
2017-08-16[mips] Handle variables with an explicit section and interactions with .sdata...Simon Dardis
2017-07-21[mips] Support -membedded-data and fix a related bugSimon Dardis
2017-06-07Move Object format code to lib/BinaryFormat.Zachary Turner
2017-01-20[mips] Fix debug information for __thread variablePetar Jovanovic
2016-10-24Target: Change various section classifiers in TargetLoweringObjectFile to tak...Peter Collingbourne
2016-09-16Move the Mangler from the AsmPrinter down to TLOF and clean up theEric Christopher
2016-02-21Unbreak non-X86 targets from fallout caused by r261462David Majnemer
2016-02-03[mips] Add SHF_MIPS_GPREL flag to the MIPS .sbss and .sdata sectionsSimon Atanasyan
2016-01-16GlobalValue: use getValueType() instead of getType()->getPointerElementType().Manuel Jacob
2015-11-18Stop producing .data.rel sections.Rafael Espindola
2015-07-16Move most user of TargetMachine::getDataLayout to the Module oneMehdi Amini
2015-07-16Remove DataLayout from TargetLoweringObjectFile, redirect to ModuleMehdi Amini
2015-05-27Revert r238190 and r238197: [mips] Make TTypeEncoding indirect to allow .eh_f...Daniel Sanders
2015-05-26[mips] Make TTypeEncoding indirect to allow .eh_frame to be read-only.Daniel Sanders
2015-05-21Move alignment from MCSectionData to MCSection.Rafael Espindola
2015-03-21Grab a subtarget off of a MipsTargetMachine rather than aEric Christopher
2015-01-29Compute the ELF SectionKind from the flags.Rafael Espindola
2015-01-26Move DataLayout back to the TargetMachine from TargetSubtargetInfoEric Christopher
2014-11-06[mips] Add the following MIPS options that control gp-relative addressing ofSasa Stankovic
2014-08-04Remove the TargetMachine forwards for TargetSubtargetInfo basedEric Christopher
2014-02-08Pass the Mangler by reference.Rafael Espindola
2014-01-31Remove another hasRawTextSupport.Rafael Espindola
2014-01-28Revert r199871 and replace it with a simple check in the debug infoEric Christopher
2014-01-23Add a variable to track whether or not we've used a unique section,Eric Christopher
2013-01-18This is a resubmittal. For some reason it broke the bots yesterdayJack Carter
2013-01-02Move all of the header files which are involved in modelling the LLVM IRChandler Carruth
2012-12-03Use the new script to sort the includes of every file under lib.Chandler Carruth
2012-10-08Move TargetData to DataLayout.Micah Villmow
2012-09-05Fix UseInitArray option for MIPS target.Logan Chien
2012-08-22Add register Mips::GP to the list of reserved registers if target is bare-metalAkira Hatanaka
2012-02-17remove Emacs-tag form .cpp files in Mips Backend, and fix some typo.Jia Liu
2012-02-17add Emacs tag and fix some comment error in file headersJia Liu
2011-07-18land David Blaikie's patch to de-constify Type, with a few tweaks.Chris Lattner
2011-04-15Reverse unnecessary changes made in r129606 and r129608. There is no change i...Akira Hatanaka
2011-04-15Fix lines that have incorrect indentation or exceed 80 columns. There is no c...Akira Hatanaka
2011-01-23Remove more duplicated code.Rafael Espindola