aboutsummaryrefslogtreecommitdiff
path: root/gcc
AgeCommit message (Expand)AuthorFilesLines
2004-11-14tree-flow.h (bsi_commit_one_edge_insert): Remove name from prototype.Dale Johannesen2-7/+17
2004-11-13aix51.h (ASM_CPU_SPEC): Add 970 and G5.David Edelsohn4-2/+16
2004-11-14i386.c (override_options): Move loop to set default tuning to correct place.Joseph Myers2-13/+18
2004-11-14Daily bump.GCC Administrator1-1/+1
2004-11-13cast1.C: Run only on ILP32.Eric Botcazou3-0/+7
2004-11-13re PR target/18300 (Infinite loop when passing object with 3+ base classes by...Zak Kipling3-7/+29
2004-11-13md.texi (constraints): Mention that it is useless when the two alternatives a...Eric Botcazou2-1/+8
2004-11-13expmed.c (extract_split_bit_field): Temporarily disable call to extract_force...Richard Henderson2-1/+6
2004-11-13c-cppbuiltin.c, [...]: Fix comment typos.Kazu Hirata12-11/+15
2004-11-13bitmap.c, [...]: Fix comment formatting.Kazu Hirata5-7/+12
2004-11-13install.texi (automake): Correctly document that everything now will use auto...Kelley Cook2-4/+10
2004-11-13re PR target/18347 (mmix-knuth-mmixware testsuite failure: gcc.dg/uninit-C.c)Hans-Peter Nilsson3-11/+23
2004-11-13install.texi (automake): Document that everything now uses 1.9.Kelley Cook2-4/+7
2004-11-13Fix typo, html is generated in the build directory, not the source directory.Mike Stump1-1/+1
2004-11-13Unify html generation with other frontends.Mike Stump1-4/+2
2004-11-13* gcc.c-torture/execute/20041113-1.c: New test.Bernd Schmidt2-0/+28
2004-11-13cse.c (cse_insn): Stores in a libcall sequence can invalidate previous loads.Bernd Schmidt2-12/+7
2004-11-13* tree.h: Fix a comment typo.Kazu Hirata2-2/+2
2004-11-13* tree.h: Fix a comment typo.Kazu Hirata2-1/+5
2004-11-13cse.c (CHEAP_REGNO): Redefine using REGNO_PTR_FRAME_P and HARD_REGISTER_NUM_P.Steven Bosscher15-838/+58
2004-11-13re PR target/18230 (SPARC VIS instructions are not generated by GCC)James A. Morrison37-1/+89
2004-11-13re PR target/18230 (SPARC VIS instructions are not generated by GCC)James A. Morrison21-155/+1039
2004-11-13Makefile.in: Add html support.Mike Stump8-20/+83
2004-11-13* tree-ssa-loop-manip.c: Fix a comment typo.Kazu Hirata2-1/+5
2004-11-13cppinternals.texi (Index): Fix html generation with makeinfo by renaming this...Mike Stump3-7/+18
2004-11-12tree-cfg.c (hashtab.h): Include.Jeff Law4-14/+228
2004-11-13varasm.c (output_addressed_constants): For CONST_DECLs, output the initialize...Ziemowit Laski5-0/+73
2004-11-13darwin.h: Fix confusing typo in comment.Ziemowit Laski2-1/+5
2004-11-12* optabs.c (vector_compare_rtx): Use COMPARISON_CLASS_P.Devang Patel2-1/+5
2004-11-12tree-if-conv.c (clean_predicate_lists): Use loop header and latch directly.Devang Patel2-4/+10
2004-11-13Daily bump.GCC Administrator1-1/+1
2004-11-12gcc-dg.exp (dg-forbid-option): New function.Mark Mitchell81-1/+203
2004-11-12re PR c++/18389 (ICE on struct declaration in for statement)Mark Mitchell14-13/+123
2004-11-12re PR target/17778 (regression in evaluating long double hexadecimal constants)Richard Henderson4-7/+16
2004-11-12re PR testsuite/14264 (testsuite should set LC_ALL/LANG to C)Andrew Pinski6-0/+31
2004-11-12Makefile.in (macro_list): Use move-if-change to avoid spurious rebuilds.Geoffrey Keating2-1/+7
2004-11-12* gcc.dg/pr16286.c: Fix last change.Andreas Schwab2-6/+9
2004-11-12re PR c++/18416 (ICE in import_export_decl)Mark Mitchell5-15/+30
2004-11-12* tree-vectorizer.c: Fix a comment typo.Kazu Hirata2-1/+5
2004-11-12* genconfig.c (walk_insn_part): Look at match_dups inside a label_ref.Bernd Schmidt2-1/+6
2004-11-12Fix ChangeLog Entry for 2004-11-10 James A. Morrison <phython@gcc.gnu.org>James A. Morrison1-1/+1
2004-11-12tree-scalar-evolution.c (analyzable_condition): Remove superfluous TREE_THIS_...Diego Novillo2-19/+6
2004-11-12t-rtems (MULTILIB_NEW_EXCEPTIONS_ONLY): Remove m505/roe multilib variant.Ralf Corsepius2-0/+6
2004-11-12* gcc.c-torture/execute/20041112-1.c: New test.Eric Botcazou2-0/+44
2004-11-12expr.c (emit_group_load): Use extract_bit_field to load from the stack.Eric Botcazou2-2/+8
2004-11-11toplev.c (floor_log2): Rename from floor_log2_wide, use CLZ_HWI.Richard Henderson3-43/+58
2004-11-12* lib/gcc-dg.exp (dg-target-list): New.Janis Johnson2-0/+23
2004-11-12target-supports.exp (get-compiler_messages): New.Janis Johnson3-16/+91
2004-11-12Daily bump.GCC Administrator1-1/+1
2004-11-12re PR middle-end/18005 (ICE with simple loop with VLA)Sebastian Pop2-5/+26