aboutsummaryrefslogtreecommitdiff
path: root/gcc/gengtype.c
AgeCommit message (Expand)AuthorFilesLines
2013-08-20Revert my last two changes, r201865 and r201864David Malcolm1-1/+1
2013-08-20Make gcc::context be GC-managedDavid Malcolm1-1/+1
2013-08-16Support "gcc" namespace in gengtypeDavid Malcolm1-0/+17
2013-08-16Fix bad interaction between GTY((user)) and incomplete declarationsDavid Malcolm1-0/+6
2013-07-18read-rtl.c (validate_const_int): Once an invalid character is seen, quit the ...Po-Chun Chang1-1/+4
2013-03-30cfgrtl.c (fixup_reorder_chain): Do not emit barriers to BB_FOOTER.Steven Bosscher1-0/+2
2013-01-24Remove zone allocator.Diego Novillo1-124/+17
2013-01-10Update copyright years in gcc/Richard Sandiford1-4/+2
2012-11-17This patch rewrites the old VEC macro-based interface into a new one based on...Diego Novillo1-24/+123
2012-10-12Add more C++ support in gengtype.Diego Novillo1-8/+9
2012-10-04Basile Starynkevitch <basile@starynkevitch.net>Basile Starynkevitch1-1/+1
2012-10-04Basile Starynkevitch <basile@starynkevitch.net>Basile Starynkevitch1-0/+8
2012-08-14backport: As described in http://gcc.gnu.org/ml/gcc/2012-08/msg00015.html...Diego Novillo1-187/+543
2012-07-31re PR pch/53880 (compile time regression when generating precompiled headers ...Steven Bosscher1-0/+9
2012-07-30gengtype.c (adjust_field_type): Diagnose duplicate "length" option applicatio...Laurynas Biveinis1-2/+12
2012-06-29configure.ac: Skip C if explicitly selected.Steven Bosscher1-5/+5
2012-06-17cfglayout.h: Remove.Steven Bosscher1-1/+1
2012-05-29LANGUAGES: Fix typos.Joseph Myers1-3/+3
2012-05-03gengtype.c (write_types): Fix warning message.Jason Merrill1-2/+2
2012-04-30Fix PCH crash on GTYed pointer-to-scalar field of a structDodji Seketeli1-1/+20
2012-04-19re PR c/52977 (internal compiler error: Segmentation fault with `-x c-header'...Michael Matz1-10/+82
2012-04-10gengtype.c (main): Make uintptr_t a known type.Tristan Gingold1-0/+1
2011-11-08gengtype.c (write_field_root): Avoid out-of-scope access of newv.Michael Matz1-2/+1
2011-11-05re PR tree-optimization/50693 (Loop optimization restricted by GOTOs)Jakub Jelinek1-0/+1
2011-10-14In gcc/: 2011-10-14 Nicola Pero <nicola.pero@meta-innovation.com>Nicola Pero1-0/+5
2011-08-04gengtype-state.c: Include "bconfig.h" if GENERATOR_FILE is defined, "config.h...Romain Geissler1-0/+4
2011-07-07dwarf2out: Split CFI construction routines into a new file.Richard Henderson1-1/+1
2011-05-27re PR other/48981 (bootstrap-lto -O3 produces miscompiled, broken gcc)Andrew Pinski1-7/+27
2011-05-21In gcc/: 2011-05-21 Nicola Pero <nicola.pero@meta-innovation.com>Nicola Pero1-0/+28
2011-04-22gengtype.c (open_base_files): Add ipa-inline.h include.Jan Hubicka1-1/+2
2011-04-21gengtype-state.c (read_a_state_token): Fix argument to obstack_free.Dimitrios Apostolou1-1/+1
2011-04-19gengtype.h: Updated copyright year.Basile Starynkevitch1-2/+21
2011-04-10Remove doubled up words.Mike Stump1-1/+1
2011-04-08gengtype.c (write_typed_alloc_def): New argument f. Basile Starynkevitch1-49/+57
2011-03-25Changelog c-family/Kai Tietz1-6/+10
2011-03-21In gcc/: 2011-03-21 Nicola Pero <nicola.pero@meta-innovation.com>Nicola Pero1-1/+12
2011-03-16re PR debug/45882 (No debug info for vars depending on unused parameter)Jakub Jelinek1-0/+2
2011-03-16final.c (final_scan_insn): Handle NOTE_INSN_CALL_ARG_LOCATION.Jakub Jelinek1-1/+2
2010-11-25gentype-state.c: Add new file.Basile Starynkevitch1-8/+52
2010-11-23gengtype.c (enum typekind, [...]): Move to gengtype.h.Basile Starynkevitch1-213/+177
2010-11-23gengtype.c (header_dot_h_frul, [...]): Remove ENABLE_CHECKING around DBGPRINTF.Basile Starynkevitch1-11/+6
2010-11-22Add check for ENABLE_CHECKING,H.J. Lu1-1/+8
2010-11-22gengtype.c: Include xregex.h and obstack.h Added comments about role of...Jeremie Salvucci1-52/+362
2010-11-09gengtype.c (get_output_file_name): Declaration moved to gengtype.h.Basile Starynkevitch1-131/+166
2010-11-08gengtype (get_output_file_for_structure): Ensure type is union or struct.Basile Starynkevitch1-2/+5
2010-11-08gengtype (main): Get here's position using POS_HERE macro for do*typedef calls.Basile Starynkevitch1-22/+15
2010-11-05tree.h (struct tree_type): Don't use descbits in GTY annotation.Ian Lance Taylor1-2/+0
2010-10-19gengtype.c (new_structure): Remove ad-hoc "location_s" processing.Basile Starynkevitch1-20/+0
2010-10-18gengtype.c (verbosity_level): Added variable.Basile Starynkevitch1-7/+121
2010-10-18gengtype.c (parse_program_options): Added allocation of plugin_files, and cor...Basile Starynkevitch1-1/+2