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.cpp
Commit message (
Expand
)
Author
Age
Files
Lines
*
[Power9] Code Cleanup - Remove needsAggressiveScheduling()
Stefan Pintilie
2018-07-19
1
-27
/
+8
*
Introduce codegen for the Signal Processing Engine
Justin Hibbits
2018-07-18
1
-0
/
+11
*
Initialize variable added in r328617.
Sterling Augustine
2018-03-27
1
-0
/
+1
*
Use shouldAssumeDSOLocal in classifyGlobalReference.
Rafael Espindola
2017-01-26
1
-19
/
+5
*
[PowerPC] Refactor soft-float support, and enable PPC64 soft float
Hal Finkel
2016-10-02
1
-1
/
+1
*
[PowerPC] Add support for -mlongcall
Hal Finkel
2016-08-30
1
-0
/
+1
*
Target: Remove unused arguments from overrideSchedPolicy, NFC
Duncan P. N. Exon Smith
2016-07-01
1
-2
/
+0
*
Delete unused includes. NFC.
Rafael Espindola
2016-06-30
1
-1
/
+0
*
Move shouldAssumeDSOLocal to Target.
Rafael Espindola
2016-06-27
1
-2
/
+1
*
Refactor to use shouldAssumeDSOLocal. NFC.
Rafael Espindola
2016-06-23
1
-10
/
+14
*
[Power9] Add support for -mcpu=pwr9 in the back end
Nemanja Ivanovic
2016-05-09
1
-0
/
+2
*
[PowerPC] Basic support for P9 atomic loads and stores
Nemanja Ivanovic
2016-03-31
1
-0
/
+1
*
[PowerPC] Refactor popcnt[dw] target features
Hal Finkel
2016-03-29
1
-2
/
+2
*
[PowerPC] On the A2, popcnt[dw] are very slow
Hal Finkel
2016-03-28
1
-0
/
+1
*
Fix for PR26180
Nemanja Ivanovic
2016-02-29
1
-1
/
+1
*
Power9] Implement new vsx instructions: compare and conversion
Kit Barton
2016-02-26
1
-0
/
+2
*
Define a feature for __float128 support in the PPC back end
Nemanja Ivanovic
2015-12-15
1
-0
/
+1
*
[Power PC] llvm soft float support for ppc32
Petar Jovanovic
2015-12-14
1
-0
/
+1
*
Power8 and later support fusing addis/addi and addis/ld instruction
Eric Christopher
2015-11-20
1
-0
/
+1
*
Weak non-function symbols were being accessed directly, which is
Eric Christopher
2015-11-20
1
-0
/
+28
*
Revert r247692: Replace Triple with a new TargetTuple in MCTargetDesc/* and r...
Daniel Sanders
2015-09-15
1
-1
/
+1
*
Re-commit r247683: Replace Triple with a new TargetTuple in MCTargetDesc/* an...
Daniel Sanders
2015-09-15
1
-1
/
+1
*
Revert r247684 - Replace Triple with a new TargetTuple ...
Daniel Sanders
2015-09-15
1
-1
/
+1
*
Replace Triple with a new TargetTuple in MCTargetDesc/* and related. NFC.
Daniel Sanders
2015-09-15
1
-1
/
+1
*
Remove getDataLayout() from TargetSelectionDAGInfo (had no users)
Mehdi Amini
2015-07-09
1
-1
/
+1
*
Properly handle the mftb instruction.
Kit Barton
2015-06-16
1
-1
/
+1
*
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
-1
/
+1
*
Add direct moves to/from VSR and exploit them for FP/INT conversions
Nemanja Ivanovic
2015-04-11
1
-0
/
+1
*
Add LLVM support for remaining integer divide and permute instructions from I...
Nemanja Ivanovic
2015-04-09
1
-0
/
+2
*
[PowerPC] Remove TargetMachine CPU auto-detection
Ulrich Weigand
2015-03-31
1
-6
/
+0
*
Add Hardware Transactional Memory (HTM) Support
Kit Barton
2015-03-25
1
-0
/
+1
*
Add support for part-word atomics for PPC
Nemanja Ivanovic
2015-03-10
1
-0
/
+1
*
Add LLVM support for PPC cryptography builtins
Nemanja Ivanovic
2015-03-04
1
-0
/
+1
*
[PowerPC] Add support for the QPX vector instruction set
Hal Finkel
2015-02-25
1
-2
/
+7
*
Add a FIXME to move IsLittleEndian to the target machine.
Eric Christopher
2015-02-17
1
-0
/
+1
*
Move ABI handling and 64-bitness to the PowerPC target machine.
Eric Christopher
2015-02-17
1
-13
/
+4
*
Move the target machine variable so that it's initialized early
Eric Christopher
2015-02-13
1
-2
/
+2
*
Stash the TargetMachine on the subtarget so we can access it later.
Eric Christopher
2015-02-13
1
-3
/
+2
*
[PowerPC] Implement the vpopcnt instructions for POWER8
Bill Schmidt
2015-02-03
1
-0
/
+1
*
Use the cached subtargets and remove calls to getSubtarget/getSubtargetImpl
Eric Christopher
2015-01-30
1
-1
/
+1
*
[PowerPC] Complete setting the baseline for ppc64le
Bill Schmidt
2015-01-29
1
-2
/
+7
*
Move DataLayout back to the TargetMachine from TargetSubtargetInfo
Eric Christopher
2015-01-26
1
-36
/
+2
*
[PowerPC] Loosen ELFv1 PPC64 func descriptor loads for indirect calls
Hal Finkel
2015-01-15
1
-1
/
+1
*
[PPC64] Add support for the ICBT instruction on POWER8.
Bill Schmidt
2015-01-14
1
-0
/
+2
*
[PowerPC] Add a flag for experimenting with subreg liveness tracking
Hal Finkel
2015-01-09
1
-0
/
+8
*
[PowerPC] Add support for the CMPB instruction
Hal Finkel
2015-01-03
1
-0
/
+1
*
[PowerPC 4/4] Enable little-endian support for VSX.
Bill Schmidt
2014-12-09
1
-7
/
+0
*
Remove redundant calls to isMaterializable.
Rafael Espindola
2014-11-01
1
-3
/
+1
*
[PowerPC] Reduce names from Power8Vector to P8Vector
Bill Schmidt
2014-10-10
1
-2
/
+2
[next]