index
:
platform/upstream/isl
accepted/tizen/ivi/genivi
accepted/tizen/ivi/stable
accepted/tizen_3.0.2014.q3_common
accepted/tizen_3.0.m14.3_ivi
accepted/tizen_3.0_ivi
accepted/tizen_base
accepted/tizen_common
accepted/tizen_generic
accepted/tizen_ivi
accepted/tizen_mobile
accepted/tizen_tv
accepted/tizen_wearable
master
sandbox/dongkyun.s/static
sandbox/dongkyun.s/tizen_base
tizen
tizen_3.0.2014.q3_common
tizen_3.0.2014.q4_common
tizen_3.0.2015.q1_common
tizen_3.0.2015.q2_common
tizen_3.0.m14.2_ivi
tizen_3.0.m14.3_ivi
tizen_3.0.m1_mobile
tizen_3.0.m1_tv
tizen_3.0_ivi
tizen_base
tizen_ivi_genivi
upstream
Domain: System / Uncategorized;
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
isl_map.c
Age
Commit message (
Expand
)
Author
Files
Lines
2008-10-11
add struct_ctx field to isl_set and isl_map
Sven Verdoolaege
1
-705
/
+639
2008-09-04
isl_basic_set_read_from_file: partial support for Omega style input
Sven Verdoolaege
1
-0
/
+18
2008-08-26
add isl_set_compute_divs
Sven Verdoolaege
1
-0
/
+7
2008-08-26
add isl_set_fix_dim_si
Sven Verdoolaege
1
-7
/
+53
2008-08-25
isl_map_apply_range: mark result of 1 basic set as "disjoint"
Sven Verdoolaege
1
-0
/
+2
2008-08-25
isl_map_dump: print flags
Sven Verdoolaege
1
-2
/
+3
2008-08-25
isl_basic_map_affine_hull: compute integer affine hull
Sven Verdoolaege
1
-1
/
+13
2008-08-25
add convex hull computation
Sven Verdoolaege
1
-2
/
+110
2008-08-25
remove obviously redundant divs based on inequalities
Sven Verdoolaege
1
-3
/
+130
2008-08-25
isl_map_affine_hull: perform affine hull on underlying set
Sven Verdoolaege
1
-32
/
+119
2008-08-25
extract isl_map_align_divs from isl_affine_hull.c
Sven Verdoolaege
1
-0
/
+17
2008-08-25
add isl_map_remove_empty_parts
Sven Verdoolaege
1
-0
/
+30
2008-08-25
extract out isl_basic_map_implicit_equalities from isl_basic_map_affine_hull
Sven Verdoolaege
1
-0
/
+1
2008-08-25
add isl_basic_set_read_from_file
Sven Verdoolaege
1
-0
/
+12
2008-08-25
keep cache of blocks of isl_ints
Sven Verdoolaege
1
-6
/
+5
2008-08-25
add some missing tests for invalid input
Sven Verdoolaege
1
-0
/
+26
2008-08-25
Ensure all elements in a constraints are zeroed out or explicitly set
Sven Verdoolaege
1
-12
/
+44
2008-08-25
isl_basic_map_is_empty: keep sample found for possible later reuse
Sven Verdoolaege
1
-1
/
+49
2008-08-25
remove_duplicate_constraints: also detect implicit equalites and conflicting ...
Sven Verdoolaege
1
-6
/
+55
2008-08-25
isl_basic_set_sample: remove equalities first
Sven Verdoolaege
1
-1
/
+15
2008-08-25
simplify constraints after combining constraints from different sets
Sven Verdoolaege
1
-0
/
+5
2008-08-25
reimplement isl_basic_map_is_empty in terms of isl_basic_set_sample
Sven Verdoolaege
1
-6
/
+29
2008-08-25
isl_basic_map_set_to_empty: remove superfluous check
Sven Verdoolaege
1
-1
/
+0
2008-08-25
isl_basic_{map,set}: explicitly store constraints defining div
Sven Verdoolaege
1
-4
/
+74
2008-08-25
avoid preprocessor conditionals
Sven Verdoolaege
1
-22
/
+3
2008-08-25
isl_basic_map_is_empty: special case known empty basic sets
Sven Verdoolaege
1
-0
/
+4
2008-08-25
remove remnants of old "primitive" naming
Sven Verdoolaege
1
-5
/
+5
2008-08-25
isl_map_subtract: simplify and finalize parts before checking emptiness
Sven Verdoolaege
1
-0
/
+2
2008-08-25
isl_basic_map_gauss: handle redundant or conflicting equalities directly
Sven Verdoolaege
1
-0
/
+8
2008-08-24
Fix serious bug in normalize_constraints
Sven Verdoolaege
1
-1
/
+1
2008-08-08
Initial version of the integer set library
Sven Verdoolaege
1
-0
/
+2769