[OCaml] (PR16318) Add missing argument to Llvm.const_intcast
[oota-llvm.git] / test / CodeGen / PowerPC /
2013-10-28 Rafael EspindolaConvert another llc -filetype=obj test.
2013-10-28 Rafael EspindolaConvert another llc -filetype=obj test.
2013-10-28 Rafael EspindolaConvert another llc -filetype=obj test.
2013-10-19 Andrew TrickUpdate PPC loop tests after SCEV non-unit-stride checki...
2013-10-18 Bill Schmidt[PATCH] Fix PR17168 (DAG scheduler inserts DBG_VALUE...
2013-10-17 Richard SandifordReplace sra with srl if a single sign bit is required
2013-09-30 Manman RenTBAA: update tbaa format from scalar format to struct...
2013-09-30 Manman RenTBAA: remove !tbaa from testing cases when they are...
2013-09-28 Robert WilhelmFix spelling intruction -> instruction.
2013-09-26 Bill Schmidt[PowerPC] Fix PR17354: Generate nop after local calls...
2013-09-17 Bill Schmidt[PowerPC] Fix problems with large code model (PR17169).
2013-09-15 Hal FinkelPPC: Don't restrict lvsl generation to after type legal...
2013-09-15 Hal FinkelRevert r190764: PPC: Don't restrict lvsl generation...
2013-09-15 Hal FinkelPPC: Don't restrict lvsl generation to after type legal...
2013-09-15 Hal FinkelPrevent assert in CombinerGlobalAA with null values
2013-09-12 Hal FinkelRemove unnecessary TBAA metadata from r190636's test...
2013-09-12 Hal FinkelFix PPC ABI for ByVal structs with vector members
2013-09-12 Hal FinkelMake the PPC fast-math sqrt expansion safe at 0
2013-09-12 Hal FinkelPPC: Enable aggressive anti-dependency breaking
2013-09-06 Manman RenDebug Info Testing: updated to use NULL instead of...
2013-08-30 Bill Schmidt[PowerPC] Call support for fast-isel.
2013-08-30 Bill Schmidt[PowerPC] Add handling for conversions to fast-isel.
2013-08-30 Bill Schmidt[PowerPC] Handle selection of compare instructions...
2013-08-30 Bill Schmidt[PowerPC] Miscellaneous fast-isel test cases.
2013-08-30 Bill Schmidt[PowerPC] Add loads, stores, and related things to...
2013-08-26 Manman RenDebug Info: add an identifier field to DICompositeType.
2013-08-26 Bill Schmidt[PowerPC] More fast-isel chunks (returns and integer...
2013-08-25 Bill Schmidt[PowerPC] Add fast-isel branch and compare selection.
2013-08-22 Bill WendlingUpdate to remove the no-frame-pointer-elim-non-leaf...
2013-08-21 Manman RenTBAA: remove !tbaa from testing cases when they are...
2013-08-19 Hal FinkelDon't form PPC CTR-based loops around a copysignl call
2013-08-19 Hal FinkelAdd ExpandFloatOp_FCOPYSIGN to handle ppcf128-related...
2013-08-19 Hal FinkelAdd the PPC fcpsgn instruction
2013-08-16 Daniel Dunbar[tests] Cleanup initialization of test suffixes.
2013-08-14 Hal FinkelActually fix PPC64 64-bit GPR inline asm constraint...
2013-08-12 Tim NorthoverFix FileCheck --check-prefix lines.
2013-08-08 David Fanginitial draft of PPCMachObjectWriter.cpp
2013-08-08 Hal FinkelPPC: Map frin to round() not nearbyint() and rint()
2013-08-06 Hal FinkelAdd PPC64 mulli pattern
2013-08-03 Hal FinkelFix PPC64 64-bit GPR inline asm constraint matching
2013-07-25 Roman DivackyPPC32 va_list is an actual structure so va_copy needs...
2013-07-25 Manman RenDebug Info: improve the verifier to check field types.
2013-07-24 Manman RenDebug Info: improve the Finder.
2013-07-18 Stephen LinDisambiguate function names in some CodeGen tests....
2013-07-18 Hal FinkelPPC: Support dynamic allocas with large alignment
2013-07-17 Hal FinkelPPC: Add base-pointer support to builtin setjmp/longjmp
2013-07-17 Hal FinkelPPC: Add CTR-register clobber to builtin setjmp
2013-07-17 Hal FinkelPPC: Implement base pointer and stack realignment
2013-07-16 Ulrich Weigand[APFloat] PR16573: Avoid losing mantissa bits in ppc_fp...
2013-07-15 Hal FinkelFix register subclass handling in PPCInstrInfo::insertS...
2013-07-15 Hal FinkelRemove invalid assert in DAGTypeLegalizer::RemapValue
2013-07-14 Stephen LinMass update to CodeGen tests to use CHECK-LABEL for...
2013-07-13 Stephen LinConvert Windows to Unix line endings, no functionality...
2013-07-13 Stephen LinConvert CodeGen/*/*.ll tests to use the new CHECK-LABEL...
2013-07-12 Stephen LinStart using CHECK-LABEL in some tests.
2013-07-11 Hal FinkelPPC: Add some missing V_SET0 patterns
2013-07-11 Hal FinkelPPCDAGToDAGISel::isRunOfOnes should return false on...
2013-07-11 Hal FinkelRegScavenger should not exclude undef uses
2013-07-09 Hal FinkelWidenVecRes_BUILD_VECTOR must use the first operand...
2013-07-09 Bill Schmidt[PowerPC] Better fix for PR16556.
2013-07-09 Stephen LinAArch64/PowerPC/SystemZ/X86: This patch fixes the inter...
2013-07-09 Hal FinkelDon't crash in SE dealing with ashr x, -1
2013-07-09 Hal FinkelDAGCombine tryFoldToZero cannot create illegal types...
2013-07-09 Ulrich Weigand[PowerPC] Revert r185476 and fix up TLS variant kinds
2013-07-09 Hal FinkelPPC: Allocate RS spill slot for unaligned i64 load...
2013-07-08 Ulrich Weigand[PowerPC] Always use "assembler dialect" 1
2013-07-08 Hal FinkelPPC: Mark vector CC action for SETO and SETONE as Expand
2013-07-08 Hal FinkelPPC: Mark vector FREM as Expand by default
2013-07-08 Bill Schmidt[PowerPC] Fix PR16556 (handle undef ppcf128 in LowerFP_...
2013-07-08 Hal FinkelFix PromoteIntRes_BUILD_VECTOR crash with i1 vectors
2013-07-03 Ulrich Weigand[PowerPC] Use mtocrf when available
2013-07-02 Ulrich Weigand[PowerPC] Remove VK_PPC_TLSGD and VK_PPC_TLSLD
2013-07-02 Hal FinkelCleanup PPC Altivec registers in CSR lists and improve...
2013-07-01 Bill SchmidtIndex: test/CodeGen/PowerPC/reloc-align.ll
2013-07-01 Cameron ZwarichFix PR16508.
2013-07-01 Hal FinkelDon't form PPC CTR loops for over-sized exit counts
2013-06-28 Hal FinkelPPC: Ignore spill/restore requests for VRSAVE (except...
2013-06-28 Hal FinkelFix CodeGen/PowerPC/stack-protector.ll on OpenBSD
2013-06-28 Hal FinkelFix a PPC rlwimi instruction-selection bug
2013-06-13 Bill Schmidt[PowerPC] Disable fast-isel for existing -O0 tests...
2013-06-07 Hal FinkelDisallow i64 div/rem in PPC32 counter loops
2013-05-30 Rafael EspindolaChange how we iterate over relocations on ELF.
2013-05-26 Hal FinkelPrefer to duplicate PPC Altivec loads when expanding...
2013-05-25 Hal FinkelPPC: Combine duplicate (offset) lvsl Altivec intrinsics
2013-05-24 Hal FinkelPPC: Initial support for permutation-based unaligned...
2013-05-18 Hal FinkelCheck InlineAsm clobbers in PPCCTRLoops
2013-05-16 Hal FinkelFix cpu on test CodeGen/PowerPC/ctrloop-fp64.ll
2013-05-16 Hal FinkelCreate an new preheader in PPCCTRLoops to avoid counter...
2013-05-16 Ulrich Weigand[PowerPC] Use true offset value in "memrix" machine...
2013-05-16 Hal FinkelPPC32 cannot form counter loops around i64 FP conversions
2013-05-16 Bill SchmidtUse new CHECK-DAG support to stabilize CodeGen/PowerPC...
2013-05-16 Ulrich Weigand[PowerPC] Report true displacement value from getPreInd...
2013-05-16 Rafael EspindolaExtend test to check the .cfi instructions.
2013-05-16 Rafael EspindolaExtend test for better coverage.
2013-05-15 Hal FinkelImplement PPC counter loops as a late IR-level pass
2013-05-14 Bill SchmidtPPC32: Fix stack collision between FP and CR save areas.
2013-05-13 Bill SchmidtPPC64: Constant initializers with dynamic relocations...
2013-05-08 Bill SchmidtFix handling of anonymous aggregate parameters for...
2013-05-08 Hal FinkelPPCInstrInfo::optimizeCompareInstr should not optimize...
2013-04-30 Hal FinkelLocalStackSlotAllocation improvements
next