Fix return sequence on armv4 thumb
[oota-llvm.git] / lib / Target / PowerPC /
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
2014-07-27 Matt ArsenaultAdd alignment value to allowsUnalignedMemoryAccess
2014-07-25 Hal Finkel[PowerPC] Support TLS on PPC32/ELF
2014-07-25 Bill Schmidt[PATCH][PPC64LE] Correct little-endian usage of vmrgh...
2014-07-24 Joerg SonnenbergerDon't use 128bit functions on PPC32.
2014-07-24 NAKAMURA TakumiPrune dependency to MC from each target disassembler.
2014-07-24 NAKAMURA TakumiUpdate library dependencies.
2014-07-21 Ulrich Weigand[PowerPC] ELFv2 aggregate passing support
2014-07-21 Ulrich Weigand[PowerPC] ELFv2 explicit CFI for CR fields
2014-07-20 Ulrich Weigand[PowerPC] ELFv2 stack space reduction
2014-07-20 Ulrich Weigand[PowerPC] ELFv2 function call changes
2014-07-20 Ulrich Weigand[MC] Pass MCSymbolData to needsRelocateWithSymbol
2014-07-20 Ulrich Weigand[PowerPC] ELFv2 MC support for .localentry directive
2014-07-20 Ulrich Weigand[PowerPC] ELFv2 MC support for .abiversion directive
2014-07-20 Ulrich Weigand[PowerPC] Refactor byval handling in LowerFormalArgumen...
2014-07-20 Ulrich Weigand[PowerPC] Fix FrameIndex handling in SelectAddressRegImm
2014-07-18 Hal Finkel[PowerPC] 32-bit ELF PIC support
2014-07-15 Sanjay PatelMove Post RA Scheduling flag bit into SchedMachineModel
2014-07-15 NAKAMURA TakumiPrune Redundant libdeps in CMake's target_link_librarie...
2014-07-11 Ulrich Weigand[PowerPC] Fix invalid displacement created by LocalStac...
2014-07-08 Ulrich Weigand[PowerPC] Implement atomic NAND operations as actual...
2014-07-07 Ulrich Weigand[PowerPC] Fix no-assert build
2014-07-07 Ulrich Weigand[PowerPC] Fix "byval align" arguments
2014-07-01 Juergen Ributzka[DAG] Pass the argument list to the CallLoweringInfo...
2014-06-29 Craig TopperAdd ops() method to SDNode that returns an ArrayRef...
2014-06-27 Ulrich Weigand[PowerPC] Constrain base register in PPCRegisterInfo...
2014-06-26 Eric ChristopherRemove extraneous includes from the target machines.
2014-06-26 Will Schmidtadd ppc64/pwr8 as target
2014-06-25 Rafael EspindolaMove expression visitation logic up to MCStreamer.
2014-06-25 Rafael EspindolaSimplify the visitation of target expressions. No funct...
2014-06-24 Bill Schmidt[PPC64] Fix PR20071 (fctiduz generated for targets...
2014-06-23 Ulrich Weigand[PowerPC] Refactor getMinCallFrameSize / getMinCallArgu...
2014-06-23 Ulrich Weigand[PowerPC] Allow stack frames without parameter save...
2014-06-23 Ulrich Weigand[PowerPC] Fix IsDarwin arg in PPCFrameLowering:: calls
2014-06-23 Ulrich Weigand[PowerPC] Refactor setMinReservedArea and CalculatePara...
2014-06-23 Ulrich Weigand[PowerPC] Fix on-stack AltiVec arguments with 64-bit...
2014-06-20 Ulrich Weigand[PowerPC] Fix small argument stack slot offset for LE
2014-06-18 Ulrich Weigand[PowerPC] Remove unnecessary load of r12 in indirect...
2014-06-18 Ulrich Weigand[PowerPC] Simplify and improve loading into TOC register
2014-06-18 Ulrich Weigand[PowerPC] Do not use BLA with the 64-bit SVR4 ABI
2014-06-18 Ulrich Weigand[PowerPC] Fix emitting instruction pairs on LE
2014-06-16 Bill Schmidt[PPC64] Fix PR19893 - improve code generation for local...
2014-06-13 Eric ChristopherThe hazard recognizer only needs a subtarget, not a...
2014-06-13 Eric ChristopherFix typo.
2014-06-12 Eric ChristopherMove the PPCSelectionDAGInfo off the TargetMachine...
2014-06-12 Eric ChristopherMake PPCSelectionDAGInfo take a DataLayout instead...
2014-06-12 Eric ChristopherMove PPCTargetLowering off of the TargetMachine and...
2014-06-12 Eric ChristopherRemove an extraneous this-> to access the subtarget.
2014-06-12 Eric ChristopherRename PPCSubTarget to Subtarget in PPCTargetLowering...
2014-06-12 Eric ChristopherMove PPCJITInfo off of the TargetMachine and onto the...
2014-06-12 Eric ChristopherRemove the use of TargetMachine from PPCJITInfo and...
2014-06-12 Eric ChristopherMove PPCInstrInfo off of the target machine and onto...
2014-06-12 Eric ChristopherRemove TargetMachine from PPCInstrInfo and all dependen...
2014-06-12 Eric ChristopherMove DataLayout from the PPCTargetMachine to the subtarget.
2014-06-12 Eric ChristopherMove PPCFrameLowering into PPCSubtarget from PPCTargetM...
2014-06-11 Eric ChristopherRemove duplicate copy of InstrItineraryData from the...
2014-06-10 Bill Schmidt[PPC64LE] Recognize shufflevector patterns for little...
next