aboutsummaryrefslogtreecommitdiff
path: root/gcc
AgeCommit message (Expand)AuthorFilesLines
2005-05-10tree-data-ref.c (analyze_array_indexes, [...]): Use VEC instead of VARRAY.Kazu Hirata3-14/+21
2005-05-1024k.md, [...]: Fix comment typos.Kazu Hirata7-15/+21
2005-05-10re PR c++/17913 (ICE jumping into statement expression)Gabor Loki5-7/+59
2005-05-10re PR java/21436 (imports not remembered for previously compiled files)Paolo Bonzini4-24/+66
2005-05-10re PR c/21342 (some incompatible external declarations not diagnosed)Joseph Myers8-3/+131
2005-05-10crtstuff.c: Revert part of 2005-05-08 Change.Nathan Sidwell2-0/+8
2005-05-10sparc.c (fp_sethi_p): Test !SPARC_SIMM13_P and remove redundant test.Eric Botcazou4-291/+146
2005-05-10stormy16.c (xstormy16_emit_cbranch): Use gcc_assert and gcc_unreachable as ap...Nathan Sidwell2-55/+49
2005-05-10typeck.c (build_unary_op): Do not resort to address arithmetic when taking th...Mark Mitchell2-8/+8
2005-05-10tree-outof-ssa.c (_elim_graph): Change the type of nodes and const_copies to ...Kazu Hirata2-19/+30
2005-05-10* gcc.dg/debug/pr16676.c: New test.Ben Elliston2-0/+10
2005-05-10re PR testsuite/21443 (Most testcases with -fdump-tree-store_ccp aren't actua...Kazu Hirata10-9/+20
2005-05-10re PR other/21052 (Example does not compile in user docs, type attributes, pa...Joseph Myers2-1/+6
2005-05-10Daily bump.GCC Administrator1-1/+1
2005-05-10re PR c/21160 (documentation for -Wuninitialized out of date)Joseph Myers2-5/+12
2005-05-09* arm.c (const_ok_for_arm): Use a faster algorithm.Richard Earnshaw2-13/+22
2005-05-09re PR target/21477 (adddi3 becomes external reference rather than instruction...David Edelsohn2-1/+10
2005-05-09arm.c (arm_gen_constant): Add new heuristic for generating constant integers ...Richard Earnshaw1-0/+35
2005-05-09Revert previous (not the patch described).Richard Earnshaw1-18/+13
2005-05-09arm.c (arm_gen_constant): Add new heuristic for generating constant integers ...Richard Earnshaw2-13/+24
2005-05-09c-tree.h (parser_build_unary_op): New prototype.Roger Sayle4-53/+53
2005-05-09re PR target/18655 (Incorrect data in .debug_frame section for PowerPC)Mark Mitchell2-2/+10
2005-05-09match.c (gfc_match_return): Only require space after keyword when it is oblig...Tobias Schlüter5-9/+42
2005-05-09s390.c: (s390_branch_condition_mask...Adrian Straetling3-147/+142
2005-05-09s390.c: (s390_decompose_address...Adrian Straetling2-20/+33
2005-05-09s390-protos.h: (s390_match_ccmode...Adrian Straetling4-88/+108
2005-05-09s390.c: (s390_match_ccmode_set...Adrian Straetling2-891/+843
2005-05-09calls.c (purge_reg_equiv_notes): Remove, fold into...Steven Bosscher4-30/+41
2005-05-09re PR target/20695 (sh64-*-* port deos not handle 32 / 64 bit conversions pro...J"orn Rennecke26-1590/+6948
2005-05-09s390.h: Move xxx_REGNUM definitions to s390.md.Adrian Straetling3-344/+368
2005-05-09s390.md: ("gf") New mode attribute.Adrian Straetling2-151/+46
2005-05-09s390.md: ("FPR") New mode macro.Adrian Straetling2-665/+291
2005-05-09s390.c: (s390_adjust_priority): Adapt to changed attribute names.Adrian Straetling4-105/+142
2005-05-09s390.md: ("SHIFT"): New mode macro.Adrian Straetling2-65/+39
2005-05-09s390.md: ("DSI", "SCOND"): New mode macros.Adrian Straetling2-330/+145
2005-05-09s390.md: ("hc"): New mode attribute.Adrian Straetling2-144/+55
2005-05-09s390.md: ("COMPARE"): New mode macro.Adrian Straetling2-105/+18
2005-05-09s390.md: ("INT"): New mode macro.Adrian Straetling2-44/+14
2005-05-09s390.md: ("GPR", "P"): New mode macros.Adrian Straetling2-83/+39
2005-05-09s390.md: ("HQI"): New mode macro.Adrian Straetling2-80/+57
2005-05-09crtstuff.c, [...]: Update copyright.Kazu Hirata19-18/+29
2005-05-09pdp11.c (pdp11_output_function_prologue): Use gcc_assert and gcc_unreachable ...Nathan Sidwell4-52/+45
2005-05-09re PR middle-end/21237 (unnecessary __cmpdi2 usage?)David Edelsohn1-0/+1
2005-05-09dojump.c (do_jump, MINUS_EXPR): Build NE_EXPR and fall through to NE_EXPR case.David Edelsohn2-8/+11
2005-05-09* config/ia64/ia64.c: Fix a comment typo.Kazu Hirata2-1/+5
2005-05-09re PR target/21397 (arm: -march overrides -mtune)Richard Earnshaw2-8/+27
2005-05-09iq2000.c (abort_with_insn): Use fancy_abort.Nathan Sidwell3-29/+23
2005-05-09re PR c++/21427 ([3.4/4.0 only] Failure in make_thunk, cp/method.c:145 when c...Nathan Sidwell2-0/+30
2005-05-09mips.h (processor_type): Add names for the 24K.David Ung5-3/+507
2005-05-09sh.c (print_operand_address): Use gcc_assert and gcc_unreachable as appropriate.Nathan Sidwell6-318/+326