index
:
bcm5719-llvm
meklort-10.0.0
meklort-10.0.1
ortega-7.0.1
Project Ortega BCM5719 LLVM
Raptor Computing Systems
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
llvm
/
lib
/
Target
/
PowerPC
/
PPCISelLowering.h
Commit message (
Expand
)
Author
Age
Files
Lines
*
Prepare support for AltiVec multiply, divide, and sqrt.
Nate Begeman
2005-12-13
1
-0
/
+4
*
Use new PPC-specific nodes to represent shifts which require the 6-bit
Chris Lattner
2005-12-06
1
-0
/
+6
*
Add an initial hack at legalizing GlobalAddress into the appropriate nodes
Chris Lattner
2005-11-17
1
-0
/
+11
*
Add the ability to lower return instructions to TargetLowering. This
Nate Begeman
2005-10-18
1
-0
/
+3
*
More PPC32 -> PPC changes, as well as merging some classes that were
Nate Begeman
2005-10-16
1
-3
/
+3
*
Rename PowerPC*.h to PPC*.h
Chris Lattner
2005-10-14
1
-1
/
+1
*
Implement i64<->fp using the fctidz/fcfid instructions on PowerPC when we
Nate Begeman
2005-09-06
1
-3
/
+9
*
Move FCTIWZ handling out of the instruction selectors and into legalization,
Chris Lattner
2005-08-31
1
-0
/
+4
*
implement SELECT_CC fully for the DAG->DAG isel!
Chris Lattner
2005-08-26
1
-0
/
+3
*
Make fsel emission work with both the pattern and dag-dag selectors, by
Chris Lattner
2005-08-26
1
-1
/
+14
*
add initial support for converting select_cc -> fsel in the legalizer
Chris Lattner
2005-08-26
1
-0
/
+4
*
Pull the LLVM -> DAG lowering code out of the pattern selector so that it
Chris Lattner
2005-08-16
1
-0
/
+53