aboutsummaryrefslogtreecommitdiff
path: root/gcc/cfgexpand.c
AgeCommit message (Expand)AuthorFilesLines
2014-05-09-fstack-protector-strong: Instrumentation for return slotsFlorian Weimer1-16/+48
2014-05-06tree-pass.h (TODO_verify_ssa, [...]): Remove.Richard Biener1-2/+1
2014-04-22re PR middle-end/60281 (Address Sanitizer triggers alignment fault in ARM mac...Lin Zuojian1-2/+16
2014-04-17pass cfun to pass::executeTrevor Saunders1-68/+68
2014-04-17remove has_gateTrevor Saunders1-1/+0
2014-03-20calls.c (store_one_arg): Remove incorrect const qualification on the type of ...Eric Botcazou1-7/+3
2014-03-05re PR lto/60404 (wrong code by LTO on x86_64-linux-gnu)Jakub Jelinek1-2/+4
2014-03-03re PR middle-end/60175 (ICE on gcc.dg/asan/nosanitize-and-inline.c)Jakub Jelinek1-6/+19
2014-02-10re PR middle-end/60080 (gcc.dg/vect/vect-nop-move.c FAILs)Bernd Edlinger1-3/+4
2014-01-09re PR middle-end/47735 (Unnecessary adjustments to stack pointer)Jakub Jelinek1-2/+5
2014-01-09cfgexpand.c (expand_stack_vars): Optionally disable asan stack protection.Max Ostapenko1-4/+4
2014-01-08re PR middle-end/57748 (ICE when expanding assignment to unaligned zero-sized...Bernd Edlinger1-1/+1
2014-01-02Update copyright years in gcc/Richard Sandiford1-1/+1
2013-12-16re PR middle-end/58956 (wrong code at -O1 and above (affecting gcc 4.6 to tru...Jakub Jelinek1-3/+3
2013-12-09Eliminate FOR_ALL_BB macro.David Malcolm1-2/+2
2013-12-09Eliminate FOR_EACH_BB macro.David Malcolm1-2/+2
2013-12-09Eliminate last_basic_block macro.David Malcolm1-2/+2
2013-12-09Eliminate BASIC_BLOCK macro.David Malcolm1-1/+1
2013-11-29revert: cgraph.h (varpool_node): Add need_bounds_init field.Ilya Enkovich1-13/+3
2013-11-28re PR middle-end/59327 (warning in expand_used_vars)Jakub Jelinek1-1/+1
2013-11-28cfgexpand.c (struct stack_vars_data): Add asan_base and asan_alignb fields.Jakub Jelinek1-5/+26
2013-11-272013-11-27 Bernd Edlinger <bernd.edlinger@hotmail.de>Bernd Edlinger1-1/+1
2013-11-26Remove parameter keep_aligning from get_inner_reference.Bernd Edlinger1-1/+1
2013-11-22gimple.h: Remove all includes.Andrew MacLeod1-0/+6
2013-11-19Eliminate ENTRY_BLOCK_PTR and EXIT_BLOCK_PTR macrosDavid Malcolm1-38/+42
2013-11-19Factor unrelated declarations out of tree.h.Diego Novillo1-0/+5
2013-11-18c-common.c (convert_vector_to_pointer_for_subscript): Remove cast to unsigned...Richard Sandiford1-1/+1
2013-11-18decl.c, [...]: Replace tree_low_cst (..., 1) with tree_to_uhwi throughout.Richard Sandiford1-5/+5
2013-11-18decl.c, [...]: Replace host_integerp (..., 1) with tree_fits_uhwi_p throughout.Richard Sandiford1-1/+1
2013-11-18builtin-types.def (BT_FN_PTR_CONST_PTR_VAR): New.Ilya Enkovich1-3/+13
2013-11-14cfgexpand.c (defer_stack_allocation): When optimization is enabled...Eric Botcazou1-8/+21
2013-11-13gimple-walk.h: New File.Andrew Macleod1-0/+2
2013-11-13cfgexpand.c (expand_used_vars): Allocate space for partitions based on PARM_D...Eric Botcazou1-1/+7
2013-11-09function.c (NAME__MAIN): Move to...Jan-Benedict Glaw1-0/+8
2013-11-08Re-factor tree.h - Part 1.Diego Novillo1-1/+910
2013-10-29Autogenerated fixes of "->symbol." to "->"David Malcolm1-1/+1
2013-10-29tree-outof-ssa.h: Remove include files.Andrew MacLeod1-0/+1
2013-10-27Fix line number data for PIC register setup code.Tom de Vries1-4/+8
2013-10-23tree-ssa.h: Remove all #include'sAndrew MacLeod1-1/+9
2013-10-18tree-ssa.h: Don't include gimple-low.h...Andrew MacLeod1-0/+1
2013-10-09params.def (PARAM_MIN_SIZE_FOR_STACK_SHARING): New param...Easwaran Raman1-1/+3
2013-09-28alloc-pool.c, [...]: Add missing whitespace before "(".Richard Sandiford1-6/+6
2013-09-26tree-ssa-live.h (find_replaceable_exprs, [...]): Move prototypes to...Andrew MacLeod1-1/+1
2013-09-12cfgexpand.c (expand_debug_expr): Avoid sign-extending SImode to PSImode.DJ Delorie1-1/+6
2013-09-12tree-ssa.h: New.Andrew MacLeod1-1/+1
2013-08-30Merge ubsan into trunk.Marek Polacek1-4/+4
2013-08-05Automated conversion of passes to C++ classesDavid Malcolm1-19/+36
2013-05-07cfgexpand.c (record_or_union_type_has_array_p): New function.Han Shen1-7/+68
2013-04-10passes.c (execute_todo): Do not call ggc_collect conditional here.Richard Biener1-1/+1
2013-03-21tree-pass.h (PROP_gimple_lvec): New.Marc Glisse1-1/+2