aboutsummaryrefslogtreecommitdiffstats
path: root/lib/Target/PowerPC
Commit message (Expand)AuthorAgeFilesLines
* Fix PR10475Michael Liao2013-03-011-1/+1
* Fix PR15332 (patch by Florian Zeitz).Bill Schmidt2013-02-261-4/+5
* Fix missing relocation for TLS addressing peephole optimization.Bill Schmidt2013-02-251-0/+3
* Fix PR14364.Bill Schmidt2013-02-244-20/+27
* Move the eliminateCallFramePseudoInstr method from TargetRegisterInfoEli Bendersky2013-02-215-44/+46
* Trivial cleanupBill Schmidt2013-02-211-2/+2
* Large code model support for PowerPC.Bill Schmidt2013-02-215-15/+20
* Code review cleanup for r175697Bill Schmidt2013-02-211-11/+7
* PPCDAGToDAGISel::PostprocessISelDAG()Bill Schmidt2013-02-211-0/+155
* Relocation enablement for PPC DAG postprocessing passBill Schmidt2013-02-214-11/+37
* Update TargetLowering ivars for name policy.Jim Grosbach2013-02-201-7/+7
* Additional fixes for bug 15155.Bill Schmidt2013-02-203-35/+64
* Fix bug 14779 for passing anonymous aggregates [patch by Kai Nacke].Bill Schmidt2013-02-201-1/+7
* Fix PR15155: lost vadd/vsplat optimization.Bill Schmidt2013-02-203-8/+43
* Add missing #include.Jakub Staszak2013-02-201-0/+1
* Make the visibility of LLVMPPCCompilationCallback work with GCC.Benjamin Kramer2013-02-171-1/+1
* Give these callbacks hidden visibility. It is better to not export them moreRafael Espindola2013-02-151-3/+4
* Don't make assumptions about the mangling of static functions in extern "C"Rafael Espindola2013-02-151-7/+7
* Revert r175120 and r175121. Clang is producing the expected asm names again.Rafael Espindola2013-02-141-1/+1
* Don't asume that a static function in an extern "C" block will not be mangled.Rafael Espindola2013-02-141-1/+1
* Add registration for PPC-specific passes to allow the IR to be dumpedKrzysztof Parzyszek2013-02-133-3/+41
* Refine fix to bug 15041.Bill Schmidt2013-02-081-18/+17
* Constrain PowerPC autovectorization to fix bug 15041.Bill Schmidt2013-02-071-0/+19
* PPC calling convention cleanup.Bill Schmidt2013-02-062-75/+46
* Move MRI liveouts to PowerPC return instructions.Jakob Stoklund Olesen2013-02-051-21/+9
* Avoid using MRI::liveout_iterator for computing VRSAVEs.Jakob Stoklund Olesen2013-02-051-6/+15
* Disable a couple more vector splat optimizations on PPC.Benjamin Kramer2013-02-041-2/+4
* SelectionDAG: Teach FoldConstantArithmetic how to deal with vectors.Benjamin Kramer2013-02-041-0/+5
* PPCDarwinAsmPrinter::EmitStartOfAsmFile(): Add checking range in CPUDirective...NAKAMURA Takumi2013-02-041-1/+4
* PPCDarwinAsmPrinter::EmitStartOfAsmFile(): Add possible elements in CPUDirect...NAKAMURA Takumi2013-02-041-0/+5
* Add notes about future PowerPC featuresBill Schmidt2013-02-011-0/+17
* LLVM enablement for some older PowerPC CPUsBill Schmidt2013-02-012-0/+25
* [PEI] Pass the frame index operand number to the eliminateFrameIndex function.Chad Rosier2013-01-312-14/+9
* PPC QPX requires a 32-byte aligned stackHal Finkel2013-01-302-1/+8
* Initialize hasQPX in PPCSubtargetHal Finkel2013-01-301-0/+1
* Add definitions for the PPC a2q core marked as having QPX availableHal Finkel2013-01-302-0/+9
* Teach SDISel to combine fsin / fcos into a fsincos node if the followingEvan Cheng2013-01-291-0/+2
* Add isBGQ method to PPCSubtargetHal Finkel2013-01-291-0/+2
* Remove unused variables, silences -Wunused-variableDmitri Gribenko2013-01-251-4/+2
* Initial implementation of PPCTargetTransformInfoHal Finkel2013-01-255-0/+237
* More cleanup of PPC register definitions.Hal Finkel2013-01-251-64/+8
* Start cleanup of PPC register definitions using foreach loops.Hal Finkel2013-01-241-65/+7
* Fix powerpc test failure - forgot to initialize stack slot size for PPCLinuxM...Eli Bendersky2013-01-231-2/+3
* Clean up assignment of CalleeSaveStackSlotSize: get rid of the default and ex...Eli Bendersky2013-01-231-2/+3
* Sort all of the includes. Several files got checked in with mis-sortedChandler Carruth2013-01-191-1/+1
* This patch fixes PR13626 by providing i128 support in the returnBill Schmidt2013-01-171-0/+1
* This patch fixes the PPC calling convention to handle returns ofBill Schmidt2013-01-171-2/+2
* PowerPC: EH adjustmentsAdhemerval Zanella2013-01-091-0/+19
* These functions have default arguments of 0 for the last arg. UseEric Christopher2013-01-091-6/+6
* Renamed MCInstFragment to MCRelaxableFragment and added some comments.Eli Bendersky2013-01-081-1/+1