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
/
PPC64ISelPattern.cpp
Age
Commit message (
Expand
)
Author
2005-08-13
Remove support for 64b PPC, it's been broken for a long time. It'll be
Nate Begeman
2005-08-09
Update the targets to the new SETCC/CondCodeSDNode interfaces.
Chris Lattner
2005-08-02
Update to use the new MathExtras.h support for log2 computation.
Chris Lattner
2005-07-21
Support building non-PIC
Nate Begeman
2005-07-10
Change *EXTLOAD to use an VTSDNode operand instead of being an MVTSDNode.
Chris Lattner
2005-07-10
Change TRUNCSTORE to use a VTSDNode operand instead of being an MVTSTDNode
Chris Lattner
2005-06-22
If we support structs as va_list, we must pass pointers to them to va_copy
Andrew Lenharth
2005-06-18
core changes for varargs
Andrew Lenharth
2005-05-15
Fix andrews changes to fit in 80 columns
Chris Lattner
2005-05-13
treat TAILCALL nodes identically to CALL nodes
Chris Lattner
2005-05-13
Add an isTailCall flag to LowerCallTo
Chris Lattner
2005-05-13
Realize that we don't support fmod directly, fixing CodeGen/Generic/print-ari...
Chris Lattner
2005-05-12
rename the ADJCALLSTACKDOWN/ADJCALLSTACKUP nodes to be CALLSEQ_START/BEGIN.
Chris Lattner
2005-05-12
Pass in Calling Convention to use into LowerCallTo
Chris Lattner
2005-05-12
These targets don't like setcc
Chris Lattner
2005-05-04
fix typo
Andrew Lenharth
2005-05-03
Implement count leading zeros (ctlz), count trailing zeros (cttz), and count
Andrew Lenharth
2005-04-30
Doesn't support these nodes
Chris Lattner
2005-04-27
Implement Value* tracking for loads and stores in the selection DAG. This en...
Andrew Lenharth
2005-04-22
Convert tabs to spaces
Misha Brukman
2005-04-21
Remove trailing whitespace
Misha Brukman
2005-04-13
Elimate handling of ZERO_EXTEND_INREG. This causes the PPC backend to emit
Chris Lattner
2005-04-09
This target does not yet support ISD::BRCONDTWOWAY
Chris Lattner
2005-04-09
64b: Expand S/UREM
Nate Begeman
2005-04-08
Fix 64b shifts
Nate Begeman
2005-04-08
Match Mac OS X 64 bit calling conventions
Nate Begeman
2005-04-06
Add support for MULHS and MULHU nodes
Nate Begeman
2005-04-05
Fix cut & paste errors (32->64), and codegen float->int more optimally.
Nate Begeman
2005-04-05
Remove 64 bit simple ISel, it never worked correctly
Nate Begeman