]> git.ipfire.org Git - thirdparty/gcc.git/history - gcc/dwarf2out.c
Remove trailing whitespace. Add missing dbxout.c hunk.
[thirdparty/gcc.git] / gcc / dwarf2out.c
2013-11-21  rsandifoRemove trailing whitespace. Add missing dbxout.c hunk.
2013-11-20  rsandifoRemove cst_fits_[su]hwi_p.
2013-11-20  rsandifoRemove some differences with trunk.
2013-11-20  rsandifoMerge from trunk.
2013-11-19  zadeckrichards suggestions
2013-11-19  dnovilloFactor unrelated declarations out of tree.h.
2013-11-19  rsandifoRemove tree_to_hwi.
2013-11-18  rsandifoMerge from trunk.
2013-11-18  rsandifogcc/c-family/
2013-11-18  rsandifogcc/ada/
2013-11-18  rsandifogcc/c-family/
2013-11-18  rsandifogcc/ada/
2013-11-18  rsandifogcc/ada/
2013-11-17  rsandifoTweak documentation and comments.
2013-11-17  rsandifoFix merge fallout.
2013-11-16  mrsMerge in trunk.
2013-11-15  rsandifogcc/
2013-11-13  mrsFix memory stomper.
2013-11-13  ebotcazou PR ada/35998
2013-11-12  amacleod2013-11-12 Andrew MacLeod <amacleod@redhat.com>
2013-11-10  rsandifoRemove some wide_int constructor calls. Make more...
2013-11-10  rsandifoRename wide_int_type_size_in_bits to offset_int_type_si...
2013-11-09  rsandifoMerge with trunk.
2013-11-09  rsandifoFix some formatting. Put stuff on a single line where...
2013-11-06  mrsMerge in trunk.
2013-11-04  mrsMerge in trunk.
2013-10-29  rsandifo- Fix comment typos that I'd introducted.
2013-10-29  dmalcolmAutogenerated fixes of "->symbol." to "->"
2013-10-24  rsandifoRename max_wide_int to widest_int, addr_wide_int to...
2013-10-23  rsandifoAlways treat trees as having their native precision...
2013-10-22  sterlingAdd new option -ggnu-pubnames.
2013-10-20  mrsMerge in trunk.
2013-10-04  ccoutantgcc/
2013-10-02  amacleod * tree-flow.h: Include new .h files. Move prototypes.
2013-09-28  rsandifogcc/
2013-09-20  mrsMerge in trunk.
2013-09-13  ccoutant2013-09-13 Evgeny Gavrin <e.gavrin@samsung.com>
2013-09-09  rsandifogcc/
2013-09-07  rsandifoReorganise wide-int classes so that they are all instan...
2013-09-04  mrsMerge in trunk.
2013-08-13  ccoutantgcc/
2013-08-13  mrsAdd wide-int branch.
2013-07-26  ccoutantgcc/
2013-07-25  sterling2013-07-25 Sterling Augustine <saugustine@google...
2013-07-22  echristo2013-07-22 Eric Christopher <echristo@gmail.com>
2013-07-21  mrsFix typos.
2013-07-02  ccoutantgcc/
2013-06-10  ccoutant2013-06-10 Cary Coutant <ccoutant@google.com>
2013-05-29  hubicka * cgraph.h (symtab_node_base): Add definition, alias...
2013-05-21  chrbr2013-05-21 Christian Bruel <christian.bruel@st.com>
2013-04-26  crowlThis patch is the main part of a consolodation of the...
2013-04-24  sterling2013-04-24 Sterling Augustine <saugustine@google...
2013-04-24  cltang2013-04-24 Julian Brown <julian@codesourcery.com>
2013-04-18  ccoutantgcc/
2013-04-12  jakub * opts.c: Include diagnostic-color.h.
2013-03-29  crowlAdd uniform debug dump function names.
2013-03-23  steven * config/avr/avr.c, config/bfin/bfin.c, config/c6x...
2013-03-21  markdwarf2out.c (size_of_aranges): Skip DECL_IGNORED_P...
2013-03-21  jakub PR debug/55608
2013-03-21  rguenth2013-03-21 Richard Biener <rguenther@suse.de>
2013-03-17  jason PR debug/49090
2013-03-05  ccoutantgcc/
2013-02-07  davemFix variable tracking for leaf functions on sparc.
2013-02-07  jakub PR debug/56154
2013-02-04  jasontypo
2013-01-31  jason PR debug/55059
2013-01-31  jason PR c++/54410
2013-01-10  rsandifoUpdate copyright years in gcc/
2012-12-19  jakub PR debug/55730
2012-12-18  jakub PR debug/55717
2012-12-10  sje2012-12-10 Steve Ellcey <sellcey@mips.com>
2012-11-20  dnovilloIntroduce vNULL to use as a nil initializer for vec<>.
2012-11-18  dnovilloThis patch rewrites the old VEC macro-based interface...
2012-11-14  sterling2012-11-14 Sterling Augustine <saugustine@google...
2012-11-09  zadeck2012-11-09 Kenneth Zadeck <zadeck@naturalbridge.com>
2012-11-08  jakub PR debug/53145
2012-11-07  sterling2012-11-06 Sterling Augustine <saugustine@google.com>
2012-11-06  sterlinggcc/ChangeLog
2012-11-05  jakub PR target/55194
2012-10-26  jakub PR debug/54970
2012-10-25  ccoutantgcc/
2012-10-23  pkoningPR debug/54508
2012-10-23  vmakarov2012-10-23 Vladimir Makarov <vmakarov@redhat.com>
2012-10-16  steven * rtl.h (get_call_rtx_from): New prototype.
2012-10-04  rguenth2012-10-04 Richard Guenther <rguenther@suse.de>
2012-10-02  aolivaPR debug/53135
2012-09-27  dehao2012-09-27 Dehao Chen <dehao@google.com>
2012-09-19  dehaoIntegrate lexical block into source_location.
2012-09-11  jamborm2012-09-11 Martin Jambor <mjambor@suse.cz>
2012-09-11  dnovilloRemove unnecessary VEC function overloads.
2012-09-07  crowlModify gcc/*.[hc] double_int call sites to use the...
2012-08-24  simonbgcc/ChangeLog
2012-08-24  hjlAllow arg_pointer_rtx/frame_pointer_rtx for based_loc_descr
2012-08-20  markdwarf2out.c: For DWARF 4+, output DW_AT_high_pc as...
2012-08-15  dnovilloMerge from cxx-conversion branch (http://gcc.gnu.org...
2012-07-24  rthTidy some include usage + dependencies
2012-07-19  jason PR debug/53235
2012-07-19  gingoldlibstdc++-v3/
2012-07-16  stevengcc/
2012-07-06  ebotcazou Revert
next