Fix 80 cols violations.
[oota-llvm.git] / lib /
2006-11-13 Chris Lattnerremove redundant code
2006-11-13 Nick LewyckyCute example from Chris Lattner.
2006-11-12 Bill WendlingInitialize some pointers to quiet the compiler (when...
2006-11-11 Jim LaskeyMake sure stack link is set in 64-bit.
2006-11-11 Reid SpencerRemvoe a do-nothing else block.
2006-11-11 Reid SpencerMake an assert comment match the tested assertion.
2006-11-11 Chris Lattnerimplement proper PPC64 prolog/epilog codegen.
2006-11-11 Reid SpencerFor PR998:
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 methods to add implicit def use operands to a MI.
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 Devang PatelImplement schedulePasses().
2006-11-11 Devang PatelImplement PassManagerImpl_New::add().
2006-11-11 Devang PatelWhile adding pass into the manager, process Analysis...
2006-11-11 Devang PatelRemove dead code.
2006-11-11 Devang PatelCode refactoring. Move common code into CommonPassManag...
2006-11-11 Devang PatelMove CommonPassManagerImpl from PassManager.h to PassMa...
2006-11-11 Devang PatelRemove analysis that is not preserved by the pass from...
2006-11-11 Devang PatelKeep track if analysis made available by the pass.
2006-11-11 Chris Lattnerdisallow preinc of a frameindex. This is not profitabl...
2006-11-11 Chris Lattnerreduce indentation by using early exits. No functional...
2006-11-11 Devang PatelKeep track of analysis required by the passes. Force...
2006-11-11 Chris Lattnermove big chunks of code out-of-line, no functionality...
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 LattnerFix InstCombine/2006-11-10-ashr-miscompile.ll a miscomp...
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 Chris LattnerFix a dag combiner bug exposed by my recent instcombine...
2006-11-10 Devang Patels/PassManagerAnalysisHelper/CommonPassManagerImpl
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 Evan ChengWhen forming a pre-indexed store, make sure ptr isn...
2006-11-10 Chris Lattnercommentate
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 Chris Lattnersecond patch to fix PR992/993.
2006-11-09 Chris LattnerMinimal patch to fix PR992/PR993
2006-11-09 Chris Lattnerif lazy compilation is disabled, print an error message...
2006-11-09 Chris Lattnerinit ivar
2006-11-09 Evan ChengPPC supports i32 / i64 pre-inc load / store.
2006-11-09 Evan ChengDon't attempt expensive pre-/post- indexed dag combine...
2006-11-09 Evan ChengAdd a mechanism to specify whether a target supports...
2006-11-09 Evan ChengRename ISD::MemOpAddrMode to ISD::MemIndexedMode
2006-11-09 Evan ChengRename ISD::MemOpAddrMode to ISD::MemIndexedMode
2006-11-09 Jim LaskeyAllows debugging llc self hosted.
2006-11-09 Jim LaskeyMerging dwarf info to a single compile unit.
2006-11-09 Rafael Espindolaimplement load effective address similar to the alpha...
2006-11-09 Chris Lattnersilence warnings
2006-11-09 Chris LattnerTeach ShrinkDemandedConstant how to handle X+C. This...
2006-11-09 Evan ChenggetPostIndexedAddressParts change: passes in load/store...
2006-11-09 Evan ChengRemove M_2_ADDR_FLAG.
2006-11-08 Evan ChengAdded indexed store node and patfrag's.
2006-11-08 Reid SpencerBump the bytecode version number to 7. Implement upgrad...
2006-11-08 Evan ChengUse movl+xchgl instead of pushl+popl.
2006-11-08 Evan ChengMatch tblegen changes.
2006-11-08 Evan ChengMatch more post-indexed ops.
2006-11-08 Chris Lattnerreenable factoring of GEP expressions, being more preci...
2006-11-08 Chris Lattnermake this code more efficient by not creating a phi...
2006-11-08 Jim LaskeyRemove redundant <cmath>.
2006-11-08 Chris Lattnerdisable this factoring optzn for GEPs for now, this...
2006-11-08 Rafael Espindolainitial implementation of addressing mode 2
2006-11-08 John CriswellInclude llvm/Support/DataTypes.h to define intptr_t.
2006-11-08 Jim LaskeyNow can re-enable debug label folding.
2006-11-08 Devang PatelSplit FunctionPassManager_New into FunctionPassManager_...
2006-11-08 Devang PatelSplit PassManager_New into PassManager_New and PassMana...
2006-11-08 Devang PatelMove BasicBlockPassManager_New, FunctionPassManager_New and
2006-11-08 Evan Cheng- When performing pre-/post- indexed load/store transfo...
2006-11-08 Evan ChengFixed a minor bug preventing some pre-indexed load...
2006-11-08 Reid SpencerFor PR950:
2006-11-08 Chris Lattnerregenerate
2006-11-08 Chris LattnerFix a bug noticed by Emil Mikulic.
2006-11-08 Evan ChengFix a obscure post-indexed load / store dag combine...
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-08 Devang PatelBeautify.
2006-11-08 Chris Lattneroptimize single MBB loops better. In particular, produce:
2006-11-07 Devang PatelUpdate new pass managers to use PassManagerAnalysisHelp...
2006-11-07 Chris Lattnerscalarrepl should not split the two elements of the...
2006-11-07 Devang PatelIntroduce PassManagerAnalysisHelper.
2006-11-07 Devang PatelAdd PassManager_New.
2006-11-07 Evan ChengFixed a bug which causes x86 be to incorrectly match
2006-11-07 Devang PatelAdd ModulePassManager_New.
2006-11-07 Jim LaskeyAccidently reran commit.
2006-11-07 Devang PatelAdd FunctionPassManager_New.
2006-11-07 Jim LaskeyMissed a label map, reverting till covered.
2006-11-07 Devang PatelAdd BasicBlockPassManager_New.
2006-11-07 Jim LaskeyMissed a label map, reverting till covered.
2006-11-07 Andrew LenharthOptionally allow comparison operations from affect...
2006-11-07 Andrew LenharthAllow loop detection during debug in forwarding nodes...
2006-11-07 Andrew Lenharthdebug type for DSA TD
next