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
/
PPCSubtarget.h
Commit message (
Expand
)
Author
Age
Files
Lines
*
Introduce codegen for the Signal Processing Engine
Justin Hibbits
2018-07-18
1
-0
/
+2
*
Add PowerPC e500(v2) core scheduler and directives.
Justin Hibbits
2018-07-18
1
-0
/
+1
*
[PowerPC] Secure PLT support
Strahinja Petrovic
2018-03-27
1
-0
/
+2
*
Fix a bunch more layering of CodeGen headers that are in Target
David Blaikie
2017-11-17
1
-1
/
+1
*
[PPC] Fix two bugs in frame lowering.
Tony Jiang
2017-07-11
1
-0
/
+7
*
[XRay] Implement powerpc64le xray.
Tim Shen
2017-02-10
1
-0
/
+2
*
[PowerPC] Expand ISEL instruction into if-then-else sequence.
Tony Jiang
2017-01-16
1
-1
/
+3
*
Revert "[PowerPC] Expand ISEL instruction into if-then-else sequence."
Tony Jiang
2017-01-16
1
-3
/
+1
*
[PowerPC] Expand ISEL instruction into if-then-else sequence.
Tony Jiang
2017-01-16
1
-1
/
+3
*
[PowerPC] Refactor soft-float support, and enable PPC64 soft float
Hal Finkel
2016-10-02
1
-2
/
+2
*
[Power9] Add exploitation of non-permuting memory ops
Nemanja Ivanovic
2016-09-22
1
-0
/
+3
*
[PowerPC] Add support for -mlongcall
Hal Finkel
2016-08-30
1
-0
/
+2
*
Target: Remove unused arguments from overrideSchedPolicy, NFC
Duncan P. N. Exon Smith
2016-07-01
1
-2
/
+0
*
[Power9] Add support for -mcpu=pwr9 in the back end
Nemanja Ivanovic
2016-05-09
1
-0
/
+1
*
[PPC, SSP] Support PowerPC Linux stack protection.
Tim Shen
2016-04-19
1
-0
/
+1
*
[PowerPC] Basic support for P9 atomic loads and stores
Nemanja Ivanovic
2016-03-31
1
-0
/
+2
*
[PowerPC] Refactor popcnt[dw] target features
Hal Finkel
2016-03-29
1
-4
/
+11
*
[PowerPC] On the A2, popcnt[dw] are very slow
Hal Finkel
2016-03-28
1
-0
/
+2
*
Power9] Implement new vsx instructions: compare and conversion
Kit Barton
2016-02-26
1
-0
/
+4
*
Rename TargetSelectionDAGInfo into SelectionDAGTargetInfo and move it to Code...
Benjamin Kramer
2016-01-27
1
-3
/
+3
*
Define a feature for __float128 support in the PPC back end
Nemanja Ivanovic
2015-12-15
1
-0
/
+2
*
[Power PC] llvm soft float support for ppc32
Petar Jovanovic
2015-12-14
1
-0
/
+3
*
Power8 and later support fusing addis/addi and addis/ld instruction
Eric Christopher
2015-11-20
1
-0
/
+2
*
Weak non-function symbols were being accessed directly, which is
Eric Christopher
2015-11-20
1
-0
/
+4
*
Remove getDataLayout() from TargetSelectionDAGInfo (had no users)
Mehdi Amini
2015-07-09
1
-3
/
+3
*
Revert r240137 (Fixed/added namespace ending comments using clang-tidy. NFC)
Alexander Kornienko
2015-06-23
1
-2
/
+2
*
Fixed/added namespace ending comments using clang-tidy. NFC
Alexander Kornienko
2015-06-19
1
-2
/
+2
*
Properly handle the mftb instruction.
Kit Barton
2015-06-16
1
-2
/
+2
*
Rename TargetSubtargetInfo::enablePostMachineScheduler() to enablePostRASched...
Matthias Braun
2015-06-13
1
-1
/
+1
*
Replace string GNU Triples with llvm::Triple in MCSubtargetInfo and create*MC...
Daniel Sanders
2015-06-10
1
-2
/
+2
*
Add direct moves to/from VSR and exploit them for FP/INT conversions
Nemanja Ivanovic
2015-04-11
1
-0
/
+2
*
Add LLVM support for remaining integer divide and permute instructions from I...
Nemanja Ivanovic
2015-04-09
1
-0
/
+4
*
Add Hardware Transactional Memory (HTM) Support
Kit Barton
2015-03-25
1
-0
/
+2
*
Add support for part-word atomics for PPC
Nemanja Ivanovic
2015-03-10
1
-0
/
+2
*
Add LLVM support for PPC cryptography builtins
Nemanja Ivanovic
2015-03-04
1
-0
/
+2
*
[PowerPC] Add support for the QPX vector instruction set
Hal Finkel
2015-02-25
1
-0
/
+13
*
Move ABI handling and 64-bitness to the PowerPC target machine.
Eric Christopher
2015-02-17
1
-9
/
+4
*
Move the target machine variable so that it's initialized early
Eric Christopher
2015-02-13
1
-2
/
+1
*
Stash the TargetMachine on the subtarget so we can access it later.
Eric Christopher
2015-02-13
1
-2
/
+3
*
[PowerPC] Implement the vpopcnt instructions for POWER8
Bill Schmidt
2015-02-03
1
-0
/
+2
*
Move DataLayout back to the TargetMachine from TargetSubtargetInfo
Eric Christopher
2015-01-26
1
-4
/
+0
*
[PowerPC] Loosen ELFv1 PPC64 func descriptor loads for indirect calls
Hal Finkel
2015-01-15
1
-0
/
+4
*
[PPC64] Add support for the ICBT instruction on POWER8.
Bill Schmidt
2015-01-14
1
-0
/
+2
*
[cleanup] Re-sort all the #include lines in LLVM using
Chandler Carruth
2015-01-14
1
-1
/
+1
*
[PowerPC] Add a flag for experimenting with subreg liveness tracking
Hal Finkel
2015-01-09
1
-0
/
+2
*
[PowerPC] Add support for the CMPB instruction
Hal Finkel
2015-01-03
1
-0
/
+2
*
[PowerPC] Reduce names from Power8Vector to P8Vector
Bill Schmidt
2014-10-10
1
-2
/
+2
*
[PowerPC] Add feature for Power8 vector extensions
Bill Schmidt
2014-10-10
1
-0
/
+2
*
[PowerPC] Modern Book-E cores support sync
Hal Finkel
2014-10-02
1
-0
/
+2
*
constify the TargetMachine argument used in the subtarget and
Eric Christopher
2014-10-01
1
-1
/
+1
[next]