summaryrefslogtreecommitdiff
path: root/gcc/gengtype-lex.l
AgeCommit message (Expand)Author
2020-01-01Update copyright years.Jakub Jelinek
2019-10-13[PATCH] teach gengtype about 'mutable'Nathan Sidwell
2019-01-01Update copyright years.Jakub Jelinek
2018-01-03Update copyright years.Jakub Jelinek
2017-02-13* gengtype-lex.l (<in_struct>): Add '/'.Nathan Sidwell
2017-01-01Update copyright years.Jakub Jelinek
2016-01-04Update copyright years.Jakub Jelinek
2015-01-05Update copyright years.Jakub Jelinek
2014-12-10remove gengtype support for param_is use_param, if_marked and splay tree allo...Trevor Saunders
2014-12-03Makefile.in (ALL_HOST_BACKEND_OBJS): Add $(GENGTYPE_OBJS), gcc-ar.o, gcc-nm.o...Jakub Jelinek
2014-05-26system.h: Define __STDC_FORMAT_MACROS before including inttypes.h.Richard Biener
2014-05-06Merge in wide-int.Kenneth Zadeck
2014-01-02Update copyright years in gcc/Richard Sandiford
2013-01-10Update copyright years in gcc/Richard Sandiford
2013-01-04Update Copyright years for files modified in 2011 and/or 2012.Jakub Jelinek
2012-11-17This patch rewrites the old VEC macro-based interface into a new one based on...Diego Novillo
2012-10-12Add more C++ support in gengtype.Diego Novillo
2012-08-14backport: As described in http://gcc.gnu.org/ml/gcc/2012-08/msg00015.html...Diego Novillo
2011-08-04gengtype-state.c: Include "bconfig.h" if GENERATOR_FILE is defined, "config.h...Romain Geissler
2011-01-03Update Copyright years for files modified in 2010.Jakub Jelinek
2010-11-09gengtype.c (get_output_file_name): Declaration moved to gengtype.h.Basile Starynkevitch
2010-05-24gengtype-lex.l: Add HARD_REG_SET.Paul Brook
2009-11-21gengtype-lex.l: Enable noinput flex option.Ben Elliston
2009-04-22hashtab.h: Update GTY annotations to new syntaxTaras Glek
2009-02-20Update Copyright years for files modified in 2008 and/or 2009.Jakub Jelinek
2009-01-06* gengtype-lex.l (YY_NO_INPUT): Define.Ben Elliston
2008-06-26cse.c (approx_reg_cost_1, cse_insn): Fix -Wc++-compat and/or -Wcast-qual warn...Kaveh R. Ghazi
2007-08-07re PR bootstrap/32973 (bootstrap failure with indented structure declaration ...Andreas Schwab
2007-07-26Change copyright header to refer to version 3 of the GNU General Public Licen...Nick Clifton
2007-07-13* gengtype-lex.l: Allow declarations to be indented.Andreas Schwab
2007-03-26gengtype-parse.c: New file.Zack Weinberg
2007-03-26gengtype-lex.l: Distinguish unions from structures in the token type.Zack Weinberg
2007-03-26gengtype.h (struct type): Replace 'sc' with boolean, scalar_is_char.Zack Weinberg
2007-03-26vec.h: Remove all #if IN_GENGTYPE blocks.Zack Weinberg
2007-03-26gengtype-lex.l: Remove rules for parsing pointer-to-function typedefs that us...Zack Weinberg
2007-03-26gengtype-lex.l: Remove all rules and states relating to yacc input files.Zack Weinberg
2005-06-25Update FSF address.Kelley Cook
2005-04-21vec.h: Update API to separate allocation mechanism from type.Nathan Sidwell
2005-02-25c-parser.c: New file.Joseph Myers
2004-10-11gengtype-lex.l: Add commented } & ) characters to unconfuse editor's paren ma...Nathan Sidwell
2004-07-26basic-block.h (reorder_block_def): Rename to reorder_block_def_p.Bernardo Innocenti
2004-07-25bitmap.c: Use type-safe memory allocation macros from libiberty.Bernardo Innocenti
2004-07-14input.h: If USE_MAPPED_LOCATION...Per Bothner
2004-06-30Conditionally compile support for --enable-mapped_location.Per Bothner
2004-06-28vec.h, vec.c: New, type safe vector API.Nathan Sidwell
2004-05-31gengtype-lex.l: Catch stray GTY markers in the files gengtype looks at.Geoffrey Keating
2004-05-30Index: libcpp/ChangeLogGeoffrey Keating
2004-05-13Merge tree-ssa-20020619-branch into mainline.Diego Novillo
2004-01-27system.h (CHAR_BITFIELD): Delete.Kaveh R. Ghazi
2003-12-10README.Portability: Remove K+R section.Steven Bosscher