aboutsummaryrefslogtreecommitdiff
path: root/gcc/cfgexpand.c
AgeCommit message (Expand)Author
2014-03-20calls.c (store_one_arg): Remove incorrect const qualification on the type of ...Eric Botcazou
2014-03-05re PR lto/60404 (wrong code by LTO on x86_64-linux-gnu)Jakub Jelinek
2014-03-03re PR middle-end/60175 (ICE on gcc.dg/asan/nosanitize-and-inline.c)Jakub Jelinek
2014-02-10re PR middle-end/60080 (gcc.dg/vect/vect-nop-move.c FAILs)Bernd Edlinger
2014-01-09re PR middle-end/47735 (Unnecessary adjustments to stack pointer)Jakub Jelinek
2014-01-09cfgexpand.c (expand_stack_vars): Optionally disable asan stack protection.Max Ostapenko
2014-01-08re PR middle-end/57748 (ICE when expanding assignment to unaligned zero-sized...Bernd Edlinger
2014-01-02Update copyright years in gcc/Richard Sandiford
2013-12-16re PR middle-end/58956 (wrong code at -O1 and above (affecting gcc 4.6 to tru...Jakub Jelinek
2013-12-09Eliminate FOR_ALL_BB macro.David Malcolm
2013-12-09Eliminate FOR_EACH_BB macro.David Malcolm
2013-12-09Eliminate last_basic_block macro.David Malcolm
2013-12-09Eliminate BASIC_BLOCK macro.David Malcolm
2013-11-29revert: cgraph.h (varpool_node): Add need_bounds_init field.Ilya Enkovich
2013-11-28re PR middle-end/59327 (warning in expand_used_vars)Jakub Jelinek
2013-11-28cfgexpand.c (struct stack_vars_data): Add asan_base and asan_alignb fields.Jakub Jelinek
2013-11-272013-11-27 Bernd Edlinger <bernd.edlinger@hotmail.de>Bernd Edlinger
2013-11-26Remove parameter keep_aligning from get_inner_reference.Bernd Edlinger
2013-11-22gimple.h: Remove all includes.Andrew MacLeod
2013-11-19Eliminate ENTRY_BLOCK_PTR and EXIT_BLOCK_PTR macrosDavid Malcolm
2013-11-19Factor unrelated declarations out of tree.h.Diego Novillo
2013-11-18c-common.c (convert_vector_to_pointer_for_subscript): Remove cast to unsigned...Richard Sandiford
2013-11-18decl.c, [...]: Replace tree_low_cst (..., 1) with tree_to_uhwi throughout.Richard Sandiford
2013-11-18decl.c, [...]: Replace host_integerp (..., 1) with tree_fits_uhwi_p throughout.Richard Sandiford
2013-11-18builtin-types.def (BT_FN_PTR_CONST_PTR_VAR): New.Ilya Enkovich
2013-11-14cfgexpand.c (defer_stack_allocation): When optimization is enabled...Eric Botcazou
2013-11-13gimple-walk.h: New File.Andrew Macleod
2013-11-13cfgexpand.c (expand_used_vars): Allocate space for partitions based on PARM_D...Eric Botcazou
2013-11-09function.c (NAME__MAIN): Move to...Jan-Benedict Glaw
2013-11-08Re-factor tree.h - Part 1.Diego Novillo
2013-10-29Autogenerated fixes of "->symbol." to "->"David Malcolm
2013-10-29tree-outof-ssa.h: Remove include files.Andrew MacLeod
2013-10-27Fix line number data for PIC register setup code.Tom de Vries
2013-10-23tree-ssa.h: Remove all #include'sAndrew MacLeod
2013-10-18tree-ssa.h: Don't include gimple-low.h...Andrew MacLeod
2013-10-09params.def (PARAM_MIN_SIZE_FOR_STACK_SHARING): New param...Easwaran Raman
2013-09-28alloc-pool.c, [...]: Add missing whitespace before "(".Richard Sandiford
2013-09-26tree-ssa-live.h (find_replaceable_exprs, [...]): Move prototypes to...Andrew MacLeod
2013-09-12cfgexpand.c (expand_debug_expr): Avoid sign-extending SImode to PSImode.DJ Delorie
2013-09-12tree-ssa.h: New.Andrew MacLeod
2013-08-30Merge ubsan into trunk.Marek Polacek
2013-08-05Automated conversion of passes to C++ classesDavid Malcolm
2013-05-07cfgexpand.c (record_or_union_type_has_array_p): New function.Han Shen
2013-04-10passes.c (execute_todo): Do not call ggc_collect conditional here.Richard Biener
2013-03-21tree-pass.h (PROP_gimple_lvec): New.Marc Glisse
2013-03-18re PR middle-end/56483 (LTO issue with expanding GIMPLE_COND)Richard Biener
2013-03-05re PR debug/56510 (More var-tracking scalability problems)Jakub Jelinek
2013-01-10Update copyright years in gcc/Richard Sandiford
2012-11-20Introduce vNULL to use as a nil initializer for vec<>.Diego Novillo
2012-11-17This patch rewrites the old VEC macro-based interface into a new one based on...Diego Novillo