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_tab.c
Age
Commit message (
Expand
)
Author
Files
Lines
2010-06-26
isl_tab.c: tab_mat_product: avoid NULL pointer dereference
Sven Verdoolaege
1
-0
/
+2
2010-06-26
isl_tab_extend_cons: avoid NULL pointer dereference
Sven Verdoolaege
1
-1
/
+3
2010-06-26
isl_tab_add_valid_eq: return int instead of isl_tab *
Sven Verdoolaege
1
-11
/
+8
2010-06-26
isl_tab_min: avoid NULL pointer dereference
Sven Verdoolaege
1
-0
/
+3
2010-06-26
isl_tab.c: close_row: fix error handling
Sven Verdoolaege
1
-1
/
+5
2010-06-26
isl_tab_add_eq: return int instead of isl_tab *
Sven Verdoolaege
1
-22
/
+20
2010-06-25
isl_tab.c: fix typos
Sven Verdoolaege
1
-6
/
+6
2010-06-19
add rudimentary error reporting mechanism
Sven Verdoolaege
1
-2
/
+4
2010-06-12
isl_tab_detect_implicit_equalities: also detect manifest equalities
Sven Verdoolaege
1
-5
/
+3
2010-06-12
isl_tab: optionally only mark strictly redundant rows
Sven Verdoolaege
1
-0
/
+5
2010-06-12
isl_tab_detect_implicit_equalities: return integer instead of struct isl_tab *
Sven Verdoolaege
1
-11
/
+8
2010-06-12
add isl_tab_sign_of_max
Sven Verdoolaege
1
-0
/
+14
2010-06-12
isl_tab_select_facet: return int instead of isl_tab *
Sven Verdoolaege
1
-19
/
+16
2010-06-12
export isl_set_is_bounded
Sven Verdoolaege
1
-8
/
+15
2010-05-30
fix some icc warnings
Sven Verdoolaege
1
-3
/
+5
2010-04-23
isl_tab_rollback: restore rows that are no longer marked redundant
Sven Verdoolaege
1
-0
/
+1
2010-04-02
isl_tab_min_at_most_neg_one: restore sample value of non-redundant constraints
Sven Verdoolaege
1
-2
/
+6
2010-04-02
isl_tab.c: update debugging aid check_table to presence of big parameter
Sven Verdoolaege
1
-2
/
+9
2010-04-02
isl_tab_relax: make sure no non-negative rows get a negative sample value
Sven Verdoolaege
1
-2
/
+15
2010-03-30
isl_tab.c: unrelax: restore row if variable is non-negative
Sven Verdoolaege
1
-2
/
+6
2010-03-30
isl_tab.c: cut_to_hyperplane: add extra sanity check
Sven Verdoolaege
1
-0
/
+1
2010-03-04
extract isl_tab_add_div from isl_tab_pip.c
Sven Verdoolaege
1
-0
/
+144
2010-01-08
isl_basic_map_update_from_tab: re-gauss resulting bmap
Sven Verdoolaege
1
-0
/
+2
2009-12-16
add copyright statements
Sven Verdoolaege
1
-0
/
+9
2009-12-07
isl_tab: keep track of isl_basic_map instead of isl_basic_set
Sven Verdoolaege
1
-22
/
+52
2009-12-07
isl_tab_detect_redundant: return status instead of isl_tab *
Sven Verdoolaege
1
-10
/
+7
2009-12-07
isl_tab: add isl_tab_freeze_constraint
Sven Verdoolaege
1
-0
/
+24
2009-11-29
isl_tab_add_ineq and isl_tab_mark_empty: return status instead of isl_tab *
Sven Verdoolaege
1
-31
/
+39
2009-11-01
isl_tab: row is only (obviously) redundant if it does not depend on variables
Sven Verdoolaege
1
-1
/
+3
2009-10-16
isl_tab: support generic undo records
Sven Verdoolaege
1
-0
/
+9
2009-10-12
mark some functions as requiring use of return value
Sven Verdoolaege
1
-0
/
+8
2009-10-12
isl_tab: improved error handling
Sven Verdoolaege
1
-126
/
+240
2009-10-12
isl_tab_pip.c: incrementally build recession cone of gbr context
Sven Verdoolaege
1
-0
/
+23
2009-10-09
isl_tab_basic_map_partial_lexopt: remove samples that are no longer useful
Sven Verdoolaege
1
-1
/
+62
2009-10-09
isl_tab.c: extract out samples handling from isl_tab_pip.c
Sven Verdoolaege
1
-0
/
+48
2009-10-09
isl_tab_compute_reduced_basis: handle unbounded directions in initial basis
Sven Verdoolaege
1
-0
/
+3
2009-10-09
isl_tab: keep (in)equalities of bset (if any) in sync
Sven Verdoolaege
1
-0
/
+40
2009-10-09
isl_tab_compute_reduced_basis: allow incremental computation
Sven Verdoolaege
1
-0
/
+13
2009-10-09
add isl_tab_product
Sven Verdoolaege
1
-0
/
+242
2009-10-08
add isl_tab_add_eq
Sven Verdoolaege
1
-0
/
+57
2009-10-08
isl_tab_add_valid_eq: add special treatment for manifestly zero rows
Sven Verdoolaege
1
-0
/
+18
2009-10-08
isl_tab_extend_cons: check tab argument
Sven Verdoolaege
1
-0
/
+4
2009-10-08
rename isl_tab_detect_equalities to isl_tab_detect_implicit_equalities
Sven Verdoolaege
1
-2
/
+2
2009-10-08
isl_tab_from_recession_cone: take basic set instead of basic map as argument
Sven Verdoolaege
1
-14
/
+14
2009-10-07
isl_tab_allocate_con: add extra assertion
Sven Verdoolaege
1
-0
/
+1
2009-10-07
isl_tab.c: close_row: push undo record for setting row to zero
Sven Verdoolaege
1
-1
/
+4
2009-09-09
isl_tab.c: cut_to_hyperplane: do nothing if selected constraint is an equality
Sven Verdoolaege
1
-0
/
+4
2009-09-08
isl_tab_dup: avoid out-of-bounds array access
Sven Verdoolaege
1
-3
/
+5
2009-09-06
isl_tab.c: sign_of_min: only pivot back if we performed any pivot
Sven Verdoolaege
1
-2
/
+2
2009-09-06
isl_tab.c: isl_tab_mark_redundant: fix up error return
Sven Verdoolaege
1
-1
/
+1
[next]