aboutsummaryrefslogtreecommitdiff
path: root/lib/Target/SystemZ/TargetInfo/SystemZTargetInfo.cpp
AgeCommit message (Expand)Author
2013-05-06[SystemZ] Add back endUlrich Weigand
2011-10-24Remove the SystemZ backend.Dan Gohman
2011-08-24Move TargetRegistry and TargetSelect from Target to Support where they belong.Evan Cheng
2009-07-26Factor commonality in triple match routines into helper template for registeringDaniel Dunbar
2009-07-26Kill Target specific ModuleMatchQuality stuff.Daniel Dunbar
2009-07-25Simplify JIT target selection.Daniel Dunbar
2009-07-18Put Target definitions inside Target specific header, and llvm namespace.Daniel Dunbar
2009-07-16UnbreakAnton Korobeynikov