index
:
llvm
master
release_1
release_16
release_20
release_21
release_22
release_23
release_24
release_25
release_26
release_27
release_28
release_29
release_30
release_31
release_32
release_33
stable
svn-tags/RELEASE_1
svn-tags/RELEASE_20
svn-tags/RELEASE_21
svn-tags/RELEASE_22
svn-tags/RELEASE_23
svn-tags/RELEASE_24
svn-tags/RELEASE_25
svn-tags/RELEASE_26
svn-tags/RELEASE_27
svn-tags/RELEASE_28
svn-tags/RELEASE_29
svn-tags/RELEASE_30
svn-tags/RELEASE_31
svn-tags/RELEASE_32
testing
http://llvm.org
git repository hosting
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
lib
/
Target
/
PowerPC
/
PPCTargetMachine.h
Age
Commit message (
Expand
)
Author
2006-05-12
Remove dead var, fix bad override.
Chris Lattner
2006-05-12
Refactor a bunch of includes so that TargetMachine.h doesn't have to include
Owen Anderson
2006-05-03
Refactor TargetMachine, pushing handling of TargetData into the target-specif...
Owen Anderson
2006-03-23
Eliminate IntrinsicLowering from TargetMachine.
Chris Lattner
2006-03-13
Added getTargetLowering() to TargetMachine. Refactored targets to support this.
Evan Cheng
2005-11-08
Add a new option to indicate we want the code generator to emit code quickly,
Chris Lattner
2005-11-01
Allow itineraries to be passed through the Target Machine.
Jim Laskey
2005-10-16
More PPC32 -> PPC changes, as well as merging some classes that were
Nate Begeman
2005-10-15
prune #includes
Chris Lattner
2005-10-14
Rename PPC32*.h to PPC*.h
Chris Lattner
2005-10-14
Merge PPCJITInfo.h and PPC32JITInfo.h. Note that the PowerPCJITInfo
Chris Lattner
2005-10-14
Rename PowerPC*.h to PPC*.h
Chris Lattner
2005-10-14
Nuke the PowerPCTargetMachine.h header. Note that the PowerPCTargetMachine
Chris Lattner
2005-09-01
1. Use SubtargetFeatures in llc/lli.
Jim Laskey
2005-04-21
Remove trailing whitespace
Misha Brukman
2004-11-23
Move JITInfo from PPCTM to PPC32TM
Chris Lattner
2004-09-04
All PPC instructions are now auto-printed
Nate Begeman
2004-08-17
PowerPC 32-/64-bit split: Part I, PPC32* bit files, adapted from former PowerPC*
Misha Brukman
2004-08-13
Remove an unneeded header and forward declaration
Nate Begeman
2004-08-11
Clean up 32/64bit and Darwin/AIX split. Next steps: 64 bit ISel, AIX asm pri...
Nate Begeman
2004-08-11
Breaking up the PowerPC target into 32- and 64-bit subparts, Part I: 32-bit.
Misha Brukman