aboutsummaryrefslogtreecommitdiff
path: root/lib/Target/PowerPC
AgeCommit message (Expand)Author
2007-09-11Enable indirect encoding for the personality functionBill Wendling
2007-09-11Remove (somewhat confusing) Imp<> helper, use let Defs = [], Uses = [] instead.Evan Cheng
2007-09-11Fold the adjust_trampoline intrinsic intoDuncan Sands
2007-09-10Add some notes about better flag handling.Chris Lattner
2007-09-07Add missing index versions of instructions to the map.Bill Wendling
2007-09-07Add lengthof and endof templates that hide a lot of sizeof computations.Owen Anderson
2007-09-05LVXL and STVXL are also a load and store resp.Bill Wendling
2007-09-05Add the 64-bit versions of the DS* Altivec instructions.Bill Wendling
2007-09-04Fix for PR1613: added 64-bit rotate left PPC instructions and patterns.Evan Cheng
2007-08-31Enhance APFloat to retain bits of NaNs (fixes oggenc).Dale Johannesen
2007-08-30Add a variant of foldMemoryOperand to fold any load / store, not just load / ...Evan Cheng
2007-08-30Use i64 on a PPC64 machineBill Wendling
2007-08-25rename isOperandValidForConstraint to LowerAsmOperandForConstraint, Chris Lattner
2007-08-24Disable EH generation until PPC works 100%.Chris Lattner
2007-08-23new exampleChris Lattner
2007-08-09Fix arguments for some Altivec instructions. From SWB.Dale Johannesen
2007-08-07Fix spelling of mtvscr and mfvscr.Dale Johannesen
2007-08-03long double patch 2 of N. Handle it in TargetData.Dale Johannesen
2007-08-02More explicit keywords.Dan Gohman
2007-08-01Some out operands were incorrectly specified as input operands.Evan Cheng
2007-07-30Vector fneg must be expanded into fsub -0.0, X.Evan Cheng
2007-07-27Support for trampolines, except for X86 codegen which isDuncan Sands
2007-07-25Don't ignore the return value of AsmPrinter::doInitialization andDan Gohman
2007-07-25Fix debug info and globals filled with zeros.Nick Lewycky
2007-07-21No more noResults.Evan Cheng
2007-07-20Added -print-emitted-asm to print out JIT generated asm to cerr.Evan Cheng
2007-07-20Oops. These stores actually produce results.Evan Cheng
2007-07-19Change instruction description to split OperandList into OutOperandList andEvan Cheng
2007-07-14Long live the exception handling!Anton Korobeynikov
2007-07-13Skeleton of post-RA scheduler; doesn't do anything yet.Dale Johannesen
2007-07-11Assert when TLS is not implemented.Lauro Ramos Venancio
2007-07-09Change getCopyToParts and getCopyFromParts to always use target-endianDan Gohman
2007-07-09The various "getModuleMatchQuality" implementations should returnChris Lattner
2007-07-06Do away with ImmutablePredicateOperand.Evan Cheng
2007-07-05Here is the bulk of the sanitizing.Gabor Greif
2007-07-05PPC conditional branch predicate does not change after isel.Evan Cheng
2007-06-29Convert .cvsignore filesJohn Criswell
2007-06-29Prevent PPC::BCC first operand, the PRED number, from being isel'd into a LI ...Evan Cheng
2007-06-22Move ComputeMaskedBits, MaskedValueIsZero, and ComputeNumSignBits fromDan Gohman
2007-06-19describe an argument, hide it.Chris Lattner
2007-06-19If a function is vararg, never pass inreg arguments in registers. Thanks toChris Lattner
2007-06-14Rename MVT::getVectorBaseType to MVT::getVectorElementType.Dan Gohman
2007-06-13Handle blocks with 2 unconditional branches in AnalyzeBranch.Dale Johannesen
2007-06-08Add a utility routine to check for unpredicated terminator instruction.Evan Cheng
2007-05-29Implementation of compilation callback in PPC ELF32Nicolas Geoffray
2007-05-22name change requested by review of previous patchDale Johannesen
2007-05-22Make tail merging the default, except on powerPC. There was no prior artDale Johannesen
2007-05-21BlockHasNoFallThrough() now returns true if block ends with a return instruct...Evan Cheng
2007-05-18Apply this patch:Dan Gohman
2007-05-18RemoveBranch() and InsertBranch() now returns number of instructions deleted ...Evan Cheng