summaryrefslogtreecommitdiff
path: root/gcc/gengtype.c
AgeCommit message (Expand)Author
2020-01-01Update copyright years.Jakub Jelinek
2019-11-13Move plain value_range things to value-range.[hc]*.Aldy Hernandez
2019-01-01Update copyright years.Jakub Jelinek
2018-12-06bitmap.c (bitmap_head::crashme): Define.Richard Biener
2018-11-08builtin-types.def (BT_FN_VOID_BOOL, [...]): New.Jakub Jelinek
2018-08-20[PATCH] Kill cpp-id-data.hNathan Sidwell
2018-02-19re PR target/84146 (ICE with -mcet in dwarf2out_var_location, involving sigse...Jakub Jelinek
2018-01-03Update copyright years.Jakub Jelinek
2017-12-20poly_int: DWARF CFA offsetsRichard Sandiford
2017-12-20poly_int: SUBREG_BYTERichard Sandiford
2017-12-20poly_int: REG_OFFSETRichard Sandiford
2017-12-19read-rtl.c (parse_reg_note_name): Replace Yoda conditions with typical order ...Jakub Jelinek
2017-11-28Remove Cilk Plus support.Julia Koval
2017-11-01Add a fixed_size_mode classRichard Sandiford
2017-05-22Makefile.in: Add ipa-fnsummary.o and ipa-fnsummary.hJan Hubicka
2017-05-17Introduce dump_flags_t type and use it instead of int type.Martin Liska
2017-01-01Update copyright years.Jakub Jelinek
2016-12-14Split omp-low into multiple filesMartin Jambor
2016-11-10gengtype.c (new_structure): Append to structures list.Jason Merrill
2016-10-13Move MEMMODEL_* from coretypes.h to memmodel.hThomas Preud'homme
2016-08-20Makefile.in: Add tree-vrp.h to GTFILES.Kugan Vivekanandarajah
2016-08-09re PR c/7652 (-Wswitch-break : Warn if a switch case falls through)Marek Polacek
2016-05-19Makefile.in (GTFILES): Add cilk.h and cilk-common.c.Ryan Burn
2016-01-13remove mark_hook gty attributeTrevor Saunders
2016-01-04gcc.c (process_command): Update copyright notice dates.Jakub Jelinek
2015-10-29[PATCH 6/9] ENABLE_CHECKING refactoring: generatorsMikhail Maltsev
2015-10-18Fix crash in gengtype debug dumpMikhail Maltsev
2015-07-10gimple-predict.h: New file.Andrew MacLeod
2015-07-08tree-core.h: Include symtab.h.Andrew MacLeod
2015-06-08coretypes.h: Include hash-table.h and hash-set.h for host files.Andrew MacLeod
2015-06-05Merge debug-early branch into mainline.Aldy Hernandez
2015-05-19rtl.def (REG): Change format to "r".Richard Sandiford
2015-01-15dojump.h: New header file.Prathamesh Kulkarni
2015-01-15gengtype.c (create_user_defined_type): Workaround -Wmaybe-uninitialized false...Jakub Jelinek
2015-01-09genattrtab.c (write_header): Include hash-set.h...Michael Collison
2015-01-05Update copyright years.Jakub Jelinek
2014-12-24xasprintf.c: New file.Uros Bizjak
2014-12-22New symbol_summary class introduced.Martin Liska
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-11-20implement a replacement for if_markedTrevor Saunders
2014-11-13[PATCH 3/7] OpenMP 4.0 offloading infrastructure: Offload tables.Ilya Verbin
2014-11-012014-11-01 Andrew MacLeod <amacleod@redhat,com>Andrew MacLeod
2014-10-29decl.c, [...]: Remove redundant enum from machine_mode.Richard Sandiford
2014-10-28cgraph.h: Flatten.Andrew MacLeod
2014-10-27ggcplug.c: Shuffle includes to include gcc-plugin.h earlier.Andrew MacLeod
2014-10-16function.h: Flatten file.Andrew MacLeod
2014-10-12move many gc hashtab to hash_tableTrevor Saunders
2014-08-07remove pointer-set.[ch]Trevor Saunders
2014-07-29Replace strtok with strtokenH.J. Lu