[DAGCombine] Fix a bug in MergeConsecutiveStores.
[oota-llvm.git] / test / CodeGen / PowerPC /
2015-04-04 Eric ChristopherStrip trailing whitespace and reword explanatory comment.
2015-04-03 Bill Schmidt[PowerPC] Enable splat generation for BUILD_VECTOR...
2015-04-03 Simon Pilgrim[DAGCombiner] Combine shuffles of BUILD_VECTOR and...
2015-04-01 Hal Finkel[PowerPC] FastISel can't handle i1 return values when...
2015-03-31 Hal Finkel[PowerPC] Don't use a vector preferred memory type...
2015-03-31 Hal Finkel[SDAG] Handle non-integer preferred memset types for...
2015-03-27 Duncan P. N. Exon... DebugInfo: Fix bad debug info for compile units and...
2015-03-27 Andrew TrickComplete the MachineScheduler fix made way back in...
2015-03-26 Eric ChristopherTestcase for r233239.
2015-03-25 Kit BartonAdd Hardware Transactional Memory (HTM) Support
2015-03-23 Hal Finkel[SDAG] Don't widen VSETCC during type legalization...
2015-03-21 Eric ChristopherRemove the bare getSubtargetImpl call from the PPC...
2015-03-19 Owen AndersonFix a nasty bug in DAGCombine of STORE nodes.
2015-03-19 Rafael EspindolaNote that we don't support COFF on PPC.
2015-03-17 Samuel AntaoFix R0 use in PowerPC VSX store for FastIsel.
2015-03-17 Rafael EspindolaUse createTempSymbol to avoid collisions instead of...
2015-03-14 Ahmed BougachaAdd a bunch of CHECK missing colons in tests. NFC.
2015-03-13 David Blaikie[opaque pointer type] Add textual IR support for explic...
2015-03-10 Nemanja IvanovicAdd support for part-word atomics for PPC
2015-03-10 Kit BartonChange the generation of the vmuluwm instruction to...
2015-03-05 Rafael EspindolaUse the correct func begin symbol in all places in...
2015-03-05 Rafael EspindolaUse the generic Lfunc_begin label on ppc.
2015-03-05 Kit BartonWhile reviewing the changes to Clang to add builtin...
2015-03-04 Nemanja IvanovicAdd LLVM support for PPC cryptography builtins
2015-03-04 Rafael EspindolaUse the vanilla func_end symbol for .size.
2015-03-03 Kit BartonAdd the following 64-bit vector integer arithmetic...
2015-03-03 Duncan P. N. Exon... DebugInfo: Move new hierarchy into place
2015-02-27 Bill SchmidtRegenerated test case from pr 230801 for change in...
2015-02-27 Bill SchmidtRevert test case until it can be fixed
2015-02-27 Bill Schmidt[PowerPC] Fix PR22711 - Misaligned .toc section
2015-02-27 David Blaikie[opaque pointer type] Add textual IR support for explic...
2015-02-27 Hal Finkel[PowerPC] Use vector types for memcpy and friends ...
2015-02-27 David Blaikie[opaque pointer type] Add textual IR support for explic...
2015-02-27 Mehdi AminiChange the fast-isel-abort option from bool to int...
2015-02-25 Hal Finkel[PowerPC] Make LDtocL and friends invariant loads
2015-02-25 Hal Finkel[PowerPC] Add triples to QPX tests
2015-02-25 Hal Finkel[PowerPC] Add support for the QPX vector instruction set
2015-02-20 Kit BartonI incorrectly marked the VORC instruction as isCommutab...
2015-02-20 Hal Finkel[PowerPC] Loop Data Prefetching for the BG/Q
2015-02-18 Kit BartonThis patch adds the VSX logical instructions introduced...
2015-02-17 Eric ChristopherMove ABI handling and 64-bitness to the PowerPC target...
2015-02-16 Hal Finkel[PowerPC] Support non-direct-sub/superclass VSX copies
2015-02-13 Andrea Di Biagio[CodeGenPrepare] Removed duplicate logic. SimplifyCFG...
2015-02-12 Hal Finkel[SDAG] Don't try to use FP_EXTEND/FP_ROUND for int...
2015-02-12 Hal Finkel[PowerPC] Mark jumps as expensive (using using CR bits)
2015-02-10 Daniel JasperFix overly prescriptive test that broken on Mac after...
2015-02-10 Bill Schmidt[PowerPC] Fix reverted patch r227976 to avoid register...
2015-02-09 Kit BartonThis change implements the following three logical...
2015-02-07 Hal Finkel[PowerPC] Handle loop predecessor invokes
2015-02-06 Hal Finkel[PowerPC] Fixup incomplete revert of test/CodeGen/Power...
2015-02-06 Hal FinkelRevert "r227976 - [PowerPC] Yet another approach to...
2015-02-05 Hal Finkel[PowerPC] Prepare loops for pre-increment loads/stores
2015-02-05 Hal Finkel[PowerPC] Generate pre-increment floating-point ld...
2015-02-05 Bill Schmidt[PowerPC] Implement the vclz instructions for PWR8
2015-02-04 Bill SchmidtAdd missing test case from r228046
2015-02-04 Bill Schmidt[PowerPC] Handle 32-bit targets properly in PPCTLSDynam...
2015-02-03 Bill SchmidtDisable 32-bit tests in tls-pic.ll until they can be...
2015-02-03 Bill SchmidtFurther revise too-restrictive test CodeGen/PowerPC...
2015-02-03 Bill SchmidtFurther revise too-restrictive test CodeGen/PowerPC...
2015-02-03 Bill SchmidtRevise too-restrictive test CodeGen/PowerPC/tls-pic.ll
2015-02-03 Bill Schmidt[PowerPC] Yet another approach to __tls_get_addr
2015-02-01 Hal Finkel[PowerPC] VSX stores don't also read
2015-02-01 Hal Finkel[PowerPC] Better scheduling for isel on P7/P8
2015-02-01 Hal Finkel[PowerPC] Make r2 allocatable on PPC64/ELF for some...
2015-01-29 Bill Schmidt[PowerPC] Complete setting the baseline for ppc64le
2015-01-25 Bill Schmidt[PowerPC] Revert ppc64le-aggregates.ll test changes...
2015-01-25 Bill Schmidt[PowerPC] Reset the baseline for ppc64le to be equivale...
2015-01-19 Hal Finkel[PowerPC] Add r2 as an operand for all calls under...
2015-01-18 Hal Finkel[PowerPC] Initial PPC64 calling-convention changes...
2015-01-17 Hal Finkel[PowerPC] Don't list R11 as a patchpoint scratch register
2015-01-16 Hal Finkel[PowerPC] Adjust PatchPoints for ppc64le
2015-01-15 Hal Finkel[PowerPC] Loosen ELFv1 PPC64 func descriptor loads...
2015-01-14 Duncan P. N. Exon... IR: Move MDLocation into place
2015-01-14 Bill Schmidt[PPC64] Add support for the ICBT instruction on POWER8.
2015-01-14 JF BastienRevert "Insert random noops to increase security agains...
2015-01-14 Hal Finkel[PowerPC] Fix the noop-insert test
2015-01-14 Hal FinkelRevert "r225811 - Revert "r225808 - [PowerPC] Add Stack...
2015-01-14 JF BastienInsert random noops to increase security against ROP...
2015-01-13 Ulrich WeigandUse the integrated assembler as default on PowerPC
2015-01-13 Hal FinkelRevert "r225808 - [PowerPC] Add StackMap/PatchPoint...
2015-01-13 Hal Finkel[PowerPC] Add StackMap/PatchPoint support
2015-01-12 Hal Finkel[PowerPC] Fix calls to non-function objects
2015-01-10 Hal Finkel[PowerPC] Mark zext of a small scalar load as free
2015-01-10 Justin HibbitsFully fix Bug #22115.
2015-01-09 Hal Finkel[PowerPC] Fold [sz]ext with fp_to_int lowering where...
2015-01-08 Hal Finkel[PowerPC] Mark all instructions as non-cheap for Machin...
2015-01-08 Justin HibbitsAdd saving and restoring of r30 to the prologue and...
2015-01-07 Olivier SallenaveMore FMA folding opportunities.
2015-01-06 Hal Finkel[PowerPC] Reuse a load operand in int->fp conversions
2015-01-06 Hal Finkel[PowerPC] Add a regression test for r225251
2015-01-06 Hal Finkel[PowerPC] Improve int_to_fp(fp_to_int(x)) combining
2015-01-05 Hal Finkel[PowerPC] Fix test to pass on Darwin hosts
2015-01-05 Hal Finkel[PowerPC] Convert a README.txt entry into a better...
2015-01-05 Hal Finkel[PowerPC] Add a test for truncating a shifted load
2015-01-05 Hal Finkel[PowerPC] Add another test for load/store with update
2015-01-05 Hal Finkel[PowerPC] Fold i1 extensions with other ops
2015-01-05 Hal Finkel[PowerPC] Remove zexts after i32 ctlz
2015-01-05 Hal Finkel[PowerPC] Remove zexts after byte-swapping loads
2015-01-05 Hal Finkel[PowerPC] Enable speculation of cttz/ctlz
2015-01-05 Hal Finkel[PowerPC] Materialize i64 constants using rotation...
next