#
20a631fd |
| 03-May-2006 |
Owen Anderson <resistor@mac.com> |
Refactor TargetMachine, pushing handling of TargetData into the target-specific subclasses. This has one caller-visible change: getTargetData() now returns a pointer instead of a reference.
This fi
Refactor TargetMachine, pushing handling of TargetData into the 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
show more ...
|
#
6f95ab7a |
| 23-Mar-2006 |
Chris Lattner <sabre@nondot.org> |
Eliminate IntrinsicLowering from TargetMachine. Make the CBE and V9 backends create their own, since they're the only ones that use it.
llvm-svn: 26974
|
#
2dd2c652 |
| 13-Mar-2006 |
Evan Cheng <evan.cheng@apple.com> |
Added getTargetLowering() to TargetMachine. Refactored targets to support this.
llvm-svn: 26742
|
Revision tags: llvmorg-1.6.0 |
|
#
88e234dd |
| 08-Nov-2005 |
Chris Lattner <sabre@nondot.org> |
Add a new option to indicate we want the code generator to emit code quickly, not spending tons of time microoptimizing it. This is useful for an -O0 style of build.
llvm-svn: 24235
|
#
802748cd |
| 01-Nov-2005 |
Jim Laskey <jlaskey@mac.com> |
Allow itineraries to be passed through the Target Machine.
llvm-svn: 24139
|
#
6cca84e4 |
| 16-Oct-2005 |
Nate Begeman <natebegeman@mac.com> |
More PPC32 -> PPC changes, as well as merging some classes that were redundant after the change.
llvm-svn: 23759
|
#
03354280 |
| 15-Oct-2005 |
Chris Lattner <sabre@nondot.org> |
prune #includes
llvm-svn: 23752
|
#
6f3b9546 |
| 14-Oct-2005 |
Chris Lattner <sabre@nondot.org> |
Rename PPC32*.h to PPC*.h
This completes the grand PPC file renaming
llvm-svn: 23745
|