aboutsummaryrefslogtreecommitdiff
path: root/ChangeLog
AgeCommit message (Collapse)Author
2004-02-172004-02-17 Brian Booth <bbooth@redhat.com>bbooth
* MAINTAINERS: Add myself to write-after-approval. * MAINTAINERS.tree-ssa: Add self to write after approval. git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/branches/tree-ssa-20020619-branch@77967 138bc75d-0d04-0410-961f-82ee72b054a4
2004-02-14 * configure.in (*-*-freebsd*): Avoid crusty gmp.h.ljrittle
(alpha*-*-*freebsd*, i[[3456789]]86-*-*freebsd*): Merge into above. * configure: Rebuilt (with autoconf version 2.13). git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/branches/tree-ssa-20020619-branch@77794 138bc75d-0d04-0410-961f-82ee72b054a4
2004-02-13Mainline merge as of 2004-02-11.dnovillo
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/branches/tree-ssa-20020619-branch@77756 138bc75d-0d04-0410-961f-82ee72b054a4
2004-01-30Mainline merge as of 2004-01-26.dnovillo
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/branches/tree-ssa-20020619-branch@76954 138bc75d-0d04-0410-961f-82ee72b054a4
2004-01-03Merge to tree-ssa-20020619-merge-20040102.rth
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/branches/tree-ssa-20020619-branch@75375 138bc75d-0d04-0410-961f-82ee72b054a4
2003-11-25Mainline merge as of 2003-11-23.dnovillo
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/branches/tree-ssa-20020619-branch@73909 138bc75d-0d04-0410-961f-82ee72b054a4
2003-11-13Mainline merge as of 2003-11-11.dnovillo
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/branches/tree-ssa-20020619-branch@73535 138bc75d-0d04-0410-961f-82ee72b054a4
2003-10-31 * MAINTAINERS: Add myself to 'Write After Approval' section.canqun
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/branches/tree-ssa-20020619-branch@73132 138bc75d-0d04-0410-961f-82ee72b054a4
2003-10-28Mainline merge as of 2003-10-26.dnovillo
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/branches/tree-ssa-20020619-branch@73009 138bc75d-0d04-0410-961f-82ee72b054a4
2003-10-19Mainline merge as of 2003-10-17.dnovillo
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/branches/tree-ssa-20020619-branch@72663 138bc75d-0d04-0410-961f-82ee72b054a4
2003-10-06Merge from mainline, tree-ssa-20020619-merge-20031005.rth
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/branches/tree-ssa-20020619-branch@72155 138bc75d-0d04-0410-961f-82ee72b054a4
2003-09-28Merge from mainline.rth
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/branches/tree-ssa-20020619-branch@71875 138bc75d-0d04-0410-961f-82ee72b054a4
2003-08-20Mainline merge as of 2003-08-17.dnovillo
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/branches/tree-ssa-20020619-branch@70615 138bc75d-0d04-0410-961f-82ee72b054a4
2003-07-23Mainline merge as of 2003-07-22.dnovillo
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/branches/tree-ssa-20020619-branch@69712 138bc75d-0d04-0410-961f-82ee72b054a4
2003-07-212003-07-21 Steven Bosscher <steven@gcc.gnu.org>dnovillo
Diego Novillo <dnovillo@redhat.com> * Makefile.in (install-po): Check if $CATALOGS is empty to avoid buggy shells. * basic-block.h (rtl_verify_flow_info): Remove. (tree_verify_flow_info): Remove. (verify_flow_info): Declare. * builtins.c: Rearrange to simplify merges. Add #if 0 around expand_ functions that are not used in the branch and move new code to the end of the file. * c-opts.c (c_common_handle_option): Move handling of -fdump- to opts.c. * cfgloopmanip.c (loop_split_edge_with_NULL): Remove. Update all users. * common.opt: Add all the tree-ssa switches. * opts.c: Handle them. * flags.h (flag_tree_cp): Remove unused variable. (enum pta_type): Move from tree-must-alias.h (flag_tree_points_to): Likewise. * toplev.c (flag_tree_cp): Remove unused variable. * tree-cfg.c: Move cfg_hooks structures and functions for trees from cfghooks.c. * tree-mudflap.c (mudflap_enqueue_decl): Don't use %D to avoid warning about format specifiers. 2003-07-21 Diego Novillo <dnovillo@redhat.com> * gimplify.c (gimplify_function_tree): Move gimplification of the function body ... (gimplify_body): ... here. * tree-simple.h (gimplify_body): Declare. * tree-inline.c (initialize_inlined_parameters): If the emitted assignment is not in GIMPLE form, gimplify the body of assignments emitted. git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/branches/tree-ssa-20020619-branch@69631 138bc75d-0d04-0410-961f-82ee72b054a4
2003-06-03Mainline merge as of 2003-05-25.dnovillo
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/branches/tree-ssa-20020619-branch@67386 138bc75d-0d04-0410-961f-82ee72b054a4
2003-05-13Mainline merge as of 2003-05-11dnovillo
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/branches/tree-ssa-20020619-branch@66748 138bc75d-0d04-0410-961f-82ee72b054a4
2003-05-07Mainline merge as of 2003-05-04.dnovillo
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/branches/tree-ssa-20020619-branch@66559 138bc75d-0d04-0410-961f-82ee72b054a4
2003-04-09Mainline merge as of 2003-04-06. Additional fixes for bugsdnovillo
exposed by the merge: gcc/ChangeLog.tree-ssa: * gimplify.c (simplify_expr): Handle VECTOR_CST nodes. * tree-cfg.c (make_blocks): Ignore empty statement containers. Create a basic block before processing containers that only have empty statements. (make_loop_expr_blocks): Use the container instead of the statement when setting NEXT_BLOCK_LINK. (make_cond_expr_blocks): Likewise. (make_switch_expr_blocks): Likewise. (make_bind_expr_blocks): Likewise. (successor_block): If the last statement of the block is the empty statement, use its container to get NEXT_BLOCK_LINK. (stmt_starts_bb_p): Return false if the statement is NULL. * tree-pretty-print.c (dump_generic_node): Handle VECTOR_CST nodes. * tree-simple.c (is_simple_const): Accept VECTOR_CST as constants. * objc/objc-lang.c (LANG_HOOKS_TREE_INLINING_TREE_CHAIN_MATTERS_P): Define. git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/branches/tree-ssa-20020619-branch@65404 138bc75d-0d04-0410-961f-82ee72b054a4
2003-03-02Mainline merge as of 2003-03-02.dnovillo
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/branches/tree-ssa-20020619-branch@63675 138bc75d-0d04-0410-961f-82ee72b054a4
2003-02-23Mainline merge as of 2003-02-23.dnovillo
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/branches/tree-ssa-20020619-branch@63336 138bc75d-0d04-0410-961f-82ee72b054a4
2003-02-09Mainline merge as of 2003-02-09.dnovillo
* config/rs6000/t-rs6000 (simplify-rtx.o): Compile with -Wno-error. git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/branches/tree-ssa-20020619-branch@62609 138bc75d-0d04-0410-961f-82ee72b054a4
2003-02-03Mainline merge as of 2003-02-03. Needed to make some changes todnovillo
adapt the branch to -Werror: ChangeLog.tree-ssa 2003-02-03 Diego Novillo <dnovillo@redhat.com> Fix warnings to allow bootstrapping with -Werror. * Makefile.in (c-semantics.o-warn): Add -Wno-error. (emit-rtl.o-warn): Likewise. (profile.o-warn): Likewise. (tree.o-warn): Likewise. (OBJS): Remove simple-break-elim.o and simple-goto-elim.o. * c-pretty-print.c (print_function_decl): Remove unused function. * bitmap.c (bitmap_last_set_bit): Initialize variable 'word'. * c-typeck.c (build_binary_op): Initialize variable 'type'. * combine.c (combine_simplify_rtx): Initialize variable 'reversed'. (make_compound_operation): Initialize variable 'i'. * dwarf2out.c (dwarf2out_finish): Initialize variable 'context'. * expr.c (store_constructor): Initialize variables 'lo', 'hi', 'startb' and 'endb'. (expand_expr): Initialize variable 'op0'. * fold-const.c (fold): Initialize variable 'tem'. * profile.c (branch_prob): Initialize variable 'prev_file_name'. * reload.c (find_equiv_reg): Initialize variables 'valtry and 'valueno'. * rtlanal.c (get_jump_table_offset): Initialize variable 'set'. * ssa-ccp.c (ssa_const_prop): Fix sign mismatch warning. * varasm.c (output_constant_def): Initialize variable 'defstr'. * gimplify.c (simplify_expr): Initialize variables 'saved_input_filename' and 'saved_lineno'. (simplify_compound_lval): Initialize variable 'code'. * tree-alias-ander.c (pta_bottom): De-ansify. (andersen_cleanup): Remove unused variables. (andersen_heap_assign): Mark argument lhs ATTRIBUTE_UNUSED. (pta_bottom): Remove unused function. (pta_get_ptsize): Remove unused function. cp/ChangeLog.tree-ssa 2003-02-03 Diego Novillo <dnovillo@redhat.com> * parser.c (cp_parser_asm_definition): Call finish_asm_stmt with 'volatile_p' directly. * typeck.c (build_binary_op): Initialize variable 'type'. * Make-lang.in (cp/tree.o-warn): Add -Wno-error. java/ChangeLog.tree-ssa 2003-02-03 Diego Novillo <dnovillo@redhat.com> * parse.y (qualify_ambiguous_name): Initialize variable 'decl'. git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/branches/tree-ssa-20020619-branch@62325 138bc75d-0d04-0410-961f-82ee72b054a4
2003-01-17Mainline merge as of 2003-01-17.dnovillo
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/branches/tree-ssa-20020619-branch@61454 138bc75d-0d04-0410-961f-82ee72b054a4
2002-12-27Mainline merge as of 2002-12-26.dnovillo
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/branches/tree-ssa-20020619-branch@60536 138bc75d-0d04-0410-961f-82ee72b054a4
2002-12-17Merge with mainline as of 2002-12-17.dnovillo
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/branches/tree-ssa-20020619-branch@60221 138bc75d-0d04-0410-961f-82ee72b054a4
2002-12-03Merge with basic-improvements as of 2002-12-03.dnovillo
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/branches/tree-ssa-20020619-branch@59787 138bc75d-0d04-0410-961f-82ee72b054a4
2002-11-25Merge with basic-improvements as of 2002-11-20.dnovillo
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/branches/tree-ssa-20020619-branch@59448 138bc75d-0d04-0410-961f-82ee72b054a4
2002-11-06Merge with basic-improvements as of 2002-11-05.dnovillo
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/branches/tree-ssa-20020619-branch@58858 138bc75d-0d04-0410-961f-82ee72b054a4
2002-11-01Merge basic-improvements into tree-ssa as of 2002-10-31.dnovillo
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/branches/tree-ssa-20020619-branch@58723 138bc75d-0d04-0410-961f-82ee72b054a4
2002-10-22Merge with basic-improvements as of 2002-10-21dnovillo
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/branches/tree-ssa-20020619-branch@58414 138bc75d-0d04-0410-961f-82ee72b054a4
2002-10-11b-i-b merge as of 2002-10-11.dnovillo
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/branches/tree-ssa-20020619-branch@58073 138bc75d-0d04-0410-961f-82ee72b054a4
2002-09-15Mainline merge as of 2002-09-15.dnovillo
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/branches/tree-ssa-20020619-branch@57168 138bc75d-0d04-0410-961f-82ee72b054a4
2002-09-04Mainline merge 2002-09-03.dnovillo
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/branches/tree-ssa-20020619-branch@56779 138bc75d-0d04-0410-961f-82ee72b054a4
2002-08-26Mainline merge as of 2002-08-25.dnovillo
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/branches/tree-ssa-20020619-branch@56572 138bc75d-0d04-0410-961f-82ee72b054a4
2002-08-19Mainline merge as of 2002-08-18.dnovillo
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/branches/tree-ssa-20020619-branch@56430 138bc75d-0d04-0410-961f-82ee72b054a4
2002-08-132002-08-12 Frank Ch. Eigler <fche@redhat.com>fche
* Makefile.in (target-libmudflap): Add libmudflap-related targets. * configure.in (target_libs): Ditto. git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/branches/tree-ssa-20020619-branch@56255 138bc75d-0d04-0410-961f-82ee72b054a4
2002-08-12Mainline merge as of 2002-08-11.dnovillo
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/branches/tree-ssa-20020619-branch@56219 138bc75d-0d04-0410-961f-82ee72b054a4
2002-08-05Mainline merge as of 2002-08-04.dnovillo
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/branches/tree-ssa-20020619-branch@56052 138bc75d-0d04-0410-961f-82ee72b054a4
2002-07-24Mainline merge as of 2002-07-21.dnovillo
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/branches/tree-ssa-20020619-branch@55706 138bc75d-0d04-0410-961f-82ee72b054a4
2002-07-08Mainline merge as of 2002-07-07.dnovillo
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/branches/tree-ssa-20020619-branch@55308 138bc75d-0d04-0410-961f-82ee72b054a4
2002-07-03Mainline merge as of 2002-06-30.dnovillo
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/branches/tree-ssa-20020619-branch@55219 138bc75d-0d04-0410-961f-82ee72b054a4
2002-06-24Merge mainline into branch as of 2002-06-23dnovillo
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/branches/tree-ssa-20020619-branch@54970 138bc75d-0d04-0410-961f-82ee72b054a4
2002-06-19* configure.in: replace ${topsrcdir} with ${srcdir}dj
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@54810 138bc75d-0d04-0410-961f-82ee72b054a4
2002-06-19* configure.in: Move definition of libstdcxx_flagsdj
right above usage, rather than waaay earlier. git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@54809 138bc75d-0d04-0410-961f-82ee72b054a4
2002-06-19* configure.in: Pull definition of is_cross_compiler earlier.dj
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@54807 138bc75d-0d04-0410-961f-82ee72b054a4
2002-06-19* configure.in: Rearrange a little.dj
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@54806 138bc75d-0d04-0410-961f-82ee72b054a4
2002-06-19* configure.in: Remove references to librx.dj
* Makefile.in: Remove references to librx. git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@54804 138bc75d-0d04-0410-961f-82ee72b054a4
2002-06-19 * config.sub: Add support for avr target.denisc
Import from master sources, rev 1.255 git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@54801 138bc75d-0d04-0410-961f-82ee72b054a4
2002-06-192002-06-19 Phil Edwards <pme@gcc.gnu.org>pme
* configure, .cvsignore: Revert previous change... * Makefile: ...delete. git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@54792 138bc75d-0d04-0410-961f-82ee72b054a4