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_flow.c
Age
Commit message (
Expand
)
Author
Files
Lines
2012-09-02
relicense isl under the MIT license
Sven Verdoolaege
1
-1
/
+1
2012-09-02
Merge branch 'maint'
Sven Verdoolaege
1
-1
/
+1
2012-09-02
isl_access_info_add_source: plug memory leak on error path
Sven Verdoolaege
1
-1
/
+1
2012-08-02
Use an MIT licensed mergesort as the sorting algorithm for isl
Tobias Grosser
1
-3
/
+4
2012-08-02
isl_access_info_free: return NULL
Sven Verdoolaege
1
-2
/
+3
2012-06-14
isl_flow.c: merge isl_restriction_none and isl_restriction_empty
Sven Verdoolaege
1
-21
/
+12
2012-05-30
isl_restriction_{none,empty}: "take" argument for consistency
Sven Verdoolaege
1
-4
/
+12
2012-05-21
Add isl_restriction_get_ctx
Andreas Kloeckner
1
-0
/
+5
2012-05-06
isl_flow.c: use public isl_vec interface
Sven Verdoolaege
1
-6
/
+25
2012-05-06
isl_access_info: change interface for specifying restrictions
Sven Verdoolaege
1
-20
/
+180
2012-04-13
isl_access_info_compute_flow: sort accesses in textual order
Sven Verdoolaege
1
-15
/
+2
2012-04-13
isl_flow.c: access_sort_cmp: use isl_quicksort
Sven Verdoolaege
1
-45
/
+14
2011-12-27
isl_access_info: allow user interaction to restrict potential sources
Sven Verdoolaege
1
-7
/
+48
2011-12-27
isl_access_info_compute_flow: store sink domain map in isl_access_info
Sven Verdoolaege
1
-5
/
+7
2011-12-26
isl_access_info_alloc: use isl_calloc to allocate structure
Sven Verdoolaege
1
-1
/
+1
2011-12-26
isl_access_info_compute_flow: don't pass ownership of "acc" down
Sven Verdoolaege
1
-19
/
+11
2011-09-24
isl_access_info_compute_flow: align parameters of input may access relations
Sven Verdoolaege
1
-2
/
+3
2011-09-03
isl_access_info_compute_flow: align parameters of input access relations
Sven Verdoolaege
1
-3
/
+18
2011-09-03
rename isl_dim to isl_space
Sven Verdoolaege
1
-49
/
+49
2011-08-05
isl_access_info_compute_flow: plug memory leak on error path
Sven Verdoolaege
1
-1
/
+1
2011-07-11
Add get_ctx() for access_info and flow
Andreas Kloeckner
1
-0
/
+10
2011-06-25
split off type declarations for isl_map and isl_set to separate files
Sven Verdoolaege
1
-0
/
+2
2011-05-05
rename *_fast_* functions to *_plain_*
Sven Verdoolaege
1
-11
/
+11
2011-04-22
dataflow analysis: don't depend on word size during sorting of sources
Sven Verdoolaege
1
-1
/
+1
2011-02-05
isl_union_map_compute_flow: return accesses with no source
Sven Verdoolaege
1
-25
/
+21
2010-12-15
isl_flow.c: fix typos in comments
Sven Verdoolaege
1
-2
/
+2
2010-12-15
isl_union_map_compute_flow: exploit fixed dimensions in the schedule
Sven Verdoolaege
1
-22
/
+110
2010-12-15
isl_union_map_compute_flow: avoid dependence on pointer values
Sven Verdoolaege
1
-1
/
+1
2010-12-15
dataflow analysis: allow absence of "textual" order during sorting of sources
Sven Verdoolaege
1
-1
/
+17
2010-12-01
hide isl_map internals
Sven Verdoolaege
1
-8
/
+13
2010-11-20
Rename headers from isl_header.h to isl/header.h
Sven Verdoolaege
1
-1
/
+1
2010-09-25
export isl_access_info_free
Sven Verdoolaege
1
-4
/
+1
2010-09-25
add isl_union_map_compute_flow
Sven Verdoolaege
1
-0
/
+294
2010-09-25
isl_access_info_compute_flow: preserve dimension specifications
Sven Verdoolaege
1
-16
/
+12
2010-06-26
isl_flow.c: compute_val_based_dependences: fix error handling
Sven Verdoolaege
1
-4
/
+13
2010-06-26
isl_flow_alloc: fix error handling
Sven Verdoolaege
1
-1
/
+5
2010-06-26
isl_access_info_compute_flow: fix error handling
Sven Verdoolaege
1
-1
/
+11
2010-06-26
isl_flow.c: avoid accessing dim field directly
Sven Verdoolaege
1
-12
/
+12
2010-06-26
isl_access_info_compute_flow: avoid NULL pointer dereference
Sven Verdoolaege
1
-0
/
+5
2010-06-01
isl_access_info_compute_flow: handle may accesses
Sven Verdoolaege
1
-93
/
+392
2010-05-31
isl_access_info_compute_flow: handle multi-valued sink access relations
Sven Verdoolaege
1
-3
/
+26
2010-02-08
isl_flow.c: add missing isl_access_info_free return type
Sven Verdoolaege
1
-1
/
+1
2010-01-31
add dependence analysis
Sven Verdoolaege
1
-0
/
+550