aboutsummaryrefslogtreecommitdiff
path: root/gcc/cfgexpand.c
AgeCommit message (Expand)AuthorFilesLines
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
2013-03-18re PR middle-end/56483 (LTO issue with expanding GIMPLE_COND)Richard Biener1-2/+7
2013-03-05re PR debug/56510 (More var-tracking scalability problems)Jakub Jelinek1-2/+57
2013-01-10Update copyright years in gcc/Richard Sandiford1-2/+1
2012-11-20Introduce vNULL to use as a nil initializer for vec<>.Diego Novillo1-3/+3
2012-11-17This patch rewrites the old VEC macro-based interface into a new one based on...Diego Novillo1-34/+26
2012-11-12Implement protection of stack variablesJakub Jelinek1-21/+144
2012-11-09rtl.h (CONST_SCALAR_INT_P): New macro.Kenneth Zadeck1-2/+1
2012-11-01invoke.texi: Update -fopt-info documentation.Sharad Singhai1-0/+1
2012-10-30This patch implements the unification of the *bitmap interfaces as discussed.Lawrence Crowl1-1/+1
2012-10-26re PR debug/54970 (Missing DW_OP_GNU_implicit_pointer in debuginfo)Jakub Jelinek1-0/+21
2012-10-16re PR rtl-optimization/54870 (gfortran.dg/array_constructor_4.f90 FAILs)Eric Botcazou1-0/+2
2012-10-09re PR bootstrap/54837 (lto bootstrap error: ICE in expand_debug_source_expr, ...Richard Guenther1-10/+1
2012-09-27tree.h (tree_constructor): Remove IS_UNKNOWN_LOCATION.Dehao Chen1-7/+7
2012-09-20function.c (push_cfun): Check old current_function_decl matches old cfun...Martin Jambor1-3/+0
2012-09-19Integrate lexical block into source_location.Dehao Chen1-73/+31
2012-08-17re PR middle-end/54146 (Very slow compile with attribute((flatten)))Steven Bosscher1-20/+30
2012-08-14cfgexpand.c (expand_used_vars): Use virtual_operand_p.Richard Guenther1-1/+1