platform/upstream/isl.git
2012-06-03 Sven Verdoolaegeisl_schedule.c: fix types of enum isl_edge_type iterators
2012-06-03 Sven Verdoolaegeisl_input.c: construct_constraints: avoid icc warning
2012-06-03 Sven Verdoolaegeisl_handle_error: fix type of error argument
2012-06-03 Sven Verdoolaegeupdate AUTHORS
2012-06-03 Sven Verdoolaegeadd isl_map_order_lt
2012-06-02 Sven Verdoolaegeisl_space_unwrap: fix error message
2012-05-30 Sven VerdoolaegeMerge branch 'maint'
2012-05-30 Sven Verdoolaegeisl_union_set_compute_schedule: fix computation of...
2012-05-30 Sven Verdoolaegeisl_space_insert_dims: fix handling of nested spaces
2012-05-30 Sven Verdoolaegeisl_restriction_{none,empty}: "take" argument for consi...
2012-05-21 Andreas KloecknerAdd isl_restriction_get_ctx
2012-05-21 Sven Verdoolaegeisl_space.c: document name_ok
2012-05-21 Sven VerdoolaegeMerge branch 'maint'
2012-05-20 Andreas KloecknerCall finalize in isl_basic_map_set_dim_name
2012-05-18 Sven Verdoolaegeisl_space_set_dim_name: handle NULL name
2012-05-18 Sven Verdoolaegeisl_basic_map_zip: always call isl_basic_map_cow
2012-05-17 Sven Verdoolaegeisl_morph.c: add_strides: clear newly added divs
2012-05-11 Sven Verdoolaegeisl_tab_pip.c: fix typos in comment
2012-05-11 Sven Verdoolaegeisl_test: be more verbose
2012-05-11 Sven Verdoolaegeisl_aff_floor: add special case for constant arguments
2012-05-11 Sven Verdoolaegedoc: explain isl_*_is_subset
2012-05-11 Sven Verdoolaegeisl_map_order_gt: add special case for ordering a dimen...
2012-05-11 Sven Verdoolaegeadd tests for isl_map_oppose
2012-05-11 Sven Verdoolaegeisl_map_equate: add special case for equating a dimensi...
2012-05-06 Sven Verdoolaegeadd isl_schedule_foreach_band
2012-05-06 Sven Verdoolaegeadd isl_band_list_foreach_band
2012-05-06 Sven Verdoolaegeadd isl_band_tile
2012-05-06 Sven Verdoolaegeadd isl_band_dup
2012-05-06 Sven Verdoolaegeisl_schedule.c: extract out isl_band_alloc
2012-05-06 Sven Verdoolaegeisl_schedule_get_map: extract schedule from band forest...
2012-05-06 Sven Verdoolaegeisl_band.c: extract out isl_band_list_get_suffix_schedule
2012-05-06 Sven Verdoolaegeisl_band: use isl_union_pw_multi_aff to represent parti...
2012-05-06 Sven Verdoolaegeisl_schedule_node: represent schedule using isl_multi_aff
2012-05-06 Sven Verdoolaegeisl_union_set_compute_schedule: separate components...
2012-05-06 Sven Verdoolaegeisl_union_set_compute_schedule: components may also...
2012-05-06 Sven Verdoolaegeisl_union_set_compute_schedule: also keep track of...
2012-05-06 Sven Verdoolaegeisl_schedule.c: extract out graph_edge_table_add
2012-05-06 Sven Verdoolaegeisl_union_set_compute_schedule: only carry validity...
2012-05-06 Sven Verdoolaegeisl_schedule.c: simplify computation of number of const...
2012-05-06 Sven Verdoolaegeisl_schedule.c: fix typos in comments
2012-05-06 Sven Verdoolaegeadd isl_basic_map_is_single_valued
2012-05-06 Sven Verdoolaegeadd isl_basic_map_equate
2012-05-06 Sven Verdoolaegeadd isl_basic_set_get_dim_id
2012-05-06 Sven Verdoolaegeadd isl_printer_get_output_format
2012-05-06 Sven Verdoolaegeadd isl_local_space_has_dim_name
2012-05-06 Sven Verdoolaegeadd isl_constraint_get_local_space
2012-05-06 Sven Verdoolaegeadd isl_constraint_is_{lower,upper}_bound
2012-05-06 Sven Verdoolaegeadd isl_basic_set_n_constraint
2012-05-06 Sven Verdoolaegedoc: document isl_basic_set_foreach_constraint
2012-05-06 Sven Verdoolaegeadd isl_set_has_tuple_name
2012-05-06 Sven Verdoolaegeadd isl_space_has_tuple_name
2012-05-06 Sven Verdoolaegeisl_aff_private.h: add missing include
2012-05-06 Sven Verdoolaegeadd isl_seq_dump
2012-05-06 Sven Verdoolaegeadd isl_printer_get_file
2012-05-06 Sven Verdoolaegeadd isl_union_map_curry
2012-05-06 Sven Verdoolaegeisl_space.c: avoid use of "0" as pointer value
2012-05-06 Sven Verdoolaegeadd isl_map_order_gt
2012-05-06 Sven Verdoolaegeadd isl_map_from_aff
2012-05-06 Sven Verdoolaegeisl_args_parse: optionally ignore --help
2012-05-06 Sven Verdoolaegemove generic part of isl_union_pw_qpolynomial_mul to...
2012-05-06 Sven Verdoolaegeadd isl_union_pw_multi_aff_flat_range_product
2012-05-06 Sven Verdoolaegeisl_pw_*_on_shared_domain: allow specification of targe...
2012-05-06 Sven Verdoolaegeadd isl_union_map_from_union_pw_multi_aff
2012-05-06 Sven Verdoolaegeisl_aff.c: fix typo in comment
2012-05-06 Sven Verdoolaegeadd isl_union_pw_multi_aff_from_domain
2012-05-06 Sven Verdoolaegeadd isl_union_pw_multi_aff
2012-05-06 Sven Verdoolaegeisl_union_pw_*: don't assume zero is the default value
2012-05-06 Sven Verdoolaegeadd isl_pw_multi_aff_from_multi_aff
2012-05-06 Sven Verdoolaegeexport isl_multi_aff_set_aff
2012-05-06 Sven Verdoolaegeadd isl_multi_aff_zero
2012-05-06 Sven Verdoolaegeadd isl_map_from_multi_aff
2012-05-06 Sven Verdoolaegeisl_basic_set_parameter_compression: use isl_vec_set
2012-05-06 Sven Verdoolaegeisl_flow.c: use public isl_vec interface
2012-05-06 Sven Verdoolaegeadd isl_vec_set_si
2012-05-06 Sven Verdoolaegeadd isl_vec_set
2012-05-06 Sven Verdoolaegeadd public isl_vec interface
2012-05-06 Sven Verdoolaegeadd isl_seq_set_si
2012-05-06 Sven Verdoolaegeisl_union_pw_*_free: return NULL
2012-05-06 Sven Verdoolaegesplit off declarations of isl_union_map and isl_union_set
2012-05-06 Riyadh Baghdadiisl_map_deltas: add memory management annotations
2012-05-06 Sven Verdoolaegeisl_access_info: change interface for specifying restri...
2012-04-18 Sven Verdoolaegeisl_map_coalesce: only coalesce pairs of basic maps...
2012-04-18 Sven Verdoolaegeisl_coalesce.c: change interface of {in,}eq_status_in
2012-04-18 Sven Verdoolaegeadd isl_map_sort_divs
2012-04-18 Sven Verdoolaegeadd isl_set_coalesce test case
2012-04-18 Sven Verdoolaegeadd isl_basic_map_get_divs
2012-04-18 Sven Verdoolaegeisl_merge_divs: handle NULL input
2012-04-18 Sven VerdoolaegeMerge branch 'maint'
2012-04-18 Sven Verdoolaegeisl_local_space_alloc_div: fix error handling
2012-04-18 Sven Verdoolaegeisl_union_set_compute_schedule: ignore backward proximi...
2012-04-17 Sven Verdoolaegeisl_basic_map_insert: preserve emptiness
2012-04-17 Sven Verdoolaegeisl_basic_set_total_dim: handle NULL input
2012-04-17 Sven Verdoolaegeisl_term_get_div: support nested divs
2012-04-17 Sven Verdoolaegeisl_term_get_div: normalize result
2012-04-13 Sven Verdoolaegeisl_access_info_compute_flow: sort accesses in textual...
2012-04-13 Sven Verdoolaegeisl_flow.c: access_sort_cmp: use isl_quicksort
2012-04-13 Sven Verdoolaegeisl_qsort.h: fix whitespace
2012-04-13 Sven Verdoolaegeisl_map_coalesce: optionally bound the coefficients...
2012-04-13 Sven Verdoolaegeadd isl_seq_abs_max
2012-04-13 Sven VerdoolaegeMerge branch 'maint'
next