Hexagon: Fix Small Data support to handle -G 0 correctly.
[oota-llvm.git] / test / CodeGen / PowerPC /
2013-04-30 Hal FinkelLocalStackSlotAllocation improvements
2013-04-30 Manman RenTBAA: remove !tbaa from testing cases if not used.
2013-04-27 Rafael EspindolaMake all darwin ppc stubs local.
2013-04-19 Hal FinkelFix PPC optimizeCompareInstr swapped-sub argument handling
2013-04-18 Hal FinkelDisable PPC comparison optimization by default
2013-04-18 Hal FinkelImplement optimizeCompareInstr for PPC
2013-04-15 Hal FinkelFix PPC64 CR spill location for callee-saved registers
2013-04-13 Hal FinkelSpill and restore PPC CR registers using the FP when...
2013-04-12 Nico RieckReplace coff-/elf-dump with llvm-readobj
2013-04-11 Benjamin KramerFileCheckize a bunch of tests.
2013-04-10 Hal FinkelManually remove successors in if conversion when CopyAn...
2013-04-09 Hal FinkelAllow PPC B and BLR to be if-converted into some predic...
2013-04-09 Hal FinkelUse virtual base registers on PPC
2013-04-09 Hal FinkelConvert test PowerPC/2007-09-07-LoadStoreIdxForms to...
2013-04-08 Hal FinkelGenerate PPC early conditional returns
2013-04-07 Hal FinkelCleanup and improve PPC fsel generation
2013-04-06 Hal FinkelImplement PPCInstrInfo::FoldImmediate
2013-04-05 Hal FinkelEnable early if conversion on PPC
2013-04-04 Hal FinkelPPC: Improve code generation for mixed-precision recipr...
2013-04-03 Bill SchmidtFix PR15632: No support for ppcf128 floating-point...
2013-04-03 Hal FinkelUse PPC reciprocal estimates with Newton iteration...
2013-04-02 Bill SchmidtFix PR15630: Replace faulty stdcx. with stwcx.
2013-04-01 Hal FinkelFix a bad assert in PPCTargetLowering
2013-04-01 Hal FinkelAdd triple to test/CodeGen/PowerPC/stfiwx-2
2013-04-01 Hal FinkelAdd more PPC floating-point conversion instructions
2013-04-01 Hal FinkelFix PowerPC/cttz.ll to specify a cpu (and use FileCheck)
2013-04-01 Hal FinkelAdd the PPC popcntw instruction
2013-03-31 Hal FinkelAdd the PPC lfiwax instruction
2013-03-31 Hal FinkelCleanup PPC(64) i32 -> float/double conversion
2013-03-29 Hal FinkelImplement FRINT lowering on PPC using frin
2013-03-29 Hal FinkelAdd PPC FP rounding instructions fri[mnpz]
2013-03-28 Hal FinkelSpecify CPUs on the PPC bswap-load-store test
2013-03-28 Hal FinkelOnly enable 64-bit bswap DAG combines for PPC64
2013-03-28 Hal FinkelAdd the PPC64 ldbrx/stdbrx instructions
2013-03-28 Hal FinkelAdd the PPC64 popcntd instruction
2013-03-28 Hal FinkelCleanup PPC CR-spill kill flags and 32- vs. 64-bit...
2013-03-27 Hal FinkelPrint PPC ZERO as 0 (not r0) even on Darwin
2013-03-27 Hal FinkelAllocate r0 on PPC
2013-03-27 Bill SchmidtRemove the link register from the GPR classes on PowerPC.
2013-03-27 Hal FinkelDon't spill PPC VRSAVE on non-Darwin (even in SjLj)
2013-03-26 Hal FinkelUse multiple virtual registers in PPC CR spilling
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.
next