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