aboutsummaryrefslogtreecommitdiff
path: root/gcc/gimple-low.c
AgeCommit message (Expand)Author
2017-01-01 Update copyright years.Jakub Jelinek
2016-10-112016-10-11 Richard Biener <rguenther@suse.de>Richard Biener
2016-10-09 * tree-ssa.c (target_for_debug_bind, verify_phi_args,Jakub Jelinek
2016-10-072016-10-07 Richard Biener <rguenther@suse.de>Richard Biener
2016-08-17 * gimple-fold.c (gimple_fold_call): Use gimple_call_noreturn_pJakub Jelinek
2016-05-032016-05-03 Richard Biener <rguenther@suse.de>Richard Biener
2016-01-19Merge of HSAMartin Jambor
2016-01-04 Update copyright years.Jakub Jelinek
2015-10-302015-10-30 Andrew MacLeod <amacleod@redhat.com>Andrew Macleod
2015-10-292015-10-29 Andrew MacLeod <amacleod@redhat.com>Andrew Macleod
2015-10-162015-10-16 Richard Biener <rguenther@suse.de>Richard Biener
2015-09-20switch from gimple to gimple*Trevor Saunders
2015-08-18 PR middle-end/67222Marek Polacek
2015-07-082015-07-07 Andrew MacLeod <amacleod@redhat.com>Andrew Macleod
2015-06-172015-06-17 Andrew MacLeod <amacleod@redhat.com>Andrew Macleod
2015-06-082015-06-08 Andrew MacLeod <amacleod@redhat.com>Andrew Macleod
2015-06-042015-06-04 Andrew MacLeod <amacleod@redhat.com>Andrew Macleod
2015-01-092015-01-09 Michael Collison <michael.collison@linaro.org>Michael Collison
2015-01-05 Update copyright years.Jakub Jelinek
2014-11-29 * gimple-expr.h (create_tmp_var_raw, create_tmp_var,Jakub Jelinek
2014-11-19Merger of git branch "gimple-classes-v2-option-3"David Malcolm
2014-11-10 * gimple-low.c (lower_function_body): Clear the location of the firstEric Botcazou
2014-10-272014-10-27 Andrew MacLeod <amacleod@redhat.com>Andrew Macleod
2014-10-162014-10-16 Andrew MacLeod <amacleod@redhat.com>Andrew Macleod
2014-07-10 PR middle-end/53590Eric Botcazou
2014-07-09remove has_executeTrevor Saunders
2014-04-17pass cfun to pass::executeTrevor Saunders
2014-04-17remove has_gateTrevor Saunders
2014-04-042014-04-04 Richard Biener <rguenther@suse.de>Richard Biener
2014-02-122014-02-12 Richard Biener <rguenther@suse.de>Richard Biener
2014-02-072014-02-07 Richard Biener <rguenther@suse.de>Richard Biener
2014-02-01 PR tree-optimization/60003Jakub Jelinek
2014-01-29 PR middle-end/59917Jakub Jelinek
2014-01-02Update copyright years in gcc/Richard Sandiford
2013-11-22 * gimple.h: Remove all includes.Andrew Macleod
2013-11-19Factor unrelated declarations out of tree.h.Diego Novillo
2013-11-17 * gimple.h: Reorder prototypes to match .c declaration order, and removeAndrew Macleod
2013-11-13 * gimple-walk.h: New File. Relocate prototypes from gimple.h.Andrew Macleod
2013-10-23 * tree-ssa.h: Remove all #include'sAndrew Macleod
2013-10-18 * tree-ssa.h: Don't include gimple-low.h, tree-ssa-address.h, sbitmap.h,Andrew Macleod
2013-10-11libgomp/Jakub Jelinek
2013-10-02 * tree-flow.h: Include new .h files. Move prototypes.Andrew Macleod
2013-09-28gcc/Richard Sandiford
2013-09-12 * tree-ssa.h: New. Move content from tree-flow.h andAndrew Macleod
2013-08-05Automated conversion of passes to C++ classesDavid Malcolm
2013-06-152013-06-15 Dehao Chen <dehao@google.com>Dehao Chen
2013-01-10Update copyright years in gcc/Richard Sandiford
2013-01-04Update Copyright years for files modified in 2011 and/or 2012.Jakub Jelinek
2012-11-23 PR c++/54046Jakub Jelinek
2012-11-18This patch rewrites the old VEC macro-based interface into a new oneDiego Novillo