llvm-mirror/lib/Transforms
Chris Lattner 022b15083b Reimplement the inner loop of DSE. It now uniformly uses getDependence(),
doesn't do its own local caching, and is slightly more aggressive about
free/store dse (see testcase).  This eliminates the last external client 
of MemDep::getDependenceFrom().

llvm-svn: 60619
2008-12-06 00:53:22 +00:00
..
Hello Initial support for the CMake build system. 2008-09-22 01:08:49 +00:00
Instrumentation Use Function::getEntryBlock() instead of Function::front(), for clarity. 2008-10-21 03:10:28 +00:00
IPO Fix error where it wasn't getting the correct caller function. 2008-11-21 00:09:21 +00:00
Scalar Reimplement the inner loop of DSE. It now uniformly uses getDependence(), 2008-12-06 00:53:22 +00:00
Utils Factor some code into a new FoldSingleEntryPHINodes method. 2008-12-03 19:44:02 +00:00
Makefile