summaryrefslogtreecommitdiff
path: root/gcc/treelang/treetree.c
Commit message (Expand)AuthorAgeFilesLines
* gcc:tromey2005-04-291-1/+1
* * treelang/treelang.texi: Fix typos.kazu2005-04-011-4/+4
* * langhooks.h (truthvalue_conversion): Remove.jsm282005-03-231-10/+0
* 2005-03-22 James A. Morrison <phython@gcc.gnu.org>phython2005-03-231-19/+19
* 2005-02-26 James A. Morrison <phython@gcc.gnu.org>phython2005-02-261-3/+12
* 2005-02-26 James A. Morrison <phython@gcc.gnu.org>phython2005-02-261-14/+3
* 2005-02-26 James A. Morrison <phython@gcc.gnu.org>phython2005-02-261-1/+2
* 2005-02-24 James A. Morrison <phython@gcc.gnu.org>phython2005-02-241-10/+9
* 2005-02-24 James A. Morrison <phython@gcc.gnu.org>phython2005-02-241-45/+38
* 2005-02-13 James A. Morrison <phython@gcc.gnu.org>phython2005-02-131-2/+5
* * builtins.c (DEF_BUILTIN): Add COND argument.rth2005-02-101-1/+1
* 2005-02-01 James A. Morrison <phython@gcc.gnu.org>phython2005-02-011-5/+3
* 2004-10-24 James A. Morrison <phython@gcc.gnu.org>phython2004-10-251-1/+1
* 2004-10-02 James A. Morrison <phython@gcc.gnu.org>phython2004-10-021-9/+9
* 2004-10-02 James A. Morrison <phython@gcc.gnu.org>phython2004-10-021-34/+19
* 2004-10-02 James A. Morrison <phython@gcc.gnu.org>phython2004-10-021-46/+41
* * c-decl.c (c_expand_body): Update call tree_rest_of_compilation.hubicka2004-10-011-1/+1
* 2004-09-17 Jeffrey D. Oldham <oldham@codesourcery.com>zack2004-09-171-2/+2
* * treetree.c (tree_code_get_integer_value): Fix build_int_cst call.nathan2004-08-261-1/+2
* * c-decl.c (c_init_decl_processing): Adjustnathan2004-08-241-1/+1
* .:nathan2004-08-151-1/+1
* treelang:phython2004-08-081-276/+184
* 2004-08-04 Geoffrey Keating <geoffk@apple.com>geoffk2004-08-051-4/+4
* * langhooks.h (estimate_num_insns, pushlevel, poplevel, set_block,jsm282004-07-111-41/+8
* * rtl.def (ADDRESSOF): Remove.rth2004-07-041-1/+0
* * builtins.c, c-aux-info.c, c-common.c, c-cppbuiltin.c, c-decl.c:kenner2004-04-011-1/+1
* Revert DECL_SOURCE_LOCATION -> TREE_LOCUS change.rth2003-09-221-7/+6
* * tree.h (TREE_LOCUS): Rename from DECL_SOURCE_LOCATION; make const.rth2003-09-211-6/+7
* treelang:aj2003-07-281-68/+41
* gcc:ghazi2003-07-191-2/+1
* Remove C language front end dependencies.wilson2003-07-101-374/+525
* * rtl.h (emit_line_note): Take a location_t.nathan2003-07-071-8/+7
* * tree.h (expand_function_end): Remove all parameters.nathan2003-06-201-1/+1
* * treetree.c (build_stmt): Remove VPARAMS.nathan2003-06-181-2/+2
* * tree.h (init_function_start): Remove filename and line paramters.nathan2003-06-141-2/+1
* * Makefile.in: Update to use common.opt and lang_opt_files.neil2003-06-141-0/+2
* * treetree.c: Remove cl_options-count and cl_options.aj2003-06-121-2/+0
* * hooks.c (hook_int_size_t_constcharptr_int_0): New.neil2003-06-111-2/+2
* * Make-lang.in: Update.aj2003-06-081-0/+3
* treelang fix for rs6000.timjosling2003-06-081-0/+11
* * c-common.h (enum rid): Remove RID_BOUNDED, RID_UNBOUNDED.nathan2003-05-211-4/+0
* Treelang fixes including built failures on PPC and others.timjosling2003-05-091-3/+7
* treelang:nathan2003-05-061-43/+30
* * Make-lang.in (parse.c): Reorder bison arguments for POSIXLY_CORRECT.nathan2003-04-301-1/+0
* * treetree.c (cpp_create_reader): Follow prototype change inaj2003-03-211-1/+2
* * treetree.c (cpp_handle_option): Remove.aj2003-03-151-10/+0
* * c-common.h (c_common_init, c_common_post_options): Update.neil2003-03-081-21/+21
* * treetree.c (init_c_lex): Follow change to c-common.h.aj2003-03-051-122/+122
* Treelang fixes.timjosling2003-03-011-6/+18
* Merge basic-improvements-branch to trunkzack2002-12-161-15/+2