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
*
[PPCAsmPrinter] support 'L' output template for memory operands
Nick Desaulniers
2020-06-25
1
-2
/
+5
*
[PowerPC] Do not assume operand of ADDI is an immediate
Nemanja Ivanovic
2020-06-23
1
-0
/
+4
*
[PowerPC] Unaligned FP default should apply to scalars only
Nemanja Ivanovic
2020-06-23
1
-1
/
+2
*
[PowerPC] Prevent legalization loop from promoting SELECT_CC from v4i32 to v4i32
Nemanja Ivanovic
2020-06-22
1
-0
/
+1
*
[PowerPC] Add missing handling for half precision
Tom Stellard
2020-06-22
3
-1
/
+41
*
[PowerPC] Add support for vmsumudm
Ahsan Saghir
2020-06-22
2
-0
/
+5
*
[PowerPC] Do not attempt to reuse load for 64-bit FP_TO_UINT without FPCVT
Nemanja Ivanovic
2020-05-19
1
-2
/
+3
*
[PowerPC] Don't generate ST_VSR_SCAL_INT if power8-vector is disabled
Kai Luo
2020-04-22
1
-1
/
+1
*
[PowerPC] Update alignment for ReuseLoadInfo in LowerFP_TO_INTForReuse
Kai Luo
2020-04-16
1
-2
/
+5
*
[PowerPC] Fix powerpcspe subtarget enablement in llvm backend
Justin Hibbits
2020-01-14
2
-4
/
+3
*
CMake: Make most target symbols hidden by default
Tom Stellard
2020-01-14
6
-6
/
+6
*
[AIX][XCOFF] Supporting the ReadOnlyWithRel SectionKnd
diggerlin
2020-01-14
1
-2
/
+1
*
[AIX] ExternalSymbolSDNode lowering
Xiangling Liao
2020-01-14
1
-24
/
+64
*
[PowerPC] Delete PPCDarwinAsmPrinter and PPCMCAsmInfoDarwin
Fangrui Song
2020-01-12
4
-201
/
+1
*
[Disassembler] Delete the VStream parameter of MCDisassembler::getInstruction()
Fangrui Song
2020-01-11
1
-3
/
+1
*
[AIX] Allow vararg calls when all arguments reside in registers
jasonliu
2020-01-10
1
-22
/
+85
*
[PowerPC] Handle constant zero bits in BitPermutationSelector
Nemanja Ivanovic
2020-01-10
1
-4
/
+7
*
[NFC] [PowerPC] Add isPredicable for basic instrs
Qiu Chaofan
2020-01-10
4
-34
/
+21
*
CodeGen: Use LLT instead of EVT in getRegisterByName
Matt Arsenault
2020-01-09
2
-5
/
+4
*
[PowerPC] The VK_PLT symbolref modifier is only used on 32-bit ELF. [NFC]
Sean Fertile
2020-01-09
1
-2
/
+2
*
[PowerPC] when folding rlwinm+rlwinm. to andi., we should use first rlwinm
Zheng Chen
2020-01-08
1
-15
/
+21
*
[PowerPC]: Add powerpcspe target triple subarch component
Justin Hibbits
2020-01-08
1
-0
/
+3
*
[PowerPC][Triple] Use elfv2 on freebsd>=13 and linux-musl
Fangrui Song
2020-01-07
1
-2
/
+0
*
[AIX][XCOFF]Implement mergeable const
diggerlin
2020-01-07
1
-2
/
+1
*
[MC] Add parameter `Address` to MCInstrPrinter::printInstruction
Fangrui Song
2020-01-06
2
-2
/
+2
*
[MC] Add parameter `Address` to MCInstPrinter::printInst
Fangrui Song
2020-01-06
2
-5
/
+5
*
[PowerPC][NFC] Rename record instructions to use _rec suffix instead of o
Jinsong Ji
2020-01-06
13
-1007
/
+1050
*
[PowerPC][LoopVectorize] Extend getRegisterClassForType to consider double an...
Jinsong Ji
2020-01-06
1
-3
/
+9
*
[AIX] Use csect reference for function address constants
diggerlin
2020-01-06
1
-1
/
+1
*
[AIX] Use csect reference for function address constants
diggerlin
2020-01-06
1
-0
/
+22
*
[NFC] Fix trivial typos in comments
James Henderson
2020-01-06
1
-1
/
+1
*
Revert "[SCEV] Move ScalarEvolutionExpander.cpp to Transforms/Utils (NFC)."
Florian Hahn
2020-01-04
1
-1
/
+1
*
[SCEV] Move ScalarEvolutionExpander.cpp to Transforms/Utils (NFC).
Florian Hahn
2020-01-04
1
-1
/
+1
*
[SCEV] Remove unused ScalarEvolutionExpander.h includes (NFC).
Florian Hahn
2020-01-04
1
-1
/
+0
*
Move tail call disabling code to target independent code
Reid Kleckner
2020-01-03
1
-6
/
+1
*
[PowerPC]: Fix predicate handling with SPE
Justin Hibbits
2020-01-02
1
-9
/
+21
*
[PowerPC][AIX] Enable sret arguments.
Sean Fertile
2020-01-02
1
-3
/
+0
*
DAG: Use TargetConstant for FENCE operands
Matt Arsenault
2020-01-02
1
-4
/
+4
*
[PowerPC] Only legalize FNEARBYINT with unsafe fp math
Nemanja Ivanovic
2020-01-02
1
-2
/
+7
*
[PowerPC][NFC] Fix clang-tidy warning
Jinsong Ji
2019-12-31
1
-5
/
+5
*
[PowerPC] Legalize rounding nodes
Nemanja Ivanovic
2019-12-30
2
-0
/
+52
*
[PowerPC] Exploit the rlwinm instructions for "and" with constant
QingShan Zhang
2019-12-30
2
-0
/
+44
*
[SelectionDAG] Disallow indirect "i" constraint
Fangrui Song
2019-12-29
1
-1
/
+0
*
Fix bots after a9ad65a2b34f
Nemanja Ivanovic
2019-12-28
1
-0
/
+1
*
[PowerPC] Change default for unaligned FP access for older subtargets
Nemanja Ivanovic
2019-12-28
3
-1
/
+10
*
[PowerPC] Modify the hasSideEffects of some VSX instructions from 1 to 0
Kang Zhang
2019-12-28
1
-1
/
+3
*
Delete llvm.{sig,}{setjmp,longjmp} remnant after r136821
Fangrui Song
2019-12-27
2
-22
/
+0
*
[PowerPC] stop folding if result rlwinm mask is wrap while original rlwinm is...
czhengsz
2019-12-25
1
-2
/
+6
*
[NFC][PowerPC] Add a function tryAndWithMask to handle all the cases
QingShan Zhang
2019-12-26
1
-111
/
+120
*
[PowerPC] Modify the hasSideEffects of MTLR and MFLR from 1 to 0
Kang Zhang
2019-12-26
2
-0
/
+4
[next]