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.cpp
Commit message (
Expand
)
Author
Age
Files
Lines
...
*
[PowerPC] Refactor byval handling in LowerFormalArguments_64SVR4
Ulrich Weigand
2014-07-20
1
-31
/
+35
*
[PowerPC] Fix FrameIndex handling in SelectAddressRegImm
Ulrich Weigand
2014-07-20
1
-1
/
+7
*
[PowerPC] 32-bit ELF PIC support
Hal Finkel
2014-07-18
1
-12
/
+45
*
[PowerPC] Implement atomic NAND operations as actual NAND
Ulrich Weigand
2014-07-08
1
-4
/
+4
*
[PowerPC] Fix no-assert build
Ulrich Weigand
2014-07-07
1
-0
/
+1
*
[PowerPC] Fix "byval align" arguments
Ulrich Weigand
2014-07-07
1
-67
/
+62
*
[DAG] Pass the argument list to the CallLoweringInfo via move semantics. NFCI.
Juergen Ributzka
2014-07-01
1
-1
/
+2
*
Add ops() method to SDNode that returns an ArrayRef<SDUse>. Use it to simplif...
Craig Topper
2014-06-29
1
-8
/
+6
*
[PowerPC] Refactor getMinCallFrameSize / getMinCallArgumentsSize
Ulrich Weigand
2014-06-23
1
-20
/
+17
*
[PowerPC] Fix IsDarwin arg in PPCFrameLowering:: calls
Ulrich Weigand
2014-06-23
1
-5
/
+5
*
[PowerPC] Refactor setMinReservedArea and CalculateParameterAndLinkageAreaSize
Ulrich Weigand
2014-06-23
1
-122
/
+108
*
[PowerPC] Fix on-stack AltiVec arguments with 64-bit SVR4
Ulrich Weigand
2014-06-23
1
-44
/
+29
*
[PowerPC] Fix small argument stack slot offset for LE
Ulrich Weigand
2014-06-20
1
-11
/
+20
*
[PowerPC] Remove unnecessary load of r12 in indirect call
Ulrich Weigand
2014-06-18
1
-4
/
+0
*
[PowerPC] Simplify and improve loading into TOC register
Ulrich Weigand
2014-06-18
1
-4
/
+11
*
[PowerPC] Do not use BLA with the 64-bit SVR4 ABI
Ulrich Weigand
2014-06-18
1
-7
/
+7
*
Remove an extraneous this-> to access the subtarget.
Eric Christopher
2014-06-12
1
-1
/
+1
*
Rename PPCSubTarget to Subtarget in PPCTargetLowering for consistency.
Eric Christopher
2014-06-12
1
-125
/
+123
*
[PPC64LE] Recognize shufflevector patterns for little endian
Bill Schmidt
2014-06-10
1
-55
/
+104
*
[PPC64LE] Generate correct code for unaligned little-endian vector loads
Bill Schmidt
2014-06-09
1
-21
/
+39
*
[PPC64LE] Generate correct little-endian code for v16i8 multiply
Bill Schmidt
2014-06-09
1
-4
/
+16
*
[PPC64LE] Fix lowering of BUILD_VECTOR and SHUFFLE_VECTOR for little endian
Bill Schmidt
2014-06-06
1
-3
/
+34
*
Omit else branch after return.
Eric Christopher
2014-06-02
1
-2
/
+4
*
Have the TLOF creation take a Triple rather than needing a subtarget.
Eric Christopher
2014-05-31
1
-3
/
+5
*
isSVR4ABI() returned !isDarwin() so just move that to the else
Eric Christopher
2014-05-30
1
-4
/
+1
*
Rename CreateTLOF->createTLOF to match the rest of the file and the
Eric Christopher
2014-05-30
1
-4
/
+4
*
[PATCH] Correct type used for VADD_SPLAT optimization on PowerPC
Bill Schmidt
2014-05-27
1
-4
/
+8
*
[PowerPC] PR19796: Also match ISD::TargetConstant in isIntS16Immediate
Adam Nemet
2014-05-20
1
-1
/
+1
*
SDAG: Legalize vector BSWAP into a shuffle if the shuffle is legal but the bs...
Benjamin Kramer
2014-05-19
1
-0
/
+1
*
Target: remove old constructors for CallLoweringInfo
Saleem Abdulrasool
2014-05-17
1
-10
/
+5
*
Rename ComputeMaskedBits to computeKnownBits. "Masked" has been
Jay Foad
2014-05-14
1
-12
/
+12
*
[PowerPC] Add global named register support
Hal Finkel
2014-05-11
1
-0
/
+25
*
Use makeArrayRef insted of calling ArrayRef<T> constructor directly. I introd...
Craig Topper
2014-04-30
1
-5
/
+4
*
Convert more SelectionDAG functions to use ArrayRef.
Craig Topper
2014-04-28
1
-1
/
+1
*
[C++] Use 'nullptr'.
Craig Topper
2014-04-28
1
-2
/
+2
*
Convert SelectionDAG::getMergeValues to use ArrayRef.
Craig Topper
2014-04-27
1
-4
/
+4
*
Convert getMemIntrinsicNode to take ArrayRef of SDValue instead of pointer an...
Craig Topper
2014-04-26
1
-7
/
+5
*
Convert SelectionDAG::getNode methods to use ArrayRef<SDValue>.
Craig Topper
2014-04-26
1
-35
/
+24
*
[C++] Use 'nullptr'. Target edition.
Craig Topper
2014-04-25
1
-26
/
+27
*
Add 'musttail' marker to call instructions
Reid Kleckner
2014-04-24
1
-0
/
+4
*
Break PseudoSourceValue out of the Value hierarchy. It is now the root of its...
Nick Lewycky
2014-04-15
1
-2
/
+2
*
[PowerPC] Implement some additional TLI callbacks
Hal Finkel
2014-04-12
1
-0
/
+36
*
[PowerPC] Don't return false from PPC::isVSLDOIShuffleMask
Hal Finkel
2014-04-08
1
-1
/
+1
*
Make consistent use of MCPhysReg instead of uint16_t throughout the tree.
Craig Topper
2014-04-04
1
-24
/
+24
*
[PowerPC] Don't ever expand BUILD_VECTOR of v2i64 with shuffles
Hal Finkel
2014-03-31
1
-0
/
+9
*
[PowerPC] Handle VSX v2i64 SIGN_EXTEND_INREG
Hal Finkel
2014-03-30
1
-0
/
+32
*
[PowerPC] Handle v2i64 comparisons
Hal Finkel
2014-03-29
1
-0
/
+23
*
[PowerPC] Add subregister classes for f64 VSX values
Hal Finkel
2014-03-29
1
-4
/
+11
*
[PowerPC] v2[fi]64 need to be explicitly passed in VSX registers
Hal Finkel
2014-03-28
1
-4
/
+28
*
[PowerPC] Fix v2f64 vector extract and related patterns
Hal Finkel
2014-03-27
1
-0
/
+1
[prev]
[next]