aboutsummaryrefslogtreecommitdiff
path: root/gcc
AgeCommit message (Expand)AuthorFilesLines
2005-02-26(top level)Nathanael Nerode7-103/+42
2005-02-26re PR tree-optimization/20188 (asm and memory operands does not add a V_MAY_DEF)Andrew Pinski6-2/+89
2005-02-26var_defs: Add uninitialized variables.James A. Morrison2-2/+8
2005-02-26parse.y (function_invocation, [...]): Pass location to tree_code_get_expression.James A. Morrison4-8/+30
2005-02-26extrafunc.tree, [...]: New tests.James A. Morrison3-0/+41
2005-02-26treelang.texi: Treelang does have warnings.James A. Morrison3-17/+20
2005-02-26unsigned.tree: New test.James A. Morrison2-0/+23
2005-02-26parse.y: Do comparisons as the type of the first expression.James A. Morrison3-2/+12
2005-02-26Make-lang.in: Remove commented out code.James A. Morrison3-1/+6
2005-02-26mul-subnormal-single-1.x: New file.Richard Sandiford2-0/+11
2005-02-26tree-ssa-dom.c (simple_iv_increment_p): New function.Zdenek Dvorak2-7/+55
2005-02-26treelang.texi: Remove extra contribution notice.James A. Morrison2-36/+39
2005-02-26treelang.texi: Fix whitespacing.James A. Morrison2-95/+101
2005-02-26Daily bump.GCC Administrator1-1/+1
2005-02-25* gcc.pot: Regenerate.Joseph Myers2-3763/+4043
2005-02-25c-parser.c: New file.Joseph Myers16-3646/+6335
2005-02-25elfos.h (MAKE_DECL_ONE_ONLY): Redefined to stop DECL_WEAK from being used for...Julian Brown2-1/+15
2005-02-25* doc/include/gcc-common.texi (version-GCC): Update to 4.1.Mark Mitchell2-1/+5
2005-02-25re PR target/19930 (gcc.dg/pr19402-2.c fails on ia64-hpux)Steve Ellcey7-34/+102
2005-02-25re PR tree-optimization/20204 (miscompilation of asm-declared registers)Diego Novillo4-5/+47
2005-02-25* version.c (version_string): Update to 4.1.Mark Mitchell2-1/+5
2005-02-25extend.texi (5.24 Declaring Attributes of Functions): Clarify that the altern...Paolo Carlini2-0/+7
2005-02-25tree-ssa-dom.c (simple_iv_increment_p): New function.Zdenek Dvorak1-0/+6
2005-02-25re PR tree-optimization/19937 (Wrong loop exit (causes binutils to fail))Zdenek Dvorak2-3/+11
2005-02-25re PR rtl-optimization/20117 (duplicated labels in PIC)Kaz Kojima2-1/+17
2005-02-25cse.c (delete_trivially_dead_insns): Speed up by minimizing calls to find_reg...Kazu Hirata2-1/+6
2005-02-24re PR tree-optimization/20127 (wrong code for volatile struct members)Richard Henderson2-0/+12
2005-02-25config/rs6000/rs6000.c (rs6000_legitimize_reload_address): Check for vector...Fariborz Jahanian3-0/+29
2005-02-25Daily bump.GCC Administrator1-1/+1
2005-02-24re PR target/14619 (Incorrect Dwarf 2 information in function prologue)Hans-Peter Nilsson2-2/+16
2005-02-24rs6000.md (trunctfdf2): Remove register constraints.David Edelsohn2-3/+6
2005-02-24reload.c (operands_match_p): Only increment register number for SCALAR_INT_MO...David Edelsohn2-2/+11
2005-02-24* decl.c, resolve.c, trans-array.c, trans.h: Fix comment typo(s).Volker Reichelt5-5/+9
2005-02-24call.c, [...]: Fix comment typo(s).Volker Reichelt9-16/+20
2005-02-24ChangeLog.5: Fix log message typo(s).Volker Reichelt12-18/+31
2005-02-24re PR target/19019 (GCC ldouble format incompatibility with XLC long double)Jakub Jelinek3-16/+23
2005-02-24re PR target/20196 (Miscompilation of mem_init in 32-bit ppc linux kernel)Jakub Jelinek4-8/+50
2005-02-24re PR c++/20175 (Warnings are issued when initializing struct members with "s...Jakub Jelinek4-1/+30
2005-02-24re PR middle-end/19953 (Special-case real + complex arithmetic operation (-ff...Richard Henderson6-19/+248
2005-02-24tree-ssa-ccp.c (visit_assignment): Verify that result of VIEW_CONVERT_EXPR is...Richard Kenner2-6/+15
2005-02-24print-tree.c (print_node_brief): Print LABEL_DECL_UID.Richard Kenner2-0/+21
2005-02-24Unrevert previously reversed patch, adding this patch:Tobias Schlüter12-74/+108
2005-02-24* config/cris/cris.md ("umulhisi3", "umulqihi3", "mulsi3")Hans-Peter Nilsson2-7/+13
2005-02-24re PR treelang/19896 ([treelang] Static variables don't work)James A. Morrison7-0/+165
2005-02-24re PR treelang/19896 ([treelang] Static variables don't work)James A. Morrison2-10/+18
2005-02-24re PR treelang/19897 ([treelang] External references don't work.)James A. Morrison5-0/+50
2005-02-24parse.y: (function_prototype): Accept EXTERNAL_REFERENCE_STORAGE.James A. Morrison4-64/+79
2005-02-24* tree-into-ssa.c: Re-organize internal functions.Diego Novillo2-712/+730
2005-02-24Revert yesterday's patch:Tobias Schlüter13-105/+83
2005-02-24re PR middle-end/18902 (Naive (default) complex division algorithm)Richard Henderson6-4/+42