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_dim.c
Age
Commit message (
Expand
)
Author
Files
Lines
2011-09-03
rename isl_dim to isl_space
Sven Verdoolaege
1
-1324
/
+131
2011-08-12
isl_dim_get_tuple_id: complain if tuple has no id
Sven Verdoolaege
1
-1
/
+6
2011-08-12
isl_dim_get_dim_id: complain if dim has no id
Sven Verdoolaege
1
-0
/
+5
2011-08-12
add isl_*_has_tuple_id
Sven Verdoolaege
1
-0
/
+11
2011-08-12
add isl_*_has_dim_id
Sven Verdoolaege
1
-0
/
+8
2011-08-11
Merge branch 'maint'
Sven Verdoolaege
1
-0
/
+5
2011-08-11
isl_dim_equal: handle NULL input
Sven Verdoolaege
1
-0
/
+2
2011-08-11
isl_dim_tuple_match: handle NULL input
Sven Verdoolaege
1
-0
/
+3
2011-08-03
Merge branch 'maint'
Sven Verdoolaege
1
-1
/
+1
2011-08-03
isl_dim_range_product: dimension names of domains don't need to match
Sven Verdoolaege
1
-1
/
+1
2011-07-20
introduce identifiers
Sven Verdoolaege
1
-196
/
+268
2011-06-05
add isl_union_map_flat_range_product
Sven Verdoolaege
1
-0
/
+10
2011-06-04
add isl_dim_align_params
Sven Verdoolaege
1
-0
/
+27
2011-05-25
isl_dim.c: avoid warnings about unhandled enumeration value in switch
Sven Verdoolaege
1
-2
/
+29
2011-05-25
isl_dim_drop: fix botched up rename of parameter
Sven Verdoolaege
1
-1
/
+1
2011-05-16
add isl_{basic_,}map_may_be_set
Sven Verdoolaege
1
-0
/
+11
2011-05-16
isl_dim_size: handle isl_dim_all
Sven Verdoolaege
1
-0
/
+1
2011-05-16
add isl_map_align_params
Sven Verdoolaege
1
-0
/
+18
2011-03-12
add isl_union_map_zip
Sven Verdoolaege
1
-0
/
+36
2011-02-25
rename isl_dim_map to isl_dim_map_from_set
Sven Verdoolaege
1
-1
/
+1
2011-02-21
isl_set_lift: preserve structure of space
Sven Verdoolaege
1
-0
/
+24
2011-02-05
Merge branch 'maint'
Sven Verdoolaege
1
-0
/
+14
2011-01-27
isl_dim_move: update parameters of nested spaces
Sven Verdoolaege
1
-0
/
+14
2011-01-19
add isl_union_map_range_product
Sven Verdoolaege
1
-0
/
+27
2010-12-22
isl_dim_set_name: plug memory leak when overwriting name
Sven Verdoolaege
1
-0
/
+1
2010-12-17
Do not hash the memory address of an isl_name
Tobias Grosser
1
-3
/
+3
2010-11-14
isl_dim.c: set_name: only print single error message on incorrect input
Sven Verdoolaege
1
-1
/
+2
2010-11-12
isl_dim_total: handle NULL input
Sven Verdoolaege
1
-1
/
+1
2010-10-20
isl_dim_replace: fix handling of nested spaces
Sven Verdoolaege
1
-6
/
+18
2010-10-17
isl_dim_flatten: remove space names when internal structure changes
Sven Verdoolaege
1
-4
/
+4
2010-10-16
isl_dim_drop: also drop parameters from nested spaces
Sven Verdoolaege
1
-0
/
+10
2010-10-06
isl_dim_replace: call isl_dim_cow before changing isl_dim
Sven Verdoolaege
1
-0
/
+2
2010-09-25
add isl_dim_from_domain and isl_dim_from_range
Sven Verdoolaege
1
-0
/
+10
2010-09-25
add isl_basic_map_{in,}equalities_matrix
Sven Verdoolaege
1
-2
/
+4
2010-09-10
isl_dim_replace: recursively replace parameters in nested dims
Sven Verdoolaege
1
-0
/
+12
2010-08-26
add isl_dim_replace
Sven Verdoolaege
1
-0
/
+18
2010-08-05
isl_map_product: used nested spaces in result
Sven Verdoolaege
1
-14
/
+23
2010-08-05
support nested isl_dims
Sven Verdoolaege
1
-36
/
+166
2010-08-02
add isl_dim_get_ctx
Sven Verdoolaege
1
-0
/
+5
2010-08-02
isl_dim_drop: always remove tuple name, even if number of dims to drop is zero
Sven Verdoolaege
1
-1
/
+1
2010-08-02
isl_dim_set_tuple_name: allow explicit removal of tuple name
Sven Verdoolaege
1
-5
/
+9
2010-07-31
add isl_dim_get_hash
Sven Verdoolaege
1
-1
/
+28
2010-07-31
isl_dim: allow specification of tuple names
Sven Verdoolaege
1
-14
/
+163
2010-07-14
isl_dim_set_name: don't accept names that look like numbers
Sven Verdoolaege
1
-0
/
+8
2010-06-26
isl_dim.c: copy_names: check input dim
Sven Verdoolaege
1
-0
/
+3
2010-06-26
isl_dim_dup: check input dim
Sven Verdoolaege
1
-0
/
+2
2010-05-30
fix some icc warnings
Sven Verdoolaege
1
-0
/
+2
2010-05-13
add isl_dim_offset
Sven Verdoolaege
1
-0
/
+7
2010-03-23
export isl_dim_move
Sven Verdoolaege
1
-1
/
+1
2010-03-21
improve isl_pw_qpolynomial_move
Sven Verdoolaege
1
-7
/
+43
[next]