aboutsummaryrefslogtreecommitdiff
path: root/gcc
AgeCommit message (Expand)AuthorFilesLines
2003-07-19common.opt: Document --param.Neil Booth9-47/+163
2003-07-19Add missing PR number.David S. Miller1-0/+1
2003-07-18optabs.c (prepare_operand): Fail gracefully instead of abort if the predicate...Richard Henderson2-1/+17
2003-07-19Daily bump.GCC Administrator1-1/+1
2003-07-18c-common.c: Don't undefine GCC_DIAG_STYLE.Gabriel Dos Reis4-34/+49
2003-07-18Makefile.in (ifcvt.o): Add cfgloop.h.Zdenek Dvorak5-3/+55
2003-07-18combine.c (simplify_comparison): Don't share rtx when converting (ne (and (no...Kazu Hirata2-1/+6
2003-07-18aix.h (AGGREGATE_PADDING_FIXED): Define.David Edelsohn2-0/+30
2003-07-18cfgrtl.c (force_nonfallthru_and_redirect): Use tablejump_p to skip the addr_vec.Richard Henderson2-10/+12
2003-07-18combine.c (combinable_i3pat): Don't forbid occurrences of i2dest or i1dest in...Alexandre Oliva2-3/+13
2003-07-18changelog for previous patchNathan Sidwell1-0/+10
2003-07-18cp-tree.h (finish_non_static_data_member): Add object param.Nathan Sidwell7-20/+79
2003-07-18* cgraph.c (cgraph_remove_node): Clear the hash table slot.Jan Hubicka2-0/+10
2003-07-18init-ref4.C: xfail on targets without weak symbols.Andrew Pinski2-1/+7
2003-07-18re PR target/11087 (gcc miscompiles raid1.c from linux kernel)Jakub Jelinek4-3/+110
2003-07-18toplev.c (rest_of_handle_addresof): Rename into rest_of_handle_addressof.Eric Botcazou4-5/+52
2003-07-18Makefile.in, [...]: Remove handling of lang-options.h and options_.h.Neil Booth11-193/+46
2003-07-18c-decl.c (pushdecl_function_level): Make static, return nothing.Zack Weinberg5-56/+61
2003-07-18simplify-rtx.c (simplify_rtx): Use simplify_gen_binary to swap commutative op...Roger Sayle2-8/+7
2003-07-18re PR rtl-optimization/11557 (constant folding)Mark Mitchell4-1/+39
2003-07-18cse.c (fold_rtx): Use swap_commutative_operands_p to determine whether to reo...Roger Sayle2-4/+10
2003-07-18fold-const.c (const_binop): Avoid performing the FP operation at compile-time...Roger Sayle5-736/+801
2003-07-18Daily bump.GCC Administrator1-1/+1
2003-07-17Andrew Pinski <pinskia@physics.uc.edu>Andrew Pinski7-0/+113
2003-07-17re PR middle-end/11498 (asm can't be used to give a variable its own name)Geoffrey Keating10-44/+91
2003-07-17c-opts.c (this_input_filename): New.Geoffrey Keating2-6/+18
2003-07-17objc-lang.c: Override LANG_HOOKS_WRITE_GLOBALS to c_write_global_declarations.Zack Weinberg2-0/+6
2003-07-17Makefile.in: Depend .pot generation on options.c.Neil Booth3-6/+17
2003-07-17Missed this hunk - belongs with the previous patchZack Weinberg1-1/+2
2003-07-17c-decl.c: Fix typos in several comments.Zack Weinberg9-148/+85
2003-07-17inclhack.def (solaris_mutex_init_2): Escape braces in regexp that don't form ...Zack Weinberg3-11/+17
2003-07-17re PR target/10907 ([IA64] gcc violates the ia64 ABI)Richard Henderson2-14/+15
2003-07-17Fix typo in dateKriang Lerdsuwanakij1-1/+1
2003-07-17re PR c++/7809 (befriending inaccessible names)Kriang Lerdsuwanakij4-0/+28
2003-07-17c-common.c (c_estimate_num_insns_1): Don't handle METHOD_CALL_EXPR.Steven Bosscher8-15/+12
2003-07-17re PR c++/11384 (missing implicit instantiation of template static members)Andrew Pinski2-0/+26
2003-07-17re PR c++/10668 (assigning address of non-static member variable to pointer)Gabriel Dos Reis2-1/+9
2003-07-17re PR other/11466 ('-mlittle-endian' doesn't work with GCC3.2.3 under Solaris...Eric Botcazou2-18/+26
2003-07-17install.texi (*-*-solaris2*): Document the step-by-step procedure to bootstra...Eric Botcazou2-2/+26
2003-07-17c.opt: Document Uncodumented; use it.Neil Booth10-288/+123
2003-07-17re PR c++/11547 (ICE with const temporaries)Mark Mitchell9-93/+200
2003-07-17loop.c (check_ext_dependent_givs): Pass const struct loop * instead of struct...Ulrich Weigand2-8/+46
2003-07-17Daily bump.GCC Administrator1-1/+1
2003-07-16prologue / epilogue / warning patches:J"orn Rennecke5-361/+558
2003-07-16file should have been named i386-pentium4-not-mull.c, not i386-pentium4-no-mu...Andrew Pinski1-0/+0
2003-07-16c.opt: Document more options.Neil Booth4-163/+48
2003-07-16combine.c (subst): Also handle (subreg (const_double ...)) case if created by...Roger Sayle2-1/+8
2003-07-16simplify-rtx.c (simplify_replace_rtx): Convert constant comparisons to MODE_F...Roger Sayle2-12/+52
2003-07-16install.texi (--without-headers): New.Andrew Pinski2-5/+11
2003-07-16Partial Fix PR/10129Andrew Pinski4-32/+40