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
/
PPCVSXSwapRemoval.cpp
Commit message (
Expand
)
Author
Age
Files
Lines
*
Apply llvm-prefer-register-over-unsigned from clang-tidy to LLVM
Daniel Sanders
2019-08-15
1
-13
/
+13
*
Finish moving TargetRegisterInfo::isVirtualRegister() and friends to llvm::Re...
Daniel Sanders
2019-08-01
1
-3
/
+3
*
[PowerPC] check for INLINEASM_BR along w/ INLINEASM
Nick Desaulniers
2019-05-31
1
-0
/
+1
*
[PowerPC] Add initialization for some ppc passes
Kang Zhang
2019-04-12
1
-4
/
+0
*
Revert "[PowerPC] Add initialization for some ppc passes"
Eric Christopher
2019-04-12
1
-0
/
+4
*
[PowerPC] Add initialization for some ppc passes
Kang Zhang
2019-04-12
1
-4
/
+0
*
Update the file headers across all of the LLVM projects in the monorepo
Chandler Carruth
2019-01-19
1
-4
/
+3
*
Remove trailing space
Fangrui Song
2018-07-30
1
-1
/
+1
*
[PowerPC] avoid verification failure due to PowerPC VSX Swap Removal pass
Hiroshi Inoue
2018-06-13
1
-0
/
+6
*
Rename DEBUG macro to LLVM_DEBUG.
Nicola Zaghen
2018-05-14
1
-65
/
+68
*
[DebugInfo] Examine all uses of isDebugValue() for debug instructions.
Shiva Chen
2018-05-09
1
-1
/
+1
*
IWYU for llvm-config.h in llvm, additions.
Nico Weber
2018-04-30
1
-0
/
+1
*
[PowerPC] Tell VSX swap removal that scalar conversions are lane-sensitive
Nemanja Ivanovic
2018-02-01
1
-0
/
+2
*
MachineFunction: Return reference from getFunction(); NFC
Matthias Braun
2017-12-15
1
-1
/
+1
*
[CodeGen] Unify MBB reference format in both MIR and debug output
Francis Visoiu Mistrih
2017-12-04
1
-1
/
+1
*
[PPC] Heuristic to choose between a X-Form VSX ld/st vs a X-Form FP ld/st.
Tony Jiang
2017-11-20
1
-0
/
+2
*
Reverting r315590; it did not include changes for llvm-tblgen, which is causi...
Aaron Ballman
2017-10-15
1
-1
/
+1
*
[dump] Remove NDEBUG from test to enable dump methods [NFC]
Don Hinton
2017-10-12
1
-1
/
+1
*
[Power9] Disable removing extra swaps on P9.
Sean Fertile
2017-07-05
1
-1
/
+3
*
Sort the remaining #include lines in include/... and lib/....
Chandler Carruth
2017-06-06
1
-1
/
+1
*
Cleanup dump() functions.
Matthias Braun
2017-01-28
1
-26
/
+27
*
[CodeGen] Rename MachineInstrBuilder::addOperand. NFC
Diana Picus
2017-01-13
1
-3
/
+3
*
Revert "Revert "Add a static_assert to enforce that parameters to llvm::forma...
Mehdi Amini
2016-10-07
1
-1
/
+2
*
Revert "Add a static_assert to enforce that parameters to llvm::format() are ...
Mehdi Amini
2016-10-06
1
-2
/
+1
*
Add a static_assert to enforce that parameters to llvm::format() are not tota...
Mehdi Amini
2016-10-06
1
-1
/
+2
*
Ensure all uses of permute instructions feed vector stores
Kit Barton
2016-07-06
1
-0
/
+20
*
[PowerPC] Generate VSX version of splat word
Nemanja Ivanovic
2016-05-04
1
-6
/
+14
*
Add optimization bisect opt-in calls for PowerPC passes
Andrew Kaylor
2016-04-27
1
-0
/
+3
*
Refactor: Simplify boolean conditional return statements in lib/Target/PowerPC
Alexander Kornienko
2015-12-28
1
-3
/
+1
*
[PPC64LE] Properly initialize instr-info in PPCVSXSwapRemoval pass
Bill Schmidt
2015-11-02
1
-1
/
+1
*
Drop code after unreachable. No functionality change.
Benjamin Kramer
2015-10-26
1
-1
/
+0
*
Convert assert(false) into llvm_unreachable where it makes sense.
Benjamin Kramer
2015-10-25
1
-2
/
+2
*
PowerPC: Don't use getNextNode() for insertion point
Duncan P. N. Exon Smith
2015-10-08
1
-5
/
+5
*
[PPC64LE] Fix PR24546 - Swap optimization and debug values
Bill Schmidt
2015-08-24
1
-0
/
+3
*
[PPC64LE] More vector swap optimization TLC
Bill Schmidt
2015-07-21
1
-21
/
+47
*
[PPC64LE] More improvements to VSX swap optimization
Bill Schmidt
2015-07-13
1
-21
/
+188
*
[PPC64LE] Remove implicit-subreg restriction from VSX swap removal
Bill Schmidt
2015-07-02
1
-26
/
+6
*
[PPC64LE] Teach swap optimization about the doubleword splat idiom
Bill Schmidt
2015-07-02
1
-12
/
+22
*
[PPC64LE] Enable missing lxvdsx optimization, and related swap optimization
Bill Schmidt
2015-07-01
1
-1
/
+0
*
Revert r240137 (Fixed/added namespace ending comments using clang-tidy. NFC)
Alexander Kornienko
2015-06-23
1
-1
/
+1
*
Fixed/added namespace ending comments using clang-tidy. NFC
Alexander Kornienko
2015-06-19
1
-1
/
+1
*
[PPC64] Add vector pack/unpack support from ISA 2.07
Bill Schmidt
2015-05-16
1
-0
/
+6
*
[PPC64LE] Adjust vector splats during VSX swap optimization
Bill Schmidt
2015-05-06
1
-7
/
+40
*
Silence unused variable errors for no-asserts builds
Bill Schmidt
2015-04-27
1
-0
/
+4
*
[PPC64LE] Remove unnecessary swaps from lane-insensitive vector computations
Bill Schmidt
2015-04-27
1
-0
/
+778