summaryrefslogtreecommitdiff
path: root/lib/Target/SystemZ/SystemZTargetMachine.cpp
Commit message (Expand)AuthorAge
* Rename TargetAsmInfo (and its subclasses) to MCAsmInfo.Chris Lattner2009-08-22
* Change TargetAsmInfo to be constructed via TargetRegistry from a Target+TripleChris Lattner2009-08-12
* pass the TargetTriple down from each target ctor to theChris Lattner2009-08-11
* Move most targets TargetMachine constructor to only taking a target triple.Daniel Dunbar2009-08-02
* Normalize Subtarget constructors to take a target triple string instead ofDaniel Dunbar2009-08-02
* eliminate the TM argument to the TAI class, remove comment about supportingChris Lattner2009-08-02
* Add new helpers for registering targets.Daniel Dunbar2009-07-25
* Put Target definitions inside Target specific header, and llvm namespace.Daniel Dunbar2009-07-18
* UnbreakAnton Korobeynikov2009-07-16
* Implement 'large' PIC modelAnton Korobeynikov2009-07-16
* Preliminary asmprinting of globalsAnton Korobeynikov2009-07-16
* Add simple frame index eliminationAnton Korobeynikov2009-07-16
* Let's start another backend :)Anton Korobeynikov2009-07-16