aboutsummaryrefslogtreecommitdiff
path: root/include/llvm/Analysis/LibCallSemantics.h
AgeCommit message (Expand)Author
2012-09-27Revert 'Fix a typo 'iff' => 'if''. iff is an abreviation of if and only if. S...Sylvestre Ledru
2012-09-27Fix a typo 'iff' => 'if'Sylvestre Ledru
2010-09-14Remove the experimental AliasAnalysis::getDependency interface, whichDan Gohman
2010-08-03Thread const correctness through a bunch of AliasAnalysis interfaces andDan Gohman
2008-05-30Revert 51775.Evan Cheng
2008-05-30Patches for building llvm on Solaris x86. Contributed by Nathan Keynes.Evan Cheng
2008-05-07Add a new interface for describing the behavior of library calls. ThisChris Lattner