Reflects ISD::LOAD / ISD::LOADX / LoadSDNode changes.
[oota-llvm.git] / lib / Transforms /
2006-10-08 Chris LattnerImplement SROA of unions with mixed pointers/integers...
2006-10-08 Chris LattnerImplement Transforms/ScalarRepl/union-pointer.ll:test
2006-10-05 Chris Lattneradd a new SimplifyDemandedVectorElts method, which...
2006-10-04 Chris LattnerThis case isn't implemented yet. It seems unlikely...
2006-10-03 Nick LewyckySimplify logic further.
2006-10-03 Nick LewyckySimplify, now that predsimplify depends on break-crit...
2006-10-03 Nick LewyckyMove break-crit-edges before the predicate simplifier...
2006-10-03 Evan ChengRevert previous patch. Still breaking things.
2006-10-03 Chris LattnerFix PR932 and Analysis/Dominators/2006-10-02-BreakCritE...
2006-10-01 Chris LattnerFix a bug from r1.391 of this file, where we checked...
2006-09-30 Chris LattnerFix debug output
2006-09-30 Chris LattnerImplement SRA of heap allocations.
2006-09-30 Chris LattnerAdd some ifdef'd out debug info
2006-09-28 Chris LattnerEliminate ConstantBool::True and ConstantBool::False...
2006-09-28 Owen AndersonAnother attempt at making ArgPromotion smarter. This...
2006-09-28 Chris Lattnersimplify code
2006-09-27 Chris Lattnerset DEBUG_TYPE right
2006-09-23 Nick LewyckyStyle changes only. Remove dead code, fix a comment.
2006-09-23 Chris LattnerBe far more careful when splitting a loop header, eithe...
2006-09-23 Chris LattnerTeach UpdateDomInfoForRevectoredPreds to handle revecto...
2006-09-21 Chris LattnerFix Transforms/IndVarsSimplify/2006-09-20-LFTR-Crash.ll
2006-09-21 Nick LewyckyDon't rewrite ConstantExpr::get.
2006-09-20 Nick LewyckyOnce we're down to "setcc type constant1, constant2...
2006-09-20 Nick LewyckyUse a total ordering to compare instructions.
2006-09-20 Andrew Lenharthsimplify
2006-09-20 Chris LattnerWe went through all that trouble to compute whether...
2006-09-20 Evan ChengBack out Chris' last set of changes. This breaks 177...
2006-09-20 Evan Cheng80 col.
2006-09-19 Andrew LenharthIf we have an add, do it in the pointer realm, not...
2006-09-19 Chris Lattnerimplement select.ll:test19-22
2006-09-18 Nick LewyckyWalk down the dominator tree instead of the control...
2006-09-18 Chris LattnerFix an infinite loop building the CFE
2006-09-18 Chris LattnerImplement a trivial optzn: of vastart is never called...
2006-09-18 Chris LattnerImplement InstCombine/cast.ll:test31. This speeds...
2006-09-18 Chris LattnerImplement Transforms/InstCombine/shift-sra.ll:test0
2006-09-18 Chris LattnerRewrite shift/and/compare sequences to promote better...
2006-09-16 Chris LattnerFix Transforms/InstCombine/2006-09-15-CastToBool.ll...
2006-09-15 Chris Lattnerrevert previous two patches. They cause miscompilation...
2006-09-15 Owen AndersonRevert my previous work on ArgumentPromotion. Further...
2006-09-14 Anton KorobeynikovAdding dllimport, dllexport and external weak linkage...
2006-09-13 Chris LattnerSecond half of the fix for Transforms/Inline/inline_cle...
2006-09-13 Nick LewyckyAdd some more consistency checks.
2006-09-13 Nick LewyckyFix unionSets so that it can merge correctly.
2006-09-13 Chris LattnerImplement the first half of Transforms/Inline/inline_cl...
2006-09-13 Nick LewyckyErase dead instructions.
2006-09-13 Devang PatelInitialize DontInternalize.
2006-09-12 Chris LattnerAn sinkable instruction may exist with uses, if those...
2006-09-11 Chris LattnerFix PR905 and InstCombine/2006-09-11-EmptyStructCrash.ll
2006-09-11 Nick LewyckySkip the linear search if the answer is already known.
2006-09-10 Chris LattnerAllow tail duplication in more cases, relaxing the...
2006-09-10 Nick LewyckyReplace EquivalenceClasses with a custom-built data...
2006-09-09 Chris LattnerImplement Transforms/InstCombine/hoist_instr.ll
2006-09-09 Chris LattnerMake inlining costs more accurate.
2006-09-09 Chris LattnerTurn div X, (Cond ? Y : 0) -> div X, Y
2006-09-07 Chris LattnerThrottle back tail duplication to avoid creating really...
2006-09-05 Chris LattnerFix Duraid's changes to work when TLI is null. This...
2006-09-04 Duraid Madinaadd setJumpBufSize() and setJumpBufAlignment() to targe...
2006-09-02 Owen AndersonMake ArgumentPromotion handle recursive functions that...
2006-09-02 Nick LewyckyImprove handling of SelectInst.
2006-09-01 Nick LewyckyDon't confuse canonicalize and lookup. Fixes predsimpli...
2006-08-31 Nick LewyckyProperties where both Values weren't in the union ...
2006-08-30 Nick LewyckyMove to using the EquivalenceClass ADT. Removes SynSets.
2006-08-29 Devang PatelDo not rely on std::sort and std::erase to get list...
2006-08-29 Owen AndersonClean up a bit.
2006-08-28 Nick LewyckyAdd PredicateSimplifier pass. Collapses equal variables...
2006-08-28 Owen AndersonMake LoopUnroll fold excessive BasicBlocks. This resul...
2006-08-28 Chris Lattnersimplify AnalysisGroup registration, eliminating one...
2006-08-27 Chris Lattnereliminate RegisterOpt. It does the same thing as Regis...
2006-08-27 Chris Lattners|llvm/Support/Visibility.h|llvm/Support/Compiler.h|
2006-08-25 Owen AndersonFix a crash related to updating Phi nodes in the origin...
2006-08-25 Owen AndersonAdd an assertion to check that we're really preserving...
2006-08-25 Owen AndersonReapply the indvars patch, since nothing blew up last...
2006-08-25 Owen AndersonRevert my previous patch. Since there are some major...
2006-08-25 Owen AndersonSpecify that indvars actually preserve LCSSA. This...
2006-08-24 Owen AndersonImplement unrolling of multiblock loops. This signific...
2006-08-18 Reid SpencerFix a grammaro in a comment.
2006-08-14 Chris LattnerHandle single-entry PHI nodes correctly. This fixes...
2006-08-12 Chris LattnerDon't attempt to split subloops out of a loop with...
2006-08-12 Chris LattnerReimplement the loopsimplify code which deletes edges...
2006-08-07 Reid SpencerMake this example pass use some things from lib/Support...
2006-08-07 Reid SpencerFor PR780:
2006-08-03 Chris LattnerFix PR867 (and maybe 868) and testcsae:
2006-08-03 Chris LattnerChanges:
2006-08-02 Chris LattnerAdd special check to avoid isLoop call. Simple, but...
2006-08-02 Chris LattnerReplace the SSA update code in LCSSA with a bottom...
2006-07-20 Chris LattnerMinor comment tweaks
2006-07-20 Devang PatelMake it fit into 80 cols.
2006-07-20 Devang PatelAdd new constructor to accept vector of exported names...
2006-07-19 Owen AndersonAdd an assertion.
2006-07-19 Owen AndersonMake LoopUnroll not die on LCSSA Phis. This makes...
2006-07-19 Owen AndersonFix a error that hadn't yet cause any problems, but...
2006-07-18 Chris Lattnersilence warnings in a release build
2006-07-18 Evan ChengOnly reuse a previous IV if it would not require a...
2006-07-14 Chris Lattnereliminate some ugly code, using ConstantExpr::getWithOp...
2006-07-14 Owen AndersonHopefully the final attempt at making IndVars preserve...
2006-07-13 Chris LattnerRevert this patch temporarily until PR831 is fixed.
2006-07-12 Chris LattnerHandle instructions in the map, but that map to a null...
2006-07-12 Owen AndersonIndVars now (correctly) preserves LCSSA form.
2006-07-12 Chris LattnerIn addition to deleting calls, the inliner can constant...
2006-07-12 Chris LattnerChange the callgraph representation to store the callsi...
next