summaryrefslogtreecommitdiff
path: root/lib/Target/PowerPC
Commit message (Expand)AuthorAge
...
* Make early if conversion dependent upon the subtarget and addEric Christopher2014-05-21
* [PowerPC] PR19796: Also match ISD::TargetConstant in isIntS16ImmediateAdam Nemet2014-05-20
* SDAG: Legalize vector BSWAP into a shuffle if the shuffle is legal but the bs...Benjamin Kramer2014-05-19
* Target: remove old constructors for CallLoweringInfoSaleem Abdulrasool2014-05-17
* Use a sized enum for MachineOperandType. No functionality changePete Cooper2014-05-16
* Delete getAliasedGlobal.Rafael Espindola2014-05-16
* Rename ComputeMaskedBits to computeKnownBits. "Masked" has beenJay Foad2014-05-14
* Fix typo in function name.Eric Christopher2014-05-14
* Save the optimization level the subtarget was created with in aEric Christopher2014-05-13
* [PowerPC] Add global named register supportHal Finkel2014-05-11
* [PowerPC] On PPC32, 128-bit shifts might be runtime callsHal Finkel2014-05-11
* Remove the UseCFI option from createAsmStreamer.Rafael Espindola2014-05-07
* Fix pr19645.Rafael Espindola2014-05-03
* 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