aboutsummaryrefslogtreecommitdiffstats
path: root/lib/Target/PowerPC/PPCISelLowering.cpp
Commit message (Expand)AuthorAgeFilesLines
* 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
* - Add target lowering methods to get the preferred format for the FDE and LSDABill Wendling2009-08-291-0/+34
* Change Pass::print to take a raw ostream instead of std::ostream,Chris Lattner2009-08-231-1/+1
* Add support for the PowerPC 64-bit SVR4 ABI.Tilmann Scheller2009-08-151-31/+44
* Remove HasCrazyBSS and add a flag in TAI to indicate that '.section' Bruno Cardoso Lopes2009-08-131-1/+1
* Push LLVMContexts through the IntegerType APIs.Owen Anderson2009-08-131-1/+2
* Add contexts to some of the MVT APIs. No functionality change yet, just the ...Owen Anderson2009-08-121-1/+1
* Split EVT into MVT and EVT, the former representing _just_ a primitive type, ...Owen Anderson2009-08-111-445/+445
* Rename MVT to EVT, in preparation for splitting SimpleValueType out into its ...Owen Anderson2009-08-101-509/+509
* Continue the SimpleValueType-ification.Owen Anderson2009-08-101-1/+1
* Start moving TargetLowering away from using full MVTs and towards SimpleValue...Owen Anderson2009-08-101-1/+1
* 1. Make MCSection an abstract class.Chris Lattner2009-08-081-1/+1
* Major calling convention code refactoring.Dan Gohman2009-08-051-252/+236
* Normalize Subtarget constructors to take a target triple string instead ofDaniel Dunbar2009-08-021-1/+1
* refactor section construction in TLOF to be through an explicitChris Lattner2009-07-311-1/+1
* Move types back to the 2.5 API.Owen Anderson2009-07-291-1/+1
* the apple "ld_classic" linker doesn't support .literal16 in 32-bitChris Lattner2009-07-281-1/+1
* Rip all of the global variable lowering logic out of TargetAsmInfo. SinceChris Lattner2009-07-281-1/+9
* Get rid of the Pass+Context magic.Owen Anderson2009-07-221-6/+6
* llvm_unreachable->llvm_unreachable(0), LLVM_UNREACHABLE->llvm_unreachable.Torok Edwin2009-07-141-13/+13
* assert(0) -> LLVM_UNREACHABLE.Torok Edwin2009-07-111-11/+11
* Thread LLVMContext through MVT and related parts of SDISel.Owen Anderson2009-07-091-8/+10
* Implement changes from Chris's feedback.Torok Edwin2009-07-081-3/+6