1
0
mirror of https://github.com/RPCS3/llvm-mirror.git synced 2024-10-28 06:22:51 +01:00
llvm-mirror/lib/Analysis/IPA
Daniel Berlin f900d1295f Implement offline variable substitution in order to reduce memory
and time usage.
Fixup operator == to make this work, and add a resize method to DenseMap
so we can resize our hashtable once we know how big it should be.

llvm-svn: 42269
2007-09-24 19:45:49 +00:00
..
Andersens.cpp Implement offline variable substitution in order to reduce memory 2007-09-24 19:45:49 +00:00
CallGraph.cpp Drop 'const' 2007-05-03 01:11:54 +00:00
CallGraphSCCPass.cpp Do not overuse std::string. Pass around char * directly. 2007-08-10 18:29:32 +00:00
FindUsedTypes.cpp Drop 'const' 2007-05-03 01:11:54 +00:00
GlobalsModRef.cpp Drop 'const' 2007-05-03 01:11:54 +00:00
Makefile DONT_BUILD_RELINKED is gone and implied by BUILD_ARCHIVE now 2005-10-24 02:26:13 +00:00