summaryrefslogtreecommitdiff
path: root/gcc/dwarf2cfi.c
Commit message (Expand)AuthorAgeFilesLines
* Update copyright years.jakub2015-01-051-1/+1
* 2014-12-05 Olivier Hainque <hainque@adacore.com>hainque2014-12-051-1/+2
* 2014-12-05 Olivier Hainque <hainque@adacore.com>hainque2014-12-051-20/+78
* gcc/ada/rsandifo2014-10-291-3/+3
* 2014-10-27 Andrew MacLeod <amacleod@redhat.com>amacleod2014-10-271-1/+1
* 2014-10-16 Andrew MacLeod <amacleod@redhat.com>amacleod2014-10-161-0/+6
* * dwarf2cfi.c (create_pseudo_cfg): Fix trace numbering.ebotcazou2014-10-061-2/+2
* single_set takes an insndmalcolm2014-09-091-10/+10
* Add target hook to override DWARF2 frame register sizempf2014-09-041-3/+1
* Work towards NEXT_INSN/PREV_INSN requiring insns as their paramsdmalcolm2014-08-281-6/+6
* Use rtx_insn in more places in dwarf2cfi.cdmalcolm2014-08-281-12/+13
* Convert forced_labels from an EXPR_LIST to an INSN_LISTdmalcolm2014-08-281-2/+2
* Convert nonlocal_goto_handler_labels from an EXPR_LIST to an INSN_LISTdmalcolm2014-08-281-2/+2
* rtl_data.x_nonlocal_goto_handler_labels becomes an rtx_expr_listdmalcolm2014-08-271-2/+4
* Use rtx_expr_list for expr_status.x_forced_labelsdmalcolm2014-08-271-7/+7
* dwarf2cfi.c: Use rtx_sequencedmalcolm2014-08-271-10/+9
* Add rtx_jump_table_data::get_labels methoddmalcolm2014-08-251-4/+1
* dwarf2cfi.c: Use rtx_insndmalcolm2014-08-221-2/+2
* Make tablejump_p accept a rtx_jump_table_data **dmalcolm2014-08-191-2/+4
* remove has_executetbsaunde2014-07-091-1/+0
* Remove a layer of indirection from hash_tabletbsaunde2014-06-241-5/+7
* use templates instead of gengtype for typed allocation functionstbsaunde2014-05-171-4/+4
* pass cfun to pass::executetbsaunde2014-04-171-1/+1
* pass current function to opt_pass::gate ()tbsaunde2014-04-171-16/+16
* remove has_gatetbsaunde2014-04-171-1/+0
* Update copyright years in gcc/rsandifo2014-01-021-1/+1
* PR debug/59418ebotcazou2013-12-181-14/+32
* * gcc/cgraph.h (cgraph_node_set_iterator, varpool_node_set_iterator):olegendo2013-12-101-3/+3
* Also handle REG_XXX notes in spill_pseudoshjl2013-11-271-0/+1
* Factor unrelated declarations out of tree.h.dnovillo2013-11-191-0/+1
* Re-factor inclusion of tree.h.dnovillo2013-10-211-0/+1
* gcc/rsandifo2013-09-281-5/+5
* gcc/rsandifo2013-09-091-1/+2
* Automated conversion of passes to C++ classesdmalcolm2013-08-051-18/+36
* This patch is the main part of a consolodation of the hash_tablecrowl2013-04-261-26/+31
* Update copyright years in gcc/rsandifo2013-01-101-3/+1
* This patch rewrites the old VEC macro-based interface into a new onednovillo2012-11-181-80/+64
* 2012-11-01 Sharad Singhai <singhai@google.com>singhai2012-11-011-0/+1
* Remove unnecessary VEC function overloads.dnovillo2012-09-111-30/+28
* Merge from cxx-conversion branch (http://gcc.gnu.org/wiki/cxx-conversion).dnovillo2012-08-151-7/+7
* * dwarf2cfi.c (scan_trace): Handle annulled branch-taken delay slots.rth2012-06-111-5/+19
* gcctromey2012-04-271-64/+4
* Remove MIPS_DEBUGGING_INFO supportro2012-03-141-9/+1
* 2012-01-10 Tom de Vries <tom@codesourcery.com>vries2012-01-101-0/+3
* PR target/51552rth2011-12-211-17/+12
* Check HARD_FRAME_POINTER_REGNUM.hjl2011-11-071-1/+2
* PR bootstrap/50010jakub2011-09-121-5/+14
* * rtl.h (INSN_ANNULLED_BRANCH_P): Only allow JUMP_INSN.rth2011-08-211-1/+1
* PR rtl-opt/49977rth2011-08-051-28/+72
* PR target/49864rth2011-08-021-368/+274