aboutsummaryrefslogtreecommitdiff
path: root/gcc/except.c
AgeCommit message (Expand)AuthorFilesLines
2017-01-01Update copyright years.Jakub Jelinek1-1/+1
2016-11-14remove conditional compilation of HAVE_AS_LEB128 codeTrevor Saunders1-82/+80
2016-11-02use rtx_insn * in various places where it is obviousTrevor Saunders1-1/+1
2016-10-13Move MEMMODEL_* from coretypes.h to memmodel.hThomas Preud'homme1-0/+1
2016-10-09tree-ssa.c (target_for_debug_bind, [...]): Use VAR_P and/or VAR_OR_FUNCTION_D...Jakub Jelinek1-1/+1
2016-08-28make forced labels a vecTrevor Saunders1-2/+1
2016-07-26use auto_sbitmap in various placesTrevor Saunders1-4/+1
2016-05-13builtins.c (expand_builtin_memcmp): Do not emit the call here.Eric Botcazou1-8/+11
2016-04-18tree.h (TYPE_ALIGN, DECL_ALIGN): Return shifted amount.Michael Matz1-1/+1
2016-01-04Update copyright years.Jakub Jelinek1-1/+1
2015-11-15always define EH_RETURN_HANDLER_RTXTrevor Saunders1-5/+4
2015-10-30alias.c: Remove unused headers.Andrew MacLeod1-7/+0
2015-10-29alias.c: Reorder #include statements and remove duplicates.Andrew MacLeod1-14/+11
2015-10-27[PATCH 7/9] ENABLE_CHECKING refactoring: middle-end, LTO FEMikhail Maltsev1-6/+4
2015-10-11always define SETUP_FRAME_ADDRESSESTrevor Saunders1-2/+0
2015-09-20switch from gimple to gimple*Trevor Saunders1-2/+2
2015-09-18re PR middle-end/67619 (ICE at -O1 and above on x86_64-linux-gnu in int_mode_...Uros Bizjak1-2/+2
2015-09-18config.host (powerpc-ibm-aix*): Add crtdbase.o to extra_parts.Andrew Dixie1-15/+15
2015-07-28target-insns.def (eh_return): New targetm instruction pattern.Richard Sandiford1-4/+2
2015-07-10gimple-predict.h: New file.Andrew MacLeod1-0/+1
2015-07-08tree-core.h: Include symtab.h.Andrew MacLeod1-8/+1
2015-07-05gcc/Richard Sandiford1-9/+4
2015-06-25function.h (ipa_opt_pass, [...]): Move forward declarations.Andrew MacLeod1-2/+0
2015-06-25hash-map-traits.h (simple_hashmap_traits::key_type): New typedef.Richard Sandiford1-4/+2
2015-06-25tree-hash-traits.h (tree_hash): New class.Richard Sandiford1-5/+2
2015-06-25hash-traits.h (free_ptr_hash): New class.Richard Sandiford1-8/+3
2015-06-17coretypes.h: Include input.h and as-a.h.Andrew MacLeod1-2/+0
2015-06-08coretypes.h: Include hash-table.h and hash-set.h for host files.Andrew MacLeod1-7/+0
2015-06-06emit-rtl.c, [...]: Replace rtx base types with more derived ones.Richard Sandiford1-9/+8
2015-06-04coretypes.h: Include machmode.h...Andrew MacLeod1-5/+0
2015-05-20Promote types of RTL expressions to more derived ones.Mikhail Maltsev1-2/+2
2015-05-19insn-notes.def (UPDATE_SJLJ_CONTEXT): New note.Eric Botcazou1-0/+27
2015-05-09can_nonlocal_goto can take a rtx_insn *Trevor Saunders1-1/+1
2015-05-09make make_reg_eh_region_note and friend take rtx_insn *Trevor Saunders1-2/+2
2015-04-23cfgexpand.c (expand_gimple_stmt_1): Use ops.code.Richard Biener1-1/+1
2015-04-22provide default for MASK_RETURN_ADDRTrevor Saunders1-3/+3
2015-04-22provide default for RETURN_ADDR_OFFSETTrevor Saunders1-7/+7
2015-04-22add default definition of EH_RETURN_DATA_REGNOTrevor Saunders1-6/+0
2015-04-18remove need for store_values_directlyTrevor Saunders1-18/+19
2015-01-15dojump.h: New header file.Prathamesh Kulkarni1-2/+11
2015-01-09genattrtab.c (write_header): Include hash-set.h...Michael Collison1-4/+11
2015-01-05Update copyright years.Jakub Jelinek1-1/+1
2014-11-012014-11-01 Andrew MacLeod <amacleod@redhat,com>Andrew MacLeod1-0/+2
2014-10-29decl.c, [...]: Remove redundant enum from machine_mode.Richard Sandiford1-3/+3
2014-10-28cgraph.h: Flatten.Andrew MacLeod1-0/+4
2014-10-27ggcplug.c: Shuffle includes to include gcc-plugin.h earlier.Andrew MacLeod1-0/+5
2014-10-16function.h: Flatten file.Andrew MacLeod1-1/+6
2014-09-05cfgloop.c (mark_loop_for_removal): New function.Richard Biener1-4/+1
2014-09-02support ggc hash_map and hash_setTrevor Saunders1-39/+16
2014-08-28NEXT_INSN and PREV_INSN take a const rtx_insnDavid Malcolm1-1/+1