1
0
mirror of https://github.com/RPCS3/llvm-mirror.git synced 2024-10-28 14:32:51 +01:00
llvm-mirror/lib/Analysis/DataStructure
Chris Lattner 55186e7abf Many changes
* Simplify a lot of the inlining stuff.  There are still problems, but not
  many
* Break up the Function representation to have a vector for every different
  node type so it is fast to find nodes of a particular flavor.
* Do more intelligent merging of call values
* Allow elimination of unreachable shadow and allocation nodes
* Generalize indistinguishability testing to allow merging of identical calls.
* Increase shadow node merging power

llvm-svn: 2010
2002-03-28 17:56:03 +00:00
..
ComputeClosure.cpp Many changes 2002-03-28 17:56:03 +00:00
DataStructure.cpp Many changes 2002-03-28 17:56:03 +00:00
EliminateNodes.cpp Many changes 2002-03-28 17:56:03 +00:00
FunctionRepBuilder.cpp Many changes 2002-03-28 17:56:03 +00:00
FunctionRepBuilder.h Many changes 2002-03-28 17:56:03 +00:00
Makefile Initial checkin of Datastructure analysis. 2002-03-26 22:39:06 +00:00
NodeImpl.cpp Many changes 2002-03-28 17:56:03 +00:00