summaryrefslogtreecommitdiff
path: root/gcc/gengtype.c
Commit message (Expand)AuthorAgeFilesLines
* utils.c (init_gnat_to_gnu): Use typed GC allocation.Laurynas Biveinis2010-06-081-11/+230
* c-common.c: Move to c-family/.Steven Bosscher2010-06-051-3/+13
* final.c (rest_of_clean_state): Use %m in errors instead of strerror (errno).Joseph Myers2010-05-281-6/+6
* rtl.h (union rtunion_def): Remove rt_bit member.Steven Bosscher2010-05-221-7/+1
* Makefile.in (build/gengtype.o): Add $(HASHTAB_H) to dependencies.Laurynas Biveinis2010-05-051-24/+282
* sdbout.c: Include vec.h, do not include varray.h.Steven Bosscher2010-04-301-1/+1
* gengtype.c (open_base_files): Add lto-streamer.hJan Hubicka2010-04-291-1/+1
* Remove trailing white spaces.H.J. Lu2009-11-251-23/+23
* ipa-cp.c (ipcp_write_summary, [...]): New functions.Jan Hubicka2009-10-221-1/+1
* re PR debug/41343 (sysdeps/ieee754/dbl-64/dosincos.c from glibc causes excess...Alexandre Oliva2009-10-121-0/+2
* gengtype.c (write_types): Moved call to write_func_for_structure into seperat...Basile Starynkevitch2009-10-051-12/+38
* gengtype.c (plugin_output): New.Basile Starynkevitch2009-09-291-15/+22
* Fix "merge" problem in the previous patch.Rafael Espindola2009-09-271-2/+2
* gengtype.c (write_root, [...]): Add a emit_pch argument.Basile Starynkevitch2009-09-271-17/+36
* gengtype.c (nb_plugin_files): Make it unsigned to match num_gt_files.Basile Starynkevitch2009-09-231-4/+21
* gengtype.c (is_file_equal): New function.Basile Starynkevitch2009-09-221-28/+39
* gengtype.c (write_types, [...]): Add the output_header argument.Basile Starynkevitch2009-09-221-31/+33
* Squash commit of EH in gimpleRichard Henderson2009-09-141-1/+2
* gengtype.c (main): Handle uint64_t.Richard Guenther2009-08-271-0/+1
* c-objc-common.h (LANG_HOOKS_DUP_LANG_SPECIFIC_DECL): Do not define.Richard Guenther2009-08-201-0/+2
* plugins.texi (Interacting with the GCC Garbage Collector): Mention the plugin...Basile Starynkevitch2009-06-161-16/+74
* ansidecl.h (EXPORTED_CONST): Define.Ian Lance Taylor2009-06-031-8/+8
* gengtype.c (adjust_field_rtx_def): Add NOTE_INSN_DELETED_LABEL's label string.Alexandre Oliva2009-06-021-0/+1
* Makefile.in (write_entries_to_file): Quote words.Michael Matz2008-08-061-0/+4
* backport: ChangeLog.tuples: ChangeLog from gimple-tuples-branch.Richard Biener2008-07-281-1/+1
* genattrtab.c (insert_right_side, [...]): Avoid C++ keywords.Kaveh R. Ghazi2008-07-091-4/+4
* cse.c (approx_reg_cost_1, cse_insn): Fix -Wc++-compat and/or -Wcast-qual warn...Kaveh R. Ghazi2008-06-261-4/+5
* gengtype.c (srcdir_len): size_t instead of int.Olivier Hainque2008-06-241-37/+108
* symtab.h (HT_ALLOCED): Remove.Tom Tromey2008-05-211-4/+1
* re PR debug/36060 (Too big stack requirements of cc1plus during GC)Jakub Jelinek2008-04-281-2/+33
* gengtype.c (write_root): Param_is argument is OK.Jan Hubicka2008-04-151-0/+2
* system.h (USE_MAPPED_LOCATION): Poison.Tom Tromey2008-02-261-42/+6
* tree-ssa-structalias.c (ipa_pta_execute): Rename 'cfun' to 'func'.Tom Tromey2007-11-161-0/+4
* fixed-value.h: New file.Chao-ying Fu2007-08-061-0/+1
* Change copyright header to refer to version 3 of the GNU General Public Licen...Nick Clifton2007-07-261-18/+16
* cselib.c (entry_and_rtx_equal_p): Constify.Kaveh R. Ghazi2007-07-251-4/+4
* Merge dataflow branch into mainlineDaniel Berlin2007-06-111-1/+1
* gengtype.c (adjust_field_rtx_def): Use NOTE_KIND instead of NOTE_LINE_NUMBER...Jan Hubicka2007-05-211-1/+3
* tree-ssa-loop-niter.c (record_estimate): Use GGC_NEW to allocate struct nb_it...Zdenek Dvorak2007-05-141-1/+1
* re PR bootstrap/31776 (Bootstrap fails with "error: conflicting types for str...Brooks Moses2007-05-021-0/+1
* gengtype.c (oprintf): Mostly revert changes from 2007-03-26...Zack Weinberg2007-03-291-24/+15
* gengtype-parse.c: New file.Zack Weinberg2007-03-261-38/+121
* gengtype.c: Don't include gtyp-gen.h.Zack Weinberg2007-03-261-104/+306
* gengtype.h: Remove all type definitions to gengtype.c...Zack Weinberg2007-03-261-103/+223
* gengtype-lex.l: Distinguish unions from structures in the token type.Zack Weinberg2007-03-261-0/+12
* gengtype.h (struct type): Replace 'sc' with boolean, scalar_is_char.Zack Weinberg2007-03-261-25/+35
* vec.h: Remove all #if IN_GENGTYPE blocks.Zack Weinberg2007-03-261-3/+81
* gengtype-lex.l: Remove all rules and states relating to yacc input files.Zack Weinberg2007-03-261-59/+0
* tree.h (enum tree_code_class): Add tcc_vl_exp.Sandra Loosemore2007-02-151-4/+15
* alias.c (init_alias_analysis): Correct whitespace.Roger Sayle2007-02-011-2/+3