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
2009-07-13
isl_vec: keep track of isl_ctx
Sven Verdoolaege
1
-10
/
+10
2009-06-11
isl_map_compute_divs: drop obviously redundant divs first
Sven Verdoolaege
1
-2
/
+18
2009-06-11
isl_map.c: make add_divs static
Sven Verdoolaege
1
-1
/
+1
2009-06-07
isl_basic_map_is_empty: explicitly mark basic sets determined to be empty
Sven Verdoolaege
1
-0
/
+2
2009-06-07
isl_map.c: order_divs: swap with correct div
Sven Verdoolaege
1
-1
/
+1
2009-05-19
add isl_set_product
Sven Verdoolaege
1
-0
/
+8
2009-05-06
add isl_basic_set_is_universe
Sven Verdoolaege
1
-0
/
+7
2009-05-06
add isl_set_get_dim
Sven Verdoolaege
1
-0
/
+7
2009-03-23
add isl_basic_set_get_dim
Sven Verdoolaege
1
-0
/
+7
2009-03-23
add isl_basic_set_fast_is_empty
Sven Verdoolaege
1
-0
/
+7
2009-03-20
add isl_map_universe
Sven Verdoolaege
1
-0
/
+10
2009-03-20
add isl_basic_map_fast_is_empty
Sven Verdoolaege
1
-0
/
+7
2009-03-20
add isl_basic_set_free_equality
Sven Verdoolaege
1
-0
/
+5
2009-03-20
add isl_basic_set_alloc_div
Sven Verdoolaege
1
-0
/
+5
2009-03-20
add isl_set_align_divs
Sven Verdoolaege
1
-0
/
+5
2009-03-20
privately export isl_basic_set_contains
Sven Verdoolaege
1
-0
/
+5
2009-03-20
isl_basic_map_dup: copy flags of original to duplicate
Sven Verdoolaege
1
-1
/
+6
2009-03-20
isl_basic_map_extend_dim: move responsibility of cow'ing to the caller
Sven Verdoolaege
1
-1
/
+6
2009-03-20
isl_basic_map_extend_dim: only extend constraint matrix if needed
Sven Verdoolaege
1
-3
/
+14
2009-03-20
isl_solve_lp: accept affine object function instead of linear function
Sven Verdoolaege
1
-4
/
+4
2009-03-20
add isl_set_dim
Sven Verdoolaege
1
-0
/
+5
2009-03-20
add isl_basic_set_extend_dim
Sven Verdoolaege
1
-0
/
+9
2009-03-20
isl_basic_map_intersect: reuse sample value of either basic map if possible
Sven Verdoolaege
1
-33
/
+51
2009-03-08
isl_basic_map: put inequalities before equalities
Sven Verdoolaege
1
-25
/
+27
2009-03-08
rename F_ and FL_ macros to ISL_F_ and ISL_FL_ to avoid name clashes
Sven Verdoolaege
1
-60
/
+60
2009-02-23
add isl_basic_map_detect_equalities
Sven Verdoolaege
1
-0
/
+2
2009-02-22
add isl_map_remove
Sven Verdoolaege
1
-7
/
+12
2009-02-22
add isl_basic_map_remove
Sven Verdoolaege
1
-4
/
+22
2009-02-22
add isl_map_product
Sven Verdoolaege
1
-0
/
+93
2009-02-22
change calling convention of isl_basic_map_{equal,less_at,more_at}
Sven Verdoolaege
1
-20
/
+14
2009-02-22
add isl_map_copy_basic_map and isl_map_drop_basic_map
Sven Verdoolaege
1
-23
/
+35
2009-02-22
add isl_map_from_range
Sven Verdoolaege
1
-0
/
+5
2009-02-22
add isl_map_fast_is_empty
Sven Verdoolaege
1
-0
/
+5
2009-02-22
change calling convention of isl_map_empty and add isl_map_empty_like
Sven Verdoolaege
1
-3
/
+9
2009-02-22
isl_map_intersect_{domain,range}: allow intersection with parameter constraints
Sven Verdoolaege
1
-4
/
+12
2009-02-22
isl_map_intersect: allow intersection with pure parameter constraints
Sven Verdoolaege
1
-4
/
+26
2009-02-22
isl_basic_map_overlying_set: don't add div constraints for unknown divs
Sven Verdoolaege
1
-1
/
+4
2009-02-15
fix serious error in isl_mat_parameter_compression
Sven Verdoolaege
1
-0
/
+8
2009-02-11
add isl_basic_map_floordiv
Sven Verdoolaege
1
-0
/
+54
2009-02-11
add isl_basic_map_fast_is_fixed
Sven Verdoolaege
1
-0
/
+9
2009-02-11
add isl_basic_map_neg
Sven Verdoolaege
1
-0
/
+25
2009-02-11
add isl_basic_map_sum
Sven Verdoolaege
1
-0
/
+59
2009-02-10
add isl_map_fix_si, a generalization of isl_basic_map_fix_input_si
Sven Verdoolaege
1
-35
/
+49
2009-01-08
normalize divs involved in equalities
Sven Verdoolaege
1
-0
/
+3
2009-01-08
isl_map_underlying_set: drop names from dimesion in underlying set
Sven Verdoolaege
1
-9
/
+8
2009-01-06
add isl_basic_set_is_empty
Sven Verdoolaege
1
-0
/
+5
2009-01-06
isl_map_simplify.c: extract out simplify and related code from isl_map.c
Sven Verdoolaege
1
-1315
/
+2
2008-12-28
add isl_basic_{set,map}_dim
Sven Verdoolaege
1
-0
/
+19
2008-12-28
isl_basic_map_gist: also exploit equalities in gisted set
Sven Verdoolaege
1
-15
/
+58
2008-12-28
isl_basic_map_overlying_set: simplify resulting basic map
Sven Verdoolaege
1
-0
/
+1
[next]