index
:
external_llvm.git
replicant-6.0
Unnamed repository; edit this file 'description' to name the repository.
git repository hosting
about
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
lib
/
Target
/
PowerPC
Commit message (
Expand
)
Author
Age
Files
Lines
*
Cleanup PPC reciprocal-estimate functionality
Hal Finkel
2013-04-03
2
-61
/
+47
*
PPC: Enable FRES and FRSQRTE on the default PPC64 description
Hal Finkel
2013-04-03
1
-1
/
+2
*
PPC: Add a FIXME regarding the non-working fma+fneg Altivec pattern
Hal Finkel
2013-04-03
1
-0
/
+2
*
Remove some obsolete PowerPC/README entries
Hal Finkel
2013-04-03
1
-20
/
+0
*
More direct types in PowerPC AltiVec intrinsics.
Ulrich Weigand
2013-04-03
1
-47
/
+29
*
Fix PR15632: No support for ppcf128 floating-point remainder on PowerPC.
Bill Schmidt
2013-04-03
1
-0
/
+1
*
Remove some unsupported-feature comments from PPC.td
Hal Finkel
2013-04-03
1
-3
/
+0
*
Use PPC reciprocal estimates with Newton iteration in fast-math mode
Hal Finkel
2013-04-03
7
-30
/
+321
*
Fix PR15630: Replace faulty stdcx. with stwcx.
Bill Schmidt
2013-04-02
1
-1
/
+1
*
Fix typo in PPCISelLowering
Hal Finkel
2013-04-02
1
-1
/
+1
*
Fix a bad assert in PPCTargetLowering
Hal Finkel
2013-04-01
1
-2
/
+2
*
Add more PPC floating-point conversion instructions
Hal Finkel
2013-04-01
7
-33
/
+134
*
Use ImmToIdxMap.count in PPCRegisterInfo
Hal Finkel
2013-04-01
1
-2
/
+1
*
Add the PPC popcntw instruction
Hal Finkel
2013-04-01
2
-1
/
+8
*
Treat PPCISD::STFIWX like the memory opcode that it is
Hal Finkel
2013-04-01
2
-6
/
+13
*
Cleanup ImmToIdxMap and noImmForm in PPCRegisterInfo
Hal Finkel
2013-03-31
2
-20
/
+6
*
Add the PPC lfiwax instruction
Hal Finkel
2013-03-31
7
-22
/
+68
*
Cleanup PPC(64) i32 -> float/double conversion
Hal Finkel
2013-03-31
5
-42
/
+9
*
Implement FRINT lowering on PPC using frin
Hal Finkel
2013-03-29
2
-0
/
+58
*
Remove the old CodePlacementOpt pass.
Benjamin Kramer
2013-03-29
1
-1
/
+0
*
Add PPC FP rounding instructions fri[mnpz]
Hal Finkel
2013-03-29
5
-12
/
+64
*
Only enable 64-bit bswap DAG combines for PPC64
Hal Finkel
2013-03-28
1
-0
/
+2
*
Fix bad indentation in r178276
Hal Finkel
2013-03-28
1
-2
/
+1
*
Use direct types in most PowerPC Altivec instructions and patterns.
Bill Schmidt
2013-03-28
1
-236
/
+333
*
Add the PPC64 ldbrx/stdbrx instructions
Hal Finkel
2013-03-28
6
-20
/
+37
*
Add the PPC64 popcntd instruction
Hal Finkel
2013-03-28
6
-9
/
+23
*
Cleanup PPC CR-spill kill flags and 32- vs. 64-bit instructions
Hal Finkel
2013-03-28
2
-8
/
+8
*
Fix typo in PPCInstr64Bit
Hal Finkel
2013-03-28
1
-1
/
+1
*
Resynchronize isLoadFromStackSlot with LoadRegFromStackSlot (and stores) in P...
Hal Finkel
2013-03-27
1
-0
/
+18
*
Fix typo (common to both X86 and PPC)
Hal Finkel
2013-03-27
1
-1
/
+1
*
Remove more dead LR-as-GPR PPC code
Hal Finkel
2013-03-27
1
-16
/
+4
*
Remove "gpr0 allocation" from the PPC README TODO list
Hal Finkel
2013-03-27
1
-1
/
+0
*
Print PPC ZERO as 0 (not r0) even on Darwin
Hal Finkel
2013-03-27
1
-2
/
+2
*
Allocate r0 on PPC
Hal Finkel
2013-03-27
1
-2
/
+0
*
Use the PPC no-r0 class on the TOC LD pseudos
Hal Finkel
2013-03-27
1
-2
/
+2
*
Apply the no-r0 register class to the PPC SELECT_CC_I[4|8] pseudos
Hal Finkel
2013-03-27
1
-2
/
+7
*
Apply the no-r0 class to PPC TOC ADDI[S] pseudo instructions
Hal Finkel
2013-03-27
1
-9
/
+9
*
Remove the link register from the GPR classes on PowerPC.
Bill Schmidt
2013-03-27
1
-2
/
+2
*
Don't spill PPC VRSAVE on non-Darwin (even in SjLj)
Hal Finkel
2013-03-27
3
-1
/
+8
*
Restore real bit lengths on PPC register numbers
Hal Finkel
2013-03-26
1
-12
/
+12
*
PPC: Use HWEncoding and TRI->getEncodingValue
Hal Finkel
2013-03-26
8
-100
/
+31
*
Use multiple virtual registers in PPC CR spilling
Hal Finkel
2013-03-26
2
-25
/
+35
*
Update PPCRegisterInfo's use of virtual registers to be SSA
Hal Finkel
2013-03-26
1
-3
/
+5
*
Remove default case from fully covered switch.
Benjamin Kramer
2013-03-26
1
-1
/
+1
*
PowerPC: Mark patterns as isCodeGenOnly.
Ulrich Weigand
2013-03-26
4
-7
/
+21
*
PowerPC: Simplify handling of fixups.
Ulrich Weigand
2013-03-26
4
-70
/
+17
*
PowerPC: Simplify FADD in round-to-zero mode.
Ulrich Weigand
2013-03-26
4
-101
/
+50
*
PowerPC: Remove LDrs pattern.
Ulrich Weigand
2013-03-26
3
-16
/
+9
*
PowerPC: Remove ADDIL patterns.
Ulrich Weigand
2013-03-26
4
-20
/
+13
*
PowerPC: Use CCBITRC operand for ISEL patterns.
Ulrich Weigand
2013-03-26
5
-46
/
+19
[next]