Remove intrinsic specific instructions for (V)CVTPS2DQ and replace with patterns.
[oota-llvm.git] / test / Transforms /
2012-06-24 Nick LewyckyRemove a dangling reference to a deleted instruction...
2012-06-23 Hal FinkelAllow BBVectorize to fuse compare instructions.
2012-06-22 Jakob Stoklund OlesenRevert remaining part of r93200: "Disable folding sext...
2012-06-21 Nuno Lopesinstcombine: disable optimization of 'invoke null...
2012-06-21 Evan ChengLook pass zext to strength reduce an udiv. Patch by...
2012-06-21 Nuno LopesAdd support for invoke to the MemoryBuiltin analysid.
2012-06-21 Nuno Lopeshopefully fix the buildbots: some tests have wrong...
2012-06-21 Nuno Lopesport the BoundsChecking patch to the new MemoryBuiltin...
2012-06-21 Nuno Lopesrefactor the MemoryBuiltin analysis:
2012-06-17 Pete CooperNow that SROA can form alloca's for dynamic vector...
2012-06-16 Hal FinkelTeach BBVectorize to combine, when possible, or discard...
2012-06-16 Pete CooperFix crash from r158529 on Bullet.
2012-06-15 Andrew TrickUnit test for LSR kind=Special fix: r158536.
2012-06-15 Pete CooperAllow SROA to split up an array of vectors into multipl...
2012-06-15 Rafael EspindolaSome optimizations done by globalopt are safe only...
2012-06-15 Duncan SandsFix issues (infinite loop and/or crash) with self-refer...
2012-06-14 Pete CooperRecommit r158407: Allow SROA to look at a vector type...
2012-06-14 Rafael EspindolaImplement the isSafeToDiscardIfUnused predicate and...
2012-06-14 Pete CooperRevert r158454: Allow SROA to look at a vector type...
2012-06-14 Pete CooperRecommit r158407: Allow SROA to look at a vector type...
2012-06-14 Manman RenInstCombine: fix a bug when combining (fcmp cc0 x,...
2012-06-13 Pete CooperRevert "Allow SROA to look at a vector type and see...
2012-06-13 Pete CooperAllow SROA to look at a vector type and see if the...
2012-06-13 Duncan SandsIt is possible for several constants which aren't indiv...
2012-06-13 Manman RenSimplifyCFG: fold unconditional branch to its predecess...
2012-06-12 Duncan SandsUse std::map rather than SmallMap because SmallMap...
2012-06-12 Duncan SandsNow that Reassociate's LinearizeExprTree can look throu...
2012-06-10 Benjamin KramerInstCombine: Turn (zext A) == (B & (1<<X)-1) into A...
2012-06-08 Nuno Lopescanonicalize:
2012-06-08 Duncan SandsRevert commit 158073 while waiting for a fix. The...
2012-06-07 Nadav RotemFix a bug in FoldSelectOpOp. Bitcast ops may change...
2012-06-07 Meador IngeAdding a missing -S to the opt invocation.
2012-06-06 Bill WendlingSpell optimization name correclty.
2012-06-06 Bill WendlingAnother testcase for r156548.
2012-06-06 Chad RosierFix combine of uno && ord -> false so that the ordering...
2012-06-06 Duncan SandsGrab-bag of reassociate tweaks. Unify handling of...
2012-06-06 Chad RosierRemove extraneous CHECK-NOTs from previous commit and...
2012-06-06 Chad RosierFileCheckize this test.
2012-06-04 Rafael EspindolaWhen gvn decides to replace an instruction with another...
2012-06-01 Nuno LopesBoundsChecking: fix a bug when the handling of recursiv...
2012-05-31 Nuno Lopesadd -bounds-checking-multiple-traps option to make...
2012-05-31 Nuno Lopesrevamp BoundsChecking considerably:
2012-05-31 Duncan SandsEnhance the sinking code to handle diamond patterns...
2012-05-30 Benjamin KramerTeach SCEV's icmp simplification logic that a-b ==...
2012-05-28 Benjamin KramerInstCombine: Fix infinite loop when encountering switch...
2012-05-27 Benjamin KramerPR12967: Don't crash when trying to fold a shift that...
2012-05-26 Duncan SandsSince commit 157467, if reassociate isn't actually...
2012-05-25 Nuno Lopesbounds checking: add support for byval arguments
2012-05-25 Nuno Lopesboundschecking:
2012-05-25 Duncan SandsMake the reassociation pass more powerful so that it...
2012-05-24 Stepan DyatkovskiyPR1255 related changes (case ranges):
2012-05-23 Kaelyn UhrainFix typo in flag to opt, and also a CHECK-NEXT that...
2012-05-23 Nuno LopesBoundsChecking: add a couple of simple tests and fix...
2012-05-23 Patrik HägglundFix the inliner so that the optsize function attribute...
2012-05-22 Andrew TrickLSR fix: add a missing phi check during IV hoisting.
2012-05-22 Nuno Lopesrevert my previous patches that introduced an additiona...
2012-05-22 Duncan SandsFix PR12858, a crash due to GVN's PRE not fully removin...
2012-05-20 Peter CollingbourneDo not pass an invalid domtree to SimplifyInstruction...
2012-05-19 Peter CollingbourneDo not eliminate allocas whose alignment exceeds that...
2012-05-18 Dan GohmanFix replacing all the users of objc weak runtime routines
2012-05-18 Nuno Lopesallow LazyValueInfo::getEdgeValue() to reason about...
2012-05-18 Nuno Lopesadd test case for bugfix in r157032
2012-05-18 Joel JonesFileCheck-ify, apropos of nothing
2012-05-15 David MajnemerTeach SimplifyLibCalls about stpcpy.
2012-05-14 Chad RosierMove the capture analysis from MemoryDependencyAnalysis...
2012-05-12 Jay FoadTeach Function::hasAddressTaken that BlockAddress doesn...
2012-05-11 Nuno Lopesobjectsize: add a few more tests and fix a bug
2012-05-11 Eli FriedmanFix a minor logic mistake transforming compares in...
2012-05-10 Nuno Lopesobjectsize: add support for GEPs with non-constant...
2012-05-10 Dan GohmanTeach DeadStoreElimination to eliminate exit-block...
2012-05-10 Nuno Lopesteach DSE and isInstructionTriviallyDead() about calloc
2012-05-10 Joel Jonesformatting change: strip debug info from test
2012-05-10 Joel JonesFix a problem with incomplete equality testing of PHINo...
2012-05-09 Dan GohmanFix the objc_storeStrong recognizer to stop before...
2012-05-09 Nuno Lopesobjectsize:
2012-05-09 Nuno Lopeschange the objectsize intrinsic signature: add a 3rd...
2012-05-09 Filipe CabecinhasFixed a typo
2012-05-08 Dan GohmanFix objc_storeStrong pattern matching to catch a potent...
2012-05-08 Duncan SandsCalling ReassociateExpression recursively is extremely...
2012-05-07 Owen AndersonTeach reassociate to commute FMul's and FAdd's in order...
2012-05-05 Stepan DyatkovskiySmall fix in InstCombineCasts.cpp. Restored "alloca...
2012-05-03 Nuno Lopesremove calls to calloc if the allocated memory is not...
2012-05-03 Nuno Lopesadd support for calloc to objectsize lowering
2012-05-02 Bill WendlingThe value held in the vector may be RAUW'ed by some...
2012-05-01 Nick LewyckyAn instruction in a loop is not guaranteed to be execut...
2012-05-01 Lang HamesAdd support for llvm.arm.neon.vmull* intrinsics to...
2012-04-30 Duncan SandsJust mark the sign bit as known zero, rather than any...
2012-04-30 Bill WendlingSecond attempt at PR12573:
2012-04-30 Rafael EspindolaMake sure HoistInsertPosition finds a position that...
2012-04-27 Hal FinkelDon't vectorize target-specific types (ppc_fp128, x86_f...
2012-04-27 Dan GohmanReapply r155682, making constant folding more consisten...
2012-04-27 NAKAMURA TakumiRevert r155682, "Use ConstantExpr::getExtractElement...
2012-04-27 Dan GohmanUse ConstantExpr::getExtractElement when constant-foldi...
2012-04-26 Chad RosierAdd instcombine patterns for the following transformations:
2012-04-26 Chandler CarruthTeach the reassociate pass to fold chains of multiplies...
2012-04-25 Chandler CarruthActually delete now-empty file.
2012-04-25 Lang HamesReverting r155468. Chris and Chandler have convinced...
2012-04-24 Nadav RotemConstantFoldSelectInstruction swapped the operands...
2012-04-24 Lang HamesAdd support for llvm.arm.neon.vmull* intrinsics to...
2012-04-24 Chandler CarruthFix a crash on valid (if UB) bitcode that is produced...
next