aboutsummaryrefslogtreecommitdiff
path: root/lib/Target/Mips/MipsTargetObjectFile.cpp
AgeCommit message (Expand)Author
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
2011-01-23Remove duplicated code.Rafael Espindola
2010-09-28Remove trailing spaces of MipsTargetObjectFile.cppChe-Liang Chiou
2010-04-08delete a forwarding function.Chris Lattner
2009-11-19Only use small sections for non linux targets!Bruno Cardoso Lopes
2009-08-13reintroduce support for Mips "small" section handling. This is Chris Lattner