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
/
PPCSubtarget.cpp
Age
Commit message (
Expand
)
Author
2006-03-01
Compile this:
Chris Lattner
2006-02-22
- Added option -relocation-model to set relocation model. Valid values includ...
Evan Cheng
2006-01-28
add a note about how we should implement this FIXME from the legalizer:
Chris Lattner
2005-11-17
add an option to generate completely non-pic code, corresponding to what
Chris Lattner
2005-11-01
Allow itineraries to be passed through the Target Machine.
Jim Laskey
2005-10-26
Give full control of subtarget features over to table generated code.
Jim Laskey
2005-10-25
Preparation of supporting scheduling info. Need to find info based on selected
Jim Laskey
2005-10-23
Simplify this, matching changes in the tblgen emitter
Chris Lattner
2005-10-21
Plugin new subtarget backend into the build.
Jim Laskey
2005-10-18
Do the right thing and enable 64 bit regs under the control of a subtarget
Nate Begeman
2005-10-14
Rename PowerPC*.h to PPC*.h
Chris Lattner
2005-09-07
On non-apple systems, when using -march=ppc32, do not print:
Chris Lattner
2005-09-06
Add accessor for 64bit flag, so that we can tell when it is safe to
Nate Begeman
2005-09-02
Add help support for -mcpu and -mattr.
Jim Laskey
2005-09-02
Decouple fsqrt from gpul optimizations, implementing fsqrt.ll.
Chris Lattner
2005-09-01
1. Use SubtargetFeatures in llc/lli.
Jim Laskey
2005-08-05
Consolidate the GPOpt stuff to all use the Subtarget, instead of still
Chris Lattner
2005-08-05
Enable gp optimizations by default when available, even when a target triple
Chris Lattner
2005-08-04
Add Subtarget support to PowerPC. Next up, using it.
Nate Begeman