Daily bump.
[gcc.git] / gcc / graphite-isl-ast-to-gimple.c
2021-01-04 Jakub JelinekUpdate copyright years.
2020-08-27 Martin Liskavec: add exact argument for various grow functions.
2020-08-06 Richard BienerRemove std::map use from graphite
2020-07-01 Richard Bienermove ILS include to system.h
2020-03-04 Richard Bienertree-optimization/93964 - adjust ISL code generation...
2020-01-01 Jakub JelinekUpdate copyright years.
2019-11-12 Martin LiskaRemove gcc/params.* files.
2019-11-12 Martin LiskaApply mechanical replacement (generated patch).
2019-02-06 Richard Bienerre PR tree-optimization/89182 ([graphite] ICE in extrac...
2019-01-01 Jakub JelinekUpdate copyright years.
2018-11-15 David Malcolmgraphite: add missing dump_enabled_p checks (PR tree...
2018-11-14 Richard Bienerre PR tree-optimization/88019 (ICE in gimplify_modify_e...
2018-11-13 David MalcolmEnsure that dump calls are guarded with dump_enabled_p
2018-06-26 David MalcolmIntroduce dump_location_t
2018-02-07 Richard Bienerre PR tree-optimization/84204 ([graphite] ICE in set_co...
2018-01-24 Richard Bienerre PR tree-optimization/82819 ([graphite] ICE in set_co...
2018-01-03 Jakub JelinekUpdate copyright years.
2017-12-19 Tom de VriesFix sharing in translate_isl_ast_node_for
2017-12-12 Alexandre Oliva[SFN] not-quite-boilerplate changes in preparation...
2017-12-05 Richard Bienerre PR tree-optimization/83277 ([graphite] Wrong code...
2017-12-04 Richard Bienerre PR tree-optimization/83255 ([graphite] Wrong code...
2017-10-24 Richard Bienerre PR tree-optimization/82672 ([GRAPHITE] ICE in verify...
2017-10-20 Richard Biener2017-10-20 Richard Biener <rguenther@suse.de>
2017-10-18 Richard Bienerre PR tree-optimization/82591 ([graphite] Compile-time...
2017-10-18 Richard Biener2017-10-18 Richard Biener <rguenther@suse.de>
2017-10-18 Richard Bienergraphite-isl-ast-to-gimple.c (gcc_expression_from_isl_a...
2017-10-17 Richard Bienerre PR tree-optimization/82563 ([graphite] ICE in check_...
2017-10-13 Richard Biener2017-10-13 Richard Biener <rguenther@suse.de>
2017-10-13 Richard Bienergraphite-isl-ast-to-gimple.c (max_mode_int_precision...
2017-10-13 Richard Bienerre PR tree-optimization/82451 ([GRAPHITE] codegen error...
2017-10-13 Richard Bienerre PR tree-optimization/82525 ([GRAPHITE] codegen error...
2017-10-06 Richard Bienergraphite-isl-ast-to-gimple.c: Include ssa.h and tree...
2017-10-02 Richard Bienergraphite-isl-ast-to-gimple.c (set_codegen_error): With...
2017-10-02 Richard Bienerre PR tree-optimization/82355 (ICE in outermost_loop_in...
2017-09-29 Richard Biener2017-09-29 Richard Biener <rguenther@suse.de>
2017-09-22 Richard Bienergraphite-isl-ast-to-gimple.c (graphite_verify): Inline...
2017-09-22 Richard Bienergraphite-isl-ast-to-gimple.c (translate_pending_phi_nod...
2017-09-21 Richard Bienergraphite-isl-ast-to-gimple.c (graphite_regenerate_ast_i...
2017-09-21 Richard Bienerre PR tree-optimization/71351 (ICE: Segmentation fault...
2017-08-30 Richard Sandiford[17/77] Add an int_mode_for_size helper function
2017-05-31 Richard Bienerre PR tree-optimization/80906 (ICE in copy_loop_close_p...
2017-05-16 Martin LiskaAdd default value for last argument of dump functions.
2017-03-24 Richard Bienerre PR tree-optimization/80167 (ICE in translate_isl_ast...
2017-03-20 Richard Bienerre PR tree-optimization/80113 (ICE in set_var_live_on_e...
2017-02-16 Richard Bienergraphite.h: Do not include isl/isl_val_gmp.h, instead...
2017-02-13 Richard Bienerisl.m4: Remove support for ISL 0.14.
2017-01-01 Jakub JelinekUpdate copyright years.
2016-11-11 Richard Bienerre PR tree-optimization/71575 ([graphite] internal...
2016-08-12 Marek Polacekre PR c/7652 (-Wswitch-break : Warn if a switch case...
2016-07-20 Martin LiskaProperly handly PHI stmts in later_of_the_two (PR
2016-05-31 Tom de VriesHandle 3-arg phi in copy_bb_and_scalar_dependences
2016-05-30 Tom de VriesRemove assert in get_def_bb_for_const
2016-04-22 Szabolcs Nagy[PATCH 2/2] (header usage fix) include c++ headers...
2016-04-12 Tom de VriesFix typo in copy_cond_phi_args
2016-03-14 Tom de VriesUnshare create_empty_if_region_on_edge argument
2016-03-02 Tom de VriesHandle addr_expr and component_ref in graphite-ast...
2016-01-29 Sebastian PopPR69545: revert patch
2016-01-28 Sebastian Popremove out of sync comments
2016-01-28 Sebastian Popuse codegen_error_p
2016-01-28 Sebastian Popassert instead of silently failing code gen
2016-01-26 Abderrazek Zaafranihandle isl_ast_op_select
2016-01-26 Aditya Kumarnew scop schedule for isl-0.15
2016-01-21 Aditya Kumarfix codegen error exposed by compute isl flow patch
2016-01-21 Aditya Kumarfix pr68692: reinstantiate the copy of internal parameters
2016-01-21 Aditya Kumarfix PR68976: only add loop close phi for names defined...
2016-01-21 Aditya Kumaradd missing ast node for isl 0.15
2016-01-21 Aditya Kumaradd more coalescing to simplify constraints
2016-01-04 Jakub JelinekUpdate copyright years.
2015-12-17 Sebastian Popreplace ISL with isl
2015-12-17 Sebastian Popmove all isl include files to graphite.h
2015-12-16 Abderrazek Zaafraniattach schedule tree to the scop
2015-12-16 Aditya KumarRemove individial dependence pointers and add a scop...
2015-12-16 Aditya Kumarupdate required isl version
2015-12-04 Aditya Kumarcheck that all the scev applied ops have are dominated...
2015-12-03 Tom de VriesGuard isl_ast_op_zdiv_r usage with HAVE_ISL_OPTIONS_SET...
2015-12-02 Aditya Kumarhandle missing isl_ast_expr
2015-12-02 Aditya Kumardo not insert code outside the generated region
2015-12-02 Aditya Kumarfix PR68550: do not handle ISL loop peeled statements
2015-11-30 Aditya Kumarcheck for ISL generated code that leads to division...
2015-11-30 Aditya Kumaralways print parameter names as P_{SSA_NAME_VERSION}
2015-11-26 Aditya Kumarfix PR68453: recursively add phi nodes to merge points
2015-11-24 Aditya Kumarfix PR67984: check for constants in rename map
2015-11-24 Aditya Kumarmove all declarations to a same .h file
2015-11-23 Aditya Kumarfix PR68493: bail out when codegen_error is set
2015-11-23 Aditya Kumarcall update_ssa once
2015-11-23 David EdelsohnCorrect graphite*.c ISL header file inclusion order.
2015-11-19 Aditya Kumarfix PR68341: correctly compute the insertion point...
2015-11-19 Aditya Kumarfix bootstrap without ISL on old linkers
2015-11-18 Aditya KumarEnable condegen in case of cond phis.
2015-11-18 Aditya KumarMove codegen related functions to graphite-isl-ast...
2015-11-12 Aditya KumarPreserve the original program while using graphite.
2015-11-04 Aditya Kumarremove parameter_rename_map
2015-11-04 Aditya Kumarimprove debug of codegen
2015-10-28 Mikhail Maltsev[PATCH 7/9] ENABLE_CHECKING refactoring: middle-end...
2015-10-21 Aditya Kumaravoid generation of empty guards in trivial cases
2015-10-21 Aditya KumarRefactoring sese.h and graphite-poly.h
2015-10-07 Aditya Kumargather bbs and conditions in a single walk through...
2015-10-07 Aditya Kumarmove graphite bookkeeping from sese to sese_info
2015-10-06 Aditya KumarMove declarations, assign types, renaming.
2015-10-01 Aditya KumarRename gimple_bb to gimple_poly_bb
next