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
/
PPCISelLowering.cpp
Age
Commit message (
Expand
)
Author
2005-09-13
Change the arg lowering code to use copyfromreg from vregs associated
Chris Lattner
2005-09-13
Remove some dead vectors
Chris Lattner
2005-09-10
PowerPC cannot truncstore i1 natively
Chris Lattner
2005-09-06
Implement i64<->fp using the fctidz/fcfid instructions on PowerPC when we
Nate Begeman
2005-09-02
Decouple fsqrt from gpul optimizations, implementing fsqrt.ll.
Chris Lattner
2005-09-02
Restore this patch now that the latent bug has been fixed
Chris Lattner
2005-09-02
Revert the previous patch which causes a mysterious regression in toast.
Chris Lattner
2005-09-01
Implement small-arguments.ll:test3 by teaching the DAG optimizer that
Chris Lattner
2005-08-31
Move FCTIWZ handling out of the instruction selectors and into legalization,
Chris Lattner
2005-08-31
Move SHL,SHR i64 -> legalizer
Chris Lattner
2005-08-31
lower sra_parts on the dag, implementing it for the dag isel, and exposing
Chris Lattner
2005-08-31
Enable generation of AssertSext and AssertZext in the PPC backend.
Nate Begeman
2005-08-30
Fix a bug in my patch for legalizing to fsel. It cannot handle seteq/setne,
Chris Lattner
2005-08-30
Fix some really strange indentation that xcode likes to use.
Chris Lattner
2005-08-26
implement SELECT_CC fully for the DAG->DAG isel!
Chris Lattner
2005-08-26
Make fsel emission work with both the pattern and dag-dag selectors, by
Chris Lattner
2005-08-26
implement the other half of the select_cc -> fsel lowering, which handles
Chris Lattner
2005-08-26
add initial support for converting select_cc -> fsel in the legalizer
Chris Lattner
2005-08-25
Remove option to make SetCC illegal on PowerPC after long discussion with
Nate Begeman
2005-08-23
Ack, typo
Nate Begeman
2005-08-23
Add an option to make SetCC illegal as a beta option
Nate Begeman
2005-08-17
Make UINT_TO_FP and SINT_TO_FP use generic expansion.
Jim Laskey
2005-08-16
updates for changes in nodes
Chris Lattner
2005-08-16
Implement BR_CC and BRTWOWAY_CC. This allows the removal of a rather nasty
Nate Begeman
2005-08-16
Pull the LLVM -> DAG lowering code out of the pattern selector so that it
Chris Lattner