Fix fallout from my last patch: don't reject varargs functions :)
[oota-llvm.git] / lib / Target / PowerPC /
2007-12-02 Evan ChengRemove redundant foldMemoryOperand variants and other...
2007-12-01 Evan ChengAllow some reloads to be folded in multi-use cases...
2007-11-28 Chris LattnerImplement ExpandOperationResult for ppc i64 fp->int...
2007-11-27 Chris LattnerFix a crash on invalid code due to memcpy lowering.
2007-11-20 Dale JohannesenFix .eh table linkage issues on Darwin. Some EH support
2007-11-19 Dan GohmanRemove meaningless qualifiers from return types, avoidi...
2007-11-13 Dale JohannesenRevert previous; these files aren't ready to go in...
2007-11-13 Dale JohannesenAdd parameter to getDwarfRegNum to permit targets
2007-11-13 Bill WendlingUnifacalize the CALLSEQ{START,END} stuff.
2007-11-13 Bill WendlingUnify CALLSEQ_{START,END}. They take 4 parameters:...
2007-11-12 Anton KorobeynikovCompletely forgot, that we have some debug information...
2007-11-12 Owen AndersonAdd a flag for indirect branch instructions.
2007-11-11 Anton KorobeynikovUse TableGen to emit information for dwarf register...
2007-11-05 Duncan SandsEliminate the remaining uses of getTypeSize. This
2007-11-04 Nick LewyckyFix crash before main on ppc/linux with static construc...
2007-10-23 Dale JohannesenDisable a couple more things for ppcf128.
2007-10-23 Evan ChengTemporary solution: added a different set of BCTRL_Mach...
2007-10-22 Evan ChengUse ptr type in the immediate field of a BxA instructio...
2007-10-19 Chris Lattnercomment fixes
2007-10-19 Dale JohannesenMore ppcf128 issues (maybe the last)?
2007-10-18 Evan Cheng- Added getOpcodeAfterMemoryUnfold(). It doesn't unfold...
2007-10-18 Evan ChengUse SmallVectorImpl instead of SmallVector with hardcod...
2007-10-16 Chris LattnerFix a bug handling frame references in ppc inline asm...
2007-10-15 Chris LattnerChange LowerFP_TO_SINT to create the specific code...
2007-10-14 Evan ChengRevert 42908 for now.
2007-10-14 Dale JohannesenFix type mismatch error in PPC Altivec (only causes
2007-10-12 Dan GohmanChange the names used for internal labels to use the...
2007-10-12 Dan GohmanMark vector pow, ctpop, cttz, and ctlz as Expand on...
2007-10-11 Dan GohmanSet ISD::FPOW to Expand.
2007-10-10 Dale JohannesenNext PPC long double bits: ppcf128->i32 conversion.
2007-10-08 Dan GohmanWhen we start enabling SMUL_LOHI/UMUL_LOHI or SDIVREM...
2007-10-06 Dale JohannesenNext powerpc long double bits. Comparisons work,
2007-10-05 Dale JohannesenFirst round of ppc long double. call/return and
2007-10-05 Evan Cheng- Added a few target hooks to generate load / store...
2007-10-03 Dan GohmanUse empty() member functions when that's what's being...
2007-09-27 Dan GohmanTargetAsmInfo::getAddressSize() was incorrect for x86...
2007-09-26 Evan ChengAllow copyRegToReg to emit cross register classes copies.
2007-09-25 Dan GohmanMore explicit keywords.
2007-09-21 Evan ChengHonor user-defined section specification of a global...
2007-09-20 Devang PatelDo not override user specified section.
2007-09-14 Dan GohmanRemove isReg, isImm, and isMBB, and change all their...
2007-09-14 Evan ChengFix comments.
2007-09-11 Bill WendlingEnable indirect encoding for the personality function
2007-09-11 Evan ChengRemove (somewhat confusing) Imp<> helper, use let Defs...
2007-09-11 Duncan SandsFold the adjust_trampoline intrinsic into
2007-09-10 Chris LattnerAdd some notes about better flag handling.
2007-09-07 Bill WendlingAdd missing index versions of instructions to the map.
2007-09-07 Owen AndersonAdd lengthof and endof templates that hide a lot of...
2007-09-05 Bill WendlingLVXL and STVXL are also a load and store resp.
2007-09-05 Bill WendlingAdd the 64-bit versions of the DS* Altivec instructions.
2007-09-04 Evan ChengFix for PR1613: added 64-bit rotate left PPC instructio...
2007-08-31 Dale JohannesenEnhance APFloat to retain bits of NaNs (fixes oggenc).
2007-08-30 Evan ChengAdd a variant of foldMemoryOperand to fold any load...
2007-08-30 Bill WendlingUse i64 on a PPC64 machine
2007-08-25 Chris Lattnerrename isOperandValidForConstraint to LowerAsmOperandFo...
2007-08-24 Chris LattnerDisable EH generation until PPC works 100%.
2007-08-23 Chris Lattnernew example
2007-08-09 Dale JohannesenFix arguments for some Altivec instructions. From...
2007-08-07 Dale JohannesenFix spelling of mtvscr and mfvscr.
2007-08-03 Dale Johannesenlong double patch 2 of N. Handle it in TargetData.
2007-08-02 Dan GohmanMore explicit keywords.
2007-08-01 Evan ChengSome out operands were incorrectly specified as input...
2007-07-30 Evan ChengVector fneg must be expanded into fsub -0.0, X.
2007-07-27 Duncan SandsSupport for trampolines, except for X86 codegen which is
2007-07-25 Dan GohmanDon't ignore the return value of AsmPrinter::doInitiali...
2007-07-25 Nick LewyckyFix debug info and globals filled with zeros.
2007-07-21 Evan ChengNo more noResults.
2007-07-20 Evan ChengAdded -print-emitted-asm to print out JIT generated...
2007-07-20 Evan ChengOops. These stores actually produce results.
2007-07-19 Evan ChengChange instruction description to split OperandList...
2007-07-14 Anton KorobeynikovLong live the exception handling!
2007-07-13 Dale JohannesenSkeleton of post-RA scheduler; doesn't do anything...
2007-07-11 Lauro Ramos VenancioAssert when TLS is not implemented.
2007-07-09 Dan GohmanChange getCopyToParts and getCopyFromParts to always...
2007-07-09 Chris LattnerThe various "getModuleMatchQuality" implementations...
2007-07-06 Evan ChengDo away with ImmutablePredicateOperand.
2007-07-05 Gabor GreifHere is the bulk of the sanitizing.
2007-07-05 Evan ChengPPC conditional branch predicate does not change after...
2007-06-29 John CriswellConvert .cvsignore files
2007-06-29 Evan ChengPrevent PPC::BCC first operand, the PRED number, from...
2007-06-22 Dan GohmanMove ComputeMaskedBits, MaskedValueIsZero, and ComputeN...
2007-06-19 Chris Lattnerdescribe an argument, hide it.
2007-06-19 Chris LattnerIf a function is vararg, never pass inreg arguments...
2007-06-14 Dan GohmanRename MVT::getVectorBaseType to MVT::getVectorElementType.
2007-06-13 Dale JohannesenHandle blocks with 2 unconditional branches in AnalyzeB...
2007-06-08 Evan ChengAdd a utility routine to check for unpredicated termina...
2007-05-29 Nicolas GeoffrayImplementation of compilation callback in PPC ELF32
2007-05-22 Dale Johannesenname change requested by review of previous patch
2007-05-22 Dale JohannesenMake tail merging the default, except on powerPC. ...
2007-05-21 Evan ChengBlockHasNoFallThrough() now returns true if block ends...
2007-05-18 Dan GohmanApply this patch:
2007-05-18 Evan ChengRemoveBranch() and InsertBranch() now returns number...
2007-05-17 Chris Lattneradd support for 128-bit add/sub on ppc64
2007-05-15 Chris Lattnerfix some subtle inline asm selection issues
2007-05-08 Evan ChengPredicateOperand can be used as a normal operand for...
2007-05-08 Evan ChengR0 is a sub-register of X0, etc.
2007-05-03 Chris Lattnerrevert accidental commit
2007-05-03 Chris Lattneradd support for printing offset of global
2007-05-03 Devang PatelDrop 'const'
2007-05-02 Devang PatelUse 'static const char' instead of 'static const int'.
next