s|llvm/Support/Visibility.h|llvm/Support/Compiler.h|
[oota-llvm.git] / lib / Transforms / Scalar /
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-03 Chris LattnerChanges:
2006-07-20 Chris LattnerMinor comment tweaks
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 Evan ChengOnly reuse a previous IV if it would not require a...
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 Owen AndersonIndVars now (correctly) preserves LCSSA form.
2006-07-11 Chris LattnerSilence a warning produced in assertions-disabled mode
2006-07-11 Owen AndersonRevert my indvars changes because they were breaking...
2006-07-10 Owen AndersonAdd a comment, and fix a typo that broke the build.
2006-07-10 Owen AndersonDon't indent the entire function.
2006-07-10 Chris LattnerRecognize 16-bit bswaps by relaxing overconstrained...
2006-07-10 Owen AndersonMake instcombine not remove Phi nodes when LCSSA is...
2006-06-28 Chris LattnerUse hidden visibility to make symbols in an anonymous...
2006-06-28 Chris LattnerShrink libllvmgcc.dylib by another 23K
2006-06-28 Owen AndersonSwitch to a very conservative heuristic for determining...
2006-06-28 Chris LattnerFix Transforms/InstCombine/2006-06-28-infloop.ll
2006-06-28 Chris LattnerDon't unswitch really large loops even if they are...
2006-06-28 Andrew LenharthCatch more function pointer casting problems
2006-06-27 Owen AndersonFix for 2006-06-27-DeadSwitchCase.ll
2006-06-27 Owen AndersonDe-pessimize the handling of LCSSA Phi nodes in IndVarS...
2006-06-26 Chris Lattnerrandom code cleanups, no functionality change
2006-06-26 Owen AndersonMake LoopUnswitch able to unswitch loops with live...
2006-06-17 Chris LattnerFix IndVarsSimplify/2006-06-16-Indvar-LCSSA-Crash.ll...
2006-06-15 Chris LattnerImplement Transforms/InstCombine/bswap.ll, turning...
2006-06-14 Chris LattnerFix Transforms/LoopUnswitch/2006-06-13-SingleEntryPHI...
2006-06-12 Owen AndersonReapply my 6/9 changes. The bug Evan saw no longer...
2006-06-11 Evan ChengBack out Owen's 6/9 changes. They broke MultiSource...
2006-06-09 Owen AndersonAdd LCSSA as a requirement for LoopUnswitch, and assert...
2006-06-09 Evan ChengRewriteExpr, either the new PHI node of induction varia...
2006-06-07 Reid SpencerFix a spello in a comment.
2006-06-06 Chris LattnerFix a bug in a recent patch. This fixes UnitTests...
2006-06-02 Chris LattnerRemove unneeded hook. Patch by Anton K. Thanks!
2006-06-01 Chris LattnerSilence a -pedantic warning.
2006-05-31 Chris LattnerSwap the order of operands created here. For +&|^...
2006-05-26 Chris LattnerImplement Transforms/InstCombine/store.ll:test2.
2006-05-26 Chris LattnerTransform things like (splat(splat)) -> splat
2006-05-25 Chris LattnerIntroduce a helper function that simplifies interpretat...
2006-05-25 Chris LattnerTurn (cast (shuffle (cast)) -> shuffle (cast) if it...
2006-05-25 Chris Lattnerextract element from a shuffle vector can be trivially...
2006-05-20 Chris LattnerSilence a bogus gcc warning
2006-05-14 Evan ChengBacking out last check-in for now. It's causing an...
2006-05-13 Chris LattnerAdd/Sub/Mul are safe to promote here as well. Incremen...
2006-05-13 Chris LattnerImplement simple promotion for cast elimination in...
2006-05-11 Chris LattnerRefactor some code, making it simpler.
2006-05-10 Chris LattnerTwo changes:
2006-05-06 Chris LattnerMove some code around.
2006-05-05 Chris LattnerFix an infinite loop compiling oggenc last night.
2006-05-05 Chris LattnerImplement InstCombine/cast.ll:test29
2006-05-04 Chris LattnerFix Transforms/InstCombine/2006-05-04-DemandedBitCrash.ll
2006-04-28 Chris LattnerFix InstCombine/2006-04-28-ShiftShiftLongLong.ll
2006-04-28 Chris LattnerFix Transforms/Reassociate/2006-04-27-ReassociateVector.ll
2006-04-27 Chris LattnerAdd support for inserting undef into a vector. This...
2006-04-20 Chris LattnerFix Transforms/ScalarRepl/2006-04-20-PromoteCrash.ll
2006-04-20 Andrew LenharthMake code match cvs commit message :)
2006-04-20 Andrew LenharthIf we can convert the return pointer type into an integ...
2006-04-17 Chris LattnerTurn x86 unaligned load/store intrinsics into aligned...
2006-04-16 Chris LattnerFix a bug in the 'shuffle(undef,x,mask) -> shuffle...
2006-04-16 Chris LattnerCanonicalize shuffle(undef,x,mask) -> shuffle(x, undef...
2006-04-15 Chris Lattnersignificant cleanups to code that uses insert/extractel...
2006-04-14 Chris LattnerTeach scalarrepl to promote unions of vectors and float...
2006-04-12 Reid SpencerGet rid of a signed/unsigned compare warning.
2006-04-12 Chris LattnerTurn casts into getelementptr's when possible. This...
2006-04-10 Chris LattnerImplement vec_shuffle.ll:test3
2006-04-10 Chris LattnerImplement InstCombine/vec_shuffle.ll:test[12]
2006-04-08 Chris LattnerAdd supprot for shufflevector
2006-04-06 Chris LattnerLower vperm(x,y, mask) -> shuffle(x,y,mask) if mask...
2006-04-02 Chris Lattnervector casts of casts are eliminable. Transform this:
2006-04-02 Chris LattnerAllow transforming this:
2006-04-02 Chris LattnerTurn altivec lvx/stvx intrinsics into loads and stores...
2006-04-01 Chris LattnerFix InstCombine/2006-04-01-InfLoop.ll
2006-04-01 Chris LattnerFold A^(B&A) -> (B&A)^A
2006-03-31 Chris LattnerIf we can look through vector operations to find the...
2006-03-31 Chris Lattnerextractelement(undef,x) -> undef
2006-03-30 Chris LattnerFix Transforms/InstCombine/2006-03-30-ExtractElement.ll
2006-03-25 Chris LattnerDon't crash on packed logical ops
2006-03-24 Chris LattnerFix spello
2006-03-24 Chris Lattneradd the actual cost to the debug info
2006-03-23 Jim LaskeyCan't combine anymore - we don't have a chain through...
2006-03-22 Chris Lattnersilence a bogus gcc warning
2006-03-19 Chris LattnerTeach cee to propagate through switch statements. ...
2006-03-18 Evan Cheng- Fixed a bogus if condition.
2006-03-18 Evan ChengSort StrideOrder so we can process the smallest strides...
2006-03-17 Evan ChengAllow users of iv / stride to be rewritten with express...
2006-03-16 Evan ChengFor each loop, keep track of all the IV expressions...
2006-03-14 Chris LattnerImplement a FIXME, recusively reassociating
2006-03-14 Chris Lattnerextract some code into a method, no functionality change
2006-03-14 Chris LattnerPromote shifts by a constant to multiplies so that...
2006-03-13 Evan ChengAdded target lowering hooks which LSR consults to make...
next