aboutsummaryrefslogtreecommitdiff
path: root/gcc/function.c
AgeCommit message (Expand)AuthorFilesLines
2015-06-10Revert "[PR64164] Drop copyrename, use coalescible partition as base when opt...Alexandre Oliva1-181/+45
2015-06-09[PR64164] Drop copyrename, use coalescible partition as base when optimizing.Alexandre Oliva1-45/+181
2015-06-08coretypes.h: Include hash-table.h and hash-set.h for host files.Andrew MacLeod1-5/+0
2015-06-06emit-rtl.c, [...]: Replace rtx base types with more derived ones.Richard Sandiford1-22/+13
2015-06-04coretypes.h: Include machmode.h...Andrew MacLeod1-5/+0
2015-05-20Promote types of RTL expressions to more derived ones.Mikhail Maltsev1-1/+1
2015-05-13re PR rtl-optimization/66048 ([i386] ICE in create_pre_exit when both AVX and...Ilya Enkovich1-1/+1
2015-05-11class.c (fixup_type_variants): Do not copy TYPE_METHODSJan Hubicka1-1/+1
2015-05-02make set_return_jump_label take an rtx_insn *Trevor Saunders1-1/+1
2015-05-02change local vars to rtx_insn *Trevor Saunders1-2/+4
2015-04-28re PR middle-end/65911 (r222508 breaks clang-tblgen)Markus Trippelsdorf1-3/+3
2015-04-28remove #if ARGS_GROW_DOWNWARDTrevor Saunders1-71/+74
2015-04-28always define ARGS_GROW_DOWNWARDTrevor Saunders1-4/+4
2015-04-28always define HAVE_epilogueTrevor Saunders1-7/+5
2015-04-28always define HAVE_simple_return and HAVE_returnTrevor Saunders1-38/+14
2015-04-22make some HAVE_cc0 code always compiledTrevor Saunders1-3/+2
2015-04-22always define HAVE_cc0Trevor Saunders1-1/+1
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