summaryrefslogtreecommitdiff
path: root/lib/Target/PowerPC
Commit message (Expand)AuthorAge
* Use makeArrayRef insted of calling ArrayRef<T> constructor directly. I introd...Craig Topper2014-04-30
* De-virtualize or remove some methods that have no overrides nor override anyt...Craig Topper2014-04-30
* [C++11] Add 'override' keywords and remove 'virtual'. Additionally add 'final...Craig Topper2014-04-29
* None of these targets actually define their own CFI_INSTRUCTIONEric Christopher2014-04-29
* 80-column, tab characters, comment fixups.Eric Christopher2014-04-29
* Convert more SelectionDAG functions to use ArrayRef.Craig Topper2014-04-28
* [C++] Use 'nullptr'.Craig Topper2014-04-28
* Convert SelectionDAG::SelectNodeTo to use ArrayRef.Craig Topper2014-04-27
* Convert SelectionDAG::getMergeValues to use ArrayRef.Craig Topper2014-04-27
* Convert getMemIntrinsicNode to take ArrayRef of SDValue instead of pointer an...Craig Topper2014-04-26
* Convert SelectionDAG::getNode methods to use ArrayRef<SDValue>.Craig Topper2014-04-26
* [C++] Use 'nullptr'. Target edition.Craig Topper2014-04-25
* Add 'musttail' marker to call instructionsReid Kleckner2014-04-24
* Spread some const around for non-mutating uses of MCSymbolData.David Blaikie2014-04-24
* Create MCTargetOptions.Evgeniy Stepanov2014-04-23
* [Modules] Fix potential ODR violations by sinking the DEBUG_TYPEChandler Carruth2014-04-22
* [cleanup] Lift using directives, DEBUG_TYPE definitions, and even someChandler Carruth2014-04-22
* [Modules] Make Support/Debug.h modular. This requires it to not changeChandler Carruth2014-04-21
* Break PseudoSourceValue out of the Value hierarchy. It is now the root of its...Nick Lewycky2014-04-15
* [MC] Require an MCContext when constructing an MCDisassembler.Lang Hames2014-04-15
* [PowerPC] [Constant Hoisting] Enable constant hoisting on PPCHal Finkel2014-04-13
* [PowerPC] Fix rlwimi isel when mask is not constantHal Finkel2014-04-13
* [PowerPC] Implement some additional TLI callbacksHal Finkel2014-04-12
* LLVMBuild.txt: Reformat.NAKAMURA Takumi2014-04-10
* [PowerPC] Don't return false from PPC::isVSLDOIShuffleMaskHal Finkel2014-04-08
* [PowerPC] Remove unused TM member variable to unbreak buildHal Finkel2014-04-05
* [PowerPC] Adjust load/store costs in PPCTTIHal Finkel2014-04-04
* [PowerPC] PPCTTI CleanupHal Finkel2014-04-04
* [PowerPC] Add a full condition code register to make the "cc" clobber workHal Finkel2014-04-04
* Make consistent use of MCPhysReg instead of uint16_t throughout the tree.Craig Topper2014-04-04
* [PowerPC] Make PPCTTI::getMemoryOpCost call BasicTTI::getMemoryOpCostHal Finkel2014-04-02
* Simplify resolveFrameIndex() signature.Jim Grosbach2014-04-02
* [PowerPC] Add some missing VSX bitcast patternsHal Finkel2014-04-01
* [PowerPC] Don't ever expand BUILD_VECTOR of v2i64 with shufflesHal Finkel2014-03-31
* [PowerPC] Correct P7 dispatch unit allocation for vector instructionsHal Finkel2014-03-31
* [PowerPC] Handle VSX v2i64 SIGN_EXTEND_INREGHal Finkel2014-03-30
* [PowerPC] Handle v2i64 comparisonsHal Finkel2014-03-29
* [PowerPC] VSX instruction latency correctionsHal Finkel2014-03-29
* Completely rewrite ELFObjectWriter::RecordRelocation.Rafael Espindola2014-03-29
* [PowerPC] Add subregister classes for f64 VSX valuesHal Finkel2014-03-29
* [PowerPC] Fix VSX permutation iselHal Finkel2014-03-28
* [PowerPC] v2[fi]64 need to be explicitly passed in VSX registersHal Finkel2014-03-28
* [PowerPC] Use a small cleanup pass to remove VSX self copiesHal Finkel2014-03-27
* [PowerPC] Don't remove self VSX copies in PPCInstrInfo::copyPhysRegHal Finkel2014-03-27
* [PowerPC] Fix v2f64 vector extract and related patternsHal Finkel2014-03-27
* [PowerPC] Expand v2i64 shiftsHal Finkel2014-03-27
* Remove another unused argument.Rafael Espindola2014-03-27
* Remove unused argument.Rafael Espindola2014-03-27
* Prevent alias from pointing to weak aliases.Rafael Espindola2014-03-27
* [PowerPC] Generate VSX permutations for v2[fi]64 vectorsHal Finkel2014-03-26