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
...
*
Refactor reciprocal square root estimate into target-independent function; NFC.
Sanjay Patel
2014-09-21
1
-40
/
+2
*
Optionally enable more-aggressive FMA formation in DAGCombine
Hal Finkel
2014-09-19
1
-0
/
+5
*
Use cast to MVT instead of EVT on a couple calls to getSizeInBits.
Craig Topper
2014-09-10
1
-2
/
+2
*
Reinstate "Nuke the old JIT."
Eric Christopher
2014-09-02
1
-31
/
+20
*
name change: isPow2DivCheap -> isPow2SDivCheap
Sanjay Patel
2014-08-21
1
-1
/
+1
*
[PowerPC] Mark fixed-offset byvals as pointed-to by IR values
Hal Finkel
2014-08-16
1
-2
/
+2
*
[PowerPC] Darwin byval arguments are not immutable
Hal Finkel
2014-08-16
1
-1
/
+1
*
[PowerPC] Implement PPCTargetLowering::getTgtMemIntrinsic
Hal Finkel
2014-08-13
1
-0
/
+76
*
Add low-level option for avoiding float stores from va_start until
Joerg Sonnenberger
2014-08-08
1
-1
/
+7
*
Temporarily Revert "Nuke the old JIT." as it's not quite ready to
Eric Christopher
2014-08-07
1
-20
/
+31
*
Nuke the old JIT.
Rafael Espindola
2014-08-07
1
-31
/
+20
*
Remove the target machine from CCState. Previously it was only used
Eric Christopher
2014-08-06
1
-12
/
+11
*
[PowerPC] Swap arguments and adjust shift count for vsldoi on little endian
Bill Schmidt
2014-08-05
1
-6
/
+17
*
Have MachineFunction cache a pointer to the subtarget to make lookups
Eric Christopher
2014-08-05
1
-7
/
+5
*
[PPC64LE] Fix wrong IR for vec_sld and vec_vsldoi
Bill Schmidt
2014-08-04
1
-30
/
+12
*
Remove the TargetMachine forwards for TargetSubtargetInfo based
Eric Christopher
2014-08-04
1
-20
/
+33
*
[PowerPC] Swap arguments to vpkuhum/vpkuwum on little-endian
Ulrich Weigand
2014-08-04
1
-26
/
+44
*
[PowerPC] MULHU/MULHS are not legal for vector types
Ulrich Weigand
2014-08-04
1
-0
/
+2
*
[PowerPC] Fix and improve vector comparisons
Ulrich Weigand
2014-08-04
1
-10
/
+0
*
[PowerPC] PR20280 - Slots for byval parameters are not immutable
Ulrich Weigand
2014-08-01
1
-1
/
+1
*
[PowerPC] Generate unaligned vector loads using intrinsics instead of regular...
Hal Finkel
2014-08-01
1
-50
/
+28
*
[PowerPC] Recognize consecutive memory accesses from intrinsics
Hal Finkel
2014-08-01
1
-9
/
+63
*
Make sure no loads resulting from load->switch DAGCombine are marked invariant
Louis Gerbarg
2014-07-31
1
-4
/
+4
*
Fix typos / grammar.
Matt Arsenault
2014-07-29
1
-3
/
+3
*
Add alignment value to allowsUnalignedMemoryAccess
Matt Arsenault
2014-07-27
1
-3
/
+4
*
[PowerPC] Support TLS on PPC32/ELF
Hal Finkel
2014-07-25
1
-15
/
+29
*
[PATCH][PPC64LE] Correct little-endian usage of vmrgh* and vmrgl*.
Bill Schmidt
2014-07-25
1
-22
/
+43
*
Don't use 128bit functions on PPC32.
Joerg Sonnenberger
2014-07-24
1
-0
/
+7
*
[PowerPC] ELFv2 aggregate passing support
Ulrich Weigand
2014-07-21
1
-39
/
+140
*
[PowerPC] ELFv2 stack space reduction
Ulrich Weigand
2014-07-20
1
-15
/
+101
*
[PowerPC] ELFv2 function call changes
Ulrich Weigand
2014-07-20
1
-2
/
+13
*
[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
[prev]
[next]