llvm-6502/include/llvm/Transforms
Andrew Lenharth 3433141a3e Add a simple pass to make sure that all (non-library) calls to malloc and free
are visible to analysis as intrinsics.  That is, make sure someone doesn't pass
free around by address in some struct (as happens in say 176.gcc).

This doesn't get rid of any indirect calls, just ensure calls to free and malloc
are always direct.


git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@27560 91177308-0d34-0410-b5e6-96231b3b80d8
2006-04-10 19:26:09 +00:00
..
Utils Remove a level of indirection. 2006-02-10 21:32:11 +00:00
Instrumentation.h Added documented rsprofiler interface. Also remove new profiler passes, the 2005-11-28 18:00:38 +00:00
IPO.h Add a simple pass to make sure that all (non-library) calls to malloc and free 2006-04-10 19:26:09 +00:00
LinkAllPasses.h Add a simple pass to make sure that all (non-library) calls to malloc and free 2006-04-10 19:26:09 +00:00
RSProfiling.h Make the LLVM headers "-ansi -pedantic -Wno-long-long" clean. 2006-02-22 16:23:43 +00:00
Scalar.h For each loop, keep track of all the IV expressions inserted indexed by 2006-03-16 21:53:05 +00:00