summaryrefslogtreecommitdiff
path: root/gcc/dwarf2cfi.c
Commit message (Expand)AuthorAgeFilesLines
* remove most ifdef STACK_GROWS_DOWNWARDTrevor Saunders2015-05-221-6/+6
* always define STACK_GROWS_DOWNWARDTrevor Saunders2015-05-221-2/+2
* bitmap.c, [...]: Add space between string literal and macro name.Jason Merrill2015-05-091-4/+4
* notice_args_size can take a rtx_insn *Trevor Saunders2015-05-091-1/+1
* add_cfi_insn can be a rtx_insn *Trevor Saunders2015-05-021-1/+1
* remove need for store_values_directlyTrevor Saunders2015-04-181-6/+6
* 15-04-14 Christian Bruel <christian.bruel@st.com>Christian Bruel2015-04-141-1/+3
* dojump.h: New header file.Prathamesh Kulkarni2015-01-151-1/+11
* genattrtab.c (write_header): Include hash-set.h...Michael Collison2015-01-091-4/+10
* Update copyright years.Jakub Jelinek2015-01-051-1/+1
* defaults.h: (DWARF_REG_TO_UNWIND_COLUMN): Define default.Olivier Hainque2014-12-051-1/+2
* dwarf2cfi.c (init_one_dwarf_reg_size): New helper, processing one particular ...Olivier Hainque2014-12-051-20/+78
* decl.c, [...]: Remove redundant enum from machine_mode.Richard Sandiford2014-10-291-3/+3
* ggcplug.c: Shuffle includes to include gcc-plugin.h earlier.Andrew MacLeod2014-10-271-1/+1
* function.h: Flatten file.Andrew MacLeod2014-10-161-0/+6
* * dwarf2cfi.c (create_pseudo_cfg): Fix trace numbering.Eric Botcazou2014-10-061-2/+2
* single_set takes an insnDavid Malcolm2014-09-091-10/+10
* Add target hook to override DWARF2 frame register sizeMatthew Fortune2014-09-041-3/+1
* Work towards NEXT_INSN/PREV_INSN requiring insns as their paramsDavid Malcolm2014-08-281-6/+6
* Use rtx_insn in more places in dwarf2cfi.cDavid Malcolm2014-08-281-12/+13
* Convert forced_labels from an EXPR_LIST to an INSN_LISTDavid Malcolm2014-08-281-2/+2
* Convert nonlocal_goto_handler_labels from an EXPR_LIST to an INSN_LISTDavid Malcolm2014-08-281-2/+2
* rtl_data.x_nonlocal_goto_handler_labels becomes an rtx_expr_listDavid Malcolm2014-08-271-2/+4
* Use rtx_expr_list for expr_status.x_forced_labelsDavid Malcolm2014-08-271-7/+7
* dwarf2cfi.c: Use rtx_sequenceDavid Malcolm2014-08-271-10/+9
* Add rtx_jump_table_data::get_labels methodDavid Malcolm2014-08-251-4/+1
* dwarf2cfi.c: Use rtx_insnDavid Malcolm2014-08-221-2/+2
* Make tablejump_p accept a rtx_jump_table_data **David Malcolm2014-08-191-2/+4
* remove has_executeTrevor Saunders2014-07-091-1/+0
* Remove a layer of indirection from hash_tableTrevor Saunders2014-06-241-5/+7
* use templates instead of gengtype for typed allocation functionsTrevor Saunders2014-05-171-4/+4
* pass cfun to pass::executeTrevor Saunders2014-04-171-1/+1
* pass current function to opt_pass::gate ()Trevor Saunders2014-04-171-16/+16
* remove has_gateTrevor Saunders2014-04-171-1/+0
* Update copyright years in gcc/Richard Sandiford2014-01-021-1/+1
* re PR debug/59418 (ICE in maybe_record_trace_start, at dwarf2cfi.c:2221)Eric Botcazou2013-12-181-14/+32
* cgraph.h (cgraph_node_set_iterator, [...]): Remove typedef.Oleg Endo2013-12-101-3/+3
* Also handle REG_XXX notes in spill_pseudosH.J. Lu2013-11-271-0/+1
* Factor unrelated declarations out of tree.h.Diego Novillo2013-11-191-0/+1
* Re-factor inclusion of tree.h.Diego Novillo2013-10-211-0/+1
* alloc-pool.c, [...]: Add missing whitespace before "(".Richard Sandiford2013-09-281-5/+5
* asan.c (asan_emit_stack_protection): Use gen_int_mode instead of GEN_INT.Richard Sandiford2013-09-091-1/+2
* Automated conversion of passes to C++ classesDavid Malcolm2013-08-051-18/+36
* This patch is the main part of a consolodation of the hash_table patches to t...Lawrence Crowl2013-04-261-26/+31
* Update copyright years in gcc/Richard Sandiford2013-01-101-3/+1
* This patch rewrites the old VEC macro-based interface into a new one based on...Diego Novillo2012-11-171-80/+64
* invoke.texi: Update -fopt-info documentation.Sharad Singhai2012-11-011-0/+1
* Remove unnecessary VEC function overloads.Diego Novillo2012-09-101-30/+28
* backport: As described in http://gcc.gnu.org/ml/gcc/2012-08/msg00015.html...Diego Novillo2012-08-141-7/+7
* * dwarf2cfi.c (scan_trace): Handle annulled branch-taken delay slots.Richard Henderson2012-06-111-5/+19