[PM/AA] Run clang-format over all of basic-aa before making more
[oota-llvm.git] / lib / Analysis / BasicAliasAnalysis.cpp
2015-08-06 Chandler Carruth[PM/AA] Run clang-format over all of basic-aa before...
2015-08-06 Chandler Carruth[PM/AA] Hoist the interface for BasicAA into a header...
2015-08-05 Wei MiAdd a stat to show how often the limit to decompose...
2015-07-22 Chandler Carruth[PM/AA] Extract the ModRef enums from the AliasAnalysis...
2015-07-15 Tobias Edler von... Analyze recursive PHI nodes in BasicAA
2015-07-13 Manuel KlimekRevert r241981 "Revert "Revert r236894 "[BasicAA] Fix...
2015-07-11 Hal FinkelRevert "Revert r236894 "[BasicAA] Fix zext & sext handl...
2015-07-11 Igor LaevskyAdd argmemonly attribute.
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-19 Alexander KornienkoFixed/added namespace ending comments using clang-tidy...
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-05-22 Hans WennborgRevert r236894 "[BasicAA] Fix zext & sext handling"
2015-05-20 Pete CooperChange Function::getIntrinsicID() to return an Intrinsi...
2015-05-12 Pete CooperConvert PHI getIncomingValue() to foreach over incoming...
2015-05-08 Sanjoy Das[BasicAA] Fix zext & sext handling
2015-05-05 Daniel BerlinUpdate BasicAliasAnalysis to understand that nothing...
2015-03-30 David Blaikie[opaque pointer type] Change GetElementPtrInst::getInde...
2015-03-20 Daniel BerlinSmall optimization to avoid getting pass info when...
2015-03-10 Mehdi AminiDataLayout is mandatory, update the API to reflect...
2015-03-04 Mehdi AminiMake DataLayout Non-Optional in the Module
2015-02-07 Ahmed Bougacha[BasicAA] Try to disambiguate GEPs through arrays of...
2015-01-17 Chandler Carruth[PM] Split the LoopInfo object apart from the legacy...
2015-01-15 Chandler Carruth[PM] Separate the TargetLibraryInfo object from the...
2015-01-15 Chandler Carruth[PM] Move TargetLibraryInfo into the Analysis library.
2015-01-04 Chandler Carruth[PM] Split the AssumptionTracker immutable pass into...
2014-11-19 David BlaikieUpdate SetVector to rely on the underlying set's insert...
2014-11-13 Hal FinkelRevert r219432 - "Revert "[BasicAA] Revert "Revert...
2014-10-09 Hal FinkelRevert "[BasicAA] Revert "Revert r218714 - Make better...
2014-10-06 Hal Finkel[BasicAA] Revert "Revert r218714 - Make better use...
2014-10-04 Benjamin KramerMake AAMDNodes ctor and operator bool (!!!) explicit...
2014-10-03 Lang Hames[BasicAA] Revert r218714 - Make better use of zext...
2014-09-30 Hal Finkel[BasicAA] Make better use of zext and sign information
2014-09-07 Hal FinkelMake use of @llvm.assume in ValueTracking (computeKnown...
2014-08-24 Craig TopperUse range based for loops to avoid needing to re-mentio...
2014-07-25 Hal FinkelAdd @llvm.assume, lowering, and some basic properties
2014-07-24 Hal FinkelAA metadata refactoring (introduce AAMDNodes)
2014-07-21 Hal FinkelMove isIdentifiedFunctionLocal from BasicAA to AA
2014-07-17 Hal FinkelImprove BasicAA CS-CS queries (redux)
2014-07-15 Matt ArsenaultTeach GetUnderlyingObject / BasicAA about addrspacecast
2014-07-15 Nick LewyckyRevert r212572 "improve BasicAA CS-CS queries", it...
2014-07-08 Hal FinkelImprove BasicAA CS-CS queries
2014-04-18 Benjamin KramerRemove a couple of redundant copies of SmallVector...
2014-04-15 Craig Topper[C++11] More 'nullptr' conversion. In some cases just...
2014-03-26 Arnold SchwaighoferPR15967 Fix in basicaa for faulty returning no alias.
2014-03-05 Craig Topper[C++11] Add 'override' keyword to virtual methods that...
2014-03-04 Chandler Carruth[Modules] Move GetElementPtrTypeIterator into the IR...
2014-02-21 Rafael EspindolaRename a few more DataLayout variables from TD to DL.
2014-02-18 Rafael EspindolaRename some member variables from TD to DL.
2014-01-24 Alp TokerFix known typos
2014-01-16 Arnold SchwaighoferBasicAA: We need to check both access sizes when compar...
2014-01-13 Chandler Carruth[PM] Split DominatorTree into a concrete analysis resul...
2014-01-13 Chandler Carruth[cleanup] Move the Dominators.h and Verifier.h headers...
2014-01-07 Chandler CarruthRe-sort all of the includes with ./utils/sort_includes...
2014-01-03 Arnold SchwaighoferBasicAA: Use reachabilty instead of dominance for check...
2014-01-02 Arnold SchwaighoferBasicAA: Fix value equality and phi cycles
2013-11-16 Matt ArsenaultUse correct size for address space in BasicAA.
2013-10-27 Shuxin YangRevert r193251 : Use address-taken to disambiguate...
2013-10-23 Shuxin YangUse address-taken to disambiguate global variable and...
2013-09-27 Matt ArsenaultUse type helper functions
2013-08-24 Jakub StaszakRemove trailing spaces.
2013-07-14 Craig TopperUse SmallVectorImpl& instead of SmallVector to avoid...
2013-05-28 Michael KupersteinMake BasicAliasAnalysis recognize the fact a noalias...
2013-04-09 Nadav RotemRevert r176408 and r176407 to address PR15540.
2013-03-26 Arnold SchwaighoferBasicAA: Only query twice if the result of the more...
2013-03-02 Nuno Lopesadd getUnderlyingObjectSize()
2013-02-28 Shuxin YangFix a problem in alias analysis. It is about the misint...
2013-01-02 Chandler CarruthActually update the CMake and Makefile builds correctly...
2013-01-02 Chandler CarruthMove all of the header files which are involved in...
2012-12-10 Arnold SchwaighoferOptimistically analyse Phi cycles
2012-12-03 Chandler CarruthUse the new script to sort the includes of every file...
2012-11-17 Hal FinkelPhi speculation improvement for BasicAA
2012-11-05 Richard OsborneDon't infer whether a value is captured in the current...
2012-11-04 Duncan SandsApply the patch from PR14160. I failed to construct...
2012-11-01 Chandler CarruthRevert the majority of the next patch in the address...
2012-10-15 Micah VillmowResubmit the changes to llvm core to update the functio...
2012-10-11 Micah VillmowRevert 165732 for further review.
2012-10-11 Micah VillmowAdd in the first iteration of support for llvm/clang...
2012-10-08 Micah VillmowMove TargetData to DataLayout.
2012-09-19 Duncan SandsGCC doesn't understand that OrigAliasResult having...
2012-09-06 Arnold SchwaighoferBasicAA: Recognize cyclic NoAlias phis
2012-09-06 Arnold SchwaighoferBasicAA: GEPs of NoAlias'ing base ptr with equivalent...
2012-09-05 Benjamin KramerSwitch BasicAliasAnalysis' cache to SmallDenseMap.
2012-08-29 Benjamin KramerMake MemoryBuiltins aware of TargetLibraryInfo.
2012-06-21 Nuno Lopesrefactor the MemoryBuiltin analysis:
2012-02-27 Eli FriedmanDuncan pointed out that if the alignment isn't explicit...
2012-02-27 Eli FriedmanTeach BasicAA about the LLVM IR rules that allow readin...
2012-02-25 Nick LewyckyMove isKnownNonNull from private implementation detail...
2012-02-17 Dan GohmanRemove a comment about an alternative approach that...
2011-11-20 Nick LewyckyRefactor code to use new attribute getters on CallSite...
2011-10-06 Eli FriedmanRemove the old atomic instrinsics. autoupgrade functio...
2011-09-28 Eli FriedmanPR10628: Fix getModRefInfo so it queries the underlying...
2011-09-08 Eli FriedmanA couple minor corrections to r139276.
2011-09-08 Eli FriedmanFix the logic in BasicAliasAnalysis::aliasGEP for compa...
2011-09-06 Owen Andersonmemset_pattern16 uses a 16 BYTE pattern, not a 16 BIT...
2011-09-06 Owen AndersonTeach BasicAA about the aliasing properties of memset_p...
2011-07-27 Jeffrey YasskinExplicitly cast narrowing conversions inside {}s that...
2011-07-18 Chris Lattnerland David Blaikie's patch to de-constify Type, with...
next