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-21
Remove the G8RC_NOX0_and_GPRC_NOR0 PPC register class
Hal Finkel
2013-03-21
Fix a register-class comparison bug in PPCCTRLoops
Hal Finkel
2013-03-21
Implement builtin_{setjmp/longjmp} on PPC
Hal Finkel
2013-03-21
Add support for spilling VRSAVE on PPC
Hal Finkel
2013-03-21
Correct PPC FRAMEADDR lowering using a pseudo-register
Hal Finkel
2013-03-19
Add missing mayLoad flag to LHAUX8 and LWAUX.
Ulrich Weigand
2013-03-19
Rewrite LHAU8 pattern to use standard memory operand.
Ulrich Weigand
2013-03-19
Rewrite pre-increment store patterns to use standard memory operands.
Ulrich Weigand
2013-03-19
Fix sub-operand size mismatch in tocentry operands.
Ulrich Weigand
2013-03-19
Prepare to make r0 an allocatable register on PPC
Hal Finkel
2013-03-19
Cleanup PPC64 unaligned i64 load/store
Hal Finkel
2013-03-19
Don't reserve R31 on PPC64 unless the frame pointer is needed
Hal Finkel
2013-03-18
Fix a sign-extension bug in PPCCTRLoops
Hal Finkel
2013-03-18
Fix PPC unaligned 64-bit loads and stores
Hal Finkel
2013-03-18
Fix 80-col. violations in PPCCTRLoops
Hal Finkel
2013-03-18
Fix large count and negative constant count handling in PPCCTRLoops
Hal Finkel
2013-03-18
Cleanup initial-value constants in PPCCTRLoops
Hal Finkel
2013-03-17
To avoid symbol clash, undefine PPC here. PPC may be predefined on some hosts.
Sylvestre Ledru
2013-03-17
Improve PPC VR (Altivec) register spilling
Hal Finkel
2013-03-16
Remove PPC avoidWriteAfterWrite callback
Hal Finkel
2013-03-15
Enable unaligned memory access on PPC for scalar types
Hal Finkel
2013-03-15
Protect PPC Altivec patterns with a predicate
Hal Finkel
2013-03-15
Allocate the RS spill slot for any PPC function with spills and a large stack...
Hal Finkel
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
[next]