]> git.ipfire.org Git - thirdparty/gcc.git/history - gcc/function.c
NEXT_INSN and PREV_INSN take a const rtx_insn
[thirdparty/gcc.git] / gcc / function.c
2014-08-28  David MalcolmNEXT_INSN and PREV_INSN take a const rtx_insn
2014-08-28  David MalcolmWork towards NEXT_INSN/PREV_INSN requiring insns as...
2014-08-28  Richard Sandifordfunction.c: Include rtl-iter.h
2014-08-27  David Malcolmfunction.c: Use rtx_sequence
2014-08-25  David Malcolmfunction.c and shrink-wrap.*: more rtx_insn
2014-08-22  David Malcolmpredict.*: Use rtx_insn (also touches function.c and...
2014-08-22  David Malcolmfunction.c: Use rtx_insn
2014-08-19  David Malcolmrtl_data.x_parm_birth_insn is an insn
2014-08-08  Kugan Vivekanandarajahcalls.c (precompute_arguments): Use new SUBREG_PROMOTED...
2014-07-24  Richard Sandifordre PR middle-end/61268 (ICE in vt_expand_var_loc_chain...
2014-07-10  Eric Botcazoure PR middle-end/53590 (compiler fails to generate...
2014-07-09  Trevor Saundersremove has_execute
2014-06-26  Jan Hubickatoplev.c (backend_init_target): Move init_emit_regs...
2014-06-06  Eric Botcazoure PR debug/53927 (wrong value for DW_AT_static_link)
2014-06-06  Alan Modrare PR target/61300 (powerpc64le miscompile with K&R...
2014-06-03  Marek Polacekre PR c/60439 (No warning for case overflow in switch...
2014-05-17  Trevor Saundersuse templates instead of gengtype for typed allocation...
2014-05-17  Richard Sandifordemit-rtl.h (replace_equiv_address, [...]): Add an inpla...
2014-05-13  Zhenqiang ChenMakefile.in: add shrink-wrap.o.
2014-05-06  Richard Bienertree-pass.h (TODO_verify_ssa, [...]): Remove.
2014-04-17  Trevor Saunderspass cfun to pass::execute
2014-04-17  Trevor Saundersremove has_gate
2014-03-13  Steven Bosscherre PR rtl-optimization/57320 (Shrink-wrapping leaves...
2014-03-03  Jakub Jelinekre PR middle-end/60175 (ICE on gcc.dg/asan/nosanitize...
2014-01-06  Bernd EdlingerReverted r205593
2014-01-02  Richard SandifordUpdate copyright years in gcc/
2013-12-20  Trevor Saundersmerge auto_vec and stack_vec
2013-12-09  David MalcolmEliminate FOR_EACH_BB_REVERSE macro.
2013-12-09  David MalcolmEliminate FOR_EACH_BB macro.
2013-12-09  David MalcolmEliminate last_basic_block macro.
2013-12-02  Bernd Edlingerre PR target/58115 (testcase gcc.target/i386/intrinsics...
2013-11-22  Andrew MacLeodgimple.h: Remove all includes.
2013-11-22  Trevor Saundersadd auto_vec
2013-11-21  David MalcolmReword comments that mention ENTRY_BLOCK_PTR and EXIT_B...
2013-11-19  David MalcolmEliminate ENTRY_BLOCK_PTR and EXIT_BLOCK_PTR macros
2013-11-19  Diego NovilloFactor unrelated declarations out of tree.h.
2013-11-19  David MalcolmEliminate n_basic_blocks macro
2013-11-18  Richard Sandiforddecl.c, [...]: Replace tree_low_cst (..., 1) with tree_...
2013-11-18  Richard Sandiforddecl.c, [...]: Replace host_integerp (..., 1) with...
2013-11-14  Andrew MacLeodgimplify-be.h: New file.
2013-11-14  Ulrich Weigandfunction.c (assign_parms): Use all.reg_parm_stack_space...
2013-11-12  Andrew MacLeodgimple-expr.h (create_tmp_var_name, [...]): Relocate...
2013-11-09  Jan-Benedict Glawfunction.c (NAME__MAIN): Move to...
2013-11-08  Diego NovilloRe-factor tree.h - Part 1.
2013-11-01  Trevor SaundersReplace some heap vectors with stack vectors.
2013-09-28  Richard Sandifordalloc-pool.c, [...]: Add missing whitespace before...
2013-09-09  Richard Sandifordgcc/
2013-09-09  Richard Sandifordasan.c (asan_clear_shadow): Use gen_int_mode with the...
2013-08-30  Eric Botcazoufunction.c (assign_parm_setup_reg): For a parameter...
2013-08-27  Yufeng Zhangfunction.c (assign_parm_find_data_types): Set passed_mo...
2013-08-05  David MalcolmAutomated conversion of passes to C++ classes
2013-07-30  Zhenqiang Chenre PR rtl-optimization/57637 (Miscompare on 178.galgel...
2013-06-11  David Malcolmfunction.c (initial_trampoline): Remove stray copy.
2013-06-06  Teresa Johnsonre PR c++/53743 (ICE when compiling firefox with PGO...
2013-04-10  Richard Bienerpasses.c (execute_todo): Do not call ggc_collect condit...
2013-03-30  Steven Bosschercfgrtl.c (fixup_reorder_chain): Do not emit barriers...
2013-03-29  Steven Bosschercfgbuild.c (inside_basic_block_p): Use JUMP_TABLE_DATA_...
2013-03-25  Eric Botcazoufunction.c (emit_use_return_register_into_block): On...
2013-03-23  Eric Botcazoucalls.c (expand_call): Add missing guard to code handli...
2013-03-09  Richard Sandifordre PR middle-end/56524 (Compiler ICE when compiling...
2013-02-19  Aldy Hernandezre PR target/52555 (ICE unrecognizable insn with -ffast...
2013-01-21  Martin Jamborre PR middle-end/56022 (ICE (segfault) at convert_memor...
2013-01-15  Jakub Jelinekre PR target/55940 (Incorrect code for accessing parame...
2013-01-10  Richard SandifordUpdate copyright years in gcc/
2012-11-27  Jakub Jelinekre PR middle-end/52650 (FAIL: gcc.dg/torture/pr51106...
2012-11-20  Diego NovilloIntroduce vNULL to use as a nil initializer for vec<>.
2012-11-18  Diego NovilloThis patch rewrites the old VEC macro-based interface...
2012-11-01  Lawrence CrowlThis patch normalizes more bitmap function names.
2012-11-01  Sharad Singhaiinvoke.texi: Update -fopt-info documentation.
2012-10-30  Lawrence CrowlThis patch implements the unification of the *bitmap...
2012-10-28  Steven Bosscherre PR rtl-optimization/38711 (ira should not be using...
2012-09-29  Jan Hubicka* function.c (dup_block_and_redirect): Update profile.
2012-09-20  Martin Jamborfunction.c (push_cfun): Check old current_function_decl...
2012-09-19  Dehao ChenIntegrate lexical block into source_location.
2012-09-13  Steven Bosscheripa-pure-const.c (state_from_flags, [...]): Use current...
2012-08-03  Richard HendersonRevert "PR 34548"
2012-08-01  Richard Hendersonre PR middle-end/34548 (GCC generates too many alignmen...
2012-07-19  Jakub Jelinekre PR rtl-optimization/53942 (unable to find a register...
2012-07-16  Steven Bosscherfunction.c (stack_protect_epilogue): Use expand_call...
2012-07-16  Steven Bosschersystem.h (dump_file): Do not define.
2012-07-08  Steven Bosscherbasic-block.h: Re-group most prototypes per file.
2012-06-24  Steven Bosscheroutput.h: (current_function_is_leaf...
2012-06-17  Steven Bosschercfglayout.h: Remove.
2012-06-15  Michael Matzre PR middle-end/38474 (compile time explosion in dataf...
2012-06-15  Eric Botcazoure PR middle-end/53590 (compiler fails to generate...
2012-05-29  Steven Bosscherintegrate.c: Remove.
2012-05-29  Michael Matzrtl.h (assign_stack_temp, [...]): Remove 'keep' argument.
2012-05-29  Michael Matzexpr.c (expand_expr_real_1 <normal_inner_ref>): Don...
2012-05-12  Eric Botcazoufunction.c (requires_stack_frame_p): If the function...
2012-05-05  Richard Sandifordrtl.h (plus_constant, [...]): Merge into a single plus_...
2012-03-21  Richard GuentherMakefile.in (cfgexpand.o): Add $(REGS_H) and $(INTEGRAT...
2012-03-05  Jakub Jelinekre PR debug/51902 (lexical_blocks inside inlined_subrou...
2012-01-24  Richard Sandifordrtl.texi (MEM_IN_STRUCT_P, [...]): Delete.
2012-01-20  Andrey Belevantsevre PR target/51106 (ICE in move_insn, at haifa-sched...
2012-01-17  Jakub Jelinekre PR target/51872 (Shrink-wrapping with -mminimal...
2012-01-09  Richard Sandifordsched-int.h (bb_note): Move to...
2011-12-12  Jakub Jelinekre PR rtl-optimization/51495 (ICE: in force_nonfallthru...
2011-12-09  Joern Renneckere PR middle-end/40154 (internal compiler error: in...
2011-11-30  Jakub Jelinekre PR target/50725 (-O3 -mstackrealign -march=core2...
2011-11-28  Jakub Jelinekre PR middle-end/50907 (EDGE_CROSSING incorrectly set...
next