summaryrefslogtreecommitdiffstats
path: root/llvm/lib/Target/PowerPC/PPCISelLowering.cpp
Commit message (Expand)AuthorAgeFilesLines
* Add more const qualifiers on TargetMachine and friends.Dan Gohman2010-04-211-2/+2
* Use const qualifiers with TargetLowering. This eliminates severalDan Gohman2010-04-171-37/+45
* Move per-function state out of TargetLowering subclasses and intoDan Gohman2010-04-171-30/+31
* Eliminate an unnecessary SelectionDAG dependency in getOptimalMemOpType.Dan Gohman2010-04-161-3/+3
* Add const qualifiers to CodeGen's use of LLVM IR constructs.Dan Gohman2010-04-151-4/+4
* Avoid using f64 to lower memcpy from constant string. It's cheaper to use i32...Evan Cheng2010-04-081-2/+5
* Reapply address space patch after fixing an issue in MemCopyOptimizer.Mon P Wang2010-04-041-1/+1
* use DebugLoc default ctor instead of DebugLoc::getUnknownLoc()Chris Lattner2010-04-021-4/+4
* Correctly lower memset / memcpy of undef. It should be a nop. PR6767.Evan Cheng2010-04-021-7/+10
* Revert r100191 since it breaks objc in clang Mon P Wang2010-04-021-1/+1
* Reapply address space patch after fixing an issue in MemCopyOptimizer.Mon P Wang2010-04-021-1/+1
* 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-0/+1
* Fix sdisel memcpy, memset, memmove lowering:Evan Cheng2010-04-011-2/+2
* Revert Mon Ping's change 99928, since it broke all the llvm-gcc buildbots.Bob Wilson2010-03-301-1/+1
* Added support for address spaces and added a isVolatile field to memcpy, memm...Mon P Wang2010-03-301-1/+1
* Now that the default for Darwin platforms is to place the LSDA into the TEXTBill Wendling2010-03-151-2/+1
* tidy indentationChris Lattner2010-03-141-3/+3
* The same situation that effected ARM effects PPC with regards to placing theBill Wendling2010-03-121-3/+4
* The address of an indirect call must be in R12 on Darwin.Dale Johannesen2010-03-091-0/+10
* Remove dead parameter passing.Bill Wendling2010-03-021-1/+1
* Move TLOF implementations to libCodegen to resolve layering violation.Anton Korobeynikov2010-02-151-1/+1
* Remove an assumption of default arguments. This is in anticipation of aDavid Greene2010-02-151-41/+79
* Rename the PerformTailCallOpt variable to GuaranteedTailCallOpt to reflectDan Gohman2010-02-081-7/+7
* 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
* PPC is not ready for sibcall optimization.Evan Cheng2010-01-291-0/+3
* Eliminate target hook IsEligibleForTailCallOptimization.Evan Cheng2010-01-271-5/+5
* Add more plumbing. This time in the LowerArguments and "get" functions whichBill Wendling2009-12-221-1/+1
* Add support for calls through function pointers in the 64-bit PowerPC SVR4 ABI.Tilmann Scheller2009-12-181-3/+105
* Make capitalization of names starting "is" more consistent.Dale Johannesen2009-11-241-10/+10
* Remove ISD::DEBUG_LOC and ISD::DBG_LABEL, which are no longer used.Dan Gohman2009-11-231-3/+0
* We are not using DBG_STOPPOINT anymore.Devang Patel2009-11-211-1/+0
* Target-independent support for TargetFlags on BlockAddress operands,Dan Gohman2009-11-201-1/+1
* Adjust isConstantSplat to allow for big-endian targets.Dale Johannesen2009-11-131-2/+2
* Add a bool flag to StackObjects telling whether they reference spillDavid Greene2009-11-121-15/+20
* Add PowerPC codegen for indirect branches.Bob Wilson2009-11-041-0/+33
* -Revert parts of 84326 and 84411. Distinquishing between fixed and non-fixedEvan Cheng2009-10-181-2/+2
* Only fixed stack objects and spill slots should be get FixedStack PseudoSourc...Evan Cheng2009-10-181-2/+2
* Revert 84315 for now. Re-thinking the patch.Evan Cheng2009-10-171-4/+4
* Rename getFixedStack to getStackObject. The stack objects represented are notEvan Cheng2009-10-171-4/+4
* LBRX no longer has an explicit SrcValueSDNode operand, so the typeDan Gohman2009-09-271-1/+1
* Improve MachineMemOperand handling.Dan Gohman2009-09-251-15/+22
* Rename getTargetNode to getMachineNode, for consistency with theDan Gohman2009-09-251-3/+3
* Don't try to use pre-indexed addressing with sthbrx/stwbrxDan Gohman2009-09-251-1/+2
* Fix PR4926. When target hook EmitInstrWithCustomInserter() insert new basic b...Evan Cheng2009-09-191-2/+11
* Enhance EmitInstrWithCustomInserter() so target can specify CFG changes that ...Evan Cheng2009-09-181-1/+2
* Remove some not-really-used variables, as warnedDuncan Sands2009-09-061-3/+0
* Retype from unsigned to CallingConv::ID accordingly. Approved by Bob Wilson.Sandeep Patel2009-09-021-12/+12
* Revert commit 80428. It completely broke exceptionDuncan Sands2009-08-311-34/+0
OpenPOWER on IntegriCloud