AMDGPU/SI: Test commit
[oota-llvm.git] / lib / Target / PowerPC /
2015-12-17 Rafael EspindolaSimplify. NFC.
2015-12-16 Ahmed Bougacha[CodeGen] Make MachineInstrBuilder::copyImplicitOps...
2015-12-15 Justin BognerLPM: Stop threading `Pass *` through all of the loop...
2015-12-15 Nemanja IvanovicBitcasts between FP and INT values using direct moves
2015-12-15 Nemanja IvanovicDefine a feature for __float128 support in the PPC...
2015-12-14 Petar Jovanovic[Power PC] llvm soft float support for ppc32
2015-12-14 Chad Rosier[PPC] Early exit loop. NFC.
2015-12-13 Cong HouNormalize MBB's successors' probabilities in several...
2015-12-12 Hal Finkel[PowerPC] OutStreamer cleanup in PPCAsmPrinter
2015-12-12 Hal Finkel[PowerPC] Add Branch Hints for Highly-Biased Branches
2015-12-11 Matt ArsenaultStart replacing vector_extract/vector_insert with extra...
2015-12-11 Hans WennborgFix build after r255319.
2015-12-11 Kyle Butt[PPC]: Peephole optimize small accesss to aligned globals.
2015-12-10 Kyle ButtPPC: Teach FMA mutate to respect register classes.
2015-12-10 Nemanja IvanovicBitcasts between FP and INT values using direct moves
2015-12-07 Kit Barton[PPC64] Convert bool literals to i32
2015-12-05 Craig TopperReplace uint16_t with the MCPhysReg typedef in many...
2015-12-02 Alexey Samsonov[PowerPC] Remove wild call to RegScavenger::initRegState().
2015-12-02 Kyle ButtTest Commit: iteratee
2015-12-02 Nemanja IvanovicPatch to fix a crash in the PowerPC back end due to...
2015-12-01 Yury GribovIntroduce new @llvm.get.dynamic.area.offset.i{32, 64...
2015-11-30 Kit BartonEnable shrink wrapping for PPC64
2015-11-25 Artyom SkrobovExpose isXxxConstant() functions from SelectionDAGNodes...
2015-11-25 Hal Finkel[PowerPC] Don't generate mfocrf on the e500mc
2015-11-24 Cong HouLet SelectionDAG start to use probability-based interfa...
2015-11-20 Eric ChristopherPower8 and later support fusing addis/addi and addis...
2015-11-20 Eric ChristopherWeak non-function symbols were being accessed directly...
2015-11-17 Oliver Stannard[Assembler] Make fatal assembler errors non-fatal
2015-11-17 Jay FoadFix typos in comments.
2015-11-17 Rafael EspindolaDrop prelink support.
2015-11-16 Kit BartonFind available scratch register to use in function...
2015-11-14 Akira HatanakaReduce the size of MCRelaxableFragment.
2015-11-14 Akira Hatanaka[MCTargetAsmParser] Move the member varialbes that...
2015-11-10 Bill SchmidtAdd PPCMIPeephole.cpp to CMakeLists.txt
2015-11-10 Bill Schmidt[PowerPC] Add an MI SSA peephole pass.
2015-11-10 Tilmann Scheller[PowerPC] Remove redundant code.
2015-11-09 Colin LeMahieu[AsmParser] Backends can parameterize ASM tokenization.
2015-11-08 Hal Finkel[PowerPC] Fix LoopPreIncPrep not to depend on SCEV...
2015-11-07 Joseph Tremoulet[WinEH] Update exception pointer registers
2015-11-06 Reid Kleckner[WinEH] Mark funclet entries and exits as clobbering...
2015-11-05 Sanjay Patelreplace MachineCombinerPattern namespace and enum with...
2015-11-02 Bill Schmidt[PPC64LE] Properly initialize instr-info in PPCVSXSwapR...
2015-11-02 Nemanja IvanovicFix for bootstrap bug introduced in r244921
2015-10-28 Hal Finkel[PowerPC] Recurse through constants when looking for...
2015-10-28 Hal Finkel[PowerPC] Don't return unsupported register classes...
2015-10-28 Hal Finkel[PowerPC] Cleanly reject asm crbit constraint with...
2015-10-28 Hal Finkel[PowerPC] Replace cntlz[.] with cntlzw[.]
2015-10-26 Benjamin KramerDrop code after unreachable. No functionality change.
2015-10-26 David Majnemer[MC] Don't crash when .word is given bogus values
2015-10-25 Benjamin KramerConvert assert(false) into llvm_unreachable where it...
2015-10-22 Bill Schmidt[PPC] Fix PR24686 by failing assembly for an invalid...
2015-10-20 Duncan P. N. Exon... PowerPC: Remove implicit ilist iterator conversions...
2015-10-14 Bill Schmidt[PowerPC] Fix invalid lxvdsx optimization (PR25157)
2015-10-09 Nemanja IvanovicVector element extraction without stack operations...
2015-10-08 Duncan P. N. Exon... PowerPC: Don't use getNextNode() for insertion point
2015-10-05 Rafael EspindolaFix pr24486.
2015-09-30 Hal Finkel[PowerPC] Disable shrink wrapping
2015-09-29 Nemanja IvanovicAddition of interfaces the BE to conform to Table A...
2015-09-28 Andrew KaylorImproved the interface of methods commuting operands...
2015-09-25 Matthias BraunMachineBasicBlock: Factor out common code into isReturn...
2015-09-23 Sanjoy Das[SCEV] Introduce ScalarEvolution::getOne and getZero.
2015-09-22 NAKAMURA TakumiPrune trailing whitespaces.
2015-09-22 NAKAMURA TakumiUntabify.
2015-09-22 NAKAMURA TakumiReformat blank lines.
2015-09-22 NAKAMURA TakumiReformat comment lines.
2015-09-22 NAKAMURA TakumiReformat.
2015-09-22 NAKAMURA TakumiFix utf8 chars.
2015-09-21 Chad Rosier[Machine Combiner] Refactor machine reassociation code...
2015-09-16 Eric Christopherconstify the Function parameter to the TTI creation...
2015-09-16 Sanjay Patelpropagate fast-math-flags on DAG nodes
2015-09-15 Daniel SandersRevert r247692: Replace Triple with a new TargetTuple...
2015-09-15 Daniel SandersRe-commit r247683: Replace Triple with a new TargetTupl...
2015-09-15 Daniel SandersRevert r247684 - Replace Triple with a new TargetTuple ...
2015-09-15 Daniel SandersReplace Triple with a new TargetTuple in MCTargetDesc...
2015-09-15 Daniel SandersFix namespace indentation and missing blank lines befor...
2015-09-11 NAKAMURA TakumiPPCFrameLowering::emitEpilogue(): Avoid manipulating...
2015-09-10 Cong HouPass BranchProbability/BlockMass by value instead of...
2015-09-10 Kit BartonEnable the shrink wrapping optimization for PPC64.
2015-09-09 Chandler Carruth[PM/AA] Rebuild LLVM's alias analysis infrastructure...
2015-09-08 Eric ChristopherFix the PPC CTR Loop pass to look for calls to the...
2015-09-06 Hal Finkel[PowerPC] Don't commute trivial rlwimi instructions
2015-09-05 Hal Finkel[PowerPC] Fix and(or(x, c1), c2) -> rlwimi generation
2015-09-04 Hal Finkel[PowerPC] Enable interleaved-access vectorization
2015-09-03 Hal Finkel[PowerPC] Always use aggressive interleaving on the A2
2015-09-03 Hal Finkel[PowerPC] Try harder to find a base+offset when looking...
2015-09-03 Hal Finkel[PowerPC] Include the permutation cost for unaligned...
2015-09-03 Hal Finkel[PowerPC] Compute the MMO offset for an unaligned load...
2015-09-02 Hal Finkel[PowerPC] Cleanup cost model for unaligned vector loads...
2015-09-02 Hal Finkel[PowerPC] Don't always consider P8Altivec-only masks...
2015-08-31 Reid Kleckner[EH] Handle non-Function personalities like unknown...
2015-08-30 Hal Finkel[PowerPC] Fixup SELECT_CC (and SETCC) patterns with...
2015-08-30 Hal Finkel[MIR Serialization] static -> static const in getSerial...
2015-08-30 Hal Finkel[PowerPC/MIR Serialization] Target flags serialization...
2015-08-30 Hal Finkel[PowerPC] Don't assume ADDISdtprelHA's source is r3
2015-08-26 Hal Finkel[PowerPC] Remove unnecessary braces in PPCVSXFMAMutate
2015-08-26 Matthias BraunFastISel: Use finishCondBranch() for ARM,Mips,PowerPC...
2015-08-24 Hal Finkel[PowerPC] PPCVSXFMAMutate should ignore trivial-copy...
2015-08-24 Bill Schmidt[PPC64LE] Fix PR24546 - Swap optimization and debug...
2015-08-21 Hal Finkel[PowerPC] PPCVSXFMAMutate should not segfault on undef...
2015-08-20 Hal Finkel[PowerPC] Fix value type on XVCMPEQDP for v2f64 comparisons
next