2011-07-29  Louis-Noel Pouchet  <pouchet@cse.ohio-state.edu>

	* irconverter/past2scop.c: Fix a typo.

2011-07-27  Louis-Noel Pouchet  <pouchet@cse.ohio-state.edu>

	* irconverter/past_parser.c: Add missing case in expression parser
	(was: missing over-approximation of modulo conditionals).

2011-07-25  Louis-Noel Pouchet  <pouchet@cse.ohio-state.edu>

	* irconverter/past_parser.c: Add missing case in expression parser
	(was: missing support of floord/ceild in coefficients.)

2011-06-29  Louis-Noel Pouchet  <pouchet@cse.ohio-state.edu>

	* irconverter/past2scop.c: Fix a bug in the construction of
	read/write access functions when fake iterators (ie, tile
	iterators) are created.

2011-06-29  Louis-Noel Pouchet  <pouchet@cse.ohio-state.edu>

	* irconverter/past2scop.c: Fix a severe bug in the construction of
	read/write access matrix (was: some values were missing in the
	generated matrix).

2011-06-20  Louis-Noel Pouchet  <pouchet@cse.ohio-state.edu>

	* irconverter/matrix_to_past.c: Fix a problem in array reference
	creation. Patch by Kevin Stock.

2011-06-17  Louis-Noel Pouchet  <pouchet@cse.ohio-state.edu>

	* irconverter/past_parser.c,
        * irconverter/past2scop.c: Fix a bug in parsing (-) expressions.

2011-06-15  Louis-Noel Pouchet  <pouchet@cse.ohio-state.edu>

        * irconverter/past2scop.c: Fix a couple of bugs.
	* irconverter/past_parser.c,
	* irconverter/stack.c: Add assert at various places.

2011-06-13  Louis-Noel Pouchet  <pouchet@cse.ohio-state.edu>

	* irconverter/past2scop.c,
	* irconverter/past_parser.c: Fix and extend the parser, to support
	wilder CLooG-generated constructs.

2011-06-10  Louis-Noel Pouchet  <pouchet@cse.ohio-state.edu>

	* irconverter/past_parser.c: Fix a minor bug.

2011-06-09  Louis-Noel Pouchet  <pouchet@cse.ohio-state.edu>

	* irconverter/past2scop.c: Fix a minor bug.

2011-06-09  Louis-Noel Pouchet  <pouchet@cse.ohio-state.edu>

	* irconverter/include/irconverter/matrix_to_past.h,
	* irconverter/matrix_to_past.c: New. Unit to convert an access
	function into a PAST tree.
	* irconverter/Makefile.am: Update accordingly.

2011-06-09  Louis-Noel Pouchet  <pouchet@cse.ohio-state.edu>

	* irconverter/include/irconverter/past_parser.h,
	* irconverter/past_parser.c: New. Unit to parse PAST affine
	expressions into matrix format. Heavily inspired by PolyOpt's code.
	* irconverter/Makefile.am: Update accordingly.

	* irconverter/past2scop.c,
	* irconverter/include/irconverter/past2scop.h: First re-entrance
	module, to create a ScopLib representation of the control in a
	given PAST tree, via 'past2scop_control_only' function.

2011-06-07  Louis-Noel Pouchet  <pouchet@cse.ohio-state.edu>

	* ir-converter/xmalloc.c,
	* ir-converter/include/ir-converter/error.h,
	* ir-converter/include/ir-converter/list.h,
	* ir-converter/include/ir-converter/foo.h,
	* ir-converter/include/ir-converter/common.h,
	* ir-converter/foo.c,
	* ir-converter/Makefile.am,
	* ir-converter/error.c,
	* ir-converter/xstrdup.c,
	* ir-converter/xstrerror.c,
	* ir-converter/list.c,
	* irconverter/xmalloc.c,
	* irconverter/include/ir-converter/error.h,
	* irconverter/include/ir-converter/list.h,
	* irconverter/include/ir-converter/foo.h,
	* irconverter/include/ir-converter/common.h,
	* irconverter/include/irconverter/error.h,
	* irconverter/include/irconverter/list.h,
	* irconverter/include/irconverter/foo.h,
	* irconverter/include/irconverter/common.h,
	* irconverter/foo.c,
	* irconverter/Makefile.am,
	* irconverter/error.c,
	* irconverter/xstrdup.c,
	* irconverter/xstrerror.c,
	* irconverter/list.c: Rename ir-converter/ to irconverter.

	* configure.ac,
	* bootstrap.sh,
	* src/Makefile.am,
	* Makefile.am: Update accordingly.

2011-05-31  Louis-Noel Pouchet  <pouchet@cse.ohio-state.edu>

	* ir-converter/xmalloc.c,
	* ir-converter/include/ir-converter/error.h,
	* ir-converter/include/ir-converter/list.h,
	* ir-converter/include/ir-converter/foo.h,
	* ir-converter/include/ir-converter/common.h,
	* ir-converter/foo.c,
	* ir-converter/Makefile.am,
	* ir-converter/error.c,
	* ir-converter/xstrdup.c,
	* ir-converter/xstrerror.c,
	* ir-converter/list.c,
	* tests/Makefile.am,
	* tests/empty.test,
	* tests/checker.sh,
	* configure.ac,
	* AUTHORS,
	* config/ir-converter.m4,
	* doc/Makefile.am,
	* bootstrap.sh,
	* ChangeLog,
	* src/ir-converter.c,
	* src/ir-converter.h,
	* src/Makefile.am,
	* COPYING,
	* Makefile.am,
	* NEWS,
	* README: Initial check-in of the project.

