aboutsummaryrefslogtreecommitdiff
path: root/gcc/except.c
AgeCommit message (Expand)AuthorFilesLines
2018-06-21except.c (finish_eh_generation): Commit edge insertions only after the EH edg...Eric Botcazou1-5/+6
2018-04-13re PR rtl-optimization/85393 (Miscompilation with hot/cold partitioning start...Jakub Jelinek1-1/+1
2018-03-07re PR target/84277 (A lot of new acats testsuite failures)Eric Botcazou1-6/+24
2018-02-19re PR target/84146 (ICE with -mcet in dwarf2out_var_location, involving sigse...Jakub Jelinek1-8/+0
2018-01-03Update copyright years.Jakub Jelinek1-1/+1
2017-11-03asan.c (create_cond_insert_point): Maintain profile.Jan Hubicka1-1/+0
2017-10-09except.c (setjmp_fn): New global variable.Eric Botcazou1-3/+14
2017-10-07builtins.def (BUILT_IN_SETJMP): Declare as library builtin instead of GCC bui...Eric Botcazou1-0/+22
2017-09-04PR82045: Avoid passing machine modes through "..."Richard Sandiford1-2/+2
2017-08-30[62/77] Big machine_mode to scalar_int_mode replacementRichard Sandiford1-3/+3
2017-07-19re PR regression/81331 (missed Eh delivery in partitioned function)Jan Hubicka1-1/+2
2017-07-19re PR regression/81331 (missed Eh delivery in partitioned function)Jan Hubicka1-0/+56
2017-07-02expect.c (dw2_build_landing_pads): Update profile of the landing pad bb.Jan Hubicka1-0/+2
2017-06-29arm-builtins.c: Include profile-count.hJan Hubicka1-1/+2
2017-06-29asan.c (asan_emit_stack_protection): Update.Jan Hubicka1-11/+3
2017-05-16Add default value for last argument of dump functions.Martin Liska1-4/+4
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