aboutsummaryrefslogtreecommitdiffstats
path: root/lib/Target/PowerPC
Commit message (Expand)AuthorAgeFilesLines
* Disable a couple more things for ppcf128.Dale Johannesen2007-10-231-2/+4
* Temporary solution: added a different set of BCTRL_Macho / BCTRL_ELF with rig...Evan Cheng2007-10-233-8/+18
* Use ptr type in the immediate field of a BxA instruction so we don't end up s...Evan Cheng2007-10-221-1/+2
* comment fixesChris Lattner2007-10-191-3/+3
* More ppcf128 issues (maybe the last)?Dale Johannesen2007-10-191-0/+7
* - Added getOpcodeAfterMemoryUnfold(). It doesn't unfold an instruction, but o...Evan Cheng2007-10-182-4/+4
* Use SmallVectorImpl instead of SmallVector with hardcoded size in MRegister p...Evan Cheng2007-10-182-10/+10
* Fix a bug handling frame references in ppc inline asm when the frame offsetChris Lattner2007-10-161-24/+33
* Change LowerFP_TO_SINT to create the specific code it needs instead of Chris Lattner2007-10-151-4/+11
* Revert 42908 for now.Evan Cheng2007-10-141-9/+9
* Fix type mismatch error in PPC Altivec (only causesDale Johannesen2007-10-141-2/+2
* Change the names used for internal labels to use the currentDan Gohman2007-10-121-9/+9
* Mark vector pow, ctpop, cttz, and ctlz as Expand on PowerPC.Dan Gohman2007-10-121-1/+4
* Set ISD::FPOW to Expand.Dan Gohman2007-10-111-1/+3
* Next PPC long double bits: ppcf128->i32 conversion.Dale Johannesen2007-10-104-1/+179
* When we start enabling SMUL_LOHI/UMUL_LOHI or SDIVREM/UDIVREM inDan Gohman2007-10-081-0/+14
* Next powerpc long double bits. Comparisons work,Dale Johannesen2007-10-061-0/+4
* First round of ppc long double. call/return andDale Johannesen2007-10-052-2/+15
* - Added a few target hooks to generate load / store instructions from / to anyEvan Cheng2007-10-052-47/+164
* Use empty() member functions when that's what's being tested for insteadDan Gohman2007-10-031-1/+1
* TargetAsmInfo::getAddressSize() was incorrect for x86-64 and 64-bit targetsDan Gohman2007-09-271-1/+0
* Allow copyRegToReg to emit cross register classes copies.Evan Cheng2007-09-262-8/+15
* More explicit keywords.Dan Gohman2007-09-251-3/+3
* Honor user-defined section specification of a global, ignores whether its ini...Evan Cheng2007-09-211-2/+2
* Do not override user specified section.Devang Patel2007-09-201-2/+2
* Remove isReg, isImm, and isMBB, and change all their users to use Dan Gohman2007-09-142-2/+2
* Fix comments.Evan Cheng2007-09-141-4/+4
* Enable indirect encoding for the personality functionBill Wendling2007-09-111-0/+1
* Remove (somewhat confusing) Imp<> helper, use let Defs = [], Uses = [] instead.Evan Cheng2007-09-112-6/+8
* Fold the adjust_trampoline intrinsic intoDuncan Sands2007-09-111-3/+0
* Add some notes about better flag handling.Chris Lattner2007-09-101-1/+29
* Add missing index versions of instructions to the map.Bill Wendling2007-09-071-1/+7
* Add lengthof and endof templates that hide a lot of sizeof computations.Owen Anderson2007-09-072-6/+8
* LVXL and STVXL are also a load and store resp.Bill Wendling2007-09-051-0/+2
* Add the 64-bit versions of the DS* Altivec instructions.Bill Wendling2007-09-051-14/+45
* Fix for PR1613: added 64-bit rotate left PPC instructions and patterns.Evan Cheng2007-09-041-0/+10
* Enhance APFloat to retain bits of NaNs (fixes oggenc).Dale Johannesen2007-08-311-5/+5
* Add a variant of foldMemoryOperand to fold any load / store, not just load / ...Evan Cheng2007-08-301-0/+5
* Use i64 on a PPC64 machineBill Wendling2007-08-301-1/+1
* rename isOperandValidForConstraint to LowerAsmOperandForConstraint, Chris Lattner2007-08-252-14/+27
* Disable EH generation until PPC works 100%.Chris Lattner2007-08-241-1/+1
* new exampleChris Lattner2007-08-231-0/+17
* Fix arguments for some Altivec instructions. From SWB.Dale Johannesen2007-08-091-9/+15
* Fix spelling of mtvscr and mfvscr.Dale Johannesen2007-08-071-2/+2
* long double patch 2 of N. Handle it in TargetData.Dale Johannesen2007-08-031-2/+2
* More explicit keywords.Dan Gohman2007-08-021-1/+1
* Some out operands were incorrectly specified as input operands.Evan Cheng2007-08-012-17/+17
* Vector fneg must be expanded into fsub -0.0, X.Evan Cheng2007-07-303-2/+21
* Support for trampolines, except for X86 codegen which isDuncan Sands2007-07-271-1/+4
* Don't ignore the return value of AsmPrinter::doInitialization andDan Gohman2007-07-251-8/+6