Whitespace.
[oota-llvm.git] / lib / Analysis /
2015-06-26 Philip ReamesTeach InlineCost to account for a null check which...
2015-06-26 David BlaikieMove VectorUtils from Transforms to Analysis to correct...
2015-06-26 Adam Nemet[LAA] Try to prove non-wrapping of pointers if SCEV...
2015-06-25 Artur PilipenkoTake alignment into account in isSafeToLoadUnconditionally
2015-06-24 Jingyue Wu[LSR] canonicalize Prod*(1<<C) to Prod<<C
2015-06-24 Bruno Cardoso Lopes[CaptureTracking] Avoid long compilation time on large...
2015-06-23 Alexander KornienkoRevert r240137 (Fixed/added namespace ending comments...
2015-06-22 Chandler Carruth[PM/AA] Hoist the AliasResult enum out of the AliasAnal...
2015-06-22 Chandler Carruth[PM/AA] Rework the names and comments in AliasSetTracke...
2015-06-19 Sanjoy Das[CallGraph] Given -print-callgraph a stable printing...
2015-06-19 Chad RosierTypo. NFC.
2015-06-19 Alexander KornienkoFixed/added namespace ending comments using clang-tidy...
2015-06-19 Eric ChristopherFix "the the" in comments.
2015-06-18 Sanjoy Das[CallGraph] Teach the CallGraph about non-leaf intrinsics.
2015-06-17 David MajnemerMove the personality function from LandingPadInst to...
2015-06-17 Diego NovilloAdd documentation for new backedge mass propagation...
2015-06-17 Chandler Carruth[PM/AA] Suffix lots of member variables that directly...
2015-06-17 Chandler Carruth[PM/AA] Remove the UnknownSize static member from Alias...
2015-06-17 Chandler Carruth[PM/AA] Remove the Location typedef from the AliasAnaly...
2015-06-17 Chandler Carruth[PM/AA] Split the location computation out of getArgLoc...
2015-06-16 Diego NovilloFix PR 23525 - Separate header mass propagation in...
2015-06-16 Benjamin Kramer[InstSimplify] Allow folding of fdiv X, X with just...
2015-06-16 Philip ReamesMove logic from JumpThreading into LazyValue info to...
2015-06-15 Jingyue Wu[ValueTracking] do not overwrite analysis results alrea...
2015-06-14 Benjamin Kramer[InstSimplify] fsub nnan x, x -> 0.0 is valid without...
2015-06-14 Benjamin Kramer[InstSimplify] Add self-fdiv identities for -ffinite...
2015-06-12 Pete CooperDon't create instructions from ConstantExpr's in CFLAli...
2015-06-12 Yaron KerenRangify for loops, NFC.
2015-06-10 Alexey Samsonov[GVN] Set proper debug locations for some instructions...
2015-06-09 Benjamin KramerReplace loop with std::equal. NFC intended.
2015-06-08 Artur PilipenkoMinor refactoring of GEP handling in isDereferenceableP...
2015-06-08 Silviu Baranga[LAA] Fix estimation of number of memchecks
2015-06-08 Hao Liu[LoopVectorize] Teach Loop Vectorizor about interleaved...
2015-06-08 Hao Liu[LoopAccessAnalysis] Teach LAA to check the memory...
2015-06-07 Matt ArsenaultAdd isLegalAddressingMode address space argument to TTI
2015-06-06 David Majnemer[InstCombine, InstSimplify] Move xforms from Combine...
2015-06-04 Chandler Carruth[PM/AA] Start refactoring AliasAnalysis to remove the...
2015-06-01 David Majnemer[PHITransAddr] Don't translate unreachable values
2015-06-01 David Majnemer[PHITransAddr] Use std::find instead of std::count
2015-05-29 Benjamin KramerReplace push_back(Constructor(foo)) with emplace_back...
2015-05-29 Jingyue Wu[DependenceAnalysis] Extend unifySubscriptType for...
2015-05-28 Wei MiEnable exitValue rewrite only when the cost of expansio...
2015-05-28 Pete CooperAdd BranchProbabilityInfo::releaseMemory to clear the...
2015-05-27 Chandler Carruth[inliner] Fix the early-exit of the inline cost analysi...
2015-05-22 David Majnemer[InstSimplify] Handle some overflow intrinsics in InstS...
2015-05-22 Hans WennborgRevert r236894 "[BasicAA] Fix zext & sext handling"
2015-05-21 Artur PilipenkoTest commit. Fix typo in MemDerefPrinter.cpp comment.
2015-05-20 James MolloyReapply r237539 with a fix for the Chromium build.
2015-05-20 Pete CooperChange Function::getIntrinsicID() to return an Intrinsi...
2015-05-19 Sanjoy DasDereferenceable, dereferenceable_or_null metadata for...
2015-05-18 Sanjoy DasExploit dereferenceable_or_null attribute in LICM pass
2015-05-18 Jingyue Wu[ScalarEvolution] refactor: extract interface getGEPExpr
2015-05-18 Adam Nemet[LoopAccesses] If shouldRetryWithRuntimeCheck, reset...
2015-05-18 Adam Nemet[LoopAccesses] Rearrange printed lines in -analyze
2015-05-18 Adam Nemet[LoopAccesses] Debug improvement
2015-05-15 James MolloyAllow min/max detection to see through casts.
2015-05-15 James Molloy[DependenceAnalysis] Fix for PR21585: collectUpperBound...
2015-05-14 Jingyue Wu[ValueTracking] refactor: extract method haveNoCommonBi...
2015-05-14 Andrea Di Biagio[ConstantFolding] Fix wrong folding of intrinsic 'conve...
2015-05-13 Pete CooperAdd llvm::all_of which wraps std::all_of.
2015-05-13 Teresa JohnsonTest commit: Remove unnecessary spaces.
2015-05-13 Pete CooperConstify arguments in AliasSetTracker methods. NFC
2015-05-13 Pete CooperChange a loop in LoopInfo to foreach. NFC
2015-05-13 Pete CooperConstify arguments to methods in LoopInfo. NFC
2015-05-12 Pete CooperConvert PHI getIncomingValue() to foreach over incoming...
2015-05-11 James MolloyRip min/max pattern matching out of InstCombine and...
2015-05-08 Sanjoy Das[BasicAA] Fix zext & sext handling
2015-05-07 Diego NovilloFix information loss in branch probability computation.
2015-05-07 Michael ZolotukhinPopulate list of vectorizable functions for Accelerate...
2015-05-07 Vince HarronAdded support for building against Android API-9 SDK
2015-05-06 Diego NovilloAllow 0-weight branches in BranchProbabilityInfo.
2015-05-06 Wei Mi[X86] Disable loop unrolling in loop vectorization...
2015-05-06 Sanjoy Das[Statepoint] Clean up Statepoint.h: accessor names.
2015-05-05 Daniel BerlinUpdate BasicAliasAnalysis to understand that nothing...
2015-04-30 Richard TrieuFix -Wpessimizing-move warnings by removing std::move...
2015-04-29 Reid Kleckner[WinEH] Start EH preparation for 32-bit x86, it uses...
2015-04-29 Duncan P. N. Exon... IR: Give 'DI' prefix to debug info metadata
2015-04-28 Daniel BerlinMake getModRefInfo(Instruction *) not crash on certain...
2015-04-24 Diego NovilloFix typo in comment.
2015-04-23 Adam Nemet[getUnderlyingOjbects] Analyze loop PHIs further to...
2015-04-23 Philip ReamesMove Value.isDereferenceablePointer to ValueTracking...
2015-04-22 Brendon CahoonFix a type mismatch assert in SCEV division
2015-04-21 Daniel BerlinRevamp PredIteratorCache interface to be cleaner.
2015-04-21 Daniel BerlinMove IDF Calculation to a separate file, expose an...
2015-04-21 Duncan P. N. Exon... DebugInfo: Drop rest of DIDescriptor subclasses
2015-04-20 Brendon CahoonRecognize n/1 in the SCEV divide function
2015-04-17 Adam Nemet[LoopAccesses] Improve debug output
2015-04-16 Duncan P. N. Exon... DebugInfo: Gut DIType and subclasses
2015-04-15 Duncan P. N. Exon... DebugInfo: Gut DICompileUnit and DIFile
2015-04-15 Richard TrieuOne more -Wrange-loop-analysis cleanup.
2015-04-15 Daniel BerlinAdd range iterators for post order and inverse post...
2015-04-15 Daniel JasperRe-apply r234898 and fix tests.
2015-04-15 Richard TrieuChange range-based for-loops to be -Wrange-loop-analysi...
2015-04-14 Reid Kleckner[Inliner] Don't inline functions with frameescape calls
2015-04-14 Rafael EspindolaRevert "The code that originally made me discover this...
2015-04-14 Chad RosierImprove RefreshCallGraph to remove invalid call graph...
2015-04-14 Daniel JasperThe code that originally made me discover this is:
2015-04-14 Duncan P. N. Exon... DebugInfo: Gut DISubprogram and DILexicalBlock*
2015-04-14 Sanjoy Das[SCEV] Strengthen SCEVExpander::isHighCostExpansion.
2015-04-14 Sanjoy Das[SCEV] Refactor out isHighCostExpansion. NFCI.
next