summaryrefslogtreecommitdiff
path: root/lib/Target/Mips/MipsTargetObjectFile.cpp
Commit message (Expand)AuthorAge
* Pass the Mangler by reference.Rafael Espindola2014-02-08
* Remove another hasRawTextSupport.Rafael Espindola2014-01-31
* Revert r199871 and replace it with a simple check in the debug infoEric Christopher2014-01-28
* Add a variable to track whether or not we've used a unique section,Eric Christopher2014-01-23
* This is a resubmittal. For some reason it broke the bots yesterdayJack Carter2013-01-18
* Move all of the header files which are involved in modelling the LLVM IRChandler Carruth2013-01-02
* Use the new script to sort the includes of every file under lib.Chandler Carruth2012-12-03
* Move TargetData to DataLayout.Micah Villmow2012-10-08
* Fix UseInitArray option for MIPS target.Logan Chien2012-09-05
* Add register Mips::GP to the list of reserved registers if target is bare-metalAkira Hatanaka2012-08-22
* remove Emacs-tag form .cpp files in Mips Backend, and fix some typo.Jia Liu2012-02-17
* add Emacs tag and fix some comment error in file headersJia Liu2012-02-17
* land David Blaikie's patch to de-constify Type, with a few tweaks.Chris Lattner2011-07-18
* Reverse unnecessary changes made in r129606 and r129608. There is no change i...Akira Hatanaka2011-04-15
* Fix lines that have incorrect indentation or exceed 80 columns. There is no c...Akira Hatanaka2011-04-15
* Remove more duplicated code.Rafael Espindola2011-01-23
* Remove duplicated code.Rafael Espindola2011-01-23
* Remove trailing spaces of MipsTargetObjectFile.cppChe-Liang Chiou2010-09-28
* delete a forwarding function.Chris Lattner2010-04-08
* Only use small sections for non linux targets!Bruno Cardoso Lopes2009-11-19
* reintroduce support for Mips "small" section handling. This is Chris Lattner2009-08-13