summaryrefslogtreecommitdiff
path: root/lib/Target/PowerPC
Commit message (Expand)AuthorAge
* [PowerPC] Constrain base register in PPCRegisterInfo::resolveFrameIndexUlrich Weigand2014-06-27
* Remove extraneous includes from the target machines.Eric Christopher2014-06-26
* add ppc64/pwr8 as targetWill Schmidt2014-06-26
* Move expression visitation logic up to MCStreamer.Rafael Espindola2014-06-25
* Simplify the visitation of target expressions. No functionality change.Rafael Espindola2014-06-25
* [PPC64] Fix PR20071 (fctiduz generated for targets lacking that instruction)Bill Schmidt2014-06-24
* [PowerPC] Refactor getMinCallFrameSize / getMinCallArgumentsSizeUlrich Weigand2014-06-23
* [PowerPC] Allow stack frames without parameter save areaUlrich Weigand2014-06-23
* [PowerPC] Fix IsDarwin arg in PPCFrameLowering:: callsUlrich Weigand2014-06-23
* [PowerPC] Refactor setMinReservedArea and CalculateParameterAndLinkageAreaSizeUlrich Weigand2014-06-23
* [PowerPC] Fix on-stack AltiVec arguments with 64-bit SVR4Ulrich Weigand2014-06-23
* [PowerPC] Fix small argument stack slot offset for LEUlrich Weigand2014-06-20
* [PowerPC] Remove unnecessary load of r12 in indirect callUlrich Weigand2014-06-18
* [PowerPC] Simplify and improve loading into TOC registerUlrich Weigand2014-06-18
* [PowerPC] Do not use BLA with the 64-bit SVR4 ABIUlrich Weigand2014-06-18
* [PowerPC] Fix emitting instruction pairs on LEUlrich Weigand2014-06-18
* [PPC64] Fix PR19893 - improve code generation for local function addressesBill Schmidt2014-06-16
* The hazard recognizer only needs a subtarget, not a target machineEric Christopher2014-06-13
* Fix typo.Eric Christopher2014-06-13
* Move the PPCSelectionDAGInfo off the TargetMachine and onto theEric Christopher2014-06-12
* Make PPCSelectionDAGInfo take a DataLayout instead of a TargetMachineEric Christopher2014-06-12
* Move PPCTargetLowering off of the TargetMachine and onto the subtarget.Eric Christopher2014-06-12
* Remove an extraneous this-> to access the subtarget.Eric Christopher2014-06-12
* Rename PPCSubTarget to Subtarget in PPCTargetLowering for consistency.Eric Christopher2014-06-12
* Move PPCJITInfo off of the TargetMachine and onto the subtarget.Eric Christopher2014-06-12
* Remove the use of TargetMachine from PPCJITInfo and replace withEric Christopher2014-06-12
* Move PPCInstrInfo off of the target machine and onto the subtarget.Eric Christopher2014-06-12
* Remove TargetMachine from PPCInstrInfo and all dependencies andEric Christopher2014-06-12
* Move DataLayout from the PPCTargetMachine to the subtarget.Eric Christopher2014-06-12
* Move PPCFrameLowering into PPCSubtarget from PPCTargetMachine. UseEric Christopher2014-06-12
* Remove duplicate copy of InstrItineraryData from the TargetMachine,Eric Christopher2014-06-11
* [PPC64LE] Recognize shufflevector patterns for little endianBill Schmidt2014-06-10
* [PPC64LE] Generate correct code for unaligned little-endian vector loadsBill Schmidt2014-06-09
* [PPC64LE] Generate correct little-endian code for v16i8 multiplyBill Schmidt2014-06-09
* AsmMatchers: Use unique_ptr to manage ownership of MCParsedAsmOperandDavid Blaikie2014-06-08
* Have TargetSelectionDAGInfo take a DataLayout initializer rather thanEric Christopher2014-06-06
* [PPC64LE] Fix lowering of BUILD_VECTOR and SHUFFLE_VECTOR for little endianBill Schmidt2014-06-06
* [PPC64LE] Temporarily disable VSX support in little-endian modeBill Schmidt2014-06-05
* Omit else branch after return.Eric Christopher2014-06-02
* Have the TLOF creation take a Triple rather than needing a subtarget.Eric Christopher2014-05-31
* isSVR4ABI() returned !isDarwin() so just move that to the elseEric Christopher2014-05-30
* Rename CreateTLOF->createTLOF to match the rest of the file and theEric Christopher2014-05-30
* [PPC] Use alias symbols in address computation.Rafael Espindola2014-05-29
* [pr19844] Add thread local mode to aliases.Rafael Espindola2014-05-28
* Revert "[PPC] Use alias symbols in address computation."Hal Finkel2014-05-28
* [PATCH] Correct type used for VADD_SPLAT optimization on PowerPCBill Schmidt2014-05-27
* [PPC] Use alias symbols in address computation.Rafael Espindola2014-05-26
* Fix typo.Eric Christopher2014-05-22
* Avoid using subtarget features when initializing the pass pipelineEric Christopher2014-05-22
* Reset the subtarget for DAGToDAG on every iteration of runOnMachineFunction.Eric Christopher2014-05-22