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
*
Add saving and restoring of r30 to the prologue and epilogue, respectively
Justin Hibbits
2015-01-08
2
-0
/
+17
*
[SelectionDAG] Allow targets to specify legality of extloads' result
Ahmed Bougacha
2015-01-08
1
-12
/
+14
*
[CodeGen] Use MVT iterator_ranges in legality loops. NFC intended.
Ahmed Bougacha
2015-01-07
1
-8
/
+2
*
[PowerPC] Transform a README.txt entry into a FIXME
Hal Finkel
2015-01-07
2
-14
/
+9
*
Revert r224935 "Refactor duplicated code. No intended functionality change."
Lang Hames
2015-01-06
1
-2
/
+1
*
[PowerPC] Reuse a load operand in int->fp conversions
Hal Finkel
2015-01-06
3
-41
/
+142
*
[PowerPC] Remove old README.txt entry regarding struct passing
Hal Finkel
2015-01-06
1
-8
/
+0
*
[PowerPC] Add some missing names in getTargetNodeName
Hal Finkel
2015-01-06
1
-0
/
+7
*
[PowerPC] Improve int_to_fp(fp_to_int(x)) combining
Hal Finkel
2015-01-06
2
-30
/
+74
*
Revert r225048: It broke ObjC on AArch64.
Lang Hames
2015-01-06
1
-7
/
+9
*
Revert "Use the integrated assembler by default on 32-bit PowerPC and SPARC"
Duncan P. N. Exon Smith
2015-01-05
1
-1
/
+2
*
[PowerPC] Remove old README.txt entry
Hal Finkel
2015-01-05
1
-10
/
+0
*
[PowerPC] Convert a README.txt entry into a better test
Hal Finkel
2015-01-05
1
-13
/
+0
*
Use the integrated assembler by default on 32-bit PowerPC and SPARC
Brad Smith
2015-01-05
1
-2
/
+1
*
[PowerPC] Remove README.txt entry
Hal Finkel
2015-01-05
1
-34
/
+0
*
[PowerPC] Add a test for truncating a shifted load
Hal Finkel
2015-01-05
1
-18
/
+0
*
[PowerPC] Add another test for load/store with update
Hal Finkel
2015-01-05
1
-34
/
+0
*
[PowerPC] Fold i1 extensions with other ops
Hal Finkel
2015-01-05
2
-17
/
+71
*
[PowerPC] Remove zexts after i32 ctlz
Hal Finkel
2015-01-05
2
-1
/
+11
*
[PowerPC] Remove zexts after byte-swapping loads
Hal Finkel
2015-01-05
2
-0
/
+16
*
[PowerPC] Enable speculation of cttz/ctlz
Hal Finkel
2015-01-05
1
-0
/
+8
*
[PowerPC] Materialize i64 constants using rotation with masking
Hal Finkel
2015-01-05
2
-26
/
+51
*
[PowerPC] Materialize i64 constants using rotation
Hal Finkel
2015-01-04
2
-29
/
+29
*
[PowerPC] Materialize i64 constants using bit inversion
Hal Finkel
2015-01-04
1
-2
/
+30
*
[PowerPC/BlockPlacement] Allow target to provide a per-loop alignment preference
Hal Finkel
2015-01-03
2
-0
/
+37
*
[PowerPC] Use 16-byte alignment for modern cores for functions/loops
Hal Finkel
2015-01-03
2
-4
/
+45
*
Minor cleanup to all the switches after MatchInstructionImpl in all the AsmPa...
Craig Topper
2015-01-03
1
-2
/
+1
*
[PowerPC] Add support for the CMPB instruction
Hal Finkel
2015-01-03
8
-8
/
+278
*
[PowerPC] use UINT64_C instead of ul
Hal Finkel
2015-01-01
1
-4
/
+4
*
[PowerPC] Improve instruction selection bit-permuting operations (64-bit)
Hal Finkel
2015-01-01
2
-97
/
+868
*
Add r224985 back with a fix.
Rafael Espindola
2014-12-31
1
-9
/
+7
*
Revert "Remove doesSectionRequireSymbols."
Rafael Espindola
2014-12-31
1
-7
/
+9
*
Remove doesSectionRequireSymbols.
Rafael Espindola
2014-12-30
1
-9
/
+7
*
Refactor duplicated code.
Rafael Espindola
2014-12-29
1
-1
/
+2
*
PowerPC: CTR shouldn't fire if a TLS call is in the loop
David Majnemer
2014-12-27
1
-0
/
+18
*
[PowerPC] [FastISel] i1 constants must be zero extended
Hal Finkel
2014-12-25
1
-1
/
+1
*
[PowerPC] Ensure that the TOC reload directly follows bctrl on PPC64
Hal Finkel
2014-12-23
5
-13
/
+70
*
[PowerPC] Don't mark the return-address slot as immutable
Hal Finkel
2014-12-23
1
-1
/
+1
*
[PowerPC] Don't attempt a 64-bit pow2 division on PPC32
Hal Finkel
2014-12-23
1
-0
/
+2
*
[PowerPC] Use MCPhysReg for tables of registers. Const-correct the tables. On...
Craig Topper
2014-12-18
1
-12
/
+12
*
Enable the P8Model entry
Will Schmidt
2014-12-17
1
-1
/
+1
*
[PowerPC] Improve instruction selection bit-permuting operations (32-bit)
Hal Finkel
2014-12-16
2
-55
/
+480
*
[PowerPC] Handle cmp op promotion for SELECT[_CC] nodes in PPCTL::DAGCombineE...
Hal Finkel
2014-12-14
1
-18
/
+49
*
[PowerPC] Add a DAGToDAG peephole to remove unnecessary zero-exts
Hal Finkel
2014-12-12
3
-5
/
+310
*
[PowerPC] Better lowering for add/or of a FrameIndex
Hal Finkel
2014-12-11
2
-30
/
+38
*
[CodeGen] Add print and verify pass after each MachineFunctionPass by default
Matthias Braun
2014-12-11
1
-13
/
+9
*
This reverts commit r224043 and r224042.
Rafael Espindola
2014-12-11
1
-9
/
+13
*
[CodeGen] Add print and verify pass after each MachineFunctionPass by default
Matthias Braun
2014-12-11
1
-13
/
+9
*
[PowerPC] Implement BuildSDIVPow2, lower i64 pow2 sdiv using sradi
Hal Finkel
2014-12-11
3
-30
/
+58
*
[PowerPC 4/4] Enable little-endian support for VSX.
Bill Schmidt
2014-12-09
1
-7
/
+0
[next]