gold-plugin.cpp: Fixup r227599 corresponding to r227685 and r227731 -- Don't lose...
[oota-llvm.git] / test / CodeGen / PowerPC /
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...
2015-01-04 Hal Finkel[PowerPC] Materialize i64 constants using rotation
2015-01-04 Hal Finkel[PowerPC] Materialize i64 constants using bit inversion
2015-01-03 Hal Finkel[PowerPC/BlockPlacement] Allow target to provide a...
2015-01-03 Hal Finkel[PowerPC] Use 16-byte alignment for modern cores for...
2015-01-03 Hal Finkel[PowerPC] Add support for the CMPB instruction
2015-01-01 Hal Finkel[PowerPC] Improve instruction selection bit-permuting...
2014-12-27 David MajnemerPowerPC: CTR shouldn't fire if a TLS call is in the...
2014-12-26 Rafael EspindolaNo need to run llvm-as. NFC.
2014-12-25 Hal Finkel[PowerPC] [FastISel] i1 constants must be zero extended
2014-12-23 Hal Finkel[PowerPC] Ensure that the TOC reload directly follows...
2014-12-23 Hal Finkel[PowerPC] Don't mark the return-address slot as immutable
2014-12-23 Hal Finkel[PowerPC] Don't attempt a 64-bit pow2 division on PPC32
2014-12-16 Hal Finkel[PowerPC] Improve instruction selection bit-permuting...
2014-12-15 Duncan P. N. Exon... IR: Make metadata typeless in assembly
2014-12-14 Hal Finkel[PowerPC] Handle cmp op promotion for SELECT[_CC] nodes...
2014-12-12 Hal Finkel[PowerPC] Add a DAGToDAG peephole to remove unnecessary...
2014-12-11 Hal Finkel[PowerPC] Better lowering for add/or of a FrameIndex
2014-12-11 Hal Finkel[PowerPC] Implement BuildSDIVPow2, lower i64 pow2 sdiv...
2014-12-09 Bill Schmidt[PowerPC 4/4] Enable little-endian support for VSX.
2014-12-09 Bill Schmidt[PowerPC 3/4] Little-endian adjustments for VSX vector...
2014-12-09 Bill SchmidtAdd test cases that were inadvertently omitted from...
2014-12-09 Bill Schmidt[PowerPC 1/4] Little-endian adjustments for VSX loads...
2014-12-09 Hal FinkelHandle early-clobber registers in the aggressive anti...
2014-12-08 Hal Finkel[PowerPC] Don't use a non-allocatable register to imple...
2014-12-05 Bill Seurer[PowerPC]Update Power VSX test cases to also test fast...
2014-12-05 Hal FinkelRevert "r223440 - Consider subregs when calling MI...
2014-12-05 Hal FinkelConsider subregs when calling MI::registerDefIsDead...
2014-12-04 Hal Finkel[PowerPC] 'cc' should be an alias only to 'cr0'
2014-12-03 Hal Finkel[PowerPC] Fix inline asm memory operands not to use r0
2014-12-03 Hal Finkel[PowerPC] Print all inline-asm consts as signed numbers
2014-12-03 Hal Finkel[PowerPC] Fix readcyclecounter to be custom expanded...
2014-12-02 Hal Finkel[PowerPC] Implement readcyclecounter for PPC32
2014-12-01 Jay Foad[PowerPC] Fix unwind info with dynamic stack realignment
2014-11-24 Hal Finkel[PowerPC] Implement combineRepeatedFPDivisors
2014-11-21 Hal Finkel[PPC] Use SeparateConstOffsetFromGEP
2014-11-14 Bill Schmidt[PowerPC] Add VSX builtins for vec_div
2014-11-12 Justin HibbitsRevert part of the PIC tests (TLS part)
2014-11-12 Justin HibbitsFix thet tests.
2014-11-12 Justin HibbitsAdd support for small-model PIC for PowerPC.
2014-11-12 Bill Schmidt[PowerPC] Add vec_vsx_ld and vec_vsx_st intrinsics
2014-11-11 Bill Schmidt[PowerPC] Replace foul hackery with real calls to __tls...
2014-10-31 Bill Schmidt[PowerPC] Initial VSX intrinsic support, with min/max...
2014-10-31 Ulrich Weigand[PowerPC] Load BlockAddress values from the TOC in...
2014-10-22 Bill Schmidt[PATCH] Support select-cc for VSFRC when VSX is enabled
2014-10-21 Matt ArsenaultAdd minnum / maxnum codegen
2014-10-21 Bill Schmidt[PowerPC] Avoid VSX FMA mutate when killed product...
2014-10-19 Bill Schmidt[PowerPC] Clean up -mattr=+vsx tests to always specify...
2014-10-19 Bill Schmidt[PowerPC] Temporarily disable VSX for PowerPC fast...
2014-10-19 Bill Schmidt[PowerPC] Re-enable VSX test line for fma.ll with ...
2014-10-17 Bill Schmidt[PowerPC] Disable +vsx RUN line for fma.ll due to incon...
2014-10-17 Bill Schmidt[PowerPC] Change liveness testing in VSX FMA mutation...
2014-10-17 Bill Schmidt[PowerPC] Enable use of lxvw4x/stxvw4x in VSX code...
2014-10-17 Bill Schmidt[PPC] Adjust some PowerPC tests to account for presence...
2014-10-16 Rafael EspindolaDelete -std-compile-opts.
2014-10-09 Sanjay PatelImprove sqrt estimate algorithm (fast-math)
2014-10-09 Samuel AntaoFix bug in GPR to FPR moves in PPC64LE.
2014-10-06 Sanjay PatelFast-math fold: x / (y * sqrt(z)) -> x * (rsqrt(z...
2014-10-03 Duncan P. N. Exon... Revert "Revert "DI: Fold constant arguments into a...
2014-10-03 Robin Morisset[Power] Delete redundant test Atomics-32.ll
2014-10-03 Robin Morisset[Power] Use lwsync for non-seq_cst fences
2014-10-02 Hal Finkel[PowerPC] Modern Book-E cores support sync
next