aboutsummaryrefslogtreecommitdiff
path: root/gcc/function.c
AgeCommit message (Expand)AuthorFilesLines
2015-04-15Fix fdump-passesTom de Vries1-5/+32
2015-04-15function.h (struct emit_status): Delete x_first_insn, x_last_insn and sequenc...Alan Modra1-1/+1
2015-01-15dojump.h: New header file.Prathamesh Kulkarni1-5/+11
2015-01-09genattrtab.c (write_header): Include hash-set.h...Michael Collison1-0/+10
2015-01-05Update copyright years.Jakub Jelinek1-1/+1
2014-11-20convert many if_marked htab to hash_tableTrevor Saunders1-20/+27
2014-11-20re PR sanitizer/63845 (c-c++-common/asan/bitfield-[12345].c fails on i?86 -wi...Igor Zamyatin1-5/+0
2014-11-12re PR c/59708 (clang-compatible checked arithmetic builtins)Jakub Jelinek1-3/+8
2014-11-10Make thread_prologue_and_epilogue_insns callable from backends.Bernd Schmidt1-1/+1
2014-11-05ipa-chkp.c: New.Ilya Enkovich1-20/+248
2014-11-05Allow a target to skip an unnecssary register return value for a struct return.Bernd Schmidt1-2/+2
2014-11-012014-11-01 Andrew MacLeod <amacleod@redhat,com>Andrew MacLeod1-0/+1
2014-10-29re PR ipa/63587 (ICE : tree check: expected var_decl, have result_decl in add...Martin Liska1-0/+9
2014-10-29decl.c, [...]: Remove redundant enum from machine_mode.Richard Sandiford1-22/+22
2014-10-27ggcplug.c: Shuffle includes to include gcc-plugin.h earlier.Andrew MacLeod1-0/+7
2014-10-16function.h: Flatten file.Andrew MacLeod1-2/+6
2014-10-13re PR target/8340 (ICE on x86 inline asm w/ -fPIC)Kirill Yukhin1-0/+5
2014-10-12move many gc hashtab to hash_tableTrevor Saunders1-53/+39
2014-09-16Always set DECL_NO_INSTRUMENT_FUNCTION_ENTRY_EXIT correctlyAndi Kleen1-0/+3
2014-09-16Replace INSN_DELETED_P with rtx_insn member functionsTrevor Saunders1-1/+1
2014-09-05Use rtx_insn for various jump-handling functions and predicatesDavid Malcolm1-1/+1
2014-09-03use rtx_code_label moreTrevor Saunders1-1/+1
2014-09-02support ggc hash_map and hash_setTrevor Saunders1-7/+3
2014-08-29re PR bootstrap/62300 (internal compiler error: in as_a, at is-a.h:192)David Malcolm1-4/+3
2014-08-29Strengthen params to active_insn_betweenDavid Malcolm1-2/+1
2014-08-28NEXT_INSN and PREV_INSN take a const rtx_insnDavid Malcolm1-3/+5
2014-08-28Work towards NEXT_INSN/PREV_INSN requiring insns as their paramsDavid Malcolm1-14/+13
2014-08-28function.c: Include rtl-iter.hRichard Sandiford1-53/+53
2014-08-27function.c: Use rtx_sequenceDavid Malcolm1-2/+3
2014-08-25function.c and shrink-wrap.*: more rtx_insnDavid Malcolm1-5/+6
2014-08-22predict.*: Use rtx_insn (also touches function.c and config/cris/cris.c)David Malcolm1-1/+1
2014-08-22function.c: Use rtx_insnDavid Malcolm1-17/+22
2014-08-19rtl_data.x_parm_birth_insn is an insnDavid Malcolm1-2/+2
2014-08-08calls.c (precompute_arguments): Use new SUBREG_PROMOTED_SET instead of SUBREG...Kugan Vivekanandarajah1-1/+1
2014-07-24re PR middle-end/61268 (ICE in vt_expand_var_loc_chain, at var-tracking.c:8262)Richard Sandiford1-8/+9
2014-07-10re PR middle-end/53590 (compiler fails to generate SIMD instruction for FP di...Eric Botcazou1-0/+1
2014-07-09remove has_executeTrevor Saunders1-4/+0
2014-06-26toplev.c (backend_init_target): Move init_emit_regs and init_regs to...Jan Hubicka1-0/+5
2014-06-06re PR debug/53927 (wrong value for DW_AT_static_link)Eric Botcazou1-0/+19
2014-06-06re PR target/61300 (powerpc64le miscompile with K&R-style function definition...Alan Modra1-5/+10
2014-06-03re PR c/60439 (No warning for case overflow in switch statement.)Marek Polacek1-1/+1
2014-05-17use templates instead of gengtype for typed allocation functionsTrevor Saunders1-9/+9
2014-05-17emit-rtl.h (replace_equiv_address, [...]): Add an inplace argument.Richard Sandiford1-4/+4
2014-05-13Makefile.in: add shrink-wrap.o.Zhenqiang Chen1-795/+12
2014-05-06tree-pass.h (TODO_verify_ssa, [...]): Remove.Richard Biener1-3/+2
2014-04-17pass cfun to pass::executeTrevor Saunders1-36/+43
2014-04-17remove has_gateTrevor Saunders1-4/+0
2014-03-13re PR rtl-optimization/57320 (Shrink-wrapping leaves unreachable blocks in th...Steven Bosscher1-0/+4
2014-03-03re PR middle-end/60175 (ICE on gcc.dg/asan/nosanitize-and-inline.c)Jakub Jelinek1-9/+12
2014-01-06Reverted r205593Bernd Edlinger1-2/+1