summaryrefslogtreecommitdiffstats
path: root/llvm/lib/Target/PowerPC
Commit message (Expand)AuthorAgeFilesLines
* [PowerPC] Generate unaligned vector loads using intrinsics instead of regular...Hal Finkel2014-08-011-50/+28
* [PowerPC] Recognize consecutive memory accesses from intrinsicsHal Finkel2014-08-011-9/+63
* Make sure no loads resulting from load->switch DAGCombine are marked invariantLouis Gerbarg2014-07-311-4/+4
* Add mtpid/mfpid for BookE.Joerg Sonnenberger2014-07-301-0/+3
* Refactor TLBIVAX and add tlbsx.Joerg Sonnenberger2014-07-302-8/+10
* Add rfdi and rfmci from the e500/e500mc ISA.Joerg Sonnenberger2014-07-301-0/+3
* Add BookE's tlbre, tlbwe and tlbivax instructions.Joerg Sonnenberger2014-07-301-0/+15
* Add BookE's wrtee and wrteei instructions.Joerg Sonnenberger2014-07-301-0/+13
* SPRG 0 to 3 are valid outside BookE, so move them to the normal testJoerg Sonnenberger2014-07-302-0/+20
* Add rfci instruction.Joerg Sonnenberger2014-07-291-1/+4
* mbar without argument is equivalent to mbar 0.Joerg Sonnenberger2014-07-291-0/+2
* Recognize BookE's mbar instruction.Joerg Sonnenberger2014-07-292-0/+12
* Fix typo in alias: DSIR -> DSISRJoerg Sonnenberger2014-07-291-2/+2
* Support move to/from segment register.Joerg Sonnenberger2014-07-295-0/+52
* Add a number of aliases for SPR access.Joerg Sonnenberger2014-07-291-0/+27
* Add rfi instruction. Based on feedback by Ulrich Weigand.Joerg Sonnenberger2014-07-291-0/+2
* Fix typos / grammar.Matt Arsenault2014-07-291-3/+3
* [PowerPC] Support ELFv1/ELFv2 ABI selection via featuresUlrich Weigand2014-07-283-4/+28
* Add alignment value to allowsUnalignedMemoryAccessMatt Arsenault2014-07-272-6/+8
* [PowerPC] Support TLS on PPC32/ELFHal Finkel2014-07-257-62/+211
* [PATCH][PPC64LE] Correct little-endian usage of vmrgh* and vmrgl*.Bill Schmidt2014-07-253-48/+101
* Don't use 128bit functions on PPC32.Joerg Sonnenberger2014-07-241-0/+7
* Prune dependency to MC from each target disassembler.NAKAMURA Takumi2014-07-241-1/+1
* Update library dependencies.NAKAMURA Takumi2014-07-241-1/+1
* [PowerPC] ELFv2 aggregate passing supportUlrich Weigand2014-07-213-49/+171
* [PowerPC] ELFv2 explicit CFI for CR fieldsUlrich Weigand2014-07-211-1/+9
* [PowerPC] ELFv2 stack space reductionUlrich Weigand2014-07-204-21/+112
* [PowerPC] ELFv2 function call changesUlrich Weigand2014-07-204-3/+97
* [MC] Pass MCSymbolData to needsRelocateWithSymbolUlrich Weigand2014-07-201-6/+12
* [PowerPC] ELFv2 MC support for .localentry directiveUlrich Weigand2014-07-205-0/+117
* [PowerPC] ELFv2 MC support for .abiversion directiveUlrich Weigand2014-07-203-1/+44
* [PowerPC] Refactor byval handling in LowerFormalArguments_64SVR4Ulrich Weigand2014-07-201-31/+35
* [PowerPC] Fix FrameIndex handling in SelectAddressRegImmUlrich Weigand2014-07-201-1/+7
* [PowerPC] 32-bit ELF PIC supportHal Finkel2014-07-1813-38/+293
* Move Post RA Scheduling flag bit into SchedMachineModelSanjay Patel2014-07-152-21/+18
* Prune Redundant libdeps in CMake's target_link_libraries and LLVMBuild.txt.NAKAMURA Takumi2014-07-151-1/+1
* [PowerPC] Fix invalid displacement created by LocalStackAllocUlrich Weigand2014-07-111-10/+10
* [PowerPC] Implement atomic NAND operations as actual NANDUlrich Weigand2014-07-081-4/+4
* [PowerPC] Fix no-assert buildUlrich Weigand2014-07-071-0/+1
* [PowerPC] Fix "byval align" argumentsUlrich Weigand2014-07-071-67/+62
* [DAG] Pass the argument list to the CallLoweringInfo via move semantics. NFCI.Juergen Ributzka2014-07-011-1/+2
* Add ops() method to SDNode that returns an ArrayRef<SDUse>. Use it to simplif...Craig Topper2014-06-291-8/+6
* [PowerPC] Constrain base register in PPCRegisterInfo::resolveFrameIndexUlrich Weigand2014-06-271-0/+8
* Remove extraneous includes from the target machines.Eric Christopher2014-06-261-4/+0
* add ppc64/pwr8 as targetWill Schmidt2014-06-265-3/+18
* Move expression visitation logic up to MCStreamer.Rafael Espindola2014-06-252-2/+2
* Simplify the visitation of target expressions. No functionality change.Rafael Espindola2014-06-252-30/+4
* [PPC64] Fix PR20071 (fctiduz generated for targets lacking that instruction)Bill Schmidt2014-06-241-0/+4
* [PowerPC] Refactor getMinCallFrameSize / getMinCallArgumentsSizeUlrich Weigand2014-06-234-51/+20
* [PowerPC] Allow stack frames without parameter save areaUlrich Weigand2014-06-232-3/+15
OpenPOWER on IntegriCloud