aboutsummaryrefslogtreecommitdiff
path: root/llvm/lib/Analysis/NoAliasAnalysis.cpp
AgeCommit message (Expand)AuthorFilesLines
2014-10-05Simplify code. No functionality change.Benjamin Kramer1-4/+2
2014-10-04Make AAMDNodes ctor and operator bool (!!!) explicit, mop up bugs and weirdne...Benjamin Kramer1-2/+5
2014-07-17Improve BasicAA CS-CS queries (redux)Hal Finkel1-0/+8
2014-07-15Revert r212572 "improve BasicAA CS-CS queries", it causes PR20303.Nick Lewycky1-8/+0
2014-07-08Improve BasicAA CS-CS queriesHal Finkel1-0/+8
2014-04-15[C++11] More 'nullptr' conversion. In some cases just using a boolean check i...Craig Topper1-1/+1
2014-03-05[C++11] Add 'override' keyword to virtual methods that override their base cl...Craig Topper1-17/+15
2014-02-25Make DataLayout a plain object, not a pass.Rafael Espindola1-1/+2
2014-02-18Rename some member variables from TD to DL.Rafael Espindola1-1/+1
2013-01-02Move all of the header files which are involved in modelling the LLVM IRChandler Carruth1-1/+1
2012-12-03Use the new script to sort the includes of every file under lib.Chandler Carruth1-2/+2
2012-10-08Move TargetData to DataLayout.Micah Villmow1-2/+2
2011-01-03Use the new addEscapingValue callback to update GlobalsModRef when GVN adds P...Owen Anderson1-0/+1
2010-11-08Extend the AliasAnalysis::pointsToConstantMemory interface to allow itDan Gohman1-1/+4
2010-10-19Move NoAA out of BasicAliasAnalysis.cpp into its own file, now thatDan Gohman1-0/+84