summaryrefslogtreecommitdiff
path: root/isl_space.c
AgeCommit message (Expand)AuthorFilesLines
2013-04-22isl_space.c: add missing includeSven Verdoolaege1-0/+1
2012-12-07isl_hash_dim: make result independent of endiannessSven Verdoolaege1-3/+3
2012-12-02isl_space_extend: avoid invalid access on errorSven Verdoolaege1-0/+2
2012-12-01isl_space_dup: avoid invalid accesses on errorSven Verdoolaege1-0/+2
2012-09-06add isl_map_uncurrySven Verdoolaege1-0/+37
2012-09-06isl_space_free: return NULLSven Verdoolaege1-3/+5
2012-09-02relicense isl under the MIT licenseSven Verdoolaege1-1/+1
2012-08-07add isl_space_is_rangeSven Verdoolaege1-0/+28
2012-08-07export isl_space_is_domainSven Verdoolaege1-1/+16
2012-08-07doc: document isl_space_is_equalSven Verdoolaege1-0/+2
2012-08-07add isl_space_is_mapSven Verdoolaege1-0/+10
2012-07-27isl_space_extend_domain_with_range: handle ranges with a nested spaceSven Verdoolaege1-3/+23
2012-06-03isl_space.c: avoid icc warningSven Verdoolaege1-20/+18
2012-06-02isl_space_unwrap: fix error messageSven Verdoolaege1-1/+1
2012-05-30Merge branch 'maint'Sven Verdoolaege1-0/+15
2012-05-30isl_space_insert_dims: fix handling of nested spacesSven Verdoolaege1-0/+15
2012-05-21isl_space.c: document name_okSven Verdoolaege1-0/+5
2012-05-21Merge branch 'maint'Sven Verdoolaege1-0/+35
2012-05-18isl_space_set_dim_name: handle NULL nameSven Verdoolaege1-0/+35
2012-05-06add isl_space_has_tuple_nameSven Verdoolaege1-11/+37
2012-05-06add isl_union_map_currySven Verdoolaege1-0/+39
2012-05-06isl_space.c: avoid use of "0" as pointer valueSven Verdoolaege1-1/+1
2012-02-26add isl_space_has_dim_nameSven Verdoolaege1-0/+13
2012-01-31isl_space_set_dim_id: also set id of parameter in nested spacesSven Verdoolaege1-0/+20
2012-01-31isl_space_set_dim_id: rename "dim" variable to "space"Sven Verdoolaege1-6/+6
2011-12-10add isl_space_map_from_domain_and_rangeSven Verdoolaege1-0/+18
2011-09-27add isl_space_find_dim_by_nameSven Verdoolaege1-0/+20
2011-09-22add isl_space_set_from_paramsSven Verdoolaege1-0/+13
2011-09-03add isl_space_extend_domain_with_rangeSven Verdoolaege1-0/+18
2011-09-03add isl_space_is_domainSven Verdoolaege1-0/+13
2011-09-03explicitly differentiate between spaces of maps, sets and parameter setsSven Verdoolaege1-14/+106
2011-09-03add isl_space_params_allocSven Verdoolaege1-0/+9
2011-09-03isl_space_wrap: properly create set spaceSven Verdoolaege1-1/+2
2011-09-03isl_space_match: optimize trivial casesSven Verdoolaege1-0/+11
2011-09-03add isl_map_flat_domain_productSven Verdoolaege1-0/+41
2011-09-03isl_space_align_params: accept general isl_spacesSven Verdoolaege1-1/+2
2011-09-03add isl_space_paramsSven Verdoolaege1-0/+9
2011-09-03rename isl_dim to isl_spaceSven Verdoolaege1-0/+1454