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-05-08
Remove unused isLegalAddressImmediate() method.
Roman Divacky
2013-05-08
[PowerPC] Fix regression in generating @ha/@l relocs
Ulrich Weigand
2013-05-08
Fix handling of anonymous aggregate parameters for powerpc*-apple-darwin8.
Bill Schmidt
2013-05-08
PPCInstrInfo::optimizeCompareInstr should not optimize FP compares
Hal Finkel
2013-05-07
Cleanup PPCInstrInfo::optimizeCompareInstr
Hal Finkel
2013-05-06
[PowerPC] Fix memory corruption in AsmParser
Ulrich Weigand
2013-05-03
[PowerPC] Avoid using '$' in generated assembler code
Ulrich Weigand
2013-05-03
[PowerPC] Add some Book II instructions to AsmParser
Ulrich Weigand
2013-05-03
[PowerPC] Support extended mnemonics in AsmParser
Ulrich Weigand
2013-05-03
[PowerPC] Add assembler parser
Ulrich Weigand
2013-04-27
Make all darwin ppc stubs local.
Rafael Espindola
2013-04-26
PowerPC: Use RegisterOperand instead of RegisterClass operands
Ulrich Weigand
2013-04-26
PowerPC: Fix encoding of vsubcuw and vsum4sbs instructions
Ulrich Weigand
2013-04-26
PowerPC: Fix encoding of stfsu and stfdu instructions
Ulrich Weigand
2013-04-26
PowerPC: Fix encoding of rldimi and rldcl instructions
Ulrich Weigand
2013-04-26
PowerPC: Support PC-relative fixup_ppc_brcond14.
Ulrich Weigand
2013-04-23
Change commentary for PowerPC Boolean vector contents.
Bill Schmidt
2013-04-23
DAGCombine should not aggressively fold SEXT(VSETCC(...)) into a wider VSETCC...
Owen Anderson
2013-04-20
Remove unused MEMBARRIER DAG node; it's been replaced by ATOMIC_FENCE.
Tim Northover
2013-04-20
Move PPC getSwappedPredicate for reuse
Hal Finkel
2013-04-19
ArrayRefize getMachineNode(). No functionality change.
Michael Liao
2013-04-19
Fix PPC optimizeCompareInstr swapped-sub argument handling
Hal Finkel
2013-04-18
Disable PPC comparison optimization by default
Hal Finkel
2013-04-18
Implement optimizeCompareInstr for PPC
Hal Finkel
2013-04-17
Add support for subsections to the ELF assembler. Fixes PR8717.
Peter Collingbourne
2013-04-17
PowerPC: Mark some more patterns as isCodeGenOnly.
Ulrich Weigand
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
[next]