Introduce some new statistics to help track the exact behavior of the
[oota-llvm.git] / lib / Target / PowerPC /
2013-03-19 Ulrich WeigandAdd missing mayLoad flag to LHAUX8 and LWAUX.
2013-03-19 Ulrich WeigandRewrite LHAU8 pattern to use standard memory operand.
2013-03-19 Ulrich WeigandRewrite pre-increment store patterns to use standard...
2013-03-19 Ulrich WeigandFix sub-operand size mismatch in tocentry operands.
2013-03-19 Hal FinkelPrepare to make r0 an allocatable register on PPC
2013-03-19 Hal FinkelCleanup PPC64 unaligned i64 load/store
2013-03-19 Hal FinkelDon't reserve R31 on PPC64 unless the frame pointer...
2013-03-18 Hal FinkelFix a sign-extension bug in PPCCTRLoops
2013-03-18 Hal FinkelFix PPC unaligned 64-bit loads and stores
2013-03-18 Hal FinkelFix 80-col. violations in PPCCTRLoops
2013-03-18 Hal FinkelFix large count and negative constant count handling...
2013-03-18 Hal FinkelCleanup initial-value constants in PPCCTRLoops
2013-03-17 Sylvestre LedruTo avoid symbol clash, undefine PPC here. PPC may be...
2013-03-17 Hal FinkelImprove PPC VR (Altivec) register spilling
2013-03-16 Hal FinkelRemove PPC avoidWriteAfterWrite callback
2013-03-15 Hal FinkelEnable unaligned memory access on PPC for scalar types
2013-03-15 Hal FinkelProtect PPC Altivec patterns with a predicate
2013-03-15 Hal FinkelAllocate the RS spill slot for any PPC function with...
2013-03-14 Hal FinkelProvide the register scavenger to processFunctionBefore...
2013-03-14 Hal FinkelUse frame-index scavenging for PPC register spilling
2013-03-14 Hal FinkelNot all PPC functions with a frame pointer need a RS...
2013-03-14 Hal FinkelAdd a comment about overlapping PPC frame offsets
2013-03-12 Hal FinkelDon't reserve R2 on Darwin/PPC
2013-03-12 Hal FinkelPPC should always use the register scavenger for CR...
2013-03-07 Benjamin KramerArrayRefize some code. No functionality change.
2013-03-01 Michael LiaoFix PR10475
2013-02-26 Bill SchmidtFix PR15332 (patch by Florian Zeitz).
2013-02-25 Bill SchmidtFix missing relocation for TLS addressing peephole...
2013-02-24 Bill SchmidtFix PR14364.
2013-02-21 Eli BenderskyMove the eliminateCallFramePseudoInstr method from...
2013-02-21 Bill SchmidtTrivial cleanup
2013-02-21 Bill SchmidtLarge code model support for PowerPC.
2013-02-21 Bill SchmidtCode review cleanup for r175697
2013-02-21 Bill SchmidtPPCDAGToDAGISel::PostprocessISelDAG()
2013-02-21 Bill SchmidtRelocation enablement for PPC DAG postprocessing pass
2013-02-20 Jim GrosbachUpdate TargetLowering ivars for name policy.
2013-02-20 Bill SchmidtAdditional fixes for bug 15155.
2013-02-20 Bill SchmidtFix bug 14779 for passing anonymous aggregates [patch...
2013-02-20 Bill SchmidtFix PR15155: lost vadd/vsplat optimization.
2013-02-20 Jakub StaszakAdd missing #include.
2013-02-17 Benjamin KramerMake the visibility of LLVMPPCCompilationCallback work...
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...
next