Use a different scheme to chose 16/32 variants. This scheme is more
[oota-llvm.git] / lib / Target / PowerPC /
2013-02-15 Rafael EspindolaGive these callbacks hidden visibility. It is better...
2013-02-15 Rafael EspindolaDon't make assumptions about the mangling of static...
2013-02-14 Rafael EspindolaRevert r175120 and r175121. Clang is producing the...
2013-02-14 Rafael EspindolaDon't asume that a static function in an extern "C...
2013-02-13 Krzysztof ParzyszekAdd registration for PPC-specific passes to allow the...
2013-02-08 Bill SchmidtRefine fix to bug 15041.
2013-02-07 Bill SchmidtConstrain PowerPC autovectorization to fix bug 15041.
2013-02-06 Bill SchmidtPPC calling convention cleanup.
2013-02-05 Jakob Stoklund OlesenMove MRI liveouts to PowerPC return instructions.
2013-02-05 Jakob Stoklund OlesenAvoid using MRI::liveout_iterator for computing VRSAVEs.
2013-02-04 Benjamin KramerDisable a couple more vector splat optimizations on...
2013-02-04 Benjamin KramerSelectionDAG: Teach FoldConstantArithmetic how to deal...
2013-02-04 NAKAMURA TakumiPPCDarwinAsmPrinter::EmitStartOfAsmFile(): Add checking...
2013-02-04 NAKAMURA TakumiPPCDarwinAsmPrinter::EmitStartOfAsmFile(): Add possible...
2013-02-01 Bill SchmidtAdd notes about future PowerPC features
2013-02-01 Bill SchmidtLLVM enablement for some older PowerPC CPUs
2013-01-31 Chad Rosier[PEI] Pass the frame index operand number to the elimin...
2013-01-30 Hal FinkelPPC QPX requires a 32-byte aligned stack
2013-01-30 Hal FinkelInitialize hasQPX in PPCSubtarget
2013-01-30 Hal FinkelAdd definitions for the PPC a2q core marked as having...
2013-01-29 Evan ChengTeach SDISel to combine fsin / fcos into a fsincos...
2013-01-29 Hal FinkelAdd isBGQ method to PPCSubtarget
2013-01-25 Dmitri GribenkoRemove unused variables, silences -Wunused-variable
2013-01-25 Hal FinkelInitial implementation of PPCTargetTransformInfo
2013-01-25 Hal FinkelMore cleanup of PPC register definitions.
2013-01-24 Hal FinkelStart cleanup of PPC register definitions using foreach...
2013-01-23 Eli BenderskyFix powerpc test failure - forgot to initialize stack...
2013-01-23 Eli BenderskyClean up assignment of CalleeSaveStackSlotSize: get...
2013-01-19 Chandler CarruthSort all of the includes. Several files got checked...
2013-01-17 Bill SchmidtThis patch fixes PR13626 by providing i128 support...
2013-01-17 Bill SchmidtThis patch fixes the PPC calling convention to handle...
2013-01-09 Adhemerval ZanellaPowerPC: EH adjustments
2013-01-09 Eric ChristopherThese functions have default arguments of 0 for the...
2013-01-08 Eli BenderskyRenamed MCInstFragment to MCRelaxableFragment and added...
2013-01-07 Bill SchmidtThis patch addresses bug 14678 by fixing two problems...
2013-01-07 Chandler CarruthSwitch TargetTransformInfo from an immutable analysis...
2013-01-04 Adhemerval ZanellaPowerPC: Fix eh_frame relocation for PIC
2013-01-02 Chandler CarruthMove all of the header files which are involved in...
2012-12-30 Bill WendlingRemove the Function::getFnAttributes method in favor...
2012-12-25 Hal FinkelExpand PPC64 atomic load and store
2012-12-20 Rafael EspindolaUndefine PPC harder.
2012-12-19 Benjamin KramerPowerPC: Expand VSELECT nodes.
2012-12-19 Bill WendlingRename the 'Attributes' class to 'Attribute'. It's...
2012-12-14 Bill SchmidtThis patch removes some nondeterminism from direct...
2012-12-14 Bill SchmidtThis patch improves the 64-bit PowerPC InitialExec...
2012-12-13 Bill SchmidtThis is another cleanup patch for 64-bit PowerPC TLS...
2012-12-13 Bill SchmidtThis is just a clean-up patch that simplifies the initi...
2012-12-12 Bill SchmidtThis patch implements local-dynamic TLS model support...
2012-12-12 Evan ChengSorry about the churn. One more change to getOptimalMem...
2012-12-12 Evan Cheng- Rename isLegalMemOpType to isSafeMemOpType. "Legal...
2012-12-11 Bill SchmidtThis patch implements the general dynamic TLS model...
2012-12-04 Bill SchmidtThis patch introduces initial-exec model support for...
2012-12-04 Chandler CarruthSort includes for all of the .h files under the 'lib...
2012-12-03 Chandler CarruthUse the new script to sort the includes of every file...
2012-11-30 Adhemerval ZanellaThis patch fixes the Altivec addend construction for...
2012-11-28 Ulrich WeigandFix initial frame state on powerpc64.
2012-11-28 Jakob Stoklund OlesenRemove all references to TargetInstrInfoImpl.
2012-11-27 Bill SchmidtThis patch makes medium code model the default for...
2012-11-27 Bill SchmidtThis patch implements medium code model support for...
2012-11-26 Benjamin KramerDecouple MCInstBuilder from the streamer per Eli's...
2012-11-26 Benjamin KramerAdd MCInstBuilder, a utility class to simplify MCInst...
2012-11-24 Benjamin KramerPPC: Reinstate the fatal error when trying to emit...
2012-11-24 Benjamin KramerPPC: MCize most of the darwin PIC emission.
2012-11-24 Benjamin KramerPPC: Share applyFixup between ELF and Darwin.
2012-11-24 Benjamin KramerPPC: Simplify code with Twines.
2012-11-16 Joe AbbeyUsing const cast to alleviate a warning.
2012-11-15 Adhemerval ZanellaPowerPC: Lowering floor intrinsic for Altivec
2012-11-15 Craig TopperMake a bunch of floating point operations on vectors...
2012-11-15 Craig TopperAdd llvm.ceil, llvm.trunc, llvm.rint, llvm.nearbyint...
2012-11-14 Craig TopperSet FFLOOR of vectors to expand to keep intruction...
2012-11-13 Ulrich WeigandAdd (some) PowerPC TLS relocation types to ELF.h and
2012-11-13 Ulrich WeigandFix wrong PowerPC instruction opcodes for:
2012-11-13 Ulrich WeigandFix wrong PowerPC instruction encodings due to
2012-11-13 Ulrich WeigandFix instruction encoding for "bd(n)z" on PowerPC,
2012-11-13 Ulrich WeigandFix instruction encoding for "isel" on PowerPC,
2012-11-12 Ulrich WeigandMake TOC order deterministic by using MapVector instead...
2012-11-05 Ulrich WeigandOn PowerPC64, integer return values (as well as argumen...
2012-11-05 Hal FinkelAdd support for the PowerPC-specific inline asm Z const...
2012-11-05 Adhemerval Zanella[PATCH] PowerPC: Expand load extend vector operations
2012-11-01 Chandler CarruthRevert the majority of the next patch in the address...
2012-11-01 Chandler CarruthRevert the series of commits starting with r166578...
2012-10-31 Bill SchmidtThis patch addresses an ABI compatibility issue with...
2012-10-30 Adhemerval ZanellaPowerPC: Expand FSRQT for vector types
2012-10-30 Adhemerval ZanellaPowerPC: More support for Altivec compare operations
2012-10-29 Bill SchmidtThis patch solves a problem with passing varargs parame...
2012-10-29 Ulrich WeigandAllow i32/i64 for 'f' constraint on PowerPC.
2012-10-29 NAKAMURA TakumiPPCSubtarget.h: Add explicit braces.
2012-10-29 NAKAMURA TakumiPPCSubtarget.h: Whitespace.
2012-10-29 Bill SchmidtThis patch adds alignment information for long double...
2012-10-26 Adhemerval ZanellaPowerPC: Fix for rldcl/rldicl/rldicr MC emission
2012-10-25 Adhemerval ZanellaThis patch fixes the MC object emission of 'nop' for...
2012-10-25 Bill SchmidtThis patch addresses a PPC64 ELF issue with passing...
2012-10-25 Adhemerval ZanellaInitial TOC support for PowerPC64 object creation
2012-10-24 Nadav RotemImplement a basic VectorTargetTransformInfo interface...
2012-10-24 Micah VillmowAdd in support for getIntPtrType to get the pointer...
2012-10-23 Bill SchmidtThis is another TLC patch for separating code for the...
2012-10-18 Nadav RotemReapply the TargerTransformInfo changes, minus the...
2012-10-18 Ulrich WeigandThis patch fixes failures in the SingleSource/Regressio...
2012-10-18 Bob WilsonTemporarily revert the TargetTransform changes.
2012-10-16 Bill SchmidtThis patch addresses PR13949.
next