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
*
[PowerPC] Add initialization for some ppc passes
Kang Zhang
2019-04-12
13
-49
/
+28
*
Revert "[PowerPC] Add initialization for some ppc passes"
Eric Christopher
2019-04-12
13
-28
/
+49
*
[PowerPC] Add initialization for some ppc passes
Kang Zhang
2019-04-12
13
-49
/
+28
*
[PowerPC] More precise exploitation of P9 maddld instruction when operands ar...
Zi Xuan Wu
2019-04-12
2
-2
/
+13
*
[AsmPrinter] refactor to remove remove AsmVariant. NFC
Nick Desaulniers
2019-04-10
1
-7
/
+3
*
[PowerPC] fix trivial typos in comment, NFC
Hiroshi Inoue
2019-04-09
3
-6
/
+6
*
[PowerPC] initialize SchedModel according to platform.
Chen Zheng
2019-04-09
1
-0
/
+1
*
[IR] Refactor attribute methods in Function class (NFC)
Evandro Menezes
2019-04-04
1
-1
/
+1
*
[PowerPC] Fix reversed bit issue in DCMX mask for "xvtstdcdp" and "xvtstdcsp"...
Stefan Pintilie
2019-04-02
1
-2
/
+2
*
[PowerPC] Add the support for __builtin_setrnd()
Kang Zhang
2019-03-29
2
-0
/
+140
*
[PowerPC] Strength reduction of multiply by a constant by shift and add/sub i...
Zi Xuan Wu
2019-03-29
2
-0
/
+87
*
[NFC][PowerPC] Custom PowerPC specific machine-scheduler
QingShan Zhang
2019-03-27
7
-1
/
+128
*
[PPC] Refactor PPCBranchSelector.cpp
Guozhi Wei
2019-03-26
1
-136
/
+177
*
[PowerPC] Remove UseVSXReg
Stefan Pintilie
2019-03-26
4
-110
/
+86
*
Fix for ABS legalization on PPC buildbot.
Simon Pilgrim
2019-03-19
1
-2
/
+3
*
[SelectionDAG] Handle unary SelectPatternFlavor for ABS case in SelectionDAGB...
Simon Pilgrim
2019-03-19
1
-1
/
+2
*
[TargetLowering] Add code size information on isFPImmLegal. NFC
Adhemerval Zanella
2019-03-18
2
-2
/
+4
*
Set useful flags for vector imm setting instructions
Jinsong Ji
2019-03-12
3
-5
/
+16
*
[NFC][PowerPC]Assert when trying to generate directmove below P8.
Jinsong Ji
2019-03-12
1
-1
/
+4
*
[NFC][PowerPC] Add comment for PPCAsmPrinter::printOperand
Jinsong Ji
2019-03-11
1
-2
/
+6
*
Use bitset for assembler predicates
Stanislav Mekhanoshin
2019-03-11
2
-5
/
+6
*
[PowerPC] Remove the override of isMachineVerifierClean() to open machine ver...
Zi Xuan Wu
2019-03-11
1
-4
/
+0
*
[PowerPC] Run clang format to avoid compiling warning.
Jinsong Ji
2019-03-07
1
-5
/
+4
*
[PPC] Adjust the computed branch offset for the possible shorter distance
Guozhi Wei
2019-03-06
1
-6
/
+78
*
[PowerPC] Add secure plt support for TLS symbols
Strahinja Petrovic
2019-03-06
3
-6
/
+34
*
[PowerPC] fix killed/dead flag after convert x-form to d-form tranformation.
Chen Zheng
2019-03-05
2
-21
/
+159
*
[PPC] Secure PLT only has meaning for PIC
Joerg Sonnenberger
2019-02-28
1
-2
/
+2
*
[PowerPC] Removed STATISTIC that was causing build errors.
Stefan Pintilie
2019-02-28
1
-1
/
+0
*
[PowerPC] Move the stack pointer update instruction later in the prologue and...
Stefan Pintilie
2019-02-28
5
-33
/
+229
*
Default to Secure PLT on PPC for NetBSD and OpenBSD.
Joerg Sonnenberger
2019-02-27
1
-0
/
+3
*
[PowerPC] [PowerPC] Enhance the fast selection of fptoi & fptrunc instruction...
Kang Zhang
2019-02-25
1
-4
/
+18
*
[PowerPC] exploit P9 instruction maddld.
Chen Zheng
2019-02-20
2
-4
/
+12
*
PowerPC: Fix typos in comments
Jinsong Ji
2019-02-19
1
-2
/
+2
*
Fix undefined behaviour in PPCInstPrinter::printBranchOperand.
Sean Fertile
2019-02-12
1
-1
/
+1
*
[PowerPC] Fix printing of negative offsets in call instruction dissasembly.
Sean Fertile
2019-02-12
3
-2
/
+15
*
[PowerPC] Avoid scalarization of vector truncate
Roland Froese
2019-02-11
2
-0
/
+75
*
Implementation of asm-goto support in LLVM
Craig Topper
2019-02-08
1
-1
/
+2
*
[opaque pointer types] Pass function types to CallInst creation.
James Y Knight
2019-02-01
1
-4
/
+4
*
test commit (add blank line) NFC
Roland Froese
2019-02-01
1
-0
/
+1
*
[PowerPC] delete no more needed workaround for readsRegister() in PowerPC
Chen Zheng
2019-01-30
1
-14
/
+0
*
[PowerPC] [NFC] Create a helper function to copy register to particular regis...
Zi Xuan Wu
2019-01-30
1
-35
/
+18
*
[PowerPC] more opportunity for converting reg+reg to reg+imm
Chen Zheng
2019-01-30
1
-2
/
+2
*
[PPC] Include tablegenerated PPCGenCallingConv.inc once
Reid Kleckner
2019-01-29
7
-147
/
+137
*
[PowerPC] Update Vector Costs for P9
Nemanja Ivanovic
2019-01-26
5
-12
/
+59
*
[PowerPC] Enhance the fast selection of cmp instruction and clean up related ...
Zi Xuan Wu
2019-01-25
1
-3
/
+12
*
[PowerPC] Exploit store instructions that store a single vector element
Nemanja Ivanovic
2019-01-24
1
-2
/
+102
*
Update the file headers across all of the LLVM projects in the monorepo
Chandler Carruth
2019-01-19
98
-392
/
+294
*
Recommit "[PowerPC] Fix assert from machine verify pass that unmatched regist...
Zi Xuan Wu
2019-01-10
1
-13
/
+24
*
Revert "[PowerPC] Fix assert from machine verify pass that unmatched register...
Zi Xuan Wu
2019-01-09
1
-20
/
+13
*
[PowerPC] Fix assert from machine verify pass that unmatched register class a...
Zi Xuan Wu
2019-01-09
1
-13
/
+20
[next]