OSDN Git Service

[InstSimplify] (X * Y) / Y --> X for relaxed floating-point ops
[android-x86/external-llvm.git] / lib / Analysis / GlobalsModRef.cpp
2018-01-15 Mikael Holmen[GlobalsAA] Don't let dbg intrinsics affect analysis...
2017-12-21 Alina Sbirlea[ModRefInfo] Add must alias info to ModRefInfo.
2017-12-07 Alina Sbirlea[ModRefInfo] Make enum ModRefInfo an enum class [NFC].
2017-12-07 Alina Sbirlea[ModRefInfo] Replace remaining bit-wise operations...
2017-12-05 Alina SbirleaModify ModRefInfo values using static inline method...
2017-06-07 David BlaikieGlobalsModRef: Ensure optnone+readonly/readnone attribu...
2017-06-06 David BlaikieGlobalsModRef+OptNone: Don't prove readnone/other prope...
2016-11-23 Chandler Carruth[PM] Change the static object whose address is used...
2016-10-24 Eli FriedmanFix regression from my recent GlobalsAA fix.
2016-10-20 Benjamin KramerRetire llvm::alignOf in favor of C++11 alignof.
2016-10-04 Eli FriedmanMake GlobalsAA ignore dead constant expressions.
2016-08-11 David MajnemerUse the range variant of find instead of unpacking...
2016-08-11 David MajnemerUse range algorithms instead of unpacking begin/end
2016-08-09 Sean SilvaConsistently use ModuleAnalysisManager
2016-07-14 Tom StellardGlobalsAA: Functions with the argmemonly attribute...
2016-04-08 Sanjoy DasDon't IPO over functions that can be de-refined
2016-03-11 Chandler Carruth[PM] Make the AnalysisManager parameter to run methods...
2016-03-11 Chandler Carruth[PM] Implement the final conclusion as to how the analy...
2016-03-11 Chandler Carruth[PM/AA] Teach the AAManager how to handle module analys...
2016-03-02 Chandler Carruth[AA] Hoist the logic to reformulate various AA queries...
2016-02-26 Chandler Carruth[PM] Introduce CRTP mixin base classes to help define...
2016-02-09 Sanjoy Das[GMR/OperandBundles] Teach getModRefBehavior about...
2016-01-30 Matthias BraunAvoid overly large SmallPtrSet/SmallSet
2016-01-16 Manuel JacobGlobalValue: use getValueType() instead of getType...
2016-01-14 Vaivaswatha Nagaraj[GlobalsAA] Relax condition in checking globals as...
2016-01-07 James Molloy[GlobalsAA] Partially back out r248576
2016-01-06 Amaury SechetRevert "GlobalsAA: Take advantage of ArgMemOnly, Inacce...
2015-12-23 David Majnemer[OperandBundles] Have GlobalsModRef play nice with...
2015-12-18 Vaivaswatha NagarajGlobalsAA: Take advantage of ArgMemOnly, InaccessibleMe...
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...