[OCaml] Fix ABI incompatibility
[oota-llvm.git] / lib / Analysis /
2013-11-01 Hal FinkelConsider (x == -1) unlikely in BranchProbabilityInfo
2013-10-31 Rafael EspindolaMerge CallGraph and BasicCallGraph.
2013-10-28 Benjamin KramerSCEV: Make the final add of an inbounds GEP nuw if...
2013-10-27 Shuxin YangRevert r193251 : Use address-taken to disambiguate...
2013-10-26 Wan XiaofeiQuick look-up for block in loop.
2013-10-25 Andrew TrickFix SCEVExpander: don't try to expand quadratic recurre...
2013-10-25 Andrew TrickFix LSR: don't normalize quadratic recurrences.
2013-10-25 Rafael EspindolaCall destroy from ~BasicCallGraph.
2013-10-24 Nuno Lopesfix PR17635: false positive with packed structures
2013-10-23 Shuxin YangUse address-taken to disambiguate global variable and...
2013-10-22 Andrew TrickClarify SCEV comments.
2013-10-22 Manman RenTBAA: fix PR17620.
2013-10-21 Matt ArsenaultUse more type helper functions
2013-10-21 Matt ArsenaultFix creating bitcasts between address spaces in SCEV.
2013-10-21 Matt ArsenaultRemove unused SCEV functions
2013-10-18 Andrew TrickSCEV should use NSW to get trip count for positive...
2013-10-15 Craig TopperRemove x86_sse42_crc32_64_8 intrinsic. It has no functi...
2013-10-03 Matt ArsenaultRename DataLayout variables TD -> DL
2013-10-03 Benjamin KramerCaptureTracking: Plug a loophole in the "too many uses...
2013-10-02 Chandler CarruthRemove the very substantial, largely unmaintained legac...
2013-10-01 Rafael EspindolaRemove several unused variables.
2013-10-01 Benjamin KramerSCEVExpander: Fix a regression I introduced by to eager...
2013-09-30 Benjamin KramerConvert manual insert point restores to the new RAII...
2013-09-29 Benjamin KramerObjectSizeOffsetEvaluator: Don't run into infinite...
2013-09-27 Manman RenTBAA: try to fix the dragonegg bots.
2013-09-27 Matt ArsenaultMinor code simplification
2013-09-27 Matt ArsenaultUse type helper functions
2013-09-27 Manman RenTBAA: handle scalar TBAA format and struct-path aware...
2013-09-24 Benjamin KramerMemoryBuiltins: Remove posix_memalign from the list...
2013-09-24 Benjamin KramerMemoryBuiltins: Reinstate optimizing (uninitialized...
2013-09-24 Benjamin KramerMemoryBuiltins: Fix operator new bits.
2013-09-24 Benjamin KramerTeach MemoryBuiltins and InstructionSimplify that opera...
2013-09-23 Benjamin KramerInstSimplify: Fold equality comparisons between non...
2013-09-17 Matt ArsenaultFix a constant folding address space place I missed.
2013-09-17 Eric ChristopherMove variable into assert to avoid unused variable...
2013-09-17 Arnold SchwaighoferCostmodel: Add support for horizontal vector reductions
2013-09-12 Krzysztof ParzyszekIn AliasSetTracker, do not change the alias set to...
2013-09-12 Matt ArsenaultMove variable under condition where it is used
2013-09-11 Hal FinkelAdd getUnrollingPreferences to TTI
2013-09-10 Matt ArsenaultTeach ScalarEvolution about pointer address spaces
2013-09-06 Manman RenTBAA: add isTBAAVtableAccess to MDNode so clients can...
2013-08-29 Hal FinkelRevert: r189565 - Add getUnrollingPreferences to TTI
2013-08-29 Hal FinkelAdd getUnrollingPreferences to TTI
2013-08-28 Matt ArsenaultHandle address spaces in TargetTransformInfo
2013-08-26 Matt ArsenaultFix lint assert on integer vector division
2013-08-24 Jakub StaszakRemove trailing spaces.
2013-08-23 Richard SandifordTurn MipsOptimizeMathLibCalls into a target-independent...
2013-08-21 Bill WendlingReorder headers according to lint.
2013-08-20 Jakub StaszakAdd some constantness.
2013-08-20 Matt ArsenaultTeach ConstantFolding about pointer address spaces
2013-08-19 Matt ArsenaultFix assert with GEP ptr vector indexing structs
2013-08-18 Hal FinkelFix SCEVExpander creating distinct duplicate PHI entries
2013-08-13 Nick LewyckyFix an oversight in isPotentiallyReachable where we...
2013-08-12 Matt ArsenaultSlightly simplify code with helper functions
2013-08-12 Matt ArsenaultAdd some braces, and spaces around operators
2013-08-10 Matt ArsenaultTeach ValueTracking about address spaces
2013-08-08 Evgeniy StepanovDisable inlining between sanitized and non-sanitized...
2013-08-07 Hal FinkelAdd ISD::FROUND for libm round()
2013-08-06 Jakub StaszakRemove extraneous semicolon.
2013-08-03 Matt ArsenaultMinor address space code simplification.
2013-08-02 Matt ArsenaultTeach InstructionSimplify about pointer address spaces
2013-07-31 Andrew TrickFix a severe compile time problem when forming large...
2013-07-30 David MajnemerisKnownToBeAPowerOfTwo: Strengthen isKnownToBeAPowerOfT...
2013-07-27 Nick LewyckyAlso update CMakeLists.txt for r187283.
2013-07-27 Nick LewyckyReimplement isPotentiallyReachable to make nocapture...
2013-07-27 Tom StellardSimplifyCFG: Use parallel-and and parallel-or mode...
2013-07-21 Richard SmithTreat nothrow forms of ::operator delete and ::operator...
2013-07-20 Andrew TrickComment: try to clarify loop iteration order.
2013-07-20 Matt ArsenaultHave InlineCost check constant fcmps
2013-07-18 Nick LewyckyGive 'hasPath' a longer but clearer name 'isPotentially...
2013-07-16 Craig TopperAdd 'const' qualifiers to static const char* variables.
2013-07-14 Craig TopperUse SmallVectorImpl& instead of SmallVector to avoid...
2013-07-14 Andrew TrickRemove a bunch of old SCEVExpander FIXME's for preservi...
2013-07-14 Andrew TrickTeach indvars to generate nsw/nuw flags when widening...
2013-07-12 Nick LewyckyFix logic error optimizing "icmp pred (urem X, Y),...
2013-07-12 Arnold SchwaighoferTargetTransformInfo: address calculation parameter...
2013-07-12 Shuxin YangStylistic change.
2013-07-11 Craig TopperUse SmallVectorImpl& instead of SmallVector to avoid...
2013-07-11 Benjamin KramerDon't use a potentially expensive shift if all we want...
2013-07-11 Craig TopperFix indentation. No functional change.
2013-07-09 David MajnemerInstSimplify: X >> X -> 0
2013-07-09 Hal FinkelDon't crash in SE dealing with ashr x, -1
2013-07-09 David MajnemerValueTracking: Fix bugs in isKnownToBeAPowerOfTwo
2013-07-08 Shuxin Yang Fix a SCEV update problem.
2013-07-07 Nick LewyckyEliminate trivial redundant loads across nocapture...
2013-07-06 David MajnemerisKnownToBeAPowerOfTwo: Fix a typo in a comment
2013-07-06 Nick LewyckyExtend 'readonly' and 'readnone' to work on function...
2013-07-04 Craig TopperUse SmallVectorImpl::iterator/const_iterator instead...
2013-07-03 Craig TopperUse SmallVectorImpl::iterator/const_iterator instead...
2013-06-29 David MajnemerValueTracking: Teach isKnownToBeAPowerOfTwo about ...
2013-06-28 Preston Briggsgit-svn-id: https://llvm.org/svn/llvm-project/llvm...
2013-06-27 Michael GottesmanAdded support for the Builtin attribute.
2013-06-25 Benjamin KramerBlockFrequency: Bump up the entry frequency a bit.
2013-06-10 Nick LewyckyFix xemacs mode line, don't put them in .cpp files...
2013-06-04 Aaron BallmanSilencing an MSVC warning about */ being found outside...
2013-05-31 Andrew TrickPrevent loop-unroll from making assumptions about undef...
2013-05-31 Quentin ColombetLoop Strength Reduce: Scaling factor cost.
2013-05-31 Andrew TrickFix ScalarEvolution::ComputeExitLimitFromCond for ...
2013-05-28 Paul RedmondAdd support for llvm.vectorizer metadata
2013-05-28 Michael KupersteinMake BasicAliasAnalysis recognize the fact a noalias...
next