oota-llvm.git
2007-04-07 Reid SpencerAvoid a useless temporary constrution.
2007-04-07 Reid SpencerFor PR1291:
2007-04-07 Reid SpencerUpdate for PathWithStatus
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 Duncan SandsRephrase linker explanation.
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 Reid SpencerRegenerate.
2007-04-07 Reid SpencerFor PR1312:
2007-04-07 Nick LewyckyAdd support for cast instructions.
2007-04-07 Nick LewyckyAdd signExtend to ConstantRange, to complement zeroExte...
2007-04-07 Jeff CohenUnbreak VC++ build.
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 Reid SpencerTerminate some lines that need to be.
2007-04-07 Nick LewyckySupport NE inequality in ValueRanges.
2007-04-07 Owen AndersonExpunge DomSet from LoadValueNumbering. This is part...
2007-04-07 Chris Lattneradd loop rot
2007-04-07 Reid SpencerReinstate the SVN capability without requiring Date...
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 Lattnertestcase for PR1307
2007-04-06 Chris Lattnerclean up strcat optimizer, no functionality change.
2007-04-06 Chris Lattnerrename getConstantStringLength -> GetConstantStringInfo...
2007-04-06 Jeff CohenTrack new header file.
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 Lattnernew testcase, update old one.
2007-04-06 Chris LattnerSwitch some vectors to smallvectors. This reduces...
2007-04-06 Chris LattnerEliminate unneeded virtual methods
2007-04-06 Chris Lattnerminor comment fix
2007-04-06 Reid SpencerFor PR1209:
2007-04-05 Reid SpencerXFAIL this test for now. It will be a while before...
2007-04-05 Chris Lattnereliminate a virtual method
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 Lattnernew testcase that crashes globalopt
2007-04-05 Dale Johannesentestcase for padding before zero-length fields.
2007-04-05 Devang PatelNew tests for Packed structs.
2007-04-05 Devang PatelNew tests for Packed structs.
2007-04-05 Chris Lattnerrun a late dce pass to clean up extra cruft.
2007-04-05 Anton KorobeynikovFix test
2007-04-05 Chris LattnerAdd a helper class (APSInt) which can represent an...
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 SpencerIgnore some things generated by bugpoint.
2007-04-04 Lauro Ramos... Fix release build.
2007-04-04 Jeff CohenFix some FreeBSD/amd64 regressions.
2007-04-04 Reid SpencerSquelch a warning about mismatch between sign of consta...
2007-04-04 Anton KorobeynikovFix test
2007-04-04 Anton KorobeynikovProperly emit range comparisons for switch cases, where...
2007-04-04 Jeff CohenAny add is wrong, regardless of type.
2007-04-04 Jeff CohenGet it right...
2007-04-04 Dale JohannesenTest for transformConstExprCastCall fix.
2007-04-04 Dale JohannesenPrevent transformConstExprCastCall from generating...
2007-04-04 Reid SpencerRemove the part_set intrinsic. It won't get implemented...
2007-04-04 Chris Lattnerstringmap memory managed with malloc now
2007-04-04 Jeff CohenFix 2007-04-04-BadFoldBitcastIntoMalloc.ll
2007-04-04 Jeff CohenAdd new test.
2007-04-04 Evan ChengBetter still.
2007-04-04 Evan ChengFix test case.
2007-04-04 Evan ChengThese got better.
2007-04-04 Evan ChengRe-materialize all loads from fixed stack slots.
2007-04-04 Evan ChengAdd isFixedObjectIndex. It returns true if the stack...
2007-04-04 Evan ChengTrivially re-materializable instructions have spill...
2007-04-04 Reid SpencerRevert this until the Date::Parse module can be install...
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 SpencerMake the LinkInFile and LinkInLibrary both return an...
2007-04-04 Reid SpencerFor PR1302:
2007-04-04 Reid SpencerFor PR1302:
2007-04-04 Reid SpencerFor PR1302:
2007-04-04 Chris Lattnertrivial optimization
2007-04-04 Reid SpencerAppease Chris' pedantic streak.
2007-04-04 Reid SpencerFix links to intrinsic functions outside LangRef.html
2007-04-04 Reid SpencerRemove intrinsics that we will not be implementing.
2007-04-04 Chris Lattneruse calloc instead of new/memset, it is more efficient
2007-04-04 Chris LattnerInitialize the symbol table to zero explicitly. This...
next