Mark vector ctpop, cttz, and ctlz as Expand on x86.
[oota-llvm.git] / lib / Target / PowerPC /
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'.
2007-05-01 Devang PatelDo not use typeinfo to identify pass in pass manager.
2007-05-01 Evan ChengeliminateFrameIndex() change.
2007-05-01 Nate Begemanllvm bug #1350, parts 1, 2, and 3.
2007-04-25 Evan ChengMatch MachineFunction::UsedPhysRegs changes.
2007-04-25 Evan ChengRelex assertions to account for additional implicit...
2007-04-24 Chris LattnerFix PR1351 and CodeGen/PowerPC/2007-04-24-InlineAsm...
2007-04-09 Chris LattnerFix a bug in PPCTargetLowering::isLegalAddressingMode...
2007-04-04 Reid SpencerSquelch a warning about mismatch between sign of consta...
2007-04-03 Nicolas GeoffrayStarting implementation of the ELF32 ABI specification...
2007-04-03 Nicolas GeoffrayThe PPC64 ELF ABI is "intended to use the same structur...
2007-04-03 Nicolas GeoffrayAddition to the previous commit for getCalleeSavedRegCl...
2007-04-03 Nicolas GeoffrayThe ELF ABI specifies F1-F8 registers as argument regis...
2007-04-02 Chris LattnerFix a bug which caused us to never be able to use signe...
2007-03-31 Chris Lattneradd a note
2007-03-30 Chris Lattnerimplement the new addressing mode description hook.
2007-03-27 Lauro Ramos Venancio"The C standards do say that "char" may either be a...
2007-03-25 Chris Lattneradd a note
2007-03-25 Chris Lattneradd a note
2007-03-25 Chris LattnerFix CodeGen/PowerPC/2007-03-24-cntlzd.ll
2007-03-25 Chris Lattnerswitch TargetLowering::getConstraintType to take the...
2007-03-21 Nicolas GeoffrayProtect R31's frame offset from being used by callee...
2007-03-20 Evan ChengAdded MRegisterInfo hook to re-materialize an instruction.
2007-03-13 Nicolas GeoffrayStack and register alignment of call arguments in the...
2007-03-12 Evan ChengMore flexible TargetLowering LSR hooks for testing...
2007-03-08 Evan ChengPutting more constants which do not contain relocations...
2007-03-08 Evan ChengFor Darwin, put constant data into .const, .const_data...
2007-03-06 Evan ChengMinor interface change.
next