aboutsummaryrefslogtreecommitdiff
path: root/llvm/lib/Target/ARM/TargetInfo/ARMTargetInfo.cpp
AgeCommit message (Expand)AuthorFilesLines
2014-04-01ARM: rename ARMle/ARMbe with ARMLE/ARMBE, and Thumble/Thumbbe with ThumbLE/Th...Christian Pirker1-6/+6
2014-03-28Add ARM big endian Target (armeb, thumbeb)Christian Pirker1-3/+8
2014-03-22Prune includes in ARM target.Craig Topper1-1/+1
2013-01-02Move all of the header files which are involved in modelling the LLVM IRChandler Carruth1-1/+1
2011-08-24Move TargetRegistry and TargetSelect from Target to Support where they belong.Evan Cheng1-1/+1
2009-07-26Factor commonality in triple match routines into helper template for registeringDaniel Dunbar1-29/+5
2009-07-26Kill Target specific ModuleMatchQuality stuff.Daniel Dunbar1-38/+0
2009-07-25Simplify JIT target selection.Daniel Dunbar1-18/+4
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/+98