Rewrite comment in English.
[oota-llvm.git] / lib / Analysis /
2011-07-05 Devang PatelPreserve debug loc.
2011-07-01 Dan GohmanTeach IVUsers to stop at non-affine expressions unless...
2011-07-01 Dan GohmanImprove constant folding of undef for cmp and select...
2011-06-28 Andrew TrickCleanup. Fix a stupid variable name.
2011-06-28 Andrew TrickSCEVExpander: give new insts a name that identifies...
2011-06-28 Andrew Trickindvars --disable-iv-rewrite: sever ties with IVUsers.
2011-06-27 Nick LewyckyMove onlyUsedByLifetimeMarkers to ValueTracking so...
2011-06-24 Devang PatelFix struct member's scope. Patch by Xi Wang.
2011-06-23 Jakub StaszakCalculate backedge probability correctly.
2011-06-23 Jakub StaszakMissing files for the BlockFrequency analysis added.
2011-06-23 Jakub StaszakIntroduce BlockFrequency analysis for BasicBlocks.
2011-06-23 Rafael EspindolaRevert "revert 133714"
2011-06-23 Dylan Noblesmithrevert 133714
2011-06-23 Rafael Espindola133713 broke the build, revert it.
2011-06-23 Dylan NoblesmithSupport: make floating-exception header private
2011-06-22 Devang PatelNew binops need debug loc.
2011-06-21 Andrew TrickIVUsers no longer needs to record the phis.
2011-06-20 Chris LattnerRevamp the "ConstantStruct::get" methods. Previously...
2011-06-18 Chris Lattnersimplify some code.
2011-06-18 Benjamin KramerSimplify code. No functionality change.
2011-06-16 Jakub StaszakIntroduce MachineBranchProbabilityInfo class, which...
2011-06-15 Eli FriedmanAdd a limit to the number of instructions memdep will...
2011-06-15 Eli FriedmanAdd "unknown" results for memdep, which mean "I don...
2011-06-13 Benjamin KramerMove class into an anonymous namespace.
2011-06-11 Andrew TrickBranch profiling: floating-point avoidance.
2011-06-10 Dan GohmanInitialize BasicAA's AliasCache to set it to use fewer...
2011-06-09 John McCallTeach the CallGraph to ignore calls to intrinsics.
2011-06-04 Dan GohmanReapply r131781, now that the GVN bug with partially...
2011-06-04 Dan GohmanDisable the main feature of 130180, the elimination...
2011-06-04 Dan GohmanRevert r131781 again. Apparently there is more going...
2011-06-04 Nick LewyckyFold assert-only-used variable into the assert.
2011-06-04 Andrew TrickMissing include of climits in the new BranchProbability...
2011-06-04 Andrew TrickNew BranchProbabilityInfo analysis. Patch by Jakub...
2011-06-04 Dan GohmanReapply r131781 (revert r131809), now that some BasicAA...
2011-06-04 Dan GohmanFix BasicAA's recursion detection so that it doesn...
2011-06-03 Dan GohmanWhen merging MustAlias and PartialAlias, chose PartialA...
2011-06-03 Hans WennborgTest commit.
2011-06-03 Devang PatelA typedef's context is not the same as type's context...
2011-06-02 Eli FriedmanWhen marking a block as being unanalyzable, use "Clobbe...
2011-06-01 Eli FriedmanIn MemoryDependenceAnalysis::getNonLocalPointerDepFromB...
2011-06-01 Andrew TrickSCEV: missing null check fix for r132360, dragonegg...
2011-05-31 Andrew Trickscev: Better sign-extend removal. Normalize postincreme...
2011-05-31 Eli Friedmanllvm.memcpy.* has two distinct associated address space...
2011-05-27 Dan GohmanUpdate this comment.
2011-05-26 Chad RosierRenamed llvm.x86.sse42.crc32 intrinsics; crc64 doesn...
2011-05-24 Eli FriedmanChange condition for determining whether a function...
2011-05-24 Dan GohmanMake DecomposeGEPExpression check SimplifyInstruction...
2011-05-23 Chris Lattnerfix a really nasty basicaa mod/ref calculation bug...
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 Evan ChengTeach ValueTracking about x86 crc32 intrinsics.
2011-05-21 Duncan SandsRevert commit 131781, to see if it fixes the x86-64...
2011-05-21 Dan GohmanWhen BasicAA can determine that two pointers have the...
2011-05-20 Andrew Trickindvars: Prototyping Sign/ZeroExtend elimination withou...
2011-05-17 Owen Anderson@llvm.lifetime.begin acts as a load, not @llvm.lifetime...
2011-05-16 Rafael EspindolaExtra refactoring noticed by Eli Friedman.
2011-05-13 Julien LerougeFix a source of non determinism in FindUsedTypes, use...
2011-05-09 Dan GohmanChange a few std::maps to DenseMaps.
2011-05-07 Duncan SandsThe comparision "max(x,y)==x" is equivalent to "x>...
2011-05-05 Eli FriedmanPR9838: Fix transform introduced in r127064 to not...
2011-05-05 Hongbin ZhengMinor change: Fix the typo in RegionPass.h and RegionPa...
2011-05-04 Duncan SandsAdd variations on: max(x,y) >= min(x,z) folds to true...
2011-05-04 Andrew Trickindvars: Added DisableIVRewrite and WidenIVs.
2011-05-03 Duncan SandsImplement some basic simplifications involving min...
2011-05-03 Devang PatelUse llvm.dbg.cu named metadata to collect compile...
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-28 Chris Lattnerteach GVN to widen integer loads when they are overalig...
2011-04-27 Dan GohmanTeach BasicAA about arm.neon.vld1 and vst1.
2011-04-27 Dan GohmanWhen analyzing functions known to only access argument...
2011-04-27 Andrew TrickCorrects an old, old typo in a case that doesn't seem...
2011-04-27 Andrew TrickTest case and comment for PR9633.
2011-04-27 Andrew TrickFix for PR9633 [indvars] Assertion `isa<X>(Val) &&...
2011-04-26 Chris LattnerEnhance memdep to return clobber relation between noali...
2011-04-26 Chris Lattneruse AA::isMustAlias to simplify some calls.
2011-04-26 Chris Lattnerremove support for llvm.invariant.end from memdep....
2011-04-26 Devang PatelFix an off by one error while accessing complex address...
2011-04-26 Chris LattnerEnhance MemDep: When alias analysis returns a partial...
2011-04-25 Dan GohmanFix an iterator invalidation bug.
2011-04-24 Jay FoadPR9214: Convert the DIBuilder API to use ArrayRef.
2011-04-23 Jay FoadRemove unused STL header includes.
2011-04-22 Devang PatelLet front-end tie subprogram declaration with subprogra...
2011-04-21 Jay FoadPR9214: Convert Metadata API to use ArrayRef.
2011-04-18 Devang PatelUse ArrayRef variants.
2011-04-18 Chandler CarruthMark some functions as used which are used within debug...
2011-04-16 Devang PatelIntroduce support to encode Objective-C property inform...
2011-04-15 Chris LattnerFix a ton of comment typos found by codespell. Patch by
2011-04-13 Jay FoadPR9214: Convert ConstantExpr::getIndices() to return...
2011-04-11 Jay FoadDon't include Operator.h from InstrTypes.h.
2011-04-09 Eli FriedmanPR9604; try to deal with RAUW updates correctly in...
2011-04-05 Devang PatelAdd support to encode function's template parameters.
2011-04-05 Chris Lattnerremove postdom frontiers, because it is dead. Forward...
2011-04-04 Tobias GrosserRegion: Allow user control the printing style of the...
2011-04-02 Eli FriedmanDon't assume something which might be a constant expres...
2011-03-30 Jay FoadRemove PHINode::reserveOperandSpace(). Instead, add...
2011-03-30 Jay Foad(Almost) always call reserveOperandSpace() on newly...
2011-03-27 Frits van BommelConstant folding support for calls to umul.with.overflo...
2011-03-23 Anders CarlssonRevert r128140 for now.
2011-03-23 Anders CarlssonA global variable with internal linkage where all uses...
2011-03-21 Nick LewyckyFix INT_MIN gotcha pointed out by Eli Friedman.
next