summaryrefslogtreecommitdiff
path: root/gcc/except.c
Commit message (Expand)AuthorAgeFilesLines
* [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
* tree-hash-traits.h (tree_hash): New class.Richard Sandiford2015-06-251-5/+2
* hash-traits.h (free_ptr_hash): New class.Richard Sandiford2015-06-251-8/+3
* coretypes.h: Include input.h and as-a.h.Andrew MacLeod2015-06-171-2/+0
* coretypes.h: Include hash-table.h and hash-set.h for host files.Andrew MacLeod2015-06-081-7/+0
* emit-rtl.c, [...]: Replace rtx base types with more derived ones.Richard Sandiford2015-06-061-9/+8
* coretypes.h: Include machmode.h...Andrew MacLeod2015-06-041-5/+0
* Promote types of RTL expressions to more derived ones.Mikhail Maltsev2015-05-201-2/+2
* insn-notes.def (UPDATE_SJLJ_CONTEXT): New note.Eric Botcazou2015-05-191-0/+27
* can_nonlocal_goto can take a rtx_insn *Trevor Saunders2015-05-091-1/+1