llvm-project/polly/lib/Exchange
Tobias Grosser b76f385334 Free isl_ctx and fix several memory leaks
Because of me not understanding the LLVM pass structure well, I did not find a
good way to allocate isl_ctx and to free it later without getting issues with
reference counting. I now found this place, such that we can free isl_ctx. This
patch also fixes the memory leaks that were ignored beforehand.

llvm-svn: 138204
2011-08-20 11:11:25 +00:00
..
JSONExporter.cpp Free isl_ctx and fix several memory leaks 2011-08-20 11:11:25 +00:00
Makefile Add initial version of Polly 2011-04-29 06:27:02 +00:00
OpenScopExporter.cpp Fix for broken build 2011-07-09 03:10:22 +00:00
OpenScopImporter.cpp Fix for broken build 2011-07-09 03:10:22 +00:00
ScopLib.cpp ScopLib: Add missing include 2011-07-06 18:05:05 +00:00
ScopLibExporter.cpp Add initial version of Polly 2011-04-29 06:27:02 +00:00
ScopLibImporter.cpp Add initial version of Polly 2011-04-29 06:27:02 +00:00