Handle debug info for i128 constants.
[oota-llvm.git] / test / Transforms /
2011-06-23 Eli FriedmanPR10180: Fix a instcombine crash with FP vectors.
2011-06-21 Jay FoadAdd a reduced test case for the buildbot failure (clang...
2011-06-21 Andrew Trickindvars -disable-iv-rewrite: Adds support for eliminati...
2011-06-20 Jay FoadThis is an automatically reduced test case that crashed...
2011-06-19 Chris LattnerRemove support for parsing the "type i32" syntax for...
2011-06-18 Hans WennborgFix PR10103: Less code for enum type translation.
2011-06-18 Nick LewyckyAdd test for r133251.
2011-06-18 Cameron ZwarichWhen scalar replacement returns a vector type, only...
2011-06-18 Chris Lattnerrip out a ton of intrinsic modernization logic from...
2011-06-18 Cameron ZwarichFix an invalid bitcast crash that occurs when doing...
2011-06-17 Chris LattnerStop accepting and ignoring attributes in function...
2011-06-17 Chris Lattnermake the asmparser reject function and type redefinitio...
2011-06-17 Chris Lattnerremove asmparser support for the old getresult instruct...
2011-06-17 Chris Lattnerremove parser support for the obsolete "multiple return...
2011-06-17 Chris Lattnerstop accepting begin/end around function bodies in...
2011-06-17 Chris LattnerRemove support for using "foo" as symbols instead of...
2011-06-17 Chris Lattnermanually upgrade a bunch of tests to modern syntax...
2011-06-16 Dan GohmanFix ARCOpt to insert releases on both successors of...
2011-06-15 John McCallThe ARC language-specific optimizer. Credit to Dan...
2011-06-13 Stuart HastingsAvoid fusing bitcasts with dynamic allocas if the amoun...
2011-06-13 Benjamin KramerInstCombine: Fold A-b == C --> b == A-C if A and C...
2011-06-12 Benjamin KramerInstCombine: Shrink ((zext X) & C1) == C2 to fold away...
2011-06-12 Benjamin KramerSimplify code. No functionality changes, name changes...
2011-06-09 John McCallSplitCriticalEdge can sometimes split the edge from...
2011-06-09 Cameron ZwarichFix PR10104 by adding a bounds check on a vector elemen...
2011-06-08 Cameron ZwarichFix an assymmetry between ConvertScalar_ExtractValue...
2011-06-06 Nick LewyckyThis directory was missing the dg.exp to cause the...
2011-06-04 Bill WendlingIf the block that we're threading through is jumped...
2011-06-04 Dan GohmanAdd a testcase to demonstrate the problem where phi...
2011-06-04 Dan GohmanDisable the main feature of 130180, the elimination...
2011-06-03 Nick LewyckyBail on unswitching a switch statement for a case with...
2011-06-02 Andrew TrickTest case pasto (failed when run with IR verifier).
2011-06-02 Eli FriedmanPR10067: Add missing safety check to call return transf...
2011-06-02 Eli FriedmanWhen marking a block as being unanalyzable, use "Clobbe...
2011-06-01 Stuart HastingsReapply 132348 with fixes. rdar://problem/6501862
2011-06-01 John McCallFirst, do no harm -- even if we can't find a selector...
2011-05-31 Andrew Trickscev: Better sign-extend removal. Normalize postincreme...
2011-05-31 Stuart HastingsRevert to pacify a buildbot. rdar://problem/6501862
2011-05-31 Stuart HastingsFollowup to 132316; accept arbitrary constants, add...
2011-05-30 Stuart Hastings(1 - X) * (-2) -> (x - 1) * 2, for all positive nonzero...
2011-05-30 John McCallAdd the test case for phis in the outer landing pad...
2011-05-29 Nick LewyckyAdd testcase for r132290, to check for the crasher...
2011-05-29 Nick LewyckyObey the isVolatile bit on memory intrinsics when analy...
2011-05-28 Benjamin KramerConstantFoldInstOperands doesn't like compares, hand...
2011-05-28 John McCallImplement and document the llvm.eh.resume intrinsic...
2011-05-27 John McCallFix the inliner to maintain the current de facto invoke...
2011-05-27 Benjamin KramerInstCombine: Make switch folding with equality compares...
2011-05-26 Chad RosierRenamed llvm.x86.sse42.crc32 intrinsics; crc64 doesn...
2011-05-26 Andrew Trickindvars: incremental fixes for -disable-iv-rewrite...
2011-05-25 Eli FriedmanPR9998: ashr exact %x, 31 is not equivalent to sdiv...
2011-05-25 Andrew Trickindvars: fixed IV cloning in -disable-iv-rewrite mode...
2011-05-24 Cameron ZwarichFix "make check" in Release by removing debug-only...
2011-05-24 Cameron ZwarichMake LoadAndStorePromoter preserve debug info and creat...
2011-05-24 Andrew TrickFileCheck-ize a couple of IV unit tests.
2011-05-24 Andrew TrickTest case for r130799 - indvars: Added canExpandBackEdg...
2011-05-23 Chris Lattnerfix a really nasty basicaa mod/ref calculation bug...
2011-05-23 Chris LattnerTransform any logical shift of a power of two into...
2011-05-23 Chris LattnerTeach valuetracking that byval arguments with a specifi...
2011-05-22 Chris Lattnerimplement PR9315, constant folding exp2 in terms of...
2011-05-22 Chris LattnerCarve out a place in instcombine to put transformations...
2011-05-22 Chris LattnerFix PR9815: I was trying to get out of "generating...
2011-05-22 Frits van BommelAdd a parameter to ConstantFoldTerminator() that caller...
2011-05-22 Chris Lattnerfix PR9856, an incorrectly conservative assertion:...
2011-05-22 Chris Lattnerfix PR9841 by having GVN not process dead loads. This was
2011-05-22 Chris Lattnerremove a trivial test, make some other tests less trivial.
2011-05-22 Chris Lattnermake this test less trivial.
2011-05-22 Nick LewyckyCommit test change, forgotten as part of r131838.
2011-05-22 Nick LewyckyTeach the inliner to emit llvm.lifetime.start/end,...
2011-05-22 Nick LewyckyFix grammar in test.
2011-05-21 Benjamin KramerRevert "InstCombine: Turn mul.with.overflow(X, 2) into...
2011-05-21 Benjamin KramerInstCombine: Turn mul.with.overflow(X, 2) into the...
2011-05-20 Evan ChengRevert r131664 and fix it in instcombine instead. rdar...
2011-05-19 Stuart HastingsMove test to Transforms/InstCombine.
2011-05-19 Rafael EspindolaAdd test for PR9946.
2011-05-18 Eli FriedmanMore instcombine cleanup, towards improving debug line...
2011-05-18 Dan GohmanWhen forming an ICmpZero LSRUse, normalize the non...
2011-05-18 Eli FriedmanMore instcombine cleanup aimed towards improving debug...
2011-05-18 Eli FriedmanStart trying to make InstCombine preserve more debug...
2011-05-17 Stuart HastingsDrop lli, revise test.
2011-05-16 Rafael EspindolaDon't do tail calls in a function that call setjmp...
2011-05-14 Benjamin KramerDisable test harder.
2011-05-14 Stuart HastingsDisable this test while I revise it. rdar://problem...
2011-05-14 Benjamin KramerSimplifyCFG: Use ComputeMaskedBits to prune dead cases...
2011-05-14 Stuart HastingsAvoid combining GEPs that might overflow at runtime.
2011-05-07 Duncan SandsThe comparision "max(x,y)==x" is equivalent to "x>...
2011-05-06 Galina KistanovaMove few target-dependant tests to appropriate directories.
2011-05-06 Duncan SandsFix PR9820: a read-only call differs from a load in...
2011-05-05 Eli FriedmanPR9838: Fix transform introduced in r127064 to not...
2011-05-04 Duncan SandsAdd variations on: max(x,y) >= min(x,z) folds to true...
2011-05-03 Duncan SandsImplement some basic simplifications involving min...
2011-05-02 Duncan SandsFix PR9579: when simplifying a compare to "true" or...
2011-05-02 Duncan SandsMove some rem transforms out of instcombine and into...
2011-04-30 Benjamin KramerInstCombine: Turn (zext A) udiv (zext B) into (zext...
2011-04-30 Benjamin KramerUse SimplifyDemandedBits on div instructions.
2011-04-30 Benjamin KramerFileCheckize.
2011-04-29 Peter CollingbourneSimplifyCFG: Expose phi node folding cost threshold...
2011-04-29 Peter CollingbourneSimplifyCFG: Add CostRemaining parameter to DominatesMe...
2011-04-29 Peter CollingbourneSimplifyCFG: Add Trunc, ZExt and SExt to the list of...
2011-04-29 Benjamin KramerInstCombine: turn (C1 << A) << C2) into (C1 << C2)...
2011-04-28 Chris Lattnerfinal step needed to resolve PR6627, which allows us...
next