aboutsummaryrefslogtreecommitdiff
path: root/gcc/gengtype.c
AgeCommit message (Expand)AuthorFilesLines
2018-08-20[PATCH] Kill cpp-id-data.hNathan Sidwell1-1/+1
2018-02-19re PR target/84146 (ICE with -mcet in dwarf2out_var_location, involving sigse...Jakub Jelinek1-1/+0
2018-01-03Update copyright years.Jakub Jelinek1-2/+2
2017-12-20poly_int: DWARF CFA offsetsRichard Sandiford1-0/+1
2017-12-20poly_int: SUBREG_BYTERichard Sandiford1-0/+5
2017-12-20poly_int: REG_OFFSETRichard Sandiford1-0/+1
2017-12-19read-rtl.c (parse_reg_note_name): Replace Yoda conditions with typical order ...Jakub Jelinek1-1/+1
2017-11-28Remove Cilk Plus support.Julia Koval1-1/+1
2017-11-01Add a fixed_size_mode classRichard Sandiford1-0/+1
2017-05-22Makefile.in: Add ipa-fnsummary.o and ipa-fnsummary.hJan Hubicka1-1/+1
2017-05-17Introduce dump_flags_t type and use it instead of int type.Martin Liska1-1/+2
2017-01-01Update copyright years.Jakub Jelinek1-2/+2
2016-12-14Split omp-low into multiple filesMartin Jambor1-1/+1
2016-11-10gengtype.c (new_structure): Append to structures list.Jason Merrill1-7/+6
2016-10-13Move MEMMODEL_* from coretypes.h to memmodel.hThomas Preud'homme1-8/+8
2016-08-20Makefile.in: Add tree-vrp.h to GTFILES.Kugan Vivekanandarajah1-1/+1
2016-08-09re PR c/7652 (-Wswitch-break : Warn if a switch case falls through)Marek Polacek1-0/+1
2016-05-19Makefile.in (GTFILES): Add cilk.h and cilk-common.c.Ryan Burn1-1/+1
2016-01-13remove mark_hook gty attributeTrevor Saunders1-30/+3
2016-01-04gcc.c (process_command): Update copyright notice dates.Jakub Jelinek1-2/+2
2015-10-29[PATCH 6/9] ENABLE_CHECKING refactoring: generatorsMikhail Maltsev1-6/+0
2015-10-18Fix crash in gengtype debug dumpMikhail Maltsev1-1/+8
2015-07-10gimple-predict.h: New file.Andrew MacLeod1-1/+1
2015-07-08tree-core.h: Include symtab.h.Andrew MacLeod1-14/+6
2015-06-08coretypes.h: Include hash-table.h and hash-set.h for host files.Andrew MacLeod1-9/+6
2015-06-05Merge debug-early branch into mainline.Aldy Hernandez1-27/+0
2015-05-19rtl.def (REG): Change format to "r".Richard Sandiford1-2/+4
2015-01-15dojump.h: New header file.Prathamesh Kulkarni1-2/+5
2015-01-15gengtype.c (create_user_defined_type): Workaround -Wmaybe-uninitialized false...Jakub Jelinek1-1/+3
2015-01-09genattrtab.c (write_header): Include hash-set.h...Michael Collison1-2/+5
2015-01-05Update copyright years.Jakub Jelinek1-2/+2
2014-12-24xasprintf.c: New file.Uros Bizjak1-17/+0
2014-12-22New symbol_summary class introduced.Martin Liska1-2/+2
2014-12-10remove gengtype support for param_is use_param, if_marked and splay tree allo...Trevor Saunders1-537/+55
2014-12-03Makefile.in (ALL_HOST_BACKEND_OBJS): Add $(GENGTYPE_OBJS), gcc-ar.o, gcc-nm.o...Jakub Jelinek1-3/+4
2014-11-20implement a replacement for if_markedTrevor Saunders1-0/+87
2014-11-13[PATCH 3/7] OpenMP 4.0 offloading infrastructure: Offload tables.Ilya Verbin1-1/+1
2014-11-012014-11-01 Andrew MacLeod <amacleod@redhat,com>Andrew MacLeod1-1/+1
2014-10-29decl.c, [...]: Remove redundant enum from machine_mode.Richard Sandiford1-0/+1
2014-10-28cgraph.h: Flatten.Andrew MacLeod1-4/+4
2014-10-27ggcplug.c: Shuffle includes to include gcc-plugin.h earlier.Andrew MacLeod1-2/+2
2014-10-16function.h: Flatten file.Andrew MacLeod1-1/+3
2014-10-12move many gc hashtab to hash_tableTrevor Saunders1-1/+38
2014-08-07remove pointer-set.[ch]Trevor Saunders1-1/+1
2014-07-29Replace strtok with strtokenH.J. Lu1-2/+37
2014-06-03re PR c/60439 (No warning for case overflow in switch statement.)Marek Polacek1-4/+4
2014-05-26system.h: Define __STDC_FORMAT_MACROS before including inttypes.h.Richard Biener1-0/+1
2014-05-17use templates instead of gengtype for typed allocation functionsTrevor Saunders1-125/+0
2014-05-17rm a bunch of _stat allocation functionsTrevor Saunders1-1/+1
2014-05-13gengtype: Support explicit pointers in template argumentsDavid Malcolm1-14/+55