aboutsummaryrefslogtreecommitdiff
path: root/gcc/tree-browser.c
AgeCommit message (Expand)AuthorFilesLines
2013-04-26This patch is the main part of a consolodation of the hash_table patches to t...Lawrence Crowl1-30/+40
2013-01-10Update copyright years in gcc/Richard Sandiford1-2/+1
2012-11-17This patch rewrites the old VEC macro-based interface into a new one based on...Diego Novillo1-5/+5
2010-12-28Do not include unnecessary .h files.Sebastian Pop1-5/+0
2010-06-28tree-browser.c (TB_history_stack): Convert to a VEC.Nathan Froyd1-6/+6
2010-06-01gimplify.c: Do not include except.h and optabs.h.Steven Bosscher1-1/+0
2010-05-21diagnostic.c: Don't include tm.h, tree.h, tm_p.h, langhooks.h or langhooks-de...Joseph Myers1-1/+3
2009-02-20Update Copyright years for files modified in 2008 and/or 2009.Jakub Jelinek1-1/+1
2008-06-21tree.h (enum tree_code): Include all-tree.def, not tree.def.Ian Lance Taylor1-1/+4
2007-08-08tree.def (FIXED_POINT_TYPE): New type.Chao-ying Fu1-2/+4
2007-07-26Change copyright header to refer to version 3 of the GNU General Public Licen...Nick Clifton1-5/+4
2007-07-25c-common.c (fname_as_string, [...]): Constify.Kaveh R. Ghazi1-2/+2
2007-07-25c-lex.c (c_lex_with_flags, lex_string): Constify.Kaveh R. Ghazi1-3/+2
2007-02-15tree.h (enum tree_code_class): Add tcc_vl_exp.Sandra Loosemore1-74/+13
2005-07-08Makefile.in (TREE_H): Add treestruct.def.Daniel Berlin1-7/+0
2005-06-25Update FSF address.Kelley Cook1-2/+2
2005-06-01basic-block.h, [...]: Don't include errors.h and include toplev.h if necessary.Kaveh R. Ghazi1-1/+0
2004-12-23* tree-browser.c: Remove obsolete #ifdef HOST_EBCDIC code.Roger Sayle1-8/+0
2004-12-09tree.def (SET_TYPE): Remove.Nathan Sidwell1-2/+1
2004-09-17alias.c (find_base_decl): Remove unreachable case '3' block.Jeffrey D. Oldham1-25/+21
2004-05-14tree.def (documentation): Remove mention of class 'b'.Zack Weinberg1-5/+5
2004-05-13Merge tree-ssa-20020619-branch into mainline.Diego Novillo1-0/+1045