[mips] Generalize the handling of f128 return values to support f128 arguments.
[oota-llvm.git] / lib / Target / PowerPC /
2014-09-23 Robin Morisset[Power] Use AtomicExpandPass for fence insertion, and...
2014-09-23 Lang Hames[MCJIT] Remove PPCRelocations.h - it's no longer used.
2014-09-21 Sanjay PatelRefactor reciprocal square root estimate into target...
2014-09-19 Hal FinkelOptionally enable more-aggressive FMA formation in...
2014-09-18 Aaron BallmanReverting NFC changes from r218050. Instead, the warnin...
2014-09-18 Aaron BallmanFixing a bunch of -Woverloaded-virtual warnings due...
2014-09-18 Eric ChristopherAdd a new pass FunctionTargetTransformInfo. This pass...
2014-09-17 Samuel AntaoFix FastISel bug in boolean returns for PowerPC.
2014-09-17 Samuel AntaoRemove unnecessary blank space (test commit)
2014-09-12 Bill SchmidtAddress comments on r217622
2014-09-11 Bill Schmidt[PATCH, PowerPC] Accept 'U' and 'X' constraints in...
2014-09-10 Sanjay PatelRename getMaximumUnrollFactor -> getMaxInterleaveFactor...
2014-09-10 Craig TopperUse cast to MVT instead of EVT on a couple calls to...
2014-09-03 Juergen Ributzka[FastISel][tblgen] Rename tblgen generated FastISel...
2014-09-03 Juergen Ributzka[FastISel] Rename public visible FastISel functions...
2014-09-03 Eric ChristopherRemove resetSubtargetFeatures as it is unused.
2014-09-03 Benjamin KramerAdd override to overriden virtual methods, remove virtu...
2014-09-02 Eric ChristopherReinstate "Nuke the old JIT."
2014-09-02 Alexey SamsonovFix signed integer overflow in PPCInstPrinter.
2014-09-02 Hal Finkel[PowerPC] Guard against illegal selection of add for...
2014-08-30 Craig TopperRemove 'virtual' keyword from methods markedwith 'overr...
2014-08-28 Justin HibbitsTest commit. Fix whitespace from a previous patch...
2014-08-25 Karthik BhatAllow vectorization of division by uniform power of 2.
2014-08-23 Hal Finkel[PowerPC] Add support for dcbtst and icbt (prefetch)
2014-08-21 Sanjay Patelname change: isPow2DivCheap -> isPow2SDivCheap
2014-08-18 Tim NorthoverTableGen: allow use of uint64_t for available features...
2014-08-16 Hal Finkel[PowerPC] Mark fixed-offset byvals as pointed-to by...
2014-08-16 Hal Finkel[PowerPC] Darwin byval arguments are not immutable
2014-08-15 Rafael EspindolaRemove HasLEB128.
2014-08-15 Benjamin KramerPPC: Clean up pointer casting, no functionality change.
2014-08-15 Bill Schmidt[PPC64] Add missing dependency on X2 to LDinto_toc.
2014-08-13 Benjamin KramerCanonicalize header guards into a common format.
2014-08-13 Hal Finkel[PowerPC] Implement PPCTargetLowering::getTgtMemIntrinsic
2014-08-10 Joerg Sonnenberger@l and friends adjust their value depending the context...
2014-08-10 Joerg SonnenbergerIf available, pass down the Fixup object to EvaluateAsR...
2014-08-09 Joerg SonnenbergerAllow the third argument for the subi family to be...
2014-08-09 Joerg SonnenbergerUse the full form of dccci and iccci from the early...
2014-08-09 Eric ChristopherInitialize PPC DataLayout based on the Triple only.
2014-08-09 Eric ChristopherRemove extraneous 64-bit argument to the PPC TargetMach...
2014-08-08 Joerg SonnenbergerAllow large immediates for branch instructions in 32bit...
2014-08-08 Joerg SonnenbergerProvide an implementation of getNoopForMachoTarget...
2014-08-08 Joerg SonnenbergerAdd low-level option for avoiding float stores from...
2014-08-08 Joerg SonnenbergerAdd support for SPE load/store from memory.
2014-08-07 Eric ChristopherTemporarily Revert "Nuke the old JIT." as it's not...
2014-08-07 Joerg SonnenbergerAdd the majority of the remaining SPE instructions.
2014-08-07 Rafael EspindolaNuke the old JIT.
2014-08-07 Joerg SonnenbergerAdd mfasr and mtasr
2014-08-07 Joerg SonnenbergerAdd mfrtcu and mfrtcl instructions
2014-08-07 Joerg SonnenbergerSupport mttbl and mttbu mnemonic
2014-08-07 Joerg SonnenbergerAdd RFID instruction.
2014-08-07 Joerg SonnenbergerFix Itineray class of rfi
2014-08-07 Joerg SonnenbergerSpell e500 feature in lower case.
2014-08-07 Joerg SonnenbergerAdd first bunch of SPE instructions. As they overlap...
2014-08-06 Eric ChristopherRemove the target machine from CCState. Previously...
2014-08-05 Rafael EspindolaRemove a virtual function from TargetMachine. NFC.
2014-08-05 Bill Schmidt[PowerPC] Swap arguments and adjust shift count for...
2014-08-05 Joerg SonnenbergerAdd accessors for the PPC 403 bank registers.
2014-08-05 Joerg SonnenbergerAccessors for SSR2 and SSR3 on PPC 403.
2014-08-05 Joerg SonnenbergerAdd dci/ici instructions for PPC 476 and friends.
2014-08-05 Joerg SonnenbergerAdd mftblo and mftbhi for PPC 4xx.
2014-08-05 Joerg SonnenbergerAdd lswi / stswi for assembler use with a warning to...
2014-08-05 Eric ChristopherHave MachineFunction cache a pointer to the subtarget...
2014-08-04 Joerg SonnenbergerAdd TCR register access
2014-08-04 Joerg SonnenbergerAdd PPC 603's tlbld and tlbli instructions.
2014-08-04 Bill Schmidt[PPC64LE] Fix wrong IR for vec_sld and vec_vsldoi
2014-08-04 Joerg SonnenbergerAdd simplified aliases for access to DCCR, ICCR, DEAR...
2014-08-04 Joerg Sonnenbergertlbre / tlbwe / tlbsx / tlbsx. variants for the PPC...
2014-08-04 Eric ChristopherRemove the TargetMachine forwards for TargetSubtargetIn...
2014-08-04 Joerg SonnenbergerRecognize mftbl as alias for mftb, for symmetry with...
2014-08-04 Joerg SonnenbergerRename PPCLinuxMCAsmInfo to PPCELFMCAsmInfo to better...
2014-08-04 Joerg SonnenbergerAllow .lcomm with alignment on ELF targets.
2014-08-04 Joerg SonnenbergerRefactor SPRG instructions.
2014-08-04 Joerg SonnenbergerAdd support for m[ft][di]bat[ul] instructions.
2014-08-04 Joerg SonnenbergerAdd features for PPC 4xx and e500/e500mc instructions.
2014-08-04 Ulrich Weigand[PowerPC] Swap arguments to vpkuhum/vpkuwum on little...
2014-08-04 Ulrich Weigand[PowerPC] MULHU/MULHS are not legal for vector types
2014-08-04 Ulrich Weigand[PowerPC] Fix and improve vector comparisons
2014-08-02 Joerg Sonnenbergertlbia support
2014-08-02 Joerg Sonnenbergermfdcr / mtdcr support
2014-08-02 Joerg SonnenbergerDon't use additional arguments for dss and friends...
2014-08-01 Eric ChristopherAdd a non-const subtarget returning function to the...
2014-08-01 Ulrich Weigand[PowerPC] PR20280 - Slots for byval parameters are...
2014-08-01 Hal Finkel[PowerPC] Generate unaligned vector loads using intrins...
2014-08-01 Hal Finkel[PowerPC] Recognize consecutive memory accesses from...
2014-07-31 Louis GerbargMake sure no loads resulting from load->switch DAGCombi...
2014-07-30 Joerg SonnenbergerAdd mtpid/mfpid for BookE.
2014-07-30 Joerg SonnenbergerRefactor TLBIVAX and add tlbsx.
2014-07-30 Joerg SonnenbergerAdd rfdi and rfmci from the e500/e500mc ISA.
2014-07-30 Joerg SonnenbergerAdd BookE's tlbre, tlbwe and tlbivax instructions.
2014-07-30 Joerg SonnenbergerAdd BookE's wrtee and wrteei instructions.
2014-07-30 Joerg SonnenbergerSPRG 0 to 3 are valid outside BookE, so move them to...
2014-07-29 Joerg SonnenbergerAdd rfci instruction.
2014-07-29 Joerg Sonnenbergermbar without argument is equivalent to mbar 0.
2014-07-29 Joerg SonnenbergerRecognize BookE's mbar instruction.
2014-07-29 Joerg SonnenbergerFix typo in alias: DSIR -> DSISR
2014-07-29 Joerg SonnenbergerSupport move to/from segment register.
2014-07-29 Joerg SonnenbergerAdd a number of aliases for SPR access.
2014-07-29 Joerg SonnenbergerAdd rfi instruction. Based on feedback by Ulrich Weigand.
2014-07-29 Matt ArsenaultFix typos / grammar.
2014-07-28 Ulrich Weigand[PowerPC] Support ELFv1/ELFv2 ABI selection via features
next