aboutsummaryrefslogtreecommitdiff
path: root/gcc/gimplify.c
AgeCommit message (Expand)Author
2014-09-09Merge branches/gcc-4_9-branch rev 214896yroux
2014-07-16Merge branches/gcc-4_9-branch rev 212419yroux
2014-06-25Merge branches/gcc-4_9-branch rev 211964yroux
2014-05-13Merge branches/gcc-4_9-branch rev 210052yroux
2014-04-042014-04-04 Richard Biener <rguenther@suse.de>rguenth
2014-03-18 PR ipa/58721jakub
2014-02-12Refactor common code into new maybe_fold_stmt function.tschwinge
2014-02-08 PR c/59984jakub
2014-01-17 PR middle-end/59706jakub
2014-01-082014-01-08 Richard Biener <rguenther@suse.de>rguenth
2014-01-02Update copyright years in gcc/rsandifo
2013-12-20merge auto_vec and stack_vectbsaunde
2013-12-12 PR libgomp/59467jakub
2013-12-11Added Compiler Support for _Cilk_spawn and _Cilk_sync for C++.bviyer
2013-12-03 PR middle-end/59011jakub
2013-11-29 Reverted:kyukhin
2013-11-23 * gimplify.h (recalculate_side_effects): Delete.ebotcazou
2013-11-22 * gimple.h: Remove all includes.amacleod
2013-11-22Remove macros that implicitly use input_locationdmalcolm
2013-11-21 * gimplify.h (gimplify_hasher : typed_free_remove, struct gimplify_ctx):amacleod
2013-11-19Convert gimple types from a union to C++ inheritancedmalcolm
2013-11-19Factor unrelated declarations out of tree.h.dnovillo
2013-11-18gcc/ada/rsandifo
2013-11-15 * Makefile.in (C_COMMON_OBJS): Depend on c-cilkplus.o.aldyh
2013-11-14 * gimplify-be.h: New file. Add prototypes.amacleod
2013-11-13 * gimple-walk.h: New File. Relocate prototypes from gimple.h.amacleod
2013-11-122013-11-12 Andrew MacLeod <amacleod@redhat.com>amacleod
2013-11-11 * gimplify.c (gimplify_init_constructor): Do not clear the object whenebotcazou
2013-11-07 * gimplify.c (gimple_regimplify_operands): Do not setaldyh
2013-11-062013-11-06 Richard Biener <rguenther@suse.de>rguenth
2013-11-052013-11-05 Tobias Burnus <burnus@net-b.de>burnus
2013-11-01Replace some heap vectors with stack vectors.dnovillo
2013-10-30 * ipa.c (cgraph_build_static_cdtor_1): Support contructorskyukhin
2013-10-29Added _Cilk_spawn and _Cilk_sync (2 cilk keywords) for C.bviyer
2013-10-29Autogenerated fixes of "->symbol." to "->"dmalcolm
2013-10-26 * Makefile.def (target_modules): Remove libmudflaplaw
2013-10-24 * builtins.c (dummy_object, gimplify_va_arg_expr): Move to gimplify.c.amacleod
2013-10-242013-08-24 Tobias Burnus <burnus@net-b.de>burnus
2013-10-23 * tree-ssa.h: Remove all #include'samacleod
2013-10-18 * tree-ssa.h: Don't include gimple-low.h, tree-ssa-address.h, sbitmap.h,amacleod
2013-10-17 * tree-flow.h (struct omp_region): Move to omp-low.c.amacleod
2013-10-11libgomp/jakub
2013-10-10Index: gimplify.camacleod
2013-10-102013-10-10 Andrew MacLeod <amacleod@redhat.com>amacleod
2013-09-22 * gimplify.c (gimplify_asm_expr): Reset the TREE_CHAIN of clobbers toebotcazou
2013-09-12 * tree-ssa.h: New. Move content from tree-flow.h andamacleod
2013-08-27 * Makefile.in (omp-low.o): Depend on $(TARGET_H).aldyh
2013-07-22Don't include gimple.h twice.mpolacek
2013-05-09 N3639 C++1y VLA supportjason
2013-04-26This patch is the main part of a consolodation of the hash_tablecrowl