aboutsummaryrefslogtreecommitdiff
path: root/gcc
AgeCommit message (Expand)AuthorFilesLines
2005-06-06libiberty.h (XOBFINISH): New.Gabriel Dos Reis11-38/+53
2005-06-06exgettext: Handle gmsgid and cmsgid arguments specially, as gcc-internal-form...Jakub Jelinek31-216/+328
2005-06-06tree-chrec.c (reset_evolution_in_loop): Use build3 instead of build2.Jakub Jelinek2-6/+13
2005-06-06re PR middle-end/21897 (Segementation fault in fold_ternary)Jakub Jelinek4-3/+57
2005-06-06combine.c (try_combine): Use hard_regno_nregs array instead of HARD_REGNO_NRE...Jakub Jelinek4-8/+16
2005-06-06tree-ssa-reassoc.o: New.Daniel Berlin9-4/+689
2005-06-06expr.c (do_store_flag): Remove check for non-negative BRANCH_COST.Eric Christopher2-2/+6
2005-06-06re PR c++/21903 (Default argument of template function causes a compile-time ...Nathan Sidwell6-13/+69
2005-06-06x86-64.h (ASM_OUTPUT_MAX_SKIP_ALIGN): Guard with HAVE_GAS_MAX_SKIP_P2ALIGN.Rainer Orth2-4/+9
2005-06-06re PR c++/20637 (Confusing message with different using declarations)Nathan Sidwell14-50/+95
2005-06-06Makefile.in (mips-tfile.o): Add $(srcdir)/../include prefix to getopt.h depen...Rainer Orth2-2/+8
2005-06-06predict.c (tree_predict_edge): Don't drop useless predictions; check that it ...Jan Hubicka4-7/+26
2005-06-06* config-lang.in (target_libs): Remove target-gperf.Hans-Peter Nilsson2-1/+5
2005-06-06Add bfin-uclinux configuration.Jie Zhang3-2/+22
2005-06-06* doc/md.texi (Insn Splitting): Fix some wording.Ben Elliston2-2/+6
2005-06-06f2c_5.f90: Add -w to dg-optionsDavid Billinghurst2-1/+14
2005-06-05rs6000.c (rs6000_emit_swdivsf): New function.David Edelsohn6-3/+165
2005-06-06Daily bump.GCC Administrator1-1/+1
2005-06-05gfortran.exp (gfortran_target_compile): Call dg-additional-files-optionsDavid Billinghurst5-1/+45
2005-06-05* gfortran.dg/forall_1.f90: Set previously uninitialized variable.Tobias Schlüter2-0/+3
2005-06-05re PR middle-end/21846 (segfault in fold_binary compiling vpr with -O2 -funro...Zdenek Dvorak5-2/+43
2005-06-05re PR fortran/21912 (Wrong implied do-loop)Tobias Schlüter4-13/+57
2005-06-05re PR c++/21619 (__builtin_constant_p(&"Hello"[0])?1:-1 not compile-time cons...Mark Mitchell6-7/+52
2005-06-05removingDale Johannesen1-20/+0
2005-06-05RemovingDale Johannesen1-23/+0
2005-06-0520050603-1.c: Move to gcc.dg.Dale Johannesen3-0/+50
2005-06-05invoke.texi: Fix description of flags required for compatibility with g77.Tobias Schlüter2-3/+8
2005-06-05i386.c (x86_use_loop): Remove.Steven Bosscher4-170/+69
2005-06-05tree-flow.h (stmt_ann_d): Move aux to ...Dorit Nuzman12-339/+882
2005-06-05mips.c (mips_rtx_costs): Remove unused variable.Eric Christopher2-3/+4
2005-06-05re PR target/21914 (mmix-knuth-mmixware testsuite failure: compile/20030703-1.c)Hans-Peter Nilsson2-4/+12
2005-06-0520050603-1.c: New.Dale Johannesen4-0/+64
2005-06-05Daily bump.GCC Administrator1-1/+1
2005-06-05Add PR to ChangeLogTobias Schlüter1-0/+1
2005-06-05re PR fortran/19195 (gfortran: ICE in final_scan_insn, at final.c:1843)Tobias Schlüter4-2/+31
2005-06-04reg-stack.c (struct block_info_def): Correct grammar typo.Roger Sayle2-48/+44
2005-06-04rs6000.c (no_global_regs_above): New.Dale Johannesen3-29/+64
2005-06-04cgraphunit.c (cgraph_reset_node): Break out from ...Jan Hubicka2-51/+71
2005-06-04re PR target/21888 (bootstrap failure with linker relaxation enabled)Richard Henderson2-1/+13
2005-06-04cfgexpand.c (expand_one_var): Use DECL_HAS_VALUE_EXPR_P.Daniel Berlin9-12/+99
2005-06-04lcm.c: Move all mode-switching related functions from here...Steven Bosscher9-690/+732
2005-06-04* config/rs6000/aix52.h (ASM_CPU_SPEC): Add power5.David Edelsohn2-0/+5
2005-06-04function.c (prologue, [...]): Change their types to VEC(int,heap)*.Kazu Hirata4-54/+45
2005-06-04predict.c (tree_predict_edge): Do not predict entry edge and single succestor...Jan Hubicka2-6/+15
2005-06-04match.c (match_forall_iterator): Don't immediately give error if '=' is not f...Tobias Schlüter4-4/+38
2005-06-04array.c (gfc_match_array_constructor): Disallow empty array constructor.Tobias Schlüter4-2/+19
2005-06-04* gfortran.dg/ret_pointer_1.f90: Un-XFAIL.Tobias Schlüter2-4/+5
2005-06-04intrinsic.texi: Add documentation for command_argument_count...Jerry DeLisle2-38/+399
2005-06-04* g++.dg/opt/crossjump1.C: Gate -fPIC usage on target fpic.Hans-Peter Nilsson2-1/+6
2005-06-04re PR c/21873 (infinite warning loop on bad array initializer)Joseph Myers4-12/+79