summaryrefslogtreecommitdiffstats
path: root/llvm/lib/Target/PowerPC/PPCTargetMachine.h
Commit message (Collapse)AuthorAgeFilesLines
...
* Refactor a bunch of includes so that TargetMachine.h doesn't have to includeOwen Anderson2006-05-121-0/+1
| | | | | | | TargetData.h. This should make recompiles a bit faster with my current TargetData tinkering. llvm-svn: 28238
* Refactor TargetMachine, pushing handling of TargetData into the ↵Owen Anderson2006-05-031-0/+2
| | | | | | | | target-specific subclasses. This has one caller-visible change: getTargetData() now returns a pointer instead of a reference. This fixes PR 759. llvm-svn: 28074
* Eliminate IntrinsicLowering from TargetMachine.Chris Lattner2006-03-231-4/+1
| | | | | | Make the CBE and V9 backends create their own, since they're the only ones that use it. llvm-svn: 26974
* Added getTargetLowering() to TargetMachine. Refactored targets to support this.Evan Cheng2006-03-131-0/+3
| | | | llvm-svn: 26742
* Add a new option to indicate we want the code generator to emit code quickly,Chris Lattner2005-11-081-1/+1
| | | | | | | not spending tons of time microoptimizing it. This is useful for an -O0 style of build. llvm-svn: 24235
* Allow itineraries to be passed through the Target Machine.Jim Laskey2005-11-011-4/+9
| | | | llvm-svn: 24139
* More PPC32 -> PPC changes, as well as merging some classes that wereNate Begeman2005-10-161-32/+19
| | | | | | redundant after the change. llvm-svn: 23759
* prune #includesChris Lattner2005-10-151-3/+1
| | | | llvm-svn: 23752
* Rename PPC32*.h to PPC*.hChris Lattner2005-10-141-0/+74
This completes the grand PPC file renaming llvm-svn: 23745
OpenPOWER on IntegriCloud