vector compares aren't allowed. It doesn't make sense to have an xfailed
[oota-llvm.git] / lib /
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
2007-04-03 Chris LattnerFix a bug I introduced with my patch yesterday which...
2007-04-03 Chris Lattnergreatly reduce hte default size of stringmap.
2007-04-03 Evan ChengFixed a bug that causes codegen of noop like add r0...
2007-04-03 Chris Lattnerreinstate the previous two patches, with a bugfix :)
2007-04-03 Nicolas GeoffrayStarting implementation of the ELF32 ABI specification...
2007-04-03 Nicolas GeoffrayThe PPC64 ELF ABI is "intended to use the same structur...
2007-04-03 Nicolas GeoffrayAddition to the previous commit for getCalleeSavedRegCl...
2007-04-03 Nicolas GeoffrayThe ELF ABI specifies F1-F8 registers as argument regis...
2007-04-03 Evan ChengReverting back to 1.723. The last two commits broke...
2007-04-03 Evan ChengInverted logic.
2007-04-03 Evan ChengBad bad bug. findRegisterUseOperand() returns -1 if...
2007-04-03 Bill WendlingChanged to new MMX_ recipes.
2007-04-03 Bill WendlingAdd FEMMS and ADDQ. Renamed MMX recipes to prepend...
2007-04-03 Chris Lattnersplit some code out into a helper function
2007-04-03 Chris LattnerSplit a whole ton of code out of visitICmpInst into...
2007-04-03 Chris LattnerFix PR1253 and xor2.ll:test[01]
2007-04-03 Chris LattnerArm supports negative strides as well, add them. This...
2007-04-02 Chris Lattnerallow -1 strides to reuse "1" strides.
2007-04-02 Scott Michel1. Insert custom lowering hooks for ISD::ROTR and ISD...
2007-04-02 Dale Johannesenfix off by 1 error in displacement computation
2007-04-02 Chris Lattnerfix the CodeGen/ARM/2007-03-13-InstrSched.ll regression...
2007-04-02 Evan ChengUgh. Copy coalescer does not update register numbers.
2007-04-02 Chris Lattneradd support for the 'w' inline asm register class.
2007-04-02 Zhou Sheng1. Make use of APInt operation instead of using Constan...
2007-04-02 Zhou ShengUse uint32_t for bitwidth instead of unsigned.
2007-04-02 Chris LattnerPass the type of the store access, not the type of...
2007-04-02 Chris LattnerFix a bug which caused us to never be able to use signe...
2007-04-02 Chris LattnerWrap long line
2007-04-02 Chris Lattneruse more obvious function name.
2007-04-02 Chris LattnerTreat xor of signbit like an add.
next