Fix build problem.
[oota-llvm.git] / lib /
2007-04-10 Jeff CohenFix build problem.
2007-04-09 Chris LattnerStrengthen the boundary conditions of this fold, implem...
2007-04-09 Jeff CohenNo longer needed.
2007-04-09 Owen AndersonRe-constify things that don't break the build. Last...
2007-04-09 Chris Lattnerremove dead target hooks.
2007-04-09 Chris Lattnerremove dead target hooks
2007-04-09 Chris Lattnerremove some dead hooks
2007-04-09 Chris Lattnereliminate the last uses of some TLI methods.
2007-04-09 Owen AndersonUnconst-ify stuff that broke the build.
2007-04-09 Owen AndersonConst-ify some parameters, and some cosmetic cleanups...
2007-04-09 Owen AndersonTabs -> Spaces
2007-04-09 Chris Lattnerremove some dead target hooks, subsumed by isLegalAddre...
2007-04-09 Owen AndersonImprove some _slow_ behavior introduced in my patches...
2007-04-09 Chris Lattnerswitch LSR to use isLegalAddressingMode instead of...
2007-04-09 Devang PatelCheck _all_ PHINodes.
2007-04-09 Chris LattnerFix a bug in PPCTargetLowering::isLegalAddressingMode...
2007-04-09 Anton KorobeynikovUse integer log for metric calculation
2007-04-09 Devang PatelInsert new pre-header before new header. Original pre...
2007-04-09 Chris LattnerFix a bug where calling materializeModule could corrupt...
2007-04-09 Devang PatelPreserve canonical loop form.
2007-04-09 Jeff CohenWhen the number of elements is zero, don't malloc 32GB...
2007-04-09 Reid SpencerDon't link against System or Support library. These...
2007-04-09 Devang PatelDo not create new pre-header. Reuse original pre-header.
2007-04-09 Reid SpencerFor PR1146:
2007-04-09 Reid SpencerRemove a memory leak, until ParamAttrsList is uniqued.
2007-04-09 Devang PatelSimpler for() loops.
2007-04-09 Devang PatelFix future bug. Of course, Chris spotted this.
2007-04-09 Devang PatelMore cosmetic changes.
2007-04-09 Devang PatelOnly cosmetic changes. Zero functionality Change.
2007-04-09 Reid SpencerFor PR1146:
2007-04-09 Jeff CohenUnbreak VC++ build.
2007-04-09 Anton KorobeynikovNext stage into switch lowering refactoring
2007-04-09 Chris LattnerConvert ImmediateDominators::DFSPass from being recursi...
2007-04-09 Reid SpencerFor PR1146:
2007-04-09 Reid SpencerRegenerate
2007-04-09 Reid SpencerFor PR1146:
2007-04-09 Reid SpencerFor PR1146:
2007-04-09 Reid SpencerFor PR1146:
2007-04-09 Reid SpencerFor PR1146:
2007-04-09 Chris Lattnerminor cleanups
2007-04-09 Reid SpencerFor PR1146:
2007-04-09 Chris Lattnermove a bunch of register constraints from being handled by
2007-04-09 Chris Lattnerimplement support for CodeGen/X86/inline-asm-x-scalar...
2007-04-09 Chris Lattnerimplement CodeGen/X86/inline-asm-x-scalar.ll:test3
2007-04-09 Chris Lattneradd some assertions
2007-04-09 Chris Lattnerimplement CodeGen/X86/inline-asm-x-scalar.ll
2007-04-09 Owen AndersonMove isReachableFromEntry out of line to avoid an unnec...
2007-04-09 Chris LattnerFix a bug that caused alignment information to occasion...
2007-04-09 Reid SpencerRegenerate
2007-04-09 Reid SpencerDrop the implementation keyword.
2007-04-09 Chris LattnerFix PR1304 and Transforms/InstCombine/2007-04-08-Single...
2007-04-09 Chris LattnerFix a bug introduced with my previous patch, where...
2007-04-09 Chris LattnerEliminate useless insertelement instructions. This...
2007-04-09 Owen AndersonCleanup some from my DomSet-removal changes. Add a new
2007-04-09 Chris LattnerFix CodeGen/Generic/2007-04-08-MultipleFrameIndices...
2007-04-09 Chris LattnerFix PR1316
2007-04-08 Reid SpencerNo functional change, this is just easier to read and...
2007-04-08 Chris LattnerFix for CodeGen/X86/2007-04-08-InlineAsmCrash.ll and...
2007-04-08 Owen AndersonRemove DomSet completely. This concludes work on PR1171.
2007-04-08 Reid SpencerMake sure temporary data is not used past its life...
2007-04-08 Chris LattnerFix a typo that broke SimplifyLibCalls/SPrintF.ll ...
2007-04-08 Chris Lattnerreenable this xform, whoops :)
2007-04-08 Chris LattnerFix regression on Instcombine/apint-or2.ll
2007-04-08 Chris LattnerGeneralize the code that handles (A&B)|(A&C) to work...
2007-04-08 Chris Lattnerimplement a fixme: move optimizations for fwrite out...
2007-04-08 Nick LewyckyRemove DominatorSet usage from LoopSimplify. Patch...
2007-04-08 Nick LewyckyDon't crash when encountering a BasicBlock that hasn...
2007-04-07 Chris LattnerSignificantly simplify the clients of GetConstantString...
2007-04-07 Chris LattnerFix problems in the sprintf optimizer
2007-04-07 Chris LattnerChange CastToCStr to take a pointer instead of a reference.
2007-04-07 Jeff CohenUnbreak VC++ build.
2007-04-07 Chris LattnerFix an off-by-one error that broke Prolangs/deriv2...
2007-04-07 Reid SpencerAvoid a useless temporary constrution.
2007-04-07 Reid SpencerFix another PathWithStatus issue.
2007-04-07 Reid SpencerFor PR1291:
2007-04-07 Reid SpencerFor PR1291:
2007-04-07 Owen AndersonAdd DomSet back, and revert the changes to LoopSimplify...
2007-04-07 Zhou ShengEliminate unnecessary APInt construction.
2007-04-07 Zhou ShengMake APInt variables do the computation stuffs instead of
2007-04-07 Zhou ShengEliminate unnecessary zext/trunc stuffs.
2007-04-07 Nick LewyckyAdd support for cast instructions.
2007-04-07 Nick LewyckyAdd signExtend to ConstantRange, to complement zeroExte...
2007-04-07 Owen AndersonCompletely purge DomSet. This is the (hopefully) final...
2007-04-07 Owen AndersonCompletely purge DomSet from LoopSimplify. This is...
2007-04-07 Owen AndersonBreakCriticalEdges does still preserve DominatorTree.
2007-04-07 Owen AndersonExpunge DomSet from BreakCriticalEdges. This is part...
2007-04-07 Chris LattnerFix a bug in my earlier commit which exposed positional...
2007-04-07 Owen AndersonExpunge DomSet from CodeExtractor. This is part of...
2007-04-07 Nick LewyckySupport NE inequality in ValueRanges.
2007-04-07 Owen AndersonExpunge DomSet from LoadValueNumbering. This is part...
2007-04-07 Owen AndersonExpunge a bunch of uses of DomSet from LoopSimplify...
2007-04-07 Nick LewyckyCleanup. Refactor out the applying of value ranges...
2007-04-07 Nick LewyckyUse TargetData to find the size of a type.
2007-04-07 Nick LewyckyStrengthen icmp snuggling by doing 'compare-or-equal...
2007-04-07 Devang PatelAdd loop rotation pass.
2007-04-07 Chris Lattnerfix a miscompilation in printf optimizer.
2007-04-07 Chris Lattnertrunc to bool no longer compares against zero
2007-04-07 Chris Lattnercleanups for strlen optimizer
2007-04-07 Chris LattnerIntroduce a new ReplaceCallWith method, which simplifie...
2007-04-07 Chris Lattnerfixes for strcpy optimizer
next