Merging r258184:
[oota-llvm.git] / lib / Analysis / TypeBasedAliasAnalysis.cpp
2016-01-13 Sanjay Patelfix typo
2015-09-09 Chandler Carruth[PM/AA] Rebuild LLVM's alias analysis infrastructure...
2015-08-14 Chandler Carruth[PM/AA] Hoist the interface to TBAA into a dedicated...
2015-08-14 Chandler Carruth[PM/AA] Run clang-format over TBAA code to normalize...
2015-07-22 Chandler Carruth[PM/AA] Extract the ModRef enums from the AliasAnalysis...
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 Location typedef from the AliasAnaly...
2015-03-13 Owen AndersonTeach TBAA analysis to report errors on cyclic TBAA...
2015-03-04 Mehdi AminiMake DataLayout Non-Optional in the Module
2015-02-08 Bjorn SteinbrinkCorrectly combine alias.scope metadata by a union inste...
2014-12-09 Duncan P. N. Exon... IR: Split Metadata from Value
2014-11-11 Duncan P. N. Exon... Revert "IR: MDNode => Value"
2014-11-01 Duncan P. N. Exon... IR: MDNode => Value: Instruction::getMetadata()
2014-07-24 Hal FinkelAdd scoped-noalias metadata
2014-07-24 Hal FinkelAA metadata refactoring (introduce AAMDNodes)
2014-05-03 Juergen Ributzka[TBAA] Fix handling of mixed TBAA (path-aware and non...
2014-04-17 Nuno Lopesremove some dead code
2014-04-15 Craig Topper[C++11] More 'nullptr' conversion. In some cases just...
2014-03-05 Craig Topper[C++11] Add 'override' keyword to virtual methods that...
2013-10-22 Manman RenTBAA: fix PR17620.
2013-09-27 Manman RenTBAA: try to fix the dragonegg bots.
2013-09-27 Manman RenTBAA: handle scalar TBAA format and struct-path aware...
2013-09-06 Manman RenTBAA: add isTBAAVtableAccess to MDNode so clients can...
2013-04-27 Manman RenStruct-path aware TBAA: change the format of TBAAStruct...
2013-04-22 Manman RenStruct-path aware TBAA: update getMostGenericTBAA
2013-04-11 Manman RenAliasing rules for struct-path aware TBAA.
2013-01-02 Chandler CarruthMove all of the header files which are involved in...
2012-12-03 Chandler CarruthUse the new script to sort the includes of every file...
2011-04-15 Chris LattnerFix a ton of comment typos found by codespell. Patch by
2011-04-11 Jay FoadDon't include Operator.h from InstrTypes.h.
2010-12-16 Dan GohmanUpdate a comment.
2010-12-15 Dan GohmanEnable TBAA by default.
2010-11-12 Dan GohmanRe-disable TBAA for now; it broke MultiSource/Applicati...
2010-11-12 Dan GohmanEnable TBAA.
2010-11-10 Dan GohmanMake ModRefBehavior a lattice. Use this to clean up...
2010-11-08 Dan GohmanImplement getModRefBehavior for TypeBasedAliasAnalysis.
2010-11-08 Dan GohmanExtend the AliasAnalysis::pointsToConstantMemory interf...
2010-10-25 Dan GohmanSupport TBAA attachments on calls. This is somewhat...
2010-10-25 Dan GohmanFix chaining in TBAA's pointsToConstantMemory.
2010-10-25 Dan GohmanOnly read one bit for testing for a readonly type,...
2010-10-25 Dan GohmanAdd a comment.
2010-10-21 Dan GohmanAdd some more documentation.
2010-10-21 Dan GohmanExplain what "constant" means here.
2010-10-21 Dan GohmanUpdate comments.
2010-10-20 Dan GohmanFactor out the main aliasing check into a separate...
2010-10-20 Dan GohmanFix comments; the type graph is currently a tree, not...
2010-10-19 Owen AndersonGet rid of static constructors for pass registration...
2010-10-18 Dan GohmanMake TypeBasedAliasAnalysis default to doing nothing...
2010-10-18 Dan GohmanUse chaining in TypeBasedAliasAnalysis::pointsToConstan...
2010-10-14 Dan GohmanTolerate a null parent pointer.
2010-10-11 Dan GohmanSupport AA chaining.
2010-10-07 Owen AndersonNow with fewer extraneous semicolons!
2010-09-14 Dan GohmanConvert TBAA to use the new TBAATag field of AliasAnaly...
2010-09-14 Dan GohmanRemove the experimental AliasAnalysis::getDependency...
2010-08-06 Owen AndersonReapply r110396, with fixes to appease the Linux buildb...
2010-08-06 Owen AndersonRevert r110396 to fix buildbots.
2010-08-05 Owen AndersonDon't use PassInfo* as a type identifier for passes...
2010-08-03 Dan GohmanFix a typo Devang noticed.
2010-08-02 Dan GohmanSketch up a preliminary Type-Based Alias Analysis imple...