aboutsummaryrefslogtreecommitdiff
path: root/gcc
AgeCommit message (Expand)AuthorFilesLines
2004-09-07error.c (show_locus): Handle mapped locations.Per Bothner10-16/+133
2004-09-07builtins.c (fold_builtin_strchr): Use build_int_cst, not fold_convert.Nathan Sidwell8-37/+40
2004-09-07c-aux-info.c (gen_type): Use gcc_assert or gcc_unreachable.Nathan Sidwell15-594/+553
2004-09-07configure.ac (enable-checking): Add release option.Nathan Sidwell4-94/+107
2004-09-07Daily bump.GCC Administrator1-1/+1
2004-09-06re PR bootstrap/17313 (fixinc.sh isn't parallel build safe)H.J. Lu2-1/+7
2004-09-06Another MIPS vector cleanup patch, fix bad type attribute for FP zero moves.James E Wilson2-16/+20
2004-09-06re PR other/16633 (C tests don't use the newly built libgcc.so.1)H.J. Lu2-0/+63
2004-09-06ifc-20040816-1.c: Use -ftree-vectorize.Devang Patel3-2/+7
2004-09-06* semantics.c (expand_body): Assert that we are not nested.Daniel Jacobowitz2-1/+10
2004-09-06Fix ppc-darwin bootstrap failure.James E Wilson2-1/+5
2004-09-06final.c (output_in_slot): Delete.Eric Botcazou3-18/+16
2004-09-06loop.c (loop_dump_aux): Do not print RTL when not available.Jan Hubicka3-22/+57
2004-09-06Makefile.in (rtl.o, bitmap.o): Correct dependencies, remove unnecessary comma...Zack Weinberg2-15/+18
2004-09-06decl.c (build_enumerator): Use add_double and int_fits_type_p instead of cp_b...Zack Weinberg5-76/+103
2004-09-06Put ChangeLog entry in the right place.Paul Brook1-5/+0
2004-09-06[multiple changes]Paul Brook3-0/+13
2004-09-06Makefile.in (rtl.o): Remove -DGENERATOR_FILE.Mohan Embar2-2/+7
2004-09-06restore missing changelog entryNathan Sidwell1-0/+27
2004-09-06Unify the management of RTL and tree-level dump files.Paolo Bonzini44-505/+771
2004-09-06Daily bump.GCC Administrator1-1/+1
2004-09-05c-common.c, [...]: Fix comment formatting.Kazu Hirata29-74/+85
2004-09-05c-common.c, [...]: Fix comment typos.Kazu Hirata30-44/+56
2004-09-05tree-if-conv.c (gate_tree_if_conversion): Enable only if the vectorizer is en...Diego Novillo2-1/+6
2004-09-05Remove extra whitespace.Andreas Jaeger1-6/+6
2004-09-05* tree-if-conv.c: Spell check comments and clean up whitespace.Andreas Jaeger2-84/+87
2004-09-05tree-ssa-loop-ivopts.c: New file.Zdenek Dvorak31-27/+5000
2004-09-05builtin-attrs.def (ATTR_NOTHROW_SENTINEL_1): New.Kaveh R. Ghazi7-27/+136
2004-09-05Fix ChangeLogKaveh Ghazi1-1/+3
2004-09-05builtin-attrs.def (ATTR_SENTINEL, [...]): New.Kaveh Ghazi7-5/+131
2004-09-05Daily bump.GCC Administrator1-1/+1
2004-09-04revert: fold-const.c (operand_equal_p): Remove code to allow null ARG0/1.Richard Kenner2-39/+54
2004-09-04* gimplify.c (internal_get_tmp_var): Remove unused var CLASS.Richard Kenner2-3/+2
2004-09-04configure: Regenerated.H.J. Lu2-5/+11
2004-09-04Fix some too-long lines and move a comment.Richard Kenner1-5/+10
2004-09-04decl.c (grok_declarator): Remove a redundant semicolon.Kriang Lerdsuwanakij3-10/+14
2004-09-04Trivial reformatting.Richard Kenner1-2/+1
2004-09-04* tree.c (save_expr): No longer TREE_READONLY.Richard Kenner2-1/+2
2004-09-04fold-const.c (operand_equal_p): Remove code to allow null ARG0/1.Richard Kenner2-54/+41
2004-09-04passes.c (rest_of_clean_state): Fix merge conflict made during commiting the ...Jan Hubicka2-1/+6
2004-09-04* passes.c (rest_of_clean_state): Decompose the instruction stream.Jan Hubicka2-0/+16
2004-09-04md.texi (shift patterns): New anchor.Richard Sandiford10-126/+494
2004-09-04tree.c (iterate_hash_expr): Optimize, avoid use of iterative_hash_object.Jan Hubicka2-79/+150
2004-09-04mips.md (mask): New mode attribute.Richard Sandiford2-153/+54
2004-09-04builtins.c (expand_builtin_mathfn): Handle BUILT_IN_RINT{,F,L} using rint_optab.Uros Bizjak12-37/+619
2004-09-04mips.md (SHORT): New mode macro.Richard Sandiford2-180/+62
2004-09-03Tree level if-conversion for vectorizer.Devang Patel15-14/+1299
2004-09-04Daily bump.GCC Administrator1-1/+1
2004-09-03re PR target/14925 (libunwind enabled gcc generates incompatible libgcc_s.so.1)H.J. Lu20-185/+754
2004-09-03i386.c (x86_branch_hints): Remove m_PENT4 and m_NOCONA.H.J. Lu2-1/+10