aboutsummaryrefslogtreecommitdiff
path: root/llvm/lib/Target/Mips/TargetInfo/MipsTargetInfo.cpp
AgeCommit message (Expand)AuthorFilesLines
2013-01-02Move all of the header files which are involved in modelling the LLVM IRChandler Carruth1-1/+1
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-09-21Add a base class for Mips TargetMachines and add Mips64 TargetMachines. Akira Hatanaka1-0/+8
2011-08-24Move TargetRegistry and TargetSelect from Target to Support where they belong.Evan Cheng1-1/+1
2011-07-21Added the infrastructute necessary for MIPS JIT support. Patch by VladimirBruno Cardoso Lopes1-2/+4
2011-04-15Reverse unnecessary changes made in r129606 and r129608. There is no change i...Akira Hatanaka1-2/+2
2011-04-15Fix lines that exceed 80 columns. There is no change in functionality.Akira Hatanaka1-2/+2
2011-03-04Remove (hopefully) all trailing whitespaces from the mips backend. Patch by H...Bruno Cardoso Lopes1-1/+1
2009-07-26Factor commonality in triple match routines into helper template for registeringDaniel Dunbar1-36/+3
2009-07-26Kill Target specific ModuleMatchQuality stuff.Daniel Dunbar1-26/+2
2009-07-25Simplify JIT target selection.Daniel Dunbar1-12/+2
2009-07-18Put Target definitions inside Target specific header, and llvm namespace.Daniel Dunbar1-2/+3
2009-07-15Add TargetInfo libraries for all targets.Daniel Dunbar1-0/+87