[PM/AA] Rebuild LLVM's alias analysis infrastructure in a way compatible
[oota-llvm.git] / include / llvm / Analysis / BasicAliasAnalysis.h
2015-09-09 Chandler Carruth[PM/AA] Rebuild LLVM's alias analysis infrastructure...
2015-08-31 Quentin Colombet[BasicAA] Fix the handling of sext and zext in the...
2015-08-06 Chandler Carruth[PM/AA] Clean up and homogenize comments throughout...
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...
2003-02-26 Chris LattnerBasicAA doesn't need a public header
2003-02-26 Chris LattnerTweak to work with new AA implementation
2002-11-06 Vikram S. AdveMake query operations non-const to allow demand-driven...
2002-09-25 Chris LattnerImmutablePass's don't need a runOnFunction, nor do...
2002-09-25 Chris LattnerConvert BasicAA to be an immutable pass instead of...
2002-08-29 Chris LattnerFix comments
2002-08-22 Chris Lattnerdoxygenize comments in header
2002-08-22 Chris LattnerCheckin new alias analysis infrastructure