index
:
external_llvm.git
replicant-6.0
Unnamed repository; edit this file 'description' to name the repository.
git repository hosting
about
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
lib
/
Target
/
PowerPC
/
PPCISelLowering.h
Commit message (
Expand
)
Author
Age
Files
Lines
*
Implement partial-word binary atomics on ppc.
Dale Johannesen
2008-08-28
1
-0
/
+3
*
Implement 32 & 64 bit versions of PPC atomic
Dale Johannesen
2008-08-25
1
-0
/
+3
*
Remove PPC-specific lowering for atomics; the
Dale Johannesen
2008-08-25
1
-8
/
+0
*
Rename SDOperand to SDValue.
Dan Gohman
2008-07-27
1
-52
/
+52
*
Implement llvm.atomic.cmp.swap.i32 on PPC. Patch by Gary Benson!
Evan Cheng
2008-07-12
1
-8
/
+5
*
Rather than having a different custom legalization
Duncan Sands
2008-07-04
1
-1
/
+1
*
Added MemOperands to Atomic operations since Atomics touches memory.
Mon P Wang
2008-06-25
1
-2
/
+2
*
Wrap MVT::ValueType in a struct to get type safety
Duncan Sands
2008-06-06
1
-2
/
+2
*
Tail call optimization improvements:
Arnold Schwaighofer
2008-04-30
1
-1
/
+26
*
A few inline asm cleanups:
Chris Lattner
2008-04-26
1
-1
/
+1
*
64-bit atomic operations.
Evan Cheng
2008-04-19
1
-5
/
+5
*
PPC32 atomic operations.
Evan Cheng
2008-04-19
1
-1
/
+21
*
Add support for multiple return values for the PPC target by
Dan Gohman
2008-03-19
1
-1
/
+1
*
Give TargetLowering::getSetCCResultType() a parameter so that ISD::SETCC's
Scott Michel
2008-03-10
1
-0
/
+3
*
Move PPC lowering functions into PPCTargetLowering
Dale Johannesen
2008-03-04
1
-0
/
+38
*
Interface of getByValTypeAlignment differed between
Dale Johannesen
2008-02-28
1
-0
/
+5
*
Simplify some logic in ComputeMaskedBits. And change ComputeMaskedBits
Dan Gohman
2008-02-13
1
-1
/
+1
*
Convert SelectionDAG::ComputeMaskedBits to use APInt instead of uint64_t.
Dan Gohman
2008-02-13
1
-3
/
+3
*
Even though InsertAtEndOfBasicBlock is an ugly hack it still deserves a prope...
Evan Cheng
2008-01-30
1
-2
/
+2
*
Remove attribution from file headers, per discussion on llvmdev.
Chris Lattner
2007-12-29
1
-2
/
+2
*
implement __builtin_return_addr(0) on ppc.
Chris Lattner
2007-12-08
1
-0
/
+1
*
Implement ExpandOperationResult for ppc i64 fp->int, which fixes
Chris Lattner
2007-11-28
1
-0
/
+2
*
Next PPC long double bits: ppcf128->i32 conversion.
Dale Johannesen
2007-10-10
1
-1
/
+22
*
rename isOperandValidForConstraint to LowerAsmOperandForConstraint,
Chris Lattner
2007-08-25
1
-2
/
+7
*
More explicit keywords.
Dan Gohman
2007-08-02
1
-1
/
+1
*
Vector fneg must be expanded into fsub -0.0, X.
Evan Cheng
2007-07-30
1
-0
/
+4
*
It's not necessary to do rounding for alloca operations when the requested
Dan Gohman
2007-07-18
1
-0
/
+263