[IR] Update CreateCatchRet to take a return value
[oota-llvm.git] / include / llvm / Analysis / LibCallAliasAnalysis.h
2015-08-14 Chandler Carruth[PM/AA] Remove two no-op overridden functions that...
2015-08-14 Chandler Carruth[PM/AA] Remove the function names and class names from...
2015-08-14 Chandler Carruth[PM/AA] Move the LibCall AA creation routine declaratio...
2015-08-14 Chandler Carruth[PM/AA] Run clang-format over LibCallAliasAnalysis...
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-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-04-11 Alexander KornienkoUse 'override/final' instead of 'virtual' for overridde...
2015-03-04 Mehdi AminiMake DataLayout Non-Optional in the Module
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-01-10 Jakub StaszakFix include guards so they exactly match file names.
2010-10-19 Owen AndersonGet rid of static constructors for pass registration...
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 GohmanThread const correctness through a bunch of AliasAnalys...
2010-07-30 Nick LewyckyLibCallAliasAnalysis uses multiple inheritance, so...
2009-11-22 Chris LattnerRemove the AliasAnalysis::getMustAliases method, which...
2009-09-06 Duncan SandsPublic and private corrections, warned about by icc...
2009-05-12 Bill WendlingMore MSVC fixes -- class/struct conflicts.
2008-06-05 Chris LattnerExpose a public interface to this pass.