summaryrefslogtreecommitdiffstats
path: root/llvm/lib/Target/SystemZ/SystemZSubtarget.h
Commit message (Collapse)AuthorAgeFilesLines
* Normalize Subtarget constructors to take a target triple string instead ofDaniel Dunbar2009-08-021-5/+3
| | | | | | | | | | Module*. Also, dropped uses of TargetMachine where unnecessary. The only target which still takes a TargetMachine& is Mips, I would appreciate it if someone would normalize this to match other targets. llvm-svn: 77918
* Implement 'large' PIC modelAnton Korobeynikov2009-07-161-0/+4
| | | | llvm-svn: 76006
* Add z9 and z10 target processors. Mark z10-only instructions as such.Anton Korobeynikov2009-07-161-3/+6
| | | | llvm-svn: 75977
* Unbreak due to mainline api changeAnton Korobeynikov2009-07-161-1/+1
| | | | llvm-svn: 75952
* Let's start another backend :)Anton Korobeynikov2009-07-161-0/+40
llvm-svn: 75909
OpenPOWER on IntegriCloud