aboutsummaryrefslogtreecommitdiffstats
path: root/lib/Target/PowerPC/PPCISelLowering.h
Commit message (Expand)AuthorAgeFilesLines
...
* Small structs for PPC64 SVR4 must be passed right-justified in registers.Bill Schmidt2012-09-191-14/+15
* Eliminate redundant CR moves on PPC32.Hal Finkel2012-08-281-0/+4
* Convert the PPC backend to use the new FMA infrastructure.Hal Finkel2012-06-221-0/+6
* Implement local-exec TLS on PowerPC.Roman Divacky2012-06-041-0/+1
* Change interface for TargetLowering::LowerCallTo and TargetLowering::LowerCallJustin Holewinski2012-05-251-6/+1
* Always compute all the bits in ComputeMaskedBits.Rafael Espindola2012-04-041-1/+0
* Set the default PPC node scheduling preference to ILP (for the embedded cores).Hal Finkel2012-04-011-0/+1
* Fix dynamic linking on PPC64.Hal Finkel2012-03-311-1/+3
* Reorder includes in Target backends to following coding standards. Remove som...Craig Topper2012-03-171-2/+2
* Re-commit r151623 with fix. Only issue special no-return calls if it's a dire...Evan Cheng2012-02-281-11/+11
* Revert r151623 "Some ARM implementaions, e.g. A-series, does return stack pre...Daniel Dunbar2012-02-281-11/+11
* Some ARM implementaions, e.g. A-series, does return stack prediction. That is,Evan Cheng2012-02-281-11/+11
* Rename NonScalarIntSafe to something more appropriate.Lang Hames2011-10-261-2/+2
* Add an implementation of the CanLowerReturn function to the PPC backendHal Finkel2011-10-141-0/+6
* Add codegen support for vector select (in the IR this means a selectDuncan Sands2011-09-061-1/+1
* Split the init.trampoline intrinsic, which currently combines GCC'sDuncan Sands2011-09-061-1/+2
* land David Blaikie's patch to de-constify Type, with a few tweaks.Chris Lattner2011-07-181-3/+3
* Have LowerOperandForConstraint handle multiple character constraints.Eric Christopher2011-06-021-1/+1
* Make the logic for determining function alignment more explicit. No function...Eli Friedman2011-05-061-3/+0
* Allow targets to specify a the type of the RHS of a shift parameterized on th...Owen Anderson2011-02-251-46/+48
* add targetoperand flags for jump tables, constant pool and block addressChris Lattner2010-11-151-1/+0
* Inline asm multiple alternative constraints development phase 2 - improved ba...John Thompson2010-10-291-0/+6
* Split the SDValue out of OutputArg so that SelectionDAG-independentDan Gohman2010-07-071-0/+4
* The hasMemory argument is irrelevant to how the argumentDale Johannesen2010-06-251-4/+1
* The PPC MFCR instruction implicitly uses all 8 of the CRDale Johannesen2010-05-201-3/+4
* Get rid of the EdgeMapping map. Instead, just check for BasicBlockDan Gohman2010-05-011-3/+3
* Use const qualifiers with TargetLowering. This eliminates severalDan Gohman2010-04-171-38/+38
* Move per-function state out of TargetLowering subclasses and intoDan Gohman2010-04-171-13/+4
* Eliminate an unnecessary SelectionDAG dependency in getOptimalMemOpType.Dan Gohman2010-04-161-3/+3
* Avoid using f64 to lower memcpy from constant string. It's cheaper to use i32...Evan Cheng2010-04-081-5/+7
* Correctly lower memset / memcpy of undef. It should be a nop. PR6767.Evan Cheng2010-04-021-9/+13
* Add comments about DstAlign and SrcAlign.Evan Cheng2010-04-011-0/+7
* - Avoid using floating point stores to implement memset unless the value is z...Evan Cheng2010-04-011-1/+1
* Fix sdisel memcpy, memset, memmove lowering:Evan Cheng2010-04-011-2/+2
* Revert 95130.Evan Cheng2010-02-021-1/+1
* Pass callsite return type to TargetLowering::LowerCall and use that to check ...Evan Cheng2010-02-021-1/+1
* Eliminate target hook IsEligibleForTailCallOptimization.Evan Cheng2010-01-271-8/+8
* Add support for calls through function pointers in the 64-bit PowerPC SVR4 ABI.Tilmann Scheller2009-12-181-0/+15
* Add PowerPC codegen for indirect branches.Bob Wilson2009-11-041-0/+1
* Improve MachineMemOperand handling.Dan Gohman2009-09-251-18/+17
* Enhance EmitInstrWithCustomInserter() so target can specify CFG changes that ...Evan Cheng2009-09-181-1/+2
* Retype from unsigned to CallingConv::ID accordingly. Approved by Bob Wilson.Sandeep Patel2009-09-021-10/+10
* Revert commit 80428. It completely broke exceptionDuncan Sands2009-08-311-8/+0
* - Add target lowering methods to get the preferred format for the FDE and LSDABill Wendling2009-08-291-0/+8
* Add support for the PowerPC 64-bit SVR4 ABI.Tilmann Scheller2009-08-151-0/+5
* Split EVT into MVT and EVT, the former representing _just_ a primitive type, ...Owen Anderson2009-08-111-1/+1
* Rename MVT to EVT, in preparation for splitting SimpleValueType out into its ...Owen Anderson2009-08-101-3/+3
* Start moving TargetLowering away from using full MVTs and towards SimpleValue...Owen Anderson2009-08-101-1/+1
* Major calling convention code refactoring.Dan Gohman2009-08-051-22/+71
* Fix typos in comments.Dan Gohman2009-08-011-1/+1