Regenerate
[oota-llvm.git] / lib /
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
2007-04-07 Chris LattnerFix bugs in strncmp.
2007-04-07 Chris Lattnerfix 3 miscompilations and several compielr crashes...
2007-04-06 Chris LattnerFix several nasty bugs in the strchr optimizer, this...
2007-04-06 Chris Lattnerclean up strcat optimizer, no functionality change.
2007-04-06 Chris Lattnerrename getConstantStringLength -> GetConstantStringInfo...
2007-04-06 Chris Lattnerrearchitect the registration mechanism used by the...
2007-04-06 Chris Lattnerimplement Transforms/InstCombine/malloc2.ll and PR1313
2007-04-06 Chris Lattnerminor comment fix
2007-04-06 Reid SpencerFor PR1209:
2007-04-05 Chris Lattnerremove the dead removeArgument method, rename Options...
2007-04-05 Chris LattnerFix Transforms/GlobalOpt/2007-04-05-Crash.ll
2007-04-05 Chris LattnerUse a worklist-driven algorithm instead of a recursive...
2007-04-05 Reid SpencerChange the bit_part_select (non)implementation from...
2007-04-04 Reid SpencerImplement the llvm.bit.part_select.iN.iN.iN overloaded...
2007-04-04 Reid SpencerSquelch a warning about mismatch between sign of consta...
2007-04-04 Anton KorobeynikovProperly emit range comparisons for switch cases, where...
2007-04-04 Dale JohannesenPrevent transformConstExprCastCall from generating...
2007-04-04 Chris Lattnerstringmap memory managed with malloc now
2007-04-04 Jeff CohenFix 2007-04-04-BadFoldBitcastIntoMalloc.ll
2007-04-04 Evan ChengRe-materialize all loads from fixed stack slots.
2007-04-04 Evan ChengTrivially re-materializable instructions have spill...
2007-04-04 Reid SpencerFor PR1302:
2007-04-04 Duncan SandsFix comment.
2007-04-04 Reid SpencerFor PR1302:
2007-04-04 Reid SpencerFor PR1302:
2007-04-04 Reid SpencerFor PR1302:
2007-04-04 Chris Lattneruse calloc instead of new/memset, it is more efficient
2007-04-04 Chris LattnerExtend StringMap to support being initialized as comple...
2007-04-04 Evan ChengImplement inline asm modifier P.
2007-04-04 Evan ChengTypo.
2007-04-03 Bill WendlingAdding more MMX instructions.
2007-04-03 Chris Lattnermake a new missing features section
2007-04-03 Evan ChengRemove unused constant pool entries.
2007-04-03 Bill WendlingUpdated
next