1
0
mirror of https://github.com/RPCS3/llvm-mirror.git synced 2024-10-19 11:02:59 +02:00
llvm-mirror/lib/Analysis
Chris Lattner dc3aec7a90 * Eliminate the LiveVarSet class, making applyTranferFuncForMInst a static
function in the one .cpp file that uses it.  Use ValueSet's instead.
* Prepare to delete LiveVarSet.h & LiveVarSet.cpp
* Eliminate the ValueSet class, making all old member functions into global
  templates that will eventually be moved to Support.

llvm-svn: 1711
2002-02-05 02:51:01 +00:00
..
IPA Convert analyses to new pass structure 2002-01-31 00:42:27 +00:00
LiveVar * Eliminate the LiveVarSet class, making applyTranferFuncForMInst a static 2002-02-05 02:51:01 +00:00
Expressions.cpp Move stuff out of the Optimizations directories into the appropriate Transforms 2002-01-21 23:17:48 +00:00
InductionVariable.cpp Changes to build successfully with GCC 3.02 2002-01-20 22:54:45 +00:00
Interval.cpp Pull predecessor and successor iterators out of the CFG*.h files, and plop them into 2001-10-01 13:19:53 +00:00
IntervalPartition.cpp Convert analyses to new pass structure 2002-01-31 00:42:27 +00:00
LoopInfo.cpp Convert analyses to new pass structure 2002-01-31 00:42:27 +00:00
Makefile Added directory LiveVar/ 2001-08-28 23:29:31 +00:00
PostDominators.cpp Provide the right AnalysisID for postdominators 2002-01-31 18:29:24 +00:00
Writer.cpp Changes to build successfully with GCC 3.02 2002-01-20 22:54:45 +00:00