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
Commit message (
Expand
)
Author
Age
Files
Lines
*
[Power9] Disable removing extra swaps on P9.
Sean Fertile
2017-07-05
1
-1
/
+3
*
[PowerPC] Make sure that we remove dead PHI nodes after the PPCCTRLoops pass.
Sean Fertile
2017-07-05
1
-1
/
+4
*
[Power9] Exploit vector extract with variable index.
Tony Jiang
2017-07-05
1
-0
/
+92
*
[Power9] Exploit vector integer extend instructions when indices aren't correct.
Tony Jiang
2017-07-05
4
-26
/
+216
*
[PowerPC] Fix for PR33636
Nemanja Ivanovic
2017-07-05
1
-2
/
+4
*
Rename and adjust processFixupValue.
Rafael Espindola
2017-06-30
1
-5
/
+6
*
Make 0 argument getSubtargetImpl functions for the X86, AArch64, and PPC targ...
Eric Christopher
2017-06-30
1
-0
/
+1
*
To help readability of mightUseCTR pull out the inline asm handling support i...
Eric Christopher
2017-06-29
1
-10
/
+17
*
Make the PPCCTRLoops pass depend on being able to access the TargetMachine an...
Eric Christopher
2017-06-29
3
-49
/
+36
*
[PowerPC] fix potential verification error on __tls_get_addr
Hiroshi Inoue
2017-06-29
3
-4
/
+22
*
Reuse existing variable. NFC.
Rafael Espindola
2017-06-28
1
-2
/
+2
*
Don't repeat name in comment and format. NFC.
Rafael Espindola
2017-06-28
1
-19
/
+15
*
[LoopUnroll] Pass SCEV to getUnrollingPreferences hook. NFCI.
Geoff Berry
2017-06-28
2
-3
/
+4
*
[PowerPC] set optimization level in SelectionDAGISel
Hiroshi Inoue
2017-06-27
3
-6
/
+8
*
Simplify the processFixupValue interface. NFC.
Rafael Espindola
2017-06-24
1
-4
/
+2
*
Remove redundant argument.
Rafael Espindola
2017-06-24
1
-1
/
+1
*
ARM: move some logic from processFixupValue to applyFixup.
Rafael Espindola
2017-06-23
1
-1
/
+2
*
[PowerPC] fix potential verification errors
Hiroshi Inoue
2017-06-22
2
-5
/
+12
*
Use a MutableArrayRef. NFC.
Rafael Espindola
2017-06-21
1
-1
/
+1
*
[PowerPC] define target hook isReallyTriviallyReMaterializable()
Lei Huang
2017-06-21
3
-2
/
+29
*
[PowerPC] fix trivial typos in comment, NFC
Hiroshi Inoue
2017-06-20
1
-1
/
+1
*
Rework logic and comment out the default relocation models for PPC.
Eric Christopher
2017-06-17
1
-10
/
+13
*
Turn a large if block into a smaller early return for clarity.
Eric Christopher
2017-06-17
1
-11
/
+10
*
Remove the old and unused PPC32 and PPC64TargetMachine classes.
Eric Christopher
2017-06-17
2
-47
/
+4
*
Remove unused forward declaration.
Eric Christopher
2017-06-17
1
-1
/
+0
*
Tidy up some calls to getRegister for readability.
Eric Christopher
2017-06-17
1
-5
/
+6
*
[PPC] Remove isBarrier from CFENCE8's definition.
Tim Shen
2017-06-17
1
-1
/
+1
*
[MachineLICM] Hoist TOC-based address instructions
Lei Huang
2017-06-15
2
-0
/
+15
*
[PowerPC] fix potential verification errors on CFENCE8
Hiroshi Inoue
2017-06-15
1
-1
/
+1
*
Test commit - NFC.
Lei Huang
2017-06-14
1
-1
/
+1
*
Revert r304907 as it is causing some failures that I cannot reproduce.
Nemanja Ivanovic
2017-06-14
1
-26
/
+0
*
Test commit - NFC.
Kit Barton
2017-06-13
1
-1
/
+1
*
PPCISelLowering.cpp: Fix warnings in r305214. [-Wdocumentation]
NAKAMURA Takumi
2017-06-13
1
-3
/
+3
*
[PowerPC] Match vec_revb builtins to P9 instructions.
Tony Jiang
2017-06-12
4
-7
/
+105
*
[Power9] Added support for the modsw, moduw, modsd, modud hardware instructions.
Tony Jiang
2017-06-12
4
-5
/
+51
*
[DAG] add helper to bind memop chains; NFCI
Sanjay Patel
2017-06-12
1
-0
/
+1
*
Const correctness for TTI::getRegisterBitWidth
Daniel Neilson
2017-06-12
2
-2
/
+2
*
[PPC] In PPCBoolRetToInt change the bool value to i64 if the target is ppc64
Guozhi Wei
2017-06-08
1
-12
/
+26
*
[Power9] Exploit vector integer extend instructions
Zaara Syeda
2017-06-08
1
-0
/
+51
*
[PowerPC] Eliminate integer compare instructions - vol. 5
Nemanja Ivanovic
2017-06-07
1
-0
/
+26
*
[PowerPC] Eliminate integer compare instructions - vol. 3
Nemanja Ivanovic
2017-06-07
1
-0
/
+35
*
Move Object format code to lib/BinaryFormat.
Zachary Turner
2017-06-07
4
-8
/
+8
*
Sort the remaining #include lines in include/... and lib/....
Chandler Carruth
2017-06-06
22
-32
/
+32
*
TargetMachine: Indicate whether machine verifier passes.
Matthias Braun
2017-05-31
1
-0
/
+4
*
[PowerPC] Correctly specify the cache line size for Power 7, 8 and 9.
Sean Fertile
2017-05-31
1
-3
/
+12
*
[PPC] Inline expansion of memcmp
Zaara Syeda
2017-05-31
3
-0
/
+10
*
[PowerPC] Fix a performance bug for PPC::XXPERMDI.
Tony Jiang
2017-05-31
4
-13
/
+110
*
[PowerPC] Eliminate integer compare instructions - vol. 3
Nemanja Ivanovic
2017-05-31
1
-9
/
+64
*
[PowerPC] Eliminate integer compare instructions - vol. 2
Nemanja Ivanovic
2017-05-31
4
-12
/
+230
*
TargetPassConfig: Keep a reference to an LLVMTargetMachine; NFC
Matthias Braun
2017-05-30
1
-2
/
+2
[next]