ARM 64-bit VEXT assembly uses a .64 suffix, not .32, amazingly enough.
[oota-llvm.git] / test / Transforms /
2011-12-06 Andrew TrickLSR: prune undesirable formulae early.
2011-12-06 Chad RosierProbably not a good idea to convert a single vector...
2011-12-05 Chad RosierMake the MemCpyOptimizer a bit more aggressive. I...
2011-12-05 Nadav RotemAdd support for vectors of pointers.
2011-12-03 Pete CooperFixed deadstoreelimination bug where negative indices...
2011-12-03 Chad RosierAdd support for constant folding the pow intrinsic.
2011-12-01 Chad RosierPrevent library calls from being folded if -fno-builtin...
2011-12-01 Pete CooperImproved fix for abs(val) != 0 to check other similar...
2011-12-01 Pete CooperRemoved use of grep from test and moved it to be with...
2011-12-01 Pete CooperAdded instcombine pattern to spot comparing -val or...
2011-11-30 Andrew TrickBetter test case found in duplicate PR10570.
2011-11-30 Andrew TrickLSR: handle the expansion of phi operands that use...
2011-11-29 Chad RosierAdd support for sqrt, sqrtl, and sqrtf in TargetLibrary...
2011-11-29 Duncan SandsFix a theoretical problem (not seen in the wild): if...
2011-11-29 Andrew TrickReenable this IndVars unit test.
2011-11-28 Eli FriedmanAdd a missing safety check to ProcessUGT_ADDCST_ADD...
2011-11-28 Eli FriedmanMake SelectionDAG::InferPtrAlignment use llvm::ComputeM...
2011-11-27 Chris Lattnerremove a test that is using old-style llvm.dbg intrinsi...
2011-11-27 Chris Lattnerremove autoupgrade support for old forms of llvm.prefet...
2011-11-27 Chris LattnerUpgrade syntax of tests using volatile instructions...
2011-11-27 Chris Lattnerremove autoupgrade support for really old-style debug...
2011-11-26 Chandler CarruthFileCheck-ize this test and make it more precise. This...
2011-11-23 Richard SmithCorrectly byte-swap APInts with bit-widths greater...
2011-11-23 Duncan SandsFix a crash in which a multiplication was being reporte...
2011-11-21 Nick LewyckyFix crasher in GVN due to my recent capture tracking...
2011-11-20 Benjamin KramerXFAIL this test until I figure out what indvars is...
2011-11-18 Andrew TrickFix a corner case in updating LoopInfo after fully...
2011-11-17 Andrew TrickFix an overly general check in SimplifyIndvar to handle...
2011-11-17 Eli FriedmanAdd support for custom names for library functions...
2011-11-16 Nick LewyckyFix typo in test.
2011-11-16 Nick LewyckyMerge isObjectPointerWithTrustworthySize with getPointe...
2011-11-16 Andrew TrickFix SCEV overly optimistic back edge taken count for...
2011-11-14 Nick LewyckyRefactor capture tracking (which already had a couple...
2011-11-12 Nick LewyckyDon't try to loop on iterators that are potentially...
2011-11-12 Eli FriedmanMake sure scalarrepl picks the correct alloca when...
2011-11-11 Eli FriedmanGet rid of an optimization in SCCP which appears to...
2011-11-09 Pete CooperDeadStoreElimination can now trim the size of a store...
2011-11-08 Eli FriedmanFix code to match comment. Fixes PR11340, a regression...
2011-11-08 Pete CooperLICM pass now understands invariant load metadata....
2011-11-08 Bill WendlingConvert to the new EH model.
2011-11-05 Nick LewyckyDo simple cross-block DSE when we encounter a free...
2011-11-04 Dan GohmanAdd tests for existing InstSimplify features.
2011-11-04 Dan GohmanTeach instsimplify to simplify calls to undef.
2011-11-04 Daniel DunbarSpeculatively revert "DeadStoreElimination can now...
2011-11-03 Pete CooperDeadStoreElimination can now trim the size of a store...
2011-11-02 Andrew TrickRewrite LinearFunctionTestReplace to handle pointer...
2011-11-02 Andrew TrickBroaden an assert to handle enable-iv-rewrite=true...
2011-11-01 Eli FriedmanMake sure we use the right insertion point when instcom...
2011-10-30 Duncan SandsReapply commit 143214 with a fix: m_ICmp doesn't match...
2011-10-29 Benjamin KramerSimplifyLibCalls: Use IRBuilder.CreateGlobalString...
2011-10-29 Eli FriedmanRevert r143214; it's breaking a bunch of stuff.
2011-10-28 Duncan SandsThe expression icmp eq (select (icmp eq x, 0), 1, x...
2011-10-28 Duncan SandsA shift of a power of two is a power of two or zero.
2011-10-28 Duncan SandsFold icmp ugt (udiv X, Y), X to false. Spotted by...
2011-10-28 Andrew TrickLFTR should avoid a type mismatch with null pointer...
2011-10-27 Duncan SandsReapply commit 143028 with a fix: the problem was casti...
2011-10-27 Bob WilsonRevert Duncan's r143028 expression folding which appear...
2011-10-27 Eli FriedmanIt is not safe to sink an alloca into a stacksave/stack...
2011-10-26 Duncan SandsThe maximum power of 2 dividing a power of 2 is itself...
2011-10-26 Duncan SandsMy super-optimizer noticed that we weren't folding...
2011-10-24 Nick LewyckyA dead malloc, a free(NULL) and a free(undef) are all...
2011-10-23 Cameron ZwarichThe element insertion code in scalar replacement doesn...
2011-10-22 Nick LewyckyOops! Fix test I forgot to submit as part of r142735.
2011-10-22 Nick LewyckyA non-escaping malloc in the entry block is not unlike...
2011-10-21 Eli FriedmanRemap blockaddress correctly when inlining a function...
2011-10-21 Eli FriedmanExtend instcombine's shufflevector simplification to...
2011-10-20 Eli FriedmanRefactor code from inlining and globalopt that checks...
2011-10-20 Nick Lewycky"@string = constant i8 0" is a value i8* string of...
2011-10-17 Dan GohmanTeach the ARC optimizer about the !clang.arc.copy_on_es...
2011-10-17 Lang HamesFixed quoting on default data layout option.
2011-10-17 Bill WendlingAdd support for the Objective-C personality function...
2011-10-17 Dan GohmanSuppress partial retain+release elimination when there's a
2011-10-17 Bill WendlingCorrect over-zealous removal of hack.
2011-10-17 Bill WendlingTemporarily XFAIL waiting for a fix.
2011-10-17 Chandler CarruthAdd a routine to swap branch instruction operands,...
2011-10-16 Nick LewyckyOops! Fix testcase.
2011-10-16 Nick LewyckyWhen looking for dependencies on the src pointer, scan...
2011-10-15 Andrew TrickFix SCEVExpander assert during LSR: "argument of incomp...
2011-10-13 Andrew TrickReapply r141870, SCEV expansion of post-inc.
2011-10-13 Andrew TrickRevert r141870. The test case crashes on linux with...
2011-10-13 Andrew TrickLSR: Reuse the post-inc expansion of expressions.
2011-10-12 Lang HamesRemoved colons from some target datalayout strings...
2011-10-11 Cameron ZwarichFix PR11106 by correcting a typo that has been in the...
2011-10-11 Cameron ZwarichAdd a test for PR10565.
2011-10-11 Cameron ZwarichRemove a lot of the fancy scalar replacement code for...
2011-10-11 Andrew TrickMove replaceCongruentIVs into SCEVExapander and bias...
2011-10-11 Lang HamesAdded a testcase for r141599, rdar://problem/10063881.
2011-10-08 Andrew TrickUnit test for LSR phi reuse in r141442.
2011-10-07 Duncan SandsTeach GVN to also propagate switch cases. For example...
2011-10-05 Eli FriedmanPR11061: Make simplifylibcalls fold strcmp("", x) corre...
2011-10-05 Jim GrosbachRevert 141203. InstCombine is looping on unit tests.
2011-10-05 Rafael EspindolaCheck for the returns_twice attribute in callsFunctionT...
2011-10-05 Jim GrosbachUpdate InstCombine worklist after instruction transform...
2011-10-05 Duncan SandsGVN does simple propagation of conditions: when it...
2011-10-05 Duncan SandsGeneralize GVN's conditional propagation logic slightly:
2011-10-04 Andrew TrickLSR should avoid redundant edge splitting.
2011-10-04 Andrew TrickUnit test for r140919, loop unroll heuristics.
2011-10-03 Rafael EspindolaAdd the returns_twice attribute to LLVM.
2011-10-02 Nick LewyckyAdd a new icmp+select optz'n. Also shows off the load...
2011-09-30 Jim Grosbachfloat comparison to double 'zero' constant can just...
next