aboutsummaryrefslogtreecommitdiff
path: root/gcc
AgeCommit message (Expand)AuthorFilesLines
2004-11-27target-libpath.exp (restore_ld_library_path_env_vars): Check existence of ld ...John David Anglin2-8/+13
2004-11-27* Make-lang.in (ada/trans.o): Depend on $(EXPR_H).Andreas Schwab2-5/+9
2004-11-27re PR middle-end/12769 (-mlongcall doesn't convert all calls to long calls fo...Alan Modra2-5/+13
2004-11-26expmed.c (extract_bit_field): When extracting from non-integer mode...Richard Kenner2-7/+12
2004-11-27Daily bump.GCC Administrator1-1/+1
2004-11-26* doc/contrib.texi (Tim Josling): Remove nesting quotation marks.Di-an Jan2-1/+5
2004-11-26badalloc1.C: Robustify.Mark Mitchell2-14/+16
2004-11-26Changes for k*bsd-gnu support.Robert Millan4-10/+26
2004-11-26tree-ssa.c (verify_flow_sensitive_alias_info): Don't retrieve annotations or ...Jeff Law2-4/+14
2004-11-26target.h (struct gcc_target): New field 'dwarf_handle_frame_unspec'.Eric Botcazou7-81/+159
2004-11-26frv-protos.h: Guard ifcvt functions declarations with BB_HEAD, not BLOCK_HEAD.Alexandre Oliva2-1/+6
2004-11-26frv.c (frv_ifcvt_modify_insn): Don't leave alone scratch insns that set a reg...Alexandre Oliva2-3/+26
2004-11-26re PR java/18305 (Class initialization optimization is not done when compiled...Andrew Pinski6-25/+57
2004-11-26Friend class name lookup 4/nKriang Lerdsuwanakij6-369/+41
2004-11-26* tree-cfg.c (tree_split_edge): Speed up by using find_edge.Kazu Hirata2-7/+5
2004-11-26* typeck.c: Fix a comment typo.Kazu Hirata2-1/+5
2004-11-26* cse.c, tree-ssa-operands.c: Fix comment typos.Kazu Hirata3-5/+9
2004-11-26re PR target/18510 (GCC should have instrinsics for SPARC VIS instructions)James A. Morrison2-0/+45
2004-11-26* gcc.dg/sibcall-[34].c: Remove MIPS xfails.Richard Sandiford3-2/+6
2004-11-26* g++.old-deja/g++.jason/thunk3.C: Remove mips*-*-* xfail.Richard Sandiford2-1/+5
2004-11-26bitmap.c (bitmap_find_bit): Speed up by traversing from head->first if that s...Kazu Hirata2-2/+17
2004-11-26cfgrtl.c (try_redirect_by_replacing_jump): Speed up the check that tests if a...Kazu Hirata2-7/+15
2004-11-25timevar.def (TV_TREE_LOOP_INIT, [...]): New timevars.Jeff Law3-2/+10
2004-11-26isysroot-2.c: Move target selector from dg-options to dg-do directive.Ben Elliston2-2/+7
2004-11-26* gcc.dg/pr17957.c: Pass --param, not -param.Ben Elliston2-1/+5
2004-11-26fix weird changelog damage in last commitAlan Modra1-1/+25
2004-11-26re PR rtl-optimization/16356 (Failure to use count register (branch on count ...Alan Modra2-59/+45
2004-11-26xtensa.h (STARTFILE_SPEC): Add crt0.Bob Wilson2-1/+28
2004-11-25re PR middle-end/17957 (vector type node used after garbage-collected)Andrew Pinski5-14/+57
2004-11-26xtensa.h (TARGET_CPU_CPP_BUILTINS): Define __XTENSA_WINDOWED_ABI__.Bob Wilson2-0/+6
2004-11-25dwarf2out.c (dwarf2out_stack_adjust): Add after_p argument.Richard Henderson4-32/+48
2004-11-25re PR c++/6764 (Throwing exception causes crash with '-O2 -fomit-frame-pointer')Richard Henderson3-0/+50
2004-11-26sh.c (sh_output_mi_thunk): Initialize bitmap obstacks before calling life_ana...Kaz Kojima2-0/+12
2004-11-26tree-ssa-forwprop.c (substitute_single_use_vars): Remove duplicate code.Kazu Hirata2-11/+9
2004-11-26Daily bump.GCC Administrator1-1/+1
2004-11-25bitmap.h (BITMAP_XMALLOC): Use BITMAP_ALLOC and not BITMAP_OBSTACK_ALLOC.Andrew Pinski2-2/+8
2004-11-25parts of PR rtl-opt/18463, rtl-opt/17647Andrew Pinski2-0/+63
2004-11-25tree-phinodes.c (add_phi_arg): Take "tree" instead of "tree *" as the first a...Kazu Hirata13-42/+52
2004-11-25bitmap.c (bitmap_malloc_alloc, [...]): Remove.Nathan Sidwell3-46/+22
2004-11-25re PR tree-optimization/18587 (build_v_may_defs and build_vuses can be improv...Andrew MacLeod5-89/+286
2004-11-25s390.c (s390_short_displacement): UNSPEC_GOTNTPOFF displacements are not short.Ulrich Weigand2-1/+7
2004-11-25s390.c (legitimize_pic_address): Use s390_load_address to load addresses.Ulrich Weigand2-4/+9
2004-11-25re PR c++/18001 (Badly formatted error message (quotation problem))Mark Mitchell21-130/+232
2004-11-25Friend class name lookup 3/n, PR c++/3332Kriang Lerdsuwanakij8-17/+217
2004-11-25Friend class name lookup 2/n, PR c++/14513, c++/15410Kriang Lerdsuwanakij11-55/+176
2004-11-25Resync.Arnaud Charlet1-0/+10
2004-11-25g-socthi-mingw.ads, [...]: Remove C_Read and C_Write from internal implementa...Arnaud Charlet3-27/+1
2004-11-25ada-tree.h: Minor reformatting of previous change to avoid lines longer than ...Arnaud Charlet2-2/+8
2004-11-25tree-cfg.c (tree_verify_flow_info): Do not terminate error() message with \n.Gerald Pfeifer2-1/+6
2004-11-25tb-gcc.c: GCC infrastructure based implementation of __gnat_backtrace.Olivier Hainque2-0/+107