summaryrefslogtreecommitdiff
path: root/lib/Target/Mips/MipsTargetObjectFile.cpp
AgeCommit message (Expand)AuthorFilesLines
2015-05-27Revert r238190 and r238197: [mips] Make TTypeEncoding indirect to allow .eh_f...Daniel Sanders1-7/+1
2015-05-26[mips] Make TTypeEncoding indirect to allow .eh_frame to be read-only.Daniel Sanders1-1/+7
2015-05-21Move alignment from MCSectionData to MCSection.Rafael Espindola1-5/+7
2015-03-21Grab a subtarget off of a MipsTargetMachine rather than aEric Christopher1-5/+9
2015-01-29Compute the ELF SectionKind from the flags.Rafael Espindola1-9/+5
2015-01-26Move DataLayout back to the TargetMachine from TargetSubtargetInfoEric Christopher1-6/+4
2014-11-06[mips] Add the following MIPS options that control gp-relative addressing ofSasa Stankovic1-13/+57
2014-08-04Remove the TargetMachine forwards for TargetSubtargetInfo basedEric Christopher1-1/+2
2014-02-08Pass the Mangler by reference.Rafael Espindola1-1/+1
2014-01-31Remove another hasRawTextSupport.Rafael Espindola1-15/+0
2014-01-28Revert r199871 and replace it with a simple check in the debug infoEric Christopher1-1/+1
2014-01-23Add a variable to track whether or not we've used a unique section,Eric Christopher1-1/+1
2013-01-18This is a resubmittal. For some reason it broke the bots yesterdayJack Carter1-0/+14
2013-01-02Move all of the header files which are involved in modelling the LLVM IRChandler Carruth1-3/+3
2012-12-03Use the new script to sort the includes of every file under lib.Chandler Carruth1-2/+2
2012-10-08Move TargetData to DataLayout.Micah Villmow1-2/+2
2012-09-05Fix UseInitArray option for MIPS target.Logan Chien1-0/+1
2012-08-22Add register Mips::GP to the list of reserved registers if target is bare-metalAkira Hatanaka1-2/+3
2012-02-17remove Emacs-tag form .cpp files in Mips Backend, and fix some typo.Jia Liu1-1/+1
2012-02-17add Emacs tag and fix some comment error in file headersJia Liu1-1/+1
2011-07-18land David Blaikie's patch to de-constify Type, with a few tweaks.Chris Lattner1-1/+1
2011-04-15Reverse unnecessary changes made in r129606 and r129608. There is no change i...Akira Hatanaka1-6/+4
2011-04-15Fix lines that have incorrect indentation or exceed 80 columns. There is no c...Akira Hatanaka1-4/+6
2011-01-23Remove more duplicated code.Rafael Espindola1-2/+2
2011-01-23Remove duplicated code.Rafael Espindola1-2/+3
2010-09-28Remove trailing spaces of MipsTargetObjectFile.cppChe-Liang Chiou1-10/+10
2010-04-08delete a forwarding function.Chris Lattner1-6/+7
2009-11-19Only use small sections for non linux targets!Bruno Cardoso Lopes1-0/+7
2009-08-13reintroduce support for Mips "small" section handling. This is Chris Lattner1-0/+93