Remove unnecessary intermediate lambda. NFC
[oota-llvm.git] / lib / Analysis / GlobalsModRef.cpp
2015-11-29 Craig TopperRemove unnecessary intermediate lambda. NFC
2015-10-28 James Molloy[GlobalsAA] An indirect global that is initialized...
2015-10-22 James Molloy[GlobalsAA] Loosen an overly conservative bailout
2015-10-19 James Molloy[GlobalsAA] Fix a really horrible iterator invalidation bug
2015-10-13 James Molloy[GlobalsAA] Don't assume anything about functions that...
2015-09-25 James Molloy[GlobalsAA] Teach GlobalsAA about nocapture
2015-09-14 NAKAMURA TakumiGlobalsAAResult: Try to fix crash.
2015-09-10 NAKAMURA TakumiGlobalsAAResult(&&): Move every members.
2015-09-09 Chandler Carruth[PM/AA] Rebuild LLVM's alias analysis infrastructure...
2015-08-18 Chandler Carruth[PM/AA] Remove the last relics of the separate IPA...