SMDiagnostic: don't emit ranges if there are /any/ multibyte characters.
[oota-llvm.git] / test / Transforms /
2013-01-10 Shuxin YangPR14904: Segmentation fault running pass 'Recognize...
2013-01-10 Evan ChengCastInst::castIsValid should return true if the dest...
2013-01-10 Owen AndersonTeach InstCombine to hoist FABS and FNEG through FPTRUN...
2013-01-10 Nadav RotemLoopVectorizer: Fix a bug in the vectorization of Binar...
2013-01-10 Joey GoulyFix TryToShrinkGlobalToBoolean in GlobalOpt, so that...
2013-01-09 Nadav RotemARM Cost model: Use the size of vector registers and...
2013-01-09 Benjamin KramerLICM: Hoist insertvalue/extractvalue out of loops.
2013-01-09 Nadav RotemARM Cost Model: Add a basic vectorization unrolling...
2013-01-09 Nadav RotemRemove the -licm pass from the loop vectorizer test...
2013-01-09 Nadav RotemCost Model: Move the 'max unroll factor' variable to...
2013-01-09 Shuxin YangConsider expression "0.0 - X" as the negation of X if
2013-01-08 Bill WendlingMake sure we don't emit instructions before a landingpa...
2013-01-07 Nadav RotemLoopVectorizer: Add support for floating point reductions
2013-01-07 Nadav RotemLoopVectorizer: When we vectorizer and widen loops...
2013-01-07 Shuxin YangThis change is to implement following rules:
2013-01-07 Quentin ColombetWhen code size is the priority (Oz, MinSize attribute...
2013-01-07 Chandler CarruthSwitch the SCEV expander and LoopStrengthReduce to use
2013-01-07 David TweedFix a mistaken commit that included some debugging...
2013-01-07 David TweedThere was a switch fall-through in the parser for textu...
2013-01-07 Chandler CarruthSwitch BBVectorize to directly depend on having a TTI...
2013-01-06 Andrew TrickFix a crash in LSR replaceCongruentIVs.
2013-01-05 Nadav RotemFix a typo. Remove the duplicated test.
2013-01-05 Nadav RotemiLoopVectorize: Non commutative operators can be used...
2013-01-05 Nadav RotemForce a fixed unroll count on the target independent...
2013-01-04 Andrew Tricktabs-to-spaces
2013-01-04 Paul RedmondDo not vectorize loops with subtraction reductions
2013-01-04 Manman RenMemory Dependence Analysis: fix a miscompile that uses...
2013-01-04 Nadav RotemLoopVectorizer:
2013-01-03 Nadav RotemLoopVectorizer: Test the unrolling flag.
2013-01-02 Nadav RotemAvoid vectorization when the function has the "noimplic...
2013-01-01 Dmitri GribenkoTests: rewrite 'opt ... %s' to 'opt ... < %s' so that...
2013-01-01 Dmitri GribenkoTests: rewrite 'opt ... %s' to 'opt ... < %s' so that...
2013-01-01 Nadav RotemMake opt grab the triple from the module and use it...
2012-12-31 Nuno Lopesrecommit r171298 (add support for PHI nodes to ObjectSi...
2012-12-31 Benjamin KramerRevert "add support for PHI nodes to ObjectSizeOffsetVi...
2012-12-31 Jakub StaszakAdd extra CHECK to make sure that 'or' instruction...
2012-12-31 Nuno Lopesadd support for PHI nodes to ObjectSizeOffsetVisitor
2012-12-31 Chris LattnerFix LICM's memory promotion optimization to preserve...
2012-12-31 Chris Lattnerteach instcombine to preserve TBAA tag when merging...
2012-12-31 Jakub StaszakTransform (A == C1 || A == C2) into (A & ~(C1 ^ C2...
2012-12-30 Nadav RotemLoopVectorizer: Fix a bug in the code that updates...
2012-12-30 Dmitri GribenkoTests: rewrite 'opt ... %s' to 'opt ... < %s' so that...
2012-12-30 Dmitri GribenkoTests: rewrite 'opt ... %s' to 'opt ... < %s' so that...
2012-12-30 NAKAMURA Takumillvm/test/Transforms/GVN/null-aliases-nothing.ll: Fix...
2012-12-28 Chandler CarruthFix a stunning oversight in the inline cost analysis...
2012-12-28 Chandler CarruthTeach the inline cost analysis about calls that can...
2012-12-28 Chandler CarruthTeach instsimplify to use the constant folder where...
2012-12-26 Nadav RotemIf all of the write objects are identified then we...
2012-12-26 Nadav RotemLoopVectorizer: Optimize the vectorization of consecuti...
2012-12-26 Hal FinkelBBVectorize: Use VTTI to compute costs for intrinsics...
2012-12-25 Hal FinkelLoopVectorize: Enable vectorization of the fmuladd...
2012-12-25 Hal FinkelBBVectorize: Enable vectorization of the fmuladd intrinsic
2012-12-24 Nick LewyckyFix typo "Makre" -> "Make".
2012-12-24 Nadav RotemLoopVectorizer: When checking for vectorizable types...
2012-12-24 Nadav RotemLoopVectorizer: Fix an endless loop in the code that...
2012-12-23 Nadav RotemCostModel: Change the default target-independent implem...
2012-12-23 Nadav RotemLoop Vectorizer: Update the cost model of scatter/gathe...
2012-12-21 Nadav RotemFix a bug in the code that checks if we can vectorize...
2012-12-20 Nadav RotemLoopVectorize: Fix a bug in the scalarization of instru...
2012-12-20 James MolloyAdd a new attribute, 'noduplicate'. If a function conta...
2012-12-19 Paul RedmondTransform (x&C)>V into (x&C)!=0 where possible
2012-12-19 Benjamin KramerMake TargetLowering::getTypeConversion more resilient...
2012-12-18 Shuxin Yangrdar://12801297
2012-12-18 Benjamin KramerLoopVectorize: Emit reductions as log2(vectorsize)...
2012-12-18 Nadav RotemRename the test so that we can add additional vectors...
2012-12-18 Nadav RotemSROA: Replace calls to getScalarSizeInBits to DataLayou...
2012-12-17 Chandler CarruthFix another SROA crasher, PR14601.
2012-12-17 Chandler CarruthTeach the rewriting of memcpy calls to support subvecto...
2012-12-17 Chandler CarruthFix a secondary bug I introduced while fixing the first...
2012-12-17 Chandler CarruthFix the first part of PR14478: memset now works.
2012-12-15 Chandler CarruthAdd a corollary test for PR14572. We got this code...
2012-12-15 Chandler CarruthRelax an overly aggressive assert to fix PR14572.
2012-12-14 Michael IlsemanAdd back FoldOpIntoPhi optimizations with fix. Included...
2012-12-14 Nadav RotemFix a crash in ValueTracking on vectors of pointers.
2012-12-14 Shuxin Yangrdar://12753946
2012-12-13 NAKAMURA TakumiRevert r170020, "Simplify negated bit test", for now.
2012-12-13 Quentin ColombetTake into account minimize size attribute in the inliner.
2012-12-13 Nadav RotemTeach the cost model about the optimization in r169904...
2012-12-12 Jakub StaszakunHECKify test fixed by Jacob in r159003.
2012-12-12 David MajnemerSimplify negated bit test
2012-12-12 Jakub StaszakunHECKify test. It was fixed by Chris in 2009.
2012-12-12 Jakub StaszakFix typo in test-case.
2012-12-12 Jakub StaszakFix typo.
2012-12-12 Nadav RotemLoopVectorizer: Use the "optsize" attribute to decide...
2012-12-12 Shuxin Yang- Fix a problematic way in creating all-the-1 APInt.
2012-12-12 Michael IlsemanAdded a slew of SimplifyInstruction floating-point...
2012-12-11 Nadav RotemPR14574. Fix a bug in the code that calculates the...
2012-12-11 Nadav RotemLoop Vectorize: optimize the vectorization of trunc...
2012-12-11 Nadav RotemFix PR14565. Don't if-convert loops that have switch...
2012-12-10 Nadav RotemAdd support for reverse induction variables. For example:
2012-12-10 Chandler CarruthFix PR14548: SROA was crashing on a mixture of i1 and...
2012-12-09 Paul RedmondLoopVectorize: support vectorizing intrinsic calls
2012-12-09 Shuxin Yang- Re-enable population count loop idiom recognization
2012-12-08 Chandler CarruthRevert the patches adding a popcount loop idiom recogni...
2012-12-07 David TweedThe test unconditionally assumes a particular cpu has...
2012-12-07 Chandler CarruthAdd support to ValueTracking for determining that a...
2012-12-06 Dmitri GribenkoFix typos in CHECK lines.
2012-12-05 Shuxin Yangfix a typo
2012-12-04 Nadav RotemFix a bug in vectorization of if-converted reduction...
2012-12-04 Shuxin Yang For rdar://12329730, last piece.
next