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-03-14
Provide the register scavenger to processFunctionBeforeFrameFinalized
Hal Finkel
2013-03-14
Use frame-index scavenging for PPC register spilling
Hal Finkel
2013-03-14
Not all PPC functions with a frame pointer need a RS spill slot
Hal Finkel
2013-03-14
Add a comment about overlapping PPC frame offsets
Hal Finkel
2013-03-12
Don't reserve R2 on Darwin/PPC
Hal Finkel
2013-03-12
PPC should always use the register scavenger for CR spilling
Hal Finkel
2013-03-07
ArrayRefize some code. No functionality change.
Benjamin Kramer
2013-03-01
Fix PR10475
Michael Liao
2013-02-26
Fix PR15332 (patch by Florian Zeitz).
Bill Schmidt
2013-02-25
Fix missing relocation for TLS addressing peephole optimization.
Bill Schmidt
2013-02-24
Fix PR14364.
Bill Schmidt
2013-02-21
Move the eliminateCallFramePseudoInstr method from TargetRegisterInfo
Eli Bendersky
2013-02-21
Trivial cleanup
Bill Schmidt
2013-02-21
Large code model support for PowerPC.
Bill Schmidt
2013-02-21
Code review cleanup for r175697
Bill Schmidt
2013-02-21
PPCDAGToDAGISel::PostprocessISelDAG()
Bill Schmidt
2013-02-21
Relocation enablement for PPC DAG postprocessing pass
Bill Schmidt
2013-02-20
Update TargetLowering ivars for name policy.
Jim Grosbach
2013-02-20
Additional fixes for bug 15155.
Bill Schmidt
2013-02-20
Fix bug 14779 for passing anonymous aggregates [patch by Kai Nacke].
Bill Schmidt
2013-02-20
Fix PR15155: lost vadd/vsplat optimization.
Bill Schmidt
2013-02-20
Add missing #include.
Jakub Staszak
2013-02-17
Make the visibility of LLVMPPCCompilationCallback work with GCC.
Benjamin Kramer
2013-02-15
Give these callbacks hidden visibility. It is better to not export them more
Rafael Espindola
2013-02-15
Don't make assumptions about the mangling of static functions in extern "C"
Rafael Espindola
2013-02-14
Revert r175120 and r175121. Clang is producing the expected asm names again.
Rafael Espindola
2013-02-14
Don't asume that a static function in an extern "C" block will not be mangled.
Rafael Espindola
2013-02-13
Add registration for PPC-specific passes to allow the IR to be dumped
Krzysztof Parzyszek
2013-02-08
Refine fix to bug 15041.
Bill Schmidt
2013-02-07
Constrain PowerPC autovectorization to fix bug 15041.
Bill Schmidt
2013-02-06
PPC calling convention cleanup.
Bill Schmidt
2013-02-05
Move MRI liveouts to PowerPC return instructions.
Jakob Stoklund Olesen
2013-02-05
Avoid using MRI::liveout_iterator for computing VRSAVEs.
Jakob Stoklund Olesen
2013-02-04
Disable a couple more vector splat optimizations on PPC.
Benjamin Kramer
2013-02-04
SelectionDAG: Teach FoldConstantArithmetic how to deal with vectors.
Benjamin Kramer
2013-02-04
PPCDarwinAsmPrinter::EmitStartOfAsmFile(): Add checking range in CPUDirective...
NAKAMURA Takumi
2013-02-04
PPCDarwinAsmPrinter::EmitStartOfAsmFile(): Add possible elements in CPUDirect...
NAKAMURA Takumi
2013-02-01
Add notes about future PowerPC features
Bill Schmidt
2013-02-01
LLVM enablement for some older PowerPC CPUs
Bill Schmidt
2013-01-31
[PEI] Pass the frame index operand number to the eliminateFrameIndex function.
Chad Rosier
2013-01-30
PPC QPX requires a 32-byte aligned stack
Hal Finkel
2013-01-30
Initialize hasQPX in PPCSubtarget
Hal Finkel
2013-01-30
Add definitions for the PPC a2q core marked as having QPX available
Hal Finkel
2013-01-29
Teach SDISel to combine fsin / fcos into a fsincos node if the following
Evan Cheng
2013-01-29
Add isBGQ method to PPCSubtarget
Hal Finkel
2013-01-25
Remove unused variables, silences -Wunused-variable
Dmitri Gribenko
2013-01-25
Initial implementation of PPCTargetTransformInfo
Hal Finkel
2013-01-25
More cleanup of PPC register definitions.
Hal Finkel
2013-01-24
Start cleanup of PPC register definitions using foreach loops.
Hal Finkel
2013-01-23
Fix powerpc test failure - forgot to initialize stack slot size for PPCLinuxM...
Eli Bendersky
[prev]
[next]