summaryrefslogtreecommitdiff
path: root/gcc/except.c
Commit message (Expand)AuthorAgeFilesLines
* 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
* make make_reg_eh_region_note and friend take rtx_insn *Trevor Saunders2015-05-091-2/+2
* cfgexpand.c (expand_gimple_stmt_1): Use ops.code.Richard Biener2015-04-231-1/+1
* provide default for MASK_RETURN_ADDRTrevor Saunders2015-04-221-3/+3
* provide default for RETURN_ADDR_OFFSETTrevor Saunders2015-04-221-7/+7
* add default definition of EH_RETURN_DATA_REGNOTrevor Saunders2015-04-221-6/+0
* remove need for store_values_directlyTrevor Saunders2015-04-181-18/+19
* dojump.h: New header file.Prathamesh Kulkarni2015-01-151-2/+11
* genattrtab.c (write_header): Include hash-set.h...Michael Collison2015-01-091-4/+11
* Update copyright years.Jakub Jelinek2015-01-051-1/+1
* 2014-11-01 Andrew MacLeod <amacleod@redhat,com>Andrew MacLeod2014-11-011-0/+2
* decl.c, [...]: Remove redundant enum from machine_mode.Richard Sandiford2014-10-291-3/+3
* cgraph.h: Flatten.Andrew MacLeod2014-10-281-0/+4
* ggcplug.c: Shuffle includes to include gcc-plugin.h earlier.Andrew MacLeod2014-10-271-0/+5
* function.h: Flatten file.Andrew MacLeod2014-10-161-1/+6
* cfgloop.c (mark_loop_for_removal): New function.Richard Biener2014-09-051-4/+1
* support ggc hash_map and hash_setTrevor Saunders2014-09-021-39/+16
* NEXT_INSN and PREV_INSN take a const rtx_insnDavid Malcolm2014-08-281-1/+1