summaryrefslogtreecommitdiffstats
path: root/llvm/lib/Target/SystemZ/SystemZTargetMachine.cpp
Commit message (Collapse)AuthorAgeFilesLines
...
* Move most targets TargetMachine constructor to only taking a target triple.Daniel Dunbar2009-08-021-14/+2
| | | | | | - The C, C++, MSIL, and Mips backends still need the module. llvm-svn: 77927
* Normalize Subtarget constructors to take a target triple string instead ofDaniel Dunbar2009-08-021-1/+1
| | | | | | | | | | 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
* eliminate the TM argument to the TAI class, remove comment about supportingChris Lattner2009-08-021-2/+1
| | | | | | solaris :) llvm-svn: 77865
* Add new helpers for registering targets.Daniel Dunbar2009-07-251-11/+4
| | | | | | - Less boilerplate == good. llvm-svn: 77052
* Put Target definitions inside Target specific header, and llvm namespace.Daniel Dunbar2009-07-181-1/+0
| | | | llvm-svn: 76344
* UnbreakAnton Korobeynikov2009-07-161-22/+18
| | | | llvm-svn: 76064
* Implement 'large' PIC modelAnton Korobeynikov2009-07-161-0/+3
| | | | llvm-svn: 76006
* Preliminary asmprinting of globalsAnton Korobeynikov2009-07-161-1/+1
| | | | llvm-svn: 75975
* Add simple frame index eliminationAnton Korobeynikov2009-07-161-1/+1
| | | | llvm-svn: 75939
* Let's start another backend :)Anton Korobeynikov2009-07-161-0/+72
llvm-svn: 75909
OpenPOWER on IntegriCloud