Age | Commit message (Expand) | Author | Files | Lines |
2005-05-27 | mips-protos.h (mips_declare_object): Add printf attribute. | Kaveh R. Ghazi | 3 | -2/+9 |
2005-05-27 | reg-stack.c (compensate_edge): Remove original prototype. | Roger Sayle | 2 | -55/+97 |
2005-05-27 | except.c (can_throw_internal_1, [...]): Add "is_resx" argument. | Jan Hubicka | 4 | -13/+35 |
2005-05-27 | domwalk.c (walk_dominator_tree, [...]): Use VEC instead of VARRAY. | Kazu Hirata | 4 | -27/+30 |
2005-05-27 | basic-block.h (basic_block_def): Add phi_nodes and predictions. | Kazu Hirata | 12 | -104/+74 |
2005-05-27 | abi.html: Mention 3.4.0 as the current baseline; add a notice about the confi... | Paolo Carlini | 2 | -1/+13 |
2005-05-27 | cgraph.c: Include tree-gimple.h | Jan Hubicka | 5 | -181/+174 |
2005-05-27 | ChangeLog: Fix typo. | Ziga Mahkovec | 1 | -1/+5 |
2005-05-27 | MAINTAINERS (Write After Approval): Add self. | Ziga Mahkovec | 2 | -0/+5 |
2005-05-27 | re PR libstdc++/21674 (basic_string vs debug_mode) | Benjamin Kosnik | 1 | -0/+1 |
2005-05-27 | in_pack_generic.c: Adjust copyright years. | Thomas Koenig | 3 | -8/+17 |
2005-05-27 | trans-array.c (gfc_trans_deferred_array): Use build_int_cst to force like typ... | Steven G. Kargl | 2 | -1/+7 |
2005-05-27 | [multiple changes] | Richard Guenther | 4 | -14/+94 |
2005-05-27 | re PR tree-optimization/21658 (CCP does not propagate ADDR_EXPR far enough.) | Kazu Hirata | 4 | -2/+35 |
2005-05-27 | test.html: Mention PCH_CXXFLAGS. | Mark Mitchell | 4 | -11/+34 |
2005-05-27 | misc-inst.cc: Remove unnecessary included files. | Theodore Papadopoulo | 2 | -4/+5 |
2005-05-27 | c++config: Remove extern template use when in debug mode, disable for non-wea... | Benjamin Kosnik | 2 | -23/+33 |
2005-05-27 | re PR c++/21455 (type 'X' is not a base type for type 'X' in pointer to membe... | Nathan Sidwell | 4 | -27/+52 |
2005-05-27 | re PR libstdc++/20534 (Erroneous #include of <cassert>) | Benjamin Kosnik | 14 | -459/+657 |
2005-05-27 | re PR c++/21681 (ICE with nested types in template) | Nathan Sidwell | 4 | -0/+34 |
2005-05-27 | vec.h: Implement integral type vector specialization. | Nathan Sidwell | 6 | -62/+125 |
2005-05-27 | tree-into-ssa.c (update_ssa): Ensure that the operand cache is up-to-date. | Kazu Hirata | 3 | -9/+20 |
2005-05-27 | t-rtems: Remove roe multilib variant. | Ralf Corsepius | 2 | -35/+4 |
2005-05-27 | * gcc.dg/setjmp-2.c: Only run in 32-bit. | Andreas Jaeger | 2 | -0/+3 |
2005-05-27 | Correct Martin Loewis's last name ("oe" was "o" with umlaut) mangled by | Ranjit Mathew | 1 | -1/+1 |
2005-05-27 | re PR java/19870 (gcj -C doesn't generate accessors for private members acros... | Ranjit Mathew | 4 | -156/+309 |
2005-05-27 | Testsuite adjustments for PR java/19870. | Ranjit Mathew | 4 | -0/+64 |
2005-05-27 | i386-sse-8.c: Run test on all archs. | Andreas Jaeger | 3 | -6/+9 |
2005-05-26 | MAINTAINERS (Write After Approval): Remove self. | Chris Demetriou | 2 | -1/+4 |
2005-05-27 | isa-field-1.m: Only run on darwin. | Mike Stump | 4 | -3/+9 |
2005-05-27 | comp-types-8.m, [...]: New. | Ziemowit Laski | 22 | -0/+683 |
2005-05-27 | re PR tree-optimization/9814 (gcc fails to optimise if (l&2) l|=2 away) | Roger Sayle | 4 | -1/+274 |
2005-05-27 | comp-types-8.m, [...]: New. | Ziemowit Laski | 1 | -0/+13 |
2005-05-27 | reg-stack.c (convert_regs_entry, [...]): Delete prototypes. | Roger Sayle | 2 | -121/+117 |
2005-05-27 | Daily bump. | GCC Administrator | 1 | -1/+1 |
2005-05-27 | c-pch.c, [...]: Update copyright. | Kazu Hirata | 13 | -12/+20 |
2005-05-26 | darwin.h (ASM_OUTPUT_LABELREF): Handle quoted non-lazy pointers for Objective... | Mike Stump | 2 | -0/+7 |
2005-05-27 | Fix last patch. | Andreas Jaeger | 1 | -2/+2 |
2005-05-26 | Fix last checkin | Andreas Jaeger | 1 | -3/+2 |
2005-05-26 | obj-c++.exp (obj-c++_target_compile): Declare global variable, remove extrane... | Janis Johnson | 2 | -3/+9 |
2005-05-26 | comp-types-12.mm: New. | Ziemowit Laski | 4 | -0/+64 |
2005-05-26 | re PR testsuite/20772 (x86 tests should run on both i?86 and x86_64) | Andreas Jaeger | 56 | -110/+145 |
2005-05-26 | ieee.exp: Set float-store for 32-bit x86-64 compilation. | Andreas Jaeger | 2 | -1/+9 |
2005-05-26 | tree-ssa-forwprop.c (forward_propagate_addr_expr): See through ADDR_EXPR in f... | Richard Guenther | 2 | -3/+12 |
2005-05-26 | decl.c (GCJ_BINARYCOMPAT_ADDITION, [...]): Removed. | Bryce McKinlay | 4 | -34/+88 |
2005-05-26 | re PR testsuite/20772 (x86 tests should run on both i?86 and x86_64) | Andreas Jaeger | 28 | -46/+77 |
2005-05-26 | data.c, [...]: Fix comment typos. | Kazu Hirata | 10 | -11/+17 |
2005-05-26 | c-common.c, [...]: Fix comment typos. | Kazu Hirata | 50 | -70/+90 |
2005-05-26 | ext_ins.c: New test for testing the generation of MIPS32/64 rev 2 ext/ins ins... | David Ung | 6 | -5/+126 |
2005-05-26 | unsigned.tree: Use gimple instead of nonexisting generic dump. | Andreas Jaeger | 2 | -3/+8 |