aboutsummaryrefslogtreecommitdiff
path: root/lib/Target/SystemZ/SystemZTargetMachine.cpp
AgeCommit message (Expand)Author
2010-05-11Implement a bunch more TargetSelectionDAGInfo infrastructure.Dan Gohman
2009-11-07indicate what the native integer types for the target are.Chris Lattner
2009-08-22Rename TargetAsmInfo (and its subclasses) to MCAsmInfo.Chris Lattner
2009-08-12Change TargetAsmInfo to be constructed via TargetRegistry from a Target+TripleChris Lattner
2009-08-11pass the TargetTriple down from each target ctor to theChris Lattner
2009-08-02Move most targets TargetMachine constructor to only taking a target triple.Daniel Dunbar
2009-08-02Normalize Subtarget constructors to take a target triple string instead ofDaniel Dunbar
2009-08-02eliminate the TM argument to the TAI class, remove comment about supportingChris Lattner
2009-07-25Add new helpers for registering targets.Daniel Dunbar
2009-07-18Put Target definitions inside Target specific header, and llvm namespace.Daniel Dunbar
2009-07-16UnbreakAnton Korobeynikov
2009-07-16Implement 'large' PIC modelAnton Korobeynikov
2009-07-16Preliminary asmprinting of globalsAnton Korobeynikov
2009-07-16Add simple frame index eliminationAnton Korobeynikov
2009-07-16Let's start another backend :)Anton Korobeynikov