summaryrefslogtreecommitdiff
path: root/isl_sample_piplib.c
AgeCommit message (Expand)AuthorFilesLines
2012-09-02relicense isl under the MIT licenseSven Verdoolaege1-1/+1
2010-12-07avoid using isl_basic_set and isl_basic_map internals in piplib dependent codeSven Verdoolaege1-2/+2
2010-11-20Rename headers from isl_header.h to isl/header.hSven Verdoolaege1-3/+3
2009-12-16add copyright statementsSven Verdoolaege1-0/+9
2009-07-15move isl_basic_set_skew_to_positive_orthant to isl_sample.cSven Verdoolaege1-136/+2
2009-07-13isl_vec: keep track of isl_ctxSven Verdoolaege1-1/+1
2009-03-20isl_{basic_,}set_preimage: drop ctx argumentSven Verdoolaege1-1/+1
2008-12-14introduce isl_dim structure for representing shared dimension informationSven Verdoolaege1-11/+12
2008-10-11isl_sample_piplib.c: add missing includeSven Verdoolaege1-0/+1
2008-10-11add struct_ctx field to isl_set and isl_mapSven Verdoolaege1-8/+10
2008-08-25sample: remove lineality and skew into positive orthantSven Verdoolaege1-14/+145
2008-08-25reimplement isl_basic_map_is_empty in terms of isl_basic_set_sampleSven Verdoolaege1-0/+63