summaryrefslogtreecommitdiff
path: root/gcc/except.c
Commit message (Expand)AuthorAgeFilesLines
* Update copyright years.Jakub Jelinek2020-01-011-1/+1
* PR c++/61339 - add mismatch between struct and class [-Wmismatched-tags] to n...Martin Sebor2019-07-091-3/+3
* except.c (emit_to_new_bb_before): Make sure to put a location on SEQ.Eric Botcazou2019-07-051-2/+11
* introduce EH_ELSE_EXPR tree and gimplifierAlexandre Oliva2019-07-041-6/+6
* trans.c (check_inlining_for_nested_subprog): Quote reserved names.Martin Sebor2019-05-171-7/+7
* Wrap option names in gcc internal messages with %< and %>.Martin Liska2019-03-111-1/+1
* re PR rtl-optimization/89234 (ICE in get_eh_region_and_lp_from_rtx at gcc/exc...Jakub Jelinek2019-02-081-0/+4
* PR other/16615 [1/5]Sandra Loosemore2019-01-091-1/+1
* Update copyright years.Jakub Jelinek2019-01-011-1/+1
* [c++] Don't emit exception tables for UI_NONETom de Vries2018-08-031-1/+2
* except.c (finish_eh_generation): Commit edge insertions only after the EH edg...Eric Botcazou2018-06-211-5/+6
* re PR rtl-optimization/85393 (Miscompilation with hot/cold partitioning start...Jakub Jelinek2018-04-131-1/+1
* re PR target/84277 (A lot of new acats testsuite failures)Eric Botcazou2018-03-071-6/+24
* re PR target/84146 (ICE with -mcet in dwarf2out_var_location, involving sigse...Jakub Jelinek2018-02-191-8/+0
* Update copyright years.Jakub Jelinek2018-01-031-1/+1
* asan.c (create_cond_insert_point): Maintain profile.Jan Hubicka2017-11-031-1/+0
* except.c (setjmp_fn): New global variable.Eric Botcazou2017-10-091-3/+14
* builtins.def (BUILT_IN_SETJMP): Declare as library builtin instead of GCC bui...Eric Botcazou2017-10-071-0/+22
* PR82045: Avoid passing machine modes through "..."Richard Sandiford2017-09-041-2/+2
* [62/77] Big machine_mode to scalar_int_mode replacementRichard Sandiford2017-08-301-3/+3
* re PR regression/81331 (missed Eh delivery in partitioned function)Jan Hubicka2017-07-191-1/+2
* re PR regression/81331 (missed Eh delivery in partitioned function)Jan Hubicka2017-07-191-0/+56
* expect.c (dw2_build_landing_pads): Update profile of the landing pad bb.Jan Hubicka2017-07-021-0/+2
* arm-builtins.c: Include profile-count.hJan Hubicka2017-06-291-1/+2
* asan.c (asan_emit_stack_protection): Update.Jan Hubicka2017-06-291-11/+3
* Add default value for last argument of dump functions.Martin Liska2017-05-161-4/+4
* Update copyright years.Jakub Jelinek2017-01-011-1/+1
* remove conditional compilation of HAVE_AS_LEB128 codeTrevor Saunders2016-11-141-82/+80
* use rtx_insn * in various places where it is obviousTrevor Saunders2016-11-021-1/+1
* Move MEMMODEL_* from coretypes.h to memmodel.hThomas Preud'homme2016-10-131-0/+1
* tree-ssa.c (target_for_debug_bind, [...]): Use VAR_P and/or VAR_OR_FUNCTION_D...Jakub Jelinek2016-10-091-1/+1
* make forced labels a vecTrevor Saunders2016-08-281-2/+1
* use auto_sbitmap in various placesTrevor Saunders2016-07-261-4/+1
* builtins.c (expand_builtin_memcmp): Do not emit the call here.Eric Botcazou2016-05-131-8/+11
* tree.h (TYPE_ALIGN, DECL_ALIGN): Return shifted amount.Michael Matz2016-04-181-1/+1
* Update copyright years.Jakub Jelinek2016-01-041-1/+1
* always define EH_RETURN_HANDLER_RTXTrevor Saunders2015-11-151-5/+4
* alias.c: Remove unused headers.Andrew MacLeod2015-10-301-7/+0
* alias.c: Reorder #include statements and remove duplicates.Andrew MacLeod2015-10-291-14/+11
* [PATCH 7/9] ENABLE_CHECKING refactoring: middle-end, LTO FEMikhail Maltsev2015-10-271-6/+4
* always define SETUP_FRAME_ADDRESSESTrevor Saunders2015-10-111-2/+0
* switch from gimple to gimple*Trevor Saunders2015-09-201-2/+2
* re PR middle-end/67619 (ICE at -O1 and above on x86_64-linux-gnu in int_mode_...Uros Bizjak2015-09-181-2/+2
* config.host (powerpc-ibm-aix*): Add crtdbase.o to extra_parts.Andrew Dixie2015-09-181-15/+15
* target-insns.def (eh_return): New targetm instruction pattern.Richard Sandiford2015-07-281-4/+2
* gimple-predict.h: New file.Andrew MacLeod2015-07-101-0/+1
* tree-core.h: Include symtab.h.Andrew MacLeod2015-07-081-8/+1
* gcc/Richard Sandiford2015-07-051-9/+4
* function.h (ipa_opt_pass, [...]): Move forward declarations.Andrew MacLeod2015-06-251-2/+0
* hash-map-traits.h (simple_hashmap_traits::key_type): New typedef.Richard Sandiford2015-06-251-4/+2