aboutsummaryrefslogtreecommitdiffstats
path: root/lib/Target/PowerPC
Commit message (Expand)AuthorAgeFilesLines
* Remove redundant foldMemoryOperand variants and other code clean up.Evan Cheng2007-12-022-15/+8
* Allow some reloads to be folded in multi-use cases. Specifically testl r, r -...Evan Cheng2007-12-011-0/+12
* Implement ExpandOperationResult for ppc i64 fp->int, which fixesChris Lattner2007-11-282-0/+11
* Fix a crash on invalid code due to memcpy lowering.Chris Lattner2007-11-271-25/+30
* Fix .eh table linkage issues on Darwin. Some EH supportDale Johannesen2007-11-202-4/+17
* Remove meaningless qualifiers from return types, avoiding compiler warnings.Dan Gohman2007-11-192-2/+2
* Revert previous; these files aren't ready to go in yet.Dale Johannesen2007-11-131-1/+1
* Add parameter to getDwarfRegNum to permit targetsDale Johannesen2007-11-133-3/+3
* Unifacalize the CALLSEQ{START,END} stuff.Bill Wendling2007-11-131-5/+5
* Unify CALLSEQ_{START,END}. They take 4 parameters: the chain, two stackBill Wendling2007-11-132-9/+15
* Completely forgot, that we have some debug information emission on PPC. This ...Anton Korobeynikov2007-11-121-2/+2
* Add a flag for indirect branch instructions.Owen Anderson2007-11-121-1/+2
* Use TableGen to emit information for dwarf register numbers. Anton Korobeynikov2007-11-113-173/+180
* Eliminate the remaining uses of getTypeSize. ThisDuncan Sands2007-11-051-2/+2
* Fix crash before main on ppc/linux with static constructors. PR1771Nick Lewycky2007-11-042-0/+4
* 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