If an indvar with a variable stride is used by the exit condition, go ahead
[oota-llvm.git] / lib / Target /
2006-11-17 Chris Lattnerimplement a todo: change a map into a vector
2006-11-17 Chris Lattnerfix typo
2006-11-16 Chris Lattnerimplicit_def_vrrc doesn't generate code.
2006-11-16 Evan ChengCorrect instructions for moving data between GR64 and...
2006-11-16 Evan ChengFix a potential bug: MOVPDI2DI, etc. are not copy instr...
2006-11-16 Jim LaskeyThis is a general clean up of the PowerPC ABI. Address...
2006-11-16 Chris Lattnerfix a regression that I introduced. stdu should scale...
2006-11-16 Evan ChengAlign stubs on 4 byte boundary. This fixes 447.dealII.
2006-11-16 Chris Lattneradd a statistic
2006-11-16 Chris Lattnerfix broken encoding
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 Chris Lattneradd a new field needed by the code emitter generator.
2006-11-15 Evan ChengProperly transfer kill / dead info.
2006-11-15 Evan ChengKill / dead info has been moved to MI's.
2006-11-15 Evan ChengcommuteInstruction should propagate kill / dead info.
2006-11-15 Chris Lattnerfix ldu/stu jit encoding. Swith 64-bit preinc load...
2006-11-15 Chris LattnerSimplify IntrinsicLowering and clarify that it is only...
2006-11-15 Chris LattnerRemove unneeded forward decls
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 Evan ChengRevert. This wasn't meant to be checked in.
2006-11-14 Chris Lattnergroup load and store instructions together. No functio...
2006-11-14 Chris LattnerFix predicates for unindexed stores so they don't accid...
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 Lattnerit would be nice of ctlz were lowered to bsf etc.
2006-11-14 Chris Lattnerlower "X = seteq Y, Z" to '(shr (ctlz (xor Y, Z)),...
2006-11-14 Chris Lattneradd a note
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-13 Nick LewyckyCute example from Chris Lattner.
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 Evan ChengAdd implicit use / def operands to created MI's.
2006-11-11 Evan ChengAdd all implicit defs to FP_REG_KILL mi.
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 Evan ChengAdd a note.
2006-11-10 Evan ChengThese are done.
2006-11-10 Evan ChengDon't dag combine floating point select to max and...
2006-11-10 Evan ChengFix a bug in SelectScalarSSELoad. Since the load is...
2006-11-10 Chris Lattnerdform 8/9 are identical to dform 1
2006-11-10 Evan ChengFix a potential bug.
2006-11-10 Evan ChengAdd implicit def / use operands to MachineInstr.
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-10 Evan ChengUse TargetInstrInfo::getNumOperands() instead of Machin...
2006-11-10 Anton KorobeynikovFixing PR990: http://llvm.org/PR990.
2006-11-10 Chris Lattneradd a note about viterbi
2006-11-09 Evan ChengPPC supports i32 / i64 pre-inc load / store.
2006-11-09 Evan ChengRename ISD::MemOpAddrMode to ISD::MemIndexedMode
2006-11-09 Evan ChengRename ISD::MemOpAddrMode to ISD::MemIndexedMode
2006-11-09 Rafael Espindolaimplement load effective address similar to the alpha...
2006-11-09 Evan ChengRemove M_2_ADDR_FLAG.
2006-11-08 Evan ChengAdded indexed store node and patfrag's.
2006-11-08 Evan ChengUse movl+xchgl instead of pushl+popl.
2006-11-08 Evan ChengMatch tblegen changes.
2006-11-08 Rafael Espindolainitial implementation of addressing mode 2
2006-11-08 Reid SpencerFor PR950:
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 Evan ChengFixed a bug which causes x86 be to incorrectly match
2006-11-07 Chris Lattneradd a note from viterbi
2006-11-07 Chris Lattnerfix encoding of BLR
2006-11-06 Chris Lattneradd a note
2006-11-05 Jeff CohenUnbreak VC++ build.
2006-11-05 Reid SpencerFix a bug in the last patch and convert to && instead...
2006-11-05 Reid SpencerImplement the -enabled-cbe-printf-a feature.
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 Lattnerinitial steps to getting the predicate on PPC::BLR...
2006-11-03 Chris Lattnerremove dead var
2006-11-03 Chris Lattnerremove dead/redundant vars
2006-11-03 Chris Lattnerremove redundant/dead vars
2006-11-03 Chris Lattnerremove dead vars
2006-11-03 Chris Lattneradd a note
2006-11-03 Rafael Espindolarevert previous patch
2006-11-03 Evan ChengDead code.
2006-11-03 Rafael Espindolaadd createCFGSimplificationPass to ARMTargetMachine...
2006-11-03 Chris Lattnersilence warning
2006-11-03 Chris Lattnersilence warnings.
2006-11-03 Chris Lattnersilence warning
2006-11-03 Chris Lattnersilence warnings
2006-11-03 Reid SpencerMake CBackend -pedantic clean.
2006-11-02 Chris Lattnerfix a bug reid noticed
2006-11-02 Reid SpencerFor PR786:
2006-11-02 Rafael Espindolamove ARMCondCodeToString to ARMAsmPrinter.cpp
2006-11-02 Andrew Lenharthfix 2006-11-01-vastart.ll
2006-11-02 Reid SpencerFor PR950:
2006-11-02 Chris LattnerImplement the getRegForInlineAsmConstraint method for...
2006-11-01 Evan ChengRename
next