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
/
test
/
CodeGen
/
PowerPC
/
vsx.ll
Commit message (
Expand
)
Author
Age
Files
Lines
*
[PowerPC] Implement the areMemAccessesTriviallyDisjoint hook
QingShan Zhang
2019-07-02
1
-10
/
+10
*
RegAllocFast: Improve hinting heuristic
Matt Arsenault
2019-05-16
1
-9
/
+10
*
Reapply r359906, "RegAllocFast: Add heuristic to detect values not live-out o...
Matt Arsenault
2019-05-03
1
-12
/
+0
*
Revert r359906, "RegAllocFast: Add heuristic to detect values not live-out of...
Nico Weber
2019-05-03
1
-0
/
+12
*
RegAllocFast: Add heuristic to detect values not live-out of a block
Matt Arsenault
2019-05-03
1
-12
/
+0
*
RegAllocFast: Remove early selection loop, the spill calculation will report ...
Matt Arsenault
2019-03-19
1
-633
/
+1971
*
[PowerPC] Complete the custom legalization of vector int to fp conversion
Nemanja Ivanovic
2018-12-29
1
-22
/
+12
*
[Power9] Add support for stxvw4x.be and stxvd2x.be intrinsics
Zaara Syeda
2018-11-05
1
-48
/
+0
*
[PowerPC] Revert commit r339779
Nemanja Ivanovic
2018-08-27
1
-2
/
+2
*
[PowerPC] Change Test Options [NFC]
Stefan Pintilie
2018-08-24
1
-299
/
+309
*
[PowerPC] Replace the Post RA List Scheduler with the Machine Scheduler
Stefan Pintilie
2018-07-04
1
-3
/
+3
*
[PowerPC] Utilize DQ-Form instructions for spill/restore and fix FrameIndex e...
Lei Huang
2017-10-11
1
-10
/
+25
*
RegisterScavenging: Followup to r305625
Matthias Braun
2017-06-20
1
-15
/
+15
*
[PowerPC] Emit VMX loads/stores for aligned ops to avoid adding swaps on LE
Nemanja Ivanovic
2017-05-02
1
-10
/
+10
*
Use PIC relocation model as default for PowerPC64 ELF.
Joerg Sonnenberger
2016-12-15
1
-5
/
+5
*
Revert https://reviews.llvm.org/rL287679
Nemanja Ivanovic
2016-11-29
1
-24
/
+15
*
[PowerPC] Improvements for BUILD_VECTOR Vol. 1
Nemanja Ivanovic
2016-11-29
1
-6
/
+2
*
[PowerPC] Emit VMX loads/stores for aligned ops to avoid adding swaps on LE
Nemanja Ivanovic
2016-11-22
1
-15
/
+24
*
[PowerPC] Implement BE VSX load/store builtins - llvm portion.
Tony Jiang
2016-11-15
1
-0
/
+48
*
[Power9] Part-word VSX integer scalar loads/stores and sign extend instructions
Nemanja Ivanovic
2016-10-04
1
-133
/
+51
*
[Power9] Builtins for ELF v.2 API conformance - back end portion
Nemanja Ivanovic
2016-09-27
1
-19
/
+15
*
Adding -verify-machineinstrs option to PowerPC tests
Ehsan Amiri
2016-08-03
1
-5
/
+5
*
[PowerPC] - Legalize vector types by widening instead of integer promotion
Nemanja Ivanovic
2016-07-05
1
-41
/
+53
*
[PowerPC] Add an MI SSA peephole pass.
Bill Schmidt
2015-11-10
1
-2
/
+1
*
Fix for bootstrap bug introduced in r244921
Nemanja Ivanovic
2015-11-02
1
-8
/
+8
*
Temporary fix for the self-host failures introduced by rL244921.
Nemanja Ivanovic
2015-08-19
1
-8
/
+8
*
Scalar to vector conversions using direct moves
Nemanja Ivanovic
2015-08-13
1
-3
/
+3
*
[PowerPC] v4i32 is a VSRCRegClass
Bill Schmidt
2015-07-16
1
-35
/
+34
*
[PPC64LE] Enable missing lxvdsx optimization, and related swap optimization
Bill Schmidt
2015-07-01
1
-6
/
+288
*
[PowerPC] Enable printing instructions using aliases
Hal Finkel
2015-04-23
1
-7
/
+7
*
[opaque pointer type] Add textual IR support for explicit type parameter to l...
David Blaikie
2015-02-27
1
-7
/
+7
*
[PowerPC]Update Power VSX test cases to also test fast-isel
Bill Seurer
2014-12-05
1
-117
/
+384
*
[PATCH] Support select-cc for VSFRC when VSX is enabled
Bill Schmidt
2014-10-22
1
-0
/
+11
*
[PowerPC] Enable use of lxvw4x/stxvw4x in VSX code generation
Bill Schmidt
2014-10-17
1
-0
/
+57
*
[PowerPC] Fix FrameIndex handling in SelectAddressRegImm
Ulrich Weigand
2014-07-20
1
-1
/
+1
*
[PowerPC] Add some missing VSX bitcast patterns
Hal Finkel
2014-04-01
1
-0
/
+8
*
[PowerPC] Don't ever expand BUILD_VECTOR of v2i64 with shuffles
Hal Finkel
2014-03-31
1
-5
/
+6
*
Look at shuffles of build_vectors in DAGCombiner::visitEXTRACT_VECTOR_ELT
Hal Finkel
2014-03-31
1
-0
/
+16
*
Make use of previously generated stores in SelectionDAGLegalize::ExpandExtrac...
Hal Finkel
2014-03-30
1
-0
/
+6
*
[PowerPC] Handle VSX v2i64 SIGN_EXTEND_INREG
Hal Finkel
2014-03-30
1
-0
/
+38
*
[PowerPC] Handle v2i64 comparisons
Hal Finkel
2014-03-29
1
-0
/
+33
*
[PowerPC] Fix VSX permutation isel
Hal Finkel
2014-03-28
1
-1
/
+1
*
[PowerPC] Fix v2f64 vector extract and related patterns
Hal Finkel
2014-03-27
1
-0
/
+18
*
[PowerPC] Expand v2i64 shifts
Hal Finkel
2014-03-27
1
-0
/
+42
*
[PowerPC] Generate VSX permutations for v2[fi]64 vectors
Hal Finkel
2014-03-26
1
-0
/
+65
*
[PowerPC] VSX loads and stores support unaligned access
Hal Finkel
2014-03-26
1
-0
/
+18
*
[PowerPC] Use v2f64 <-> v2i64 VSX conversion instructions
Hal Finkel
2014-03-26
1
-0
/
+72
*
[PowerPC] Use VSX vector load/stores for v2[fi]64
Hal Finkel
2014-03-26
1
-0
/
+36
*
[PowerPC] Add v2i64 as a legal VSX type
Hal Finkel
2014-03-26
1
-1
/
+22
*
[PowerPC] Lower VSELECT using xxsel when VSX is available
Hal Finkel
2014-03-26
1
-0
/
+77
[next]