[RewriteStatepointsForGC] Delete trivial code
[oota-llvm.git] / lib / Analysis /
2015-07-21 Karthik BhatConstfold trunc,rint,nearbyint,ceil and floor using...
2015-07-18 Chandler Carruth[PM/AA] Remove the addEscapingUse update API that won...
2015-07-17 Chandler Carruth[PM/AA] Disable the core unsafe aspect of GlobalsModRef...
2015-07-16 Cong HouAdd new constructors for LoopInfo/DominatorTree/BFI/BPI
2015-07-16 Cong HouRename LoopInfo::Analyze() to LoopInfo::analyze() and...
2015-07-16 Silviu BarangaFix memcheck interval ends for pointers with negative...
2015-07-16 Adam Nemet[LAA] Split out a helper to check the pointer partition...
2015-07-15 Cong HouCreate a wrapper pass for BranchProbabilityInfo.
2015-07-15 Cong HouRename doFunction() in BFI to calculate() and change...
2015-07-15 Tobias Edler von... Analyze recursive PHI nodes in BasicAA
2015-07-15 Chandler Carruth[PM/AA] Fix *numerous* serious bugs in GlobalsModRef...
2015-07-15 Chandler Carruth[PM/AA] Cleanup some loops to be range-based. NFC.
2015-07-14 Wei MiCreate a wrapper pass for BlockFrequencyInfo.
2015-07-14 Adam Nemet[LAA] Introduce RuntimePointerChecking::PointerInfo...
2015-07-14 Adam Nemet[LAA] Lift RuntimePointerCheck out of LoopAccessInfo...
2015-07-14 Chandler Carruth[PM/AA] Reformat GlobalsModRef so that subsequent patch...
2015-07-13 Silviu BarangaCleanup after r241809 - remove uncessary call to std...
2015-07-13 Manuel KlimekRevert r241981 "Revert "Revert r236894 "[BasicAA] Fix...
2015-07-13 Jingyue Wu[LSR] don't attempt to promote ephemeral values to...
2015-07-13 David Majnemer[InstSimplify] Teach InstSimplify how to simplify extra...
2015-07-13 David Majnemer[InstSimplify] Teach InstSimplify how to simplify extra...
2015-07-11 Hal FinkelRevert "Revert r236894 "[BasicAA] Fix zext & sext handl...
2015-07-11 Hal FinkelMove getStrideFromPointer and friends from LoopVectoriz...
2015-07-11 Igor LaevskyAdd argmemonly attribute.
2015-07-11 Chandler Carruth[PM/AA] Completely remove the AliasAnalysis::copyValue...
2015-07-10 Benjamin Kramer[InstSimplify] Fold away ord/uno fcmps when nnan is...
2015-07-10 David MajnemerRevert the new EH instructions
2015-07-10 David MajnemerNew EH representation for MSVC compatibility
2015-07-09 Adam Nemet[LAA] Fix grammar in debug output
2015-07-09 Adam Nemet[LAA] Hide NeedRTCheck logic completely inside canCheck...
2015-07-09 Silviu BarangaDon't rely on the DepCands iteration order when constru...
2015-07-09 Adam Nemet[LAA] Fix line break in comment
2015-07-09 Adam Nemet[LAA] Rename IsRTNeeded to IsRTCheckAnalysisNeeded
2015-07-09 Mehdi AminiMake TargetTransformInfo keeping a reference to the...
2015-07-09 Adam Nemet[LAA] Fix misleading use of word 'consecutive'
2015-07-08 Adam Nemet[LAA] Revert a small part of r239295
2015-07-08 Adam Nemet[LAA] Add missing debug output after r239285
2015-07-08 Silviu Baranga[LAA] Merge memchecks for accesses separated by a const...
2015-07-08 Karthik BhatAllow constfolding of llvm.sin.* and llvm.cos.* intrinsics
2015-07-07 Reid KlecknerRename llvm.frameescape and llvm.framerecover to locale...
2015-07-05 Peter CollingbourneIR: Do not consider available_externally linkage to...
2015-07-02 Yaron KerenDelete whitespace at start of line.
2015-07-02 Eric ChristopherAdd a routine to TargetTransformInfo that will allow...
2015-06-29 Tobias GrosserMove delinearization from SCEVAddRecExpr to ScalarEvolution
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.
next