llvm-6502/lib/Analysis/IPA
Owen Anderson 392249fcf3 Use the new addEscapingValue callback to update GlobalsModRef when GVN adds PHIs of GEPs. For the moment,
have GlobalsModRef handle this conservatively by simply removing the value from its maps.


git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@122787 91177308-0d34-0410-b5e6-96231b3b80d8
2011-01-03 23:51:43 +00:00
..
CallGraph.cpp Add spliceFunction to the CallGraph interface. This allows users to efficiently 2011-01-03 03:19:35 +00:00
CallGraphSCCPass.cpp dead method. 2010-09-04 18:19:16 +00:00
CMakeLists.txt Add initialization routines for Analysis and IPA. 2010-10-07 18:31:00 +00:00
FindUsedTypes.cpp Now with fewer extraneous semicolons! 2010-10-07 22:25:06 +00:00
GlobalsModRef.cpp Use the new addEscapingValue callback to update GlobalsModRef when GVN adds PHIs of GEPs. For the moment, 2011-01-03 23:51:43 +00:00
IPA.cpp Add an implementation of the initialization routine for IPA. 2010-10-07 18:31:27 +00:00
Makefile make -fno-rtti the default unless a directory builds with REQUIRES_RTTI. 2010-01-24 20:43:08 +00:00