index
:
llvm
master
release_1
release_16
release_20
release_21
release_22
release_23
release_24
release_25
release_26
release_27
release_28
release_29
release_30
release_31
release_32
release_33
stable
svn-tags/RELEASE_1
svn-tags/RELEASE_20
svn-tags/RELEASE_21
svn-tags/RELEASE_22
svn-tags/RELEASE_23
svn-tags/RELEASE_24
svn-tags/RELEASE_25
svn-tags/RELEASE_26
svn-tags/RELEASE_27
svn-tags/RELEASE_28
svn-tags/RELEASE_29
svn-tags/RELEASE_30
svn-tags/RELEASE_31
svn-tags/RELEASE_32
testing
http://llvm.org
git repository hosting
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
lib
/
Target
/
PowerPC
Age
Commit message (
Expand
)
Author
2013-04-15
Mark all PPC comparison instructions as not having side effects
Hal Finkel
2013-04-15
Fix PPC64 CR spill location for callee-saved registers
Hal Finkel
2013-04-13
Mark all PPC CR registers to be spilled as live-in and tag MFCR appropriately
Hal Finkel
2013-04-13
Spill and restore PPC CR registers using the FP when we have one
Hal Finkel
2013-04-12
PPC: Remove (broken) nested implicit definition lists
Hal Finkel
2013-04-12
Add a comment about the PPC Interpretation64Bit bit
Hal Finkel
2013-04-12
Add PPC instruction record forms and associated query functions
Hal Finkel
2013-04-11
Make PPCInstrInfo::isPredicated always return false
Hal Finkel
2013-04-10
PPC: Don't predicate a diamond with two counter decrements
Hal Finkel
2013-04-10
Cleanup PPCInstrInfo::DefinesPredicate
Hal Finkel
2013-04-10
PPC: Prep for if conversion of bctr[l]
Hal Finkel
2013-04-09
Allow PPC B and BLR to be if-converted into some predicated forms
Hal Finkel
2013-04-09
Cleanup PPCEarlyReturn
Hal Finkel
2013-04-09
Use virtual base registers on PPC
Hal Finkel
2013-04-08
Generate PPC early conditional returns
Hal Finkel
2013-04-07
Cleanup and improve PPC fsel generation
Hal Finkel
2013-04-07
PPC rotate instructions don't have unmodeled side effcts
Hal Finkel
2013-04-07
Most PPC M[TF]CR instructions do not have side effects
Hal Finkel
2013-04-07
PPC pre-increment load instructions do not have side effects
Hal Finkel
2013-04-07
PPC pre-increment load instructions do not have side effects
Hal Finkel
2013-04-07
PPC MCRF instruction does not have side effects
Hal Finkel
2013-04-07
PPC FMR instruction does not have side effects
Hal Finkel
2013-04-06
Implement PPCInstrInfo::FoldImmediate
Hal Finkel
2013-04-06
PPC ISEL is a select and never has side effects
Hal Finkel
2013-04-05
Enable early if conversion on PPC
Hal Finkel
2013-04-05
Correct the PPC A2 misprediction penalty
Hal Finkel
2013-04-05
Add a SchedMachineModel for the PPC G5
Hal Finkel
2013-04-05
Add a SchedMachineModel for the PPC A2
Hal Finkel
2013-04-04
CostModel: Add parameter to instruction cost to further classify operand values
Arnold Schwaighofer
2013-04-04
Rename the current PPC BCL definition to BCLalways
Hal Finkel
2013-04-04
PPC: Improve code generation for mixed-precision reciprocal sqrt
Hal Finkel
2013-04-03
Cleanup PPC reciprocal-estimate functionality
Hal Finkel
2013-04-03
PPC: Enable FRES and FRSQRTE on the default PPC64 description
Hal Finkel
2013-04-03
PPC: Add a FIXME regarding the non-working fma+fneg Altivec pattern
Hal Finkel
2013-04-03
Remove some obsolete PowerPC/README entries
Hal Finkel
2013-04-03
More direct types in PowerPC AltiVec intrinsics.
Ulrich Weigand
2013-04-03
Fix PR15632: No support for ppcf128 floating-point remainder on PowerPC.
Bill Schmidt
2013-04-03
Remove some unsupported-feature comments from PPC.td
Hal Finkel
2013-04-03
Use PPC reciprocal estimates with Newton iteration in fast-math mode
Hal Finkel
2013-04-02
Fix PR15630: Replace faulty stdcx. with stwcx.
Bill Schmidt
2013-04-02
Fix typo in PPCISelLowering
Hal Finkel
2013-04-01
Fix a bad assert in PPCTargetLowering
Hal Finkel
2013-04-01
Add more PPC floating-point conversion instructions
Hal Finkel
2013-04-01
Use ImmToIdxMap.count in PPCRegisterInfo
Hal Finkel
2013-04-01
Add the PPC popcntw instruction
Hal Finkel
2013-04-01
Treat PPCISD::STFIWX like the memory opcode that it is
Hal Finkel
2013-03-31
Cleanup ImmToIdxMap and noImmForm in PPCRegisterInfo
Hal Finkel
2013-03-31
Add the PPC lfiwax instruction
Hal Finkel
2013-03-31
Cleanup PPC(64) i32 -> float/double conversion
Hal Finkel
2013-03-29
Implement FRINT lowering on PPC using frin
Hal Finkel
[next]