summaryrefslogtreecommitdiff
path: root/Makefile.am
AgeCommit message (Expand)AuthorFilesLines
2012-08-02extract common implementation of Tarjan's algorithmSven Verdoolaege1-0/+2
2012-08-02add isl_map_{lexmin,lexmax}_pw_multi_affSven Verdoolaege1-0/+1
2012-08-02Use an MIT licensed mergesort as the sorting algorithm for islTobias Grosser1-2/+2
2012-07-13add doc/SubmittingPatches to the distributionSven Verdoolaege1-0/+1
2012-05-06split off declarations of isl_union_map and isl_union_setSven Verdoolaege1-0/+2
2012-03-07add isl_map_fixed_power and isl_union_map_fixed_powerSven Verdoolaege1-0/+1
2011-11-13hide isl_options structureSven Verdoolaege1-0/+1
2011-11-06allow --with-gmp=buildSerge Belyshev1-5/+5
2011-10-06add extract_interface for constructing interfaces to other languagesSven Verdoolaege1-2/+5
2011-10-02add isl_multi_affSven Verdoolaege1-0/+3
2011-09-13drop isl_div abstractionSven Verdoolaege1-3/+0
2011-09-03rename isl_dim to isl_spaceSven Verdoolaege1-1/+3
2011-09-01split off declarations from isl_polynomial.h to separate fileSven Verdoolaege1-0/+1
2011-09-01merge isl_*_dump functionsSven Verdoolaege1-0/+2
2011-07-28privately export isl_token_newSven Verdoolaege1-0/+1
2011-07-20introduce identifiersSven Verdoolaege1-2/+3
2011-07-09substitute EXEEXT in bound_test.sh and pip_test.shSven Verdoolaege1-2/+0
2011-07-07hide isl_constraint internalsSven Verdoolaege1-0/+1
2011-07-02split off declarations for isl_aff and isl_pw_aff to separate fileSven Verdoolaege1-0/+1
2011-06-25split off type declarations for isl_map and isl_set to separate filesSven Verdoolaege1-0/+2
2011-06-25add isl_config_post.h to distributionSven Verdoolaege1-0/+1
2011-06-07Enable -Wall if compiling with clangTobias Grosser1-0/+1
2011-06-05scheduling: introduce band forest interfaceSven Verdoolaege1-0/+3
2011-06-05isl_schedule.c: extract out definition of isl_schedule to isl_schedule_private.hSven Verdoolaege1-0/+1
2011-06-04generalize isl_basic_set_list to generic listsSven Verdoolaege1-0/+3
2011-05-16add isl_affSven Verdoolaege1-0/+3
2011-05-16add isl_local_spaceSven Verdoolaege1-0/+3
2011-05-16hide isl_div internalsSven Verdoolaege1-0/+1
2011-05-15explicitly link in gmp in applications that reference gmp symbolsSven Verdoolaege1-4/+8
2011-04-21add isl_union_set_compute_scheduleSven Verdoolaege1-0/+2
2011-04-21add isl_quicksort (copied from glibc)Sven Verdoolaege1-0/+2
2011-04-21add isl_hmap_map_basic_setSven Verdoolaege1-0/+2
2011-04-21isl_dim_map: extract from isl_map.cSven Verdoolaege1-0/+2
2011-04-21add isl_union_set_coefficients and isl_union_set_solutionsSven Verdoolaege1-0/+1
2011-04-19Merge branch 'maint'Sven Verdoolaege1-0/+1
2011-04-19make sure destination for GDB module exists before installingSven Verdoolaege1-0/+1
2011-04-11use silent make rulesSven Verdoolaege1-1/+1
2011-03-16hide isl_ctx internalsSven Verdoolaege1-0/+1
2011-03-15respect DESTDIR when installing isl.pySven Verdoolaege1-2/+3
2010-12-31Add GDB module that defines an islprint commandTobias Grosser1-0/+9
2010-11-20Rename headers from isl_header.h to isl/header.hSven Verdoolaege1-48/+42
2010-09-04add public API for matricesSven Verdoolaege1-0/+1
2010-08-26align parameters of union arguments to binary functionsSven Verdoolaege1-0/+2
2010-07-31add support for union sets and relationsSven Verdoolaege1-0/+5
2010-06-29Makefile.am: really include include/isl_vertices.hSven Verdoolaege1-1/+1
2010-06-19add isl_versionSven Verdoolaege1-0/+6
2010-06-12optionally (and by default) use bernstein expansion to compute boundsSven Verdoolaege1-0/+2
2010-06-12add parametric vertex enumerationSven Verdoolaege1-2/+5
2010-06-12extract out generic part of isl_pw_qpolynomial_bound_rangeSven Verdoolaege1-0/+3
2010-06-12add isl_basic_set_factorizerSven Verdoolaege1-0/+2