aboutsummaryrefslogtreecommitdiff
path: root/lib/Target/PowerPC/PPCISelLowering.cpp
AgeCommit message (Expand)Author
2013-04-23Change commentary for PowerPC Boolean vector contents.Bill Schmidt
2013-04-23DAGCombine should not aggressively fold SEXT(VSETCC(...)) into a wider VSETCC...Owen Anderson
2013-04-07Cleanup and improve PPC fsel generationHal Finkel
2013-04-05Enable early if conversion on PPCHal Finkel
2013-04-04Rename the current PPC BCL definition to BCLalwaysHal Finkel
2013-04-04PPC: Improve code generation for mixed-precision reciprocal sqrtHal Finkel
2013-04-03Cleanup PPC reciprocal-estimate functionalityHal Finkel
2013-04-03Fix PR15632: No support for ppcf128 floating-point remainder on PowerPC.Bill Schmidt
2013-04-03Use PPC reciprocal estimates with Newton iteration in fast-math modeHal Finkel
2013-04-02Fix PR15630: Replace faulty stdcx. with stwcx.Bill Schmidt
2013-04-02Fix typo in PPCISelLoweringHal Finkel
2013-04-01Fix a bad assert in PPCTargetLoweringHal Finkel
2013-04-01Add more PPC floating-point conversion instructionsHal Finkel
2013-04-01Add the PPC popcntw instructionHal Finkel
2013-04-01Treat PPCISD::STFIWX like the memory opcode that it isHal Finkel
2013-03-31Add the PPC lfiwax instructionHal Finkel
2013-03-31Cleanup PPC(64) i32 -> float/double conversionHal Finkel
2013-03-29Implement FRINT lowering on PPC using frinHal Finkel
2013-03-29Remove the old CodePlacementOpt pass.Benjamin Kramer
2013-03-29Add PPC FP rounding instructions fri[mnpz]Hal Finkel
2013-03-28Only enable 64-bit bswap DAG combines for PPC64Hal Finkel
2013-03-28Fix bad indentation in r178276Hal Finkel
2013-03-28Add the PPC64 ldbrx/stdbrx instructionsHal Finkel
2013-03-28Add the PPC64 popcntd instructionHal Finkel
2013-03-27Fix typo (common to both X86 and PPC)Hal Finkel
2013-03-26PowerPC: Simplify FADD in round-to-zero mode.Ulrich Weigand
2013-03-26PowerPC: Use CCBITRC operand for ISEL patterns.Ulrich Weigand
2013-03-22Remove ABI-duplicated call instruction patterns.Ulrich Weigand
2013-03-22Fix swapped BasePtr and Offset in pre-inc memory addresses.Ulrich Weigand
2013-03-21Remove the G8RC_NOX0_and_GPRC_NOR0 PPC register classHal Finkel
2013-03-21Implement builtin_{setjmp/longjmp} on PPCHal Finkel
2013-03-21Correct PPC FRAMEADDR lowering using a pseudo-registerHal Finkel
2013-03-19Prepare to make r0 an allocatable register on PPCHal Finkel
2013-03-18Fix PPC unaligned 64-bit loads and storesHal Finkel
2013-03-15Enable unaligned memory access on PPC for scalar typesHal Finkel
2013-03-07ArrayRefize some code. No functionality change.Benjamin Kramer
2013-02-21Move the eliminateCallFramePseudoInstr method from TargetRegisterInfoEli Bendersky
2013-02-20Update TargetLowering ivars for name policy.Jim Grosbach
2013-02-20Additional fixes for bug 15155.Bill Schmidt
2013-02-20Fix bug 14779 for passing anonymous aggregates [patch by Kai Nacke].Bill Schmidt
2013-02-20Fix PR15155: lost vadd/vsplat optimization.Bill Schmidt
2013-02-06PPC calling convention cleanup.Bill Schmidt
2013-02-05Move MRI liveouts to PowerPC return instructions.Jakob Stoklund Olesen
2013-02-04Disable a couple more vector splat optimizations on PPC.Benjamin Kramer
2013-02-04SelectionDAG: Teach FoldConstantArithmetic how to deal with vectors.Benjamin Kramer
2013-01-29Teach SDISel to combine fsin / fcos into a fsincos node if the followingEvan Cheng
2013-01-02Move all of the header files which are involved in modelling the LLVM IRChandler Carruth
2012-12-30Remove the Function::getFnAttributes method in favor of using the AttributeSetBill Wendling
2012-12-25Expand PPC64 atomic load and storeHal Finkel
2012-12-19PowerPC: Expand VSELECT nodes.Benjamin Kramer