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
/
PPCInstrInfo.cpp
Commit message (
Expand
)
Author
Age
Files
Lines
...
*
[PowerPC] Do not emit record-form rotates when record-form andi/andis suffices
Nemanja Ivanovic
2018-09-18
1
-6
/
+28
*
[PowerPC] Optimize compares fed by ANDISo
Nemanja Ivanovic
2018-09-18
1
-1
/
+2
*
[PowerPC] Emit xscpsgndp instead of xxlor when copying floating point scalar ...
Stefan Pintilie
2018-08-24
1
-1
/
+1
*
[PowerPC] Add a peephole post RA to transform the inst that fed by add
QingShan Zhang
2018-08-20
1
-44
/
+313
*
Remove trailing space
Fangrui Song
2018-07-30
1
-2
/
+2
*
Introduce codegen for the Signal Processing Engine
Justin Hibbits
2018-07-18
1
-2
/
+25
*
[PowerPC] Materialize more constants with CR-field set in late peephole
Nemanja Ivanovic
2018-07-13
1
-5
/
+28
*
If the arch is P9, we will select the DFLOADf32/DFLOADf64 pseudo instruction ...
QingShan Zhang
2018-06-19
1
-1
/
+8
*
[PowerPC] fix trivial typos in comment, NFC
Hiroshi Inoue
2018-06-13
1
-4
/
+4
*
Rename DEBUG macro to LLVM_DEBUG.
Nicola Zaghen
2018-05-14
1
-10
/
+11
*
[PowerPC] Fix condition for 64-bit rotate when replacing r+r instr with r+i
Nemanja Ivanovic
2018-04-11
1
-1
/
+2
*
[PowerPC] Infrastructure work. Implement getting the opcode for a spill in on...
Stefan Pintilie
2018-03-26
1
-248
/
+269
*
Re-commit: [MachineLICM] Add functions to MachineLICM to hoist invariant stores
Zaara Syeda
2018-03-23
1
-23
/
+2
*
Revert [MachineLICM] This reverts commit rL327856
Zaara Syeda
2018-03-19
1
-2
/
+23
*
[MachineLICM] Add functions to MachineLICM to hoist invariant stores
Zaara Syeda
2018-03-19
1
-23
/
+2
*
[PowerPC] Do not emit record-form rotates when record-form andi suffices
Nemanja Ivanovic
2018-03-05
1
-0
/
+27
*
[PowerPC] Don't miscompile rotate+mask into an ANDIo if it can't recreate the...
Benjamin Kramer
2018-01-12
1
-0
/
+4
*
[PowerPC] Fix for PR35688 - handle out-of-range values for r+r to r+i conversion
Nemanja Ivanovic
2017-12-29
1
-21
/
+65
*
MachineFunction: Return reference from getFunction(); NFC
Matthias Braun
2017-12-15
1
-1
/
+1
*
Fix the second build bot break introduced by r320791.
Nemanja Ivanovic
2017-12-15
1
-0
/
+7
*
Fix code causing fallthrough warnings in the PPC back end.
Nemanja Ivanovic
2017-12-15
1
-0
/
+1
*
Fix the build bot break introduced by r320791.
Nemanja Ivanovic
2017-12-15
1
-1
/
+6
*
[PowerPC] Convert r+r instructions to r+i (pre and post RA)
Nemanja Ivanovic
2017-12-15
1
-0
/
+814
*
[CodeGen] Print global addresses as @foo in both MIR and debug output
Francis Visoiu Mistrih
2017-12-14
1
-1
/
+1
*
Rename LiveIntervalAnalysis.h to LiveIntervals.h
Matthias Braun
2017-12-13
1
-1
/
+1
*
[CodeGen] Use MachineOperand::print in the MIRPrinter for MO_Register.
Francis Visoiu Mistrih
2017-12-07
1
-3
/
+3
*
[CodeGen] Print "%vreg0" as "%0" in both MIR and debug output
Francis Visoiu Mistrih
2017-11-30
1
-1
/
+1
*
[PowerPC] Relax the checking on AND/AND8 in isSignOrZeroExtended.
Sean Fertile
2017-11-29
1
-3
/
+31
*
[CodeGen] Print register names in lowercase in both MIR and debug output
Francis Visoiu Mistrih
2017-11-28
1
-3
/
+3
*
[PowerPC] Remove redundant TOC saves
Zaara Syeda
2017-11-27
1
-0
/
+14
*
[PPC] Heuristic to choose between a X-Form VSX ld/st vs a X-Form FP ld/st.
Tony Jiang
2017-11-20
1
-23
/
+84
*
[PowerPC] Use record-form instruction for Less-or-Equal -1 and Greater-or-Equ...
Hiroshi Inoue
2017-10-26
1
-30
/
+39
*
[PowerPC] Use helper functions to check sign-/zero-extended value
Hiroshi Inoue
2017-10-18
1
-23
/
+11
*
[PowerPC] fix up in sign-/zero-extension elimination
Hiroshi Inoue
2017-10-16
1
-0
/
+2
*
[PowerPC] Eliminate sign- and zero-extensions if already sign- or zero-extended
Hiroshi Inoue
2017-10-16
1
-0
/
+239
*
[PowerPC] Utilize DQ-Form instructions for spill/restore and fix FrameIndex e...
Lei Huang
2017-10-11
1
-4
/
+4
*
[PowerPC] eliminate unconditional branch to the next instruction
Hiroshi Inoue
2017-09-27
1
-0
/
+14
*
[Power9] Spill gprs to vector registers rather than stack
Zaara Syeda
2017-09-21
1
-1
/
+70
*
[PowerPC] enable optimizeCompareInstr for branch with static branch hint
Hiroshi Inoue
2017-07-27
1
-7
/
+15
*
fix formatting issue; NFC
Hiroshi Inoue
2017-07-18
1
-4
/
+6
*
[PowerPC] define target hook isReallyTriviallyReMaterializable()
Lei Huang
2017-06-21
1
-0
/
+23
*
[PowerPC] fix potential verification errors on CFENCE8
Hiroshi Inoue
2017-06-15
1
-1
/
+1
*
[PowerPC] Eliminate integer compare instructions - vol. 2
Nemanja Ivanovic
2017-05-31
1
-0
/
+4
*
[PPC] Fix assertion failure during binary encoding with -mcpu=pwr9
Hiroshi Inoue
2017-05-29
1
-0
/
+2
*
Summary
Hiroshi Inoue
2017-05-21
1
-6
/
+44
*
[PPC] Lower load acquire/seq_cst trailing fence to cmp + bne + isync.
Tim Shen
2017-05-16
1
-0
/
+13
*
Re-commit r301040 "X86: Don't emit zero-byte functions on Windows"
Hans Wennborg
2017-04-21
1
-2
/
+2
*
Revert r301040 "X86: Don't emit zero-byte functions on Windows"
Hans Wennborg
2017-04-21
1
-2
/
+2
*
X86: Don't emit zero-byte functions on Windows
Hans Wennborg
2017-04-21
1
-2
/
+2
*
Remove an oddly unnecessary temporary.
Eric Christopher
2017-03-27
1
-2
/
+1
[prev]
[next]