add ppc64 r+i stores with update.
[oota-llvm.git] / lib / Target / PowerPC /
2006-11-16 Chris Lattneradd ppc64 r+i stores with update.
2006-11-16 Chris Lattneradd patterns for ppc32 preinc stores. ppc64 next.
2006-11-16 Chris Lattnerswitch these back to the 'bad old way'
2006-11-15 Chris LattnerFix ppc64 epilog bug.
2006-11-15 Chris LattnerStop using isTwoAddress, switching to operand constrain...
2006-11-15 Evan ChengProperly transfer kill / dead info.
2006-11-15 Chris Lattnerfix ldu/stu jit encoding. Swith 64-bit preinc load...
2006-11-15 Chris LattnerFix the PPC regressions last night
2006-11-15 Chris LattnerSwitch loads over to use memri as the operand instead...
2006-11-14 Chris Lattnergroup load and store instructions together. No functio...
2006-11-14 Chris LattnerRework PPC64 calls. Now we have a LR8/CTR8 register...
2006-11-14 Chris Lattnerremove a ton of custom selection logic no longer needed
2006-11-14 Chris Lattnerlower "X = seteq Y, Z" to '(shr (ctlz (xor Y, Z)),...
2006-11-14 Chris Lattnerminor tweaks, reject vector preinc.
2006-11-13 Evan ChengMatches MachineInstr changes.
2006-11-13 Chris Lattnerteach the g5 hazard recognizer about update loads....
2006-11-11 Jim LaskeyMake sure stack link is set in 64-bit.
2006-11-11 Chris Lattnerimplement proper PPC64 prolog/epilog codegen.
2006-11-11 Jim LaskeyRunning with frame pointers prevented debugging, extern...
2006-11-11 Chris Lattnerallow the offset of a preinc'd load to be the low-part...
2006-11-11 Chris LattnerMark operands as symbol lo instead of imm32 so that...
2006-11-11 Chris Lattnerppc64 doesn't have lwau, don't attempt to form it.
2006-11-10 Chris Lattnerimplement preinc support for r+i loads on ppc64
2006-11-10 Chris Lattnerdform 8/9 are identical to dform 1
2006-11-10 Chris Lattneradd an initial cut at preinc loads for ppc32. This...
2006-11-10 Chris Lattneradd note about ugly codegen with preinc
2006-11-09 Evan ChengPPC supports i32 / i64 pre-inc load / store.
2006-11-09 Evan ChengRename ISD::MemOpAddrMode to ISD::MemIndexedMode
2006-11-08 Evan ChengMatch tblegen changes.
2006-11-08 Chris LattnerRefactor all the addressing mode selection stuff into...
2006-11-08 Chris Lattnercorrect the (currently unused) pattern for lwzu.
2006-11-07 Chris Lattneradd a note from viterbi
2006-11-07 Chris Lattnerfix encoding of BLR
2006-11-04 Chris Lattnerencode BLR predicate info for the JIT
2006-11-04 Chris LattnerGo through all kinds of trouble to mark 'blr' as having...
2006-11-03 Chris LattnerDescribe PPC predicates, which are a pair of CR# and...
2006-11-03 Chris Lattnerremove dead vars
2006-11-02 Chris Lattnerfix a bug reid noticed
2006-11-02 Reid SpencerFor PR786:
2006-11-02 Chris LattnerImplement the getRegForInlineAsmConstraint method for...
2006-10-31 Chris LattnerChange the prototype for TargetLowering::isOperandValid...
2006-10-31 Anton Korobeynikov1. Clean up code due to changes in SwitchTo*Section(2)
2006-10-30 Chris Lattnerfix miscompilation of llvm.isunordered, where we branch...
2006-10-30 Evan ChengAll targets expand BR_JT for now.
2006-10-28 Chris Lattnerimplement the BlockHasNoFallThrough hook
2006-10-28 Evan ChengDoh. Must check if GV is constant first before putting...
2006-10-28 Chris Lattnerdon't dist internal readme's
2006-10-27 Chris Lattnerthis doesn't occur any more in mason
2006-10-27 Chris Lattnerthe code in question is now:
2006-10-26 Evan ChengPlace cstrings in .cstring section.
2006-10-24 Devang PatelMove getPreferredAlignmentLog from AsmPrinter to TargetData
2006-10-24 Chris LattnerAdd intrinsics for the rest of the DCB* instructions.
2006-10-21 Chris LattnerImplement support for branch reversal, fix a bug in...
2006-10-21 Chris LattnerSimplify code, no functionality change
2006-10-21 Chris Lattnerimplement support for inserting a cond branch
2006-10-18 Chris Lattnerset the ppc64 stack pointer right, dynamic alloca now...
2006-10-18 Chris LattnerExpand alloca for ppc64
2006-10-17 Chris Lattnerexpose DWARF_LABEL opcode# so the branch folder can...
2006-10-17 Chris Lattneradd support for inserting an uncond branch
2006-10-17 Jim LaskeyUse S_debug for dwarf info.
2006-10-13 Chris Lattnerimplement branch inspection/modification methods.
2006-10-13 Evan ChengMerge ISD::TRUNCSTORE to ISD::STORE. Switch to using...
2006-10-13 Chris Lattneradd note
2006-10-13 Chris Lattnerset isBarrier correctly
2006-10-13 Chris LattnerCorrectly handle instruction separators.
2006-10-12 Chris Lattnermark adjcallstack up/down as clobbering and using the SP
2006-10-11 Evan ChengAdd properties to ComplexPattern.
2006-10-09 Evan ChengReflects ISD::LOAD / ISD::LOADX / LoadSDNode changes.
2006-10-05 Evan ChengMake use of getStore().
2006-10-05 Chris LattnerDon't bother setting JumpTableTextSection, it is about...
2006-10-05 Chris LattnerPass the MachineFunction into EmitJumpTableInfo.
2006-10-05 Chris LattnerMove getSectionForFunction to AsmPrinter, change it...
2006-10-05 Chris Lattnerimplement DarwinTargetAsmInfo::getSectionForFunction...
2006-10-05 Chris Lattneremit jump table before debug info
2006-10-05 Chris LattnerAlways emit the jump table after the function so it...
2006-10-04 Evan ChengCombine ISD::EXTLOAD, ISD::SEXTLOAD, ISD::ZEXTLOAD...
2006-09-28 Chris Lattnerwrap long lines
2006-09-28 Chris LattnerShift amounts are always 32-bits, even in 64-bit mode...
2006-09-27 Chris LattnerUse abstract private/comment directives, to increase...
2006-09-26 Chris LattnerCompile:
2006-09-22 Nate BegemanFold AND and ROTL more often
2006-09-20 Chris LattnerThe DarwinAsmPrinter need not check for isDarwin. ...
2006-09-20 Chris LattnerWrap some darwin'isms with isDarwin checks.
2006-09-20 Chris Lattneritem done
2006-09-20 Chris LattnerThis is already done
2006-09-20 Chris LattnerImprove PPC64 equality comparisons like PPC32 comparisons.
2006-09-20 Chris LattnerTwo improvements:
2006-09-20 Chris LattnerAdd a note that we should match rlwnm better
2006-09-20 Chris LattnerLegalize is no longer limited to cleverness with just...
2006-09-19 Chris LattnerFold the PPCISD shifts when presented with 0 inputs...
2006-09-14 Chris Lattneradd a note
2006-09-12 Evan ChengReflects MachineConstantPoolEntry changes.
2006-09-10 Nate BegemanBehold, more work on relocations. Things are looking...
2006-09-08 Nate BegemanFirst pass at supporting relocations. Relocations...
2006-09-08 Jim LaskeyMissing tab
2006-09-08 Nate BegemanWe actually do support object file writing, so don...
2006-09-07 Jim Laskey1. Remove condition on delete.
2006-09-07 Jim LaskeyMake target asm info a property of the target machine.
2006-09-07 Jim LaskeyBreak out target asm info into separate files.
2006-09-06 Jim LaskeySeparate target specific asm properties from the asm...
next