Hexagon: Add and enable memops setbit, clrbit, &,|,+,- for byte, short, and word.
[oota-llvm.git] / test / CodeGen / PowerPC /
2013-03-21 Hal FinkelFix a register-class comparison bug in PPCCTRLoops
2013-03-21 Hal FinkelImplement builtin_{setjmp/longjmp} on PPC
2013-03-21 David BlaikieRemove unused field in DISubprogram
2013-03-21 Hal FinkelAdd support for spilling VRSAVE on PPC
2013-03-21 Hal FinkelCorrect PPC FRAMEADDR lowering using a pseudo-register
2013-03-20 David BlaikieRemove unused field in DICompileUnit
2013-03-19 Hal FinkelAdd a comment to the CodeGen/PowerPC/asym-regclass...
2013-03-19 Ulrich WeigandRewrite pre-increment store patterns to use standard...
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 Bill SchmidtChange test cases to handle unaligned references.
2013-03-18 David BlaikieRemove unnecessary leading comment characters in lit...
2013-03-18 David BlaikieInclude '.test' suffix in target specific lit configs...
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 Hal FinkelImprove PPC VR (Altivec) register spilling
2013-03-16 Hal FinkelRemove FIXMEs in PPC test cases related to unaligned...
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 FinkelNot all PPC functions with a frame pointer need a RS...
2013-03-13 David BlaikieRefactor filename/directory in DICompileUnit into a...
2013-03-12 David BlaikieRemove unused "isMain" field from DICompileUnit
2013-03-12 David BlaikieUpdate debug info test cases with empty SplitDebugFilen...
2013-03-12 Jan Wen VoungRevert the test moves from 176733. Use "REQUIRES:...
2013-03-12 Hal FinkelDon't reserve R2 on Darwin/PPC
2013-03-11 David BlaikieRemove duplicate test contents.
2013-03-09 Benjamin KramerTest case hygiene.
2013-03-08 Jan Wen VoungDisable statistics on Release builds and move tests...
2013-02-26 Bill SchmidtFix PR15332 (patch by Florian Zeitz).
2013-02-26 Bill SchmidtFix PR15359.
2013-02-25 Bill SchmidtFix missing relocation for TLS addressing peephole...
2013-02-21 Bill SchmidtLarge code model support for PowerPC.
2013-02-21 Bill SchmidtPPCDAGToDAGISel::PostprocessISelDAG()
2013-02-20 Bill SchmidtStabilize vec_constants.ll
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-08 Hal FinkelDAGCombiner: Constant folding around pre-increment...
2013-02-04 Benjamin KramerDisable a couple more vector splat optimizations on...
2013-02-04 Benjamin KramerSelectionDAG: Teach FoldConstantArithmetic how to deal...
2013-02-02 David BlaikieRemove the (apparently) unnecessary debug info metadata...
2013-02-01 Bill SchmidtLLVM enablement for some older PowerPC CPUs
2013-01-30 Hal FinkelPPC QPX requires a 32-byte aligned stack
2013-01-30 Hal FinkelAdd definitions for the PPC a2q core marked as having...
2013-01-28 Bill SchmidtThis patch addresses bug 15031.
2013-01-17 Bill SchmidtRestore reverted test case, this time with REQUIRES...
2013-01-17 Bill SchmidtRemove bad test case
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-14 Bill SchmidtThis patch addresses an incorrect transformation in...
2013-01-12 Benjamin KramerWhen lowering an inreg sext first shift left, then...
2013-01-11 Nadav RotemPPC: Implement efficient lowering of sign_extend_inreg.
2013-01-11 Tim NorthoverSimplify writing floating types to assembly.
2013-01-09 Andrew TrickMIsched: add an ILP window property to machine model.
2013-01-08 Tim NorthoverSpecify complete triple for fp128 tests.
2013-01-08 Tim NorthoverAllow the asm printer to print fp128 values properly.
2013-01-07 Bill SchmidtThis patch addresses bug 14678 by fixing two problems...
2012-12-30 Hal FinkelSupport ppcf128 in SelectionDAG::getConstantFP
2012-12-25 Hal FinkelLoosen scheduling restrictions on the PPC dcbt intrinsic
2012-12-25 Hal FinkelExpand PPC64 atomic load and store
2012-12-20 Rafael EspindolaSimplify the testcase a bit.
2012-12-19 Benjamin KramerPowerPC: Expand VSELECT nodes.
2012-12-18 Hal FinkelCheck multiple register classes for inline asm tied...
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-12 Bill SchmidtThe ordering of two relocations on the same instruction...
2012-12-12 Bill SchmidtThis patch implements local-dynamic TLS model support...
2012-12-11 Bill SchmidtThis patch implements the general dynamic TLS model...
2012-12-10 Hal FinkelUse GetUnderlyingObjects in misched
2012-12-04 Bill SchmidtThis patch introduces initial-exec model support for...
2012-11-30 Chad Rosiertest/CodeGen/PowerPC/vec_mul.ll: Add a triple. Thanks...
2012-11-30 Chad Rosiertest/CodeGen/PowerPC/vec_mul.ll: Fix register operands.
2012-11-30 NAKAMURA Takumitest/CodeGen/PowerPC: Add explicit -march=ppc32.
2012-11-30 Adhemerval ZanellaThis patch fixes the Altivec addend construction for...
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 Eli BenderskyRewrite test to not use a FileCheck variable and redefi...
2012-11-24 Benjamin KramerPPC: MCize most of the darwin PIC emission.
2012-11-18 Andrew TrickUse a full triple for a PPC test case for asm syntax.
2012-11-17 Andrew TrickSilence the buildbots for this test while I figure...
2012-11-17 Andrew TrickBroaden isSchedulingBoundary to check aliases of SP.
2012-11-15 Adhemerval ZanellaPowerPC: Lowering floor intrinsic for Altivec
2012-11-14 Bill SchmidtThis patch is in preparation for adding medium code...
2012-11-13 Ulrich WeigandDo not consider a machine instruction that uses and...
2012-11-09 Jakob Stoklund OlesenFix assertions in updateRegMaskSlots().
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-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 WeigandIn various places throughout the code generator, there...
2012-10-29 Ulrich WeigandAllow i32/i64 for 'f' constraint on PowerPC.
2012-10-29 Bill SchmidtThis patch adds alignment information for long double...
2012-10-25 Bill SchmidtThis patch addresses a PPC64 ELF issue with passing...
next