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] Manually schedule the prologue and epilogue
Stefan Pintilie
2018-01-09
1
-6
/
+62
*
[PowerPC] Can not assume an intrinsic argument is a simple type.
Sean Fertile
2018-01-09
1
-6
/
+7
*
Revert "[PowerPC] Manually schedule the prologue and epilogue"
Stefan Pintilie
2018-01-09
1
-65
/
+6
*
[PowerPC] Manually schedule the prologue and epilogue
Stefan Pintilie
2018-01-08
1
-6
/
+65
*
[PowerPC] Add an ISD::TRUNCATE to the legalization for ppc_is_decremented_ctr...
Craig Topper
2018-01-07
1
-1
/
+1
*
Thread MCSubtargetInfo through Target::createMCAsmBackend
Alex Bradbury
2018-01-03
2
-3
/
+6
*
[PowerPC] fix a bug in TCO eligibility check
Hiroshi Inoue
2017-12-30
1
-6
/
+29
*
[PowerPC] Fix for PR35688 - handle out-of-range values for r+r to r+i conversion
Nemanja Ivanovic
2017-12-29
4
-23
/
+69
*
(Re-landing) Expose a TargetMachine::getTargetTransformInfo function
Sanjoy Das
2017-12-22
2
-5
/
+4
*
[PowerPC] Fix parest build failure in SPEC2017.
Tony Jiang
2017-12-21
1
-5
/
+6
*
Revert "Expose a TargetMachine::getTargetTransformInfo function"
Sanjoy Das
2017-12-21
2
-4
/
+5
*
Expose a TargetMachine::getTargetTransformInfo function
Sanjoy Das
2017-12-21
2
-5
/
+4
*
[PowerPC] Added an assert to make sure that the MBBI iterator is valid.
Stefan Pintilie
2017-12-20
1
-3
/
+3
*
[PowerPC] fix a bug in redundant compare elimination
Hiroshi Inoue
2017-12-20
1
-5
/
+13
*
[PPC] Also disable the pre-emit version of reg+reg to reg+imm transformation.
Benjamin Kramer
2017-12-18
1
-1
/
+1
*
[PPC] Disable reg+reg to reg+imm transformation.
Benjamin Kramer
2017-12-18
1
-1
/
+1
*
[PowerPC, AsmParser] Enable the mnemonic spell corrector
Hal Finkel
2017-12-16
1
-2
/
+15
*
MachineFunction: Return reference from getFunction(); NFC
Matthias Braun
2017-12-15
15
-36
/
+36
*
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
4
-1
/
+7
*
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
9
-48
/
+1041
*
Disabling r312514 as it causes miscompiles that show up on bootstrap
Nemanja Ivanovic
2017-12-15
1
-1
/
+1
*
TLI: Allow using PSV for intrinsic mem operands
Matt Arsenault
2017-12-14
2
-0
/
+2
*
DAG: Expose all MMO flags in getTgtMemIntrinsic
Matt Arsenault
2017-12-14
1
-14
/
+6
*
[CodeGen] Print global addresses as @foo in both MIR and debug output
Francis Visoiu Mistrih
2017-12-14
3
-24
/
+24
*
Fix link failure on one build bot introduced by r320584.
Nemanja Ivanovic
2017-12-13
1
-1
/
+3
*
[PowerPC] MachineSSA pass to reduce the number of CR-logical operations
Nemanja Ivanovic
2017-12-13
5
-0
/
+740
*
[Targets] Don't automatically include the scheduler class enum from *GenInstr...
Craig Topper
2017-12-13
1
-0
/
+1
*
Rename LiveIntervalAnalysis.h to LiveIntervals.h
Matthias Braun
2017-12-13
3
-3
/
+3
*
[PowerPC] Add branch flag on asm parser-only branch instructions
Nemanja Ivanovic
2017-12-12
1
-1
/
+1
*
[PowerPC] Follow-up to r318436 to get the missed CSE opportunities
Nemanja Ivanovic
2017-12-12
1
-1
/
+65
*
[PowerPC] Partially enable the ISEL expansion pass.
Tony Jiang
2017-12-11
1
-21
/
+64
*
[PowerPC] Sign-extend negative constant stores
Nemanja Ivanovic
2017-12-11
1
-2
/
+6
*
PowerPC: support external pid instructions in MC layer.
Tim Northover
2017-12-10
1
-0
/
+57
*
Temporarily revert "[PowerPC] Allow tail calls of fastcc functions from C Cal...
Eric Christopher
2017-12-07
1
-10
/
+5
*
[CodeGen] Use MachineOperand::print in the MIRPrinter for MO_Register.
Francis Visoiu Mistrih
2017-12-07
5
-29
/
+29
*
[CodeGen] Unify MBB reference format in both MIR and debug output
Francis Visoiu Mistrih
2017-12-04
7
-47
/
+51
*
Follow-up to r319434 to turn the pass on by default
Nemanja Ivanovic
2017-12-01
1
-1
/
+1
*
[PowerPC] Recommit r314244 with refactoring and off by default
Nemanja Ivanovic
2017-11-30
1
-0
/
+1236
*
[CodeGen] Print "%vreg0" as "%0" in both MIR and debug output
Francis Visoiu Mistrih
2017-11-30
4
-45
/
+45
*
First step towards more human-friendly PPC assembler output:
Joerg Sonnenberger
2017-11-29
3
-32
/
+74
*
[PowerPC] Relax the checking on AND/AND8 in isSignOrZeroExtended.
Sean Fertile
2017-11-29
1
-3
/
+31
*
[PowerPC] Allow tail calls of fastcc functions from C CallingConv functions.
Sean Fertile
2017-11-28
1
-5
/
+10
*
[CodeGen] Print register names in lowercase in both MIR and debug output
Francis Visoiu Mistrih
2017-11-28
8
-72
/
+72
*
[PowerPC] Remove redundant TOC saves
Zaara Syeda
2017-11-27
3
-2
/
+87
*
[Power9] Improvements to vector extract with variable index exploitation
Zaara Syeda
2017-11-27
1
-22
/
+174
*
[PPC] Heuristic to choose between a X-Form VSX ld/st vs a X-Form FP ld/st.
Tony Jiang
2017-11-20
5
-46
/
+158
*
Fix a bunch more layering of CodeGen headers that are in Target
David Blaikie
2017-11-17
15
-18
/
+18
*
[PPC] Change i32 constant in store instruction to i64
Guozhi Wei
2017-11-16
1
-1
/
+16
[next]