Age | Commit message (Expand) | Author | Files | Lines |
2003-04-14 | builtins.c (expand_builtin_strlen): Evaluate the lengths of string literals a... | Roger Sayle | 1 | -0/+5 |
2003-04-14 | fold-const.c (fold): Transform (c1 - x) cmp c2... | Roger Sayle | 1 | -1/+7 |
2003-04-14 | genautomata.c (output_translate_vect): Fix a typo in loop condition. | Vladimir Makarov | 1 | -0/+5 |
2003-04-14 | re PR target/10377 (gcc-3.2.2 creates bad assembler for cris) | Hans-Peter Nilsson | 1 | -0/+14 |
2003-04-14 | re PR rtl-optimization/10024 ([HP-PA] inline optimization ICE) | Jan Hubicka | 1 | -0/+5 |
2003-04-14 | * doc/contrib.texi (Contributors): Correct my entry. | Kriang Lerdsuwanakij | 1 | -0/+4 |
2003-04-14 | tree.h (DECL_BUILT_IN_NONANSI): Remove. | Roger Sayle | 1 | -0/+8 |
2003-04-14 | builtin-types.def (BT_FN_STRING_CONST_STRING): New builtin type. | Roger Sayle | 1 | -0/+13 |
2003-04-13 | builtins.c (expand_builtin_memcpy): Add `endp' argument, use it. | Kaveh R. Ghazi | 1 | -0/+8 |
2003-04-13 | Replace "GNU CC" with "GCC" | Nick Clifton | 1 | -0/+28 |
2003-04-13 | config-ml.in: Remove support for --disable-aix removing call-aix multilibs. | Nick Clifton | 1 | -0/+29 |
2003-04-13 | invoke.texi: Fix typos. | Kazu Hirata | 1 | -0/+5 |
2003-04-13 | * c-typeck.c (digest_init, push_init_level): Use CONSTRUCTOR_ELTS. | Zack Weinberg | 1 | -0/+4 |
2003-04-13 | tree.c (build_constructor): New function. | Zack Weinberg | 1 | -1/+25 |
2003-04-12 | * intl.h: #define gcc_gettext_width to strlen when !ENABLE_NLS. | Zack Weinberg | 1 | -0/+4 |
2003-04-12 | * config/m68hc11/m68hc11-protos.h | Stephane Carrez | 1 | -0/+9 |
2003-04-12 | m68hc11.md ("decrement_and_branch_until_zero"): New pattern for dbcc/ibcc gen... | Stephane Carrez | 1 | -0/+13 |
2003-04-12 | m68hc11.md ("bitcmpqi" split): No need to test the mode of operand 0. | Stephane Carrez | 1 | -0/+11 |
2003-04-12 | m68hc11.md (SOFT_Z_REGNUM): New constant. | Stephane Carrez | 1 | -0/+8 |
2003-04-12 | re PR c++/7910 ([cygwin] Seg fault when compiling OpenSceneGraph 0.9.1) | Mark Mitchell | 1 | -0/+5 |
2003-04-12 | configure.in: Check for wchar.h, mbstowcs, and wcswidth. | Zack Weinberg | 1 | -1/+8 |
2003-04-12 | m68hc11.h (TARGET_SWITCHES): Fix -mnominmax option; recognize -mnorelax. | Stephane Carrez | 1 | -0/+8 |
2003-04-12 | larith.asm (memcpy): Use ARG macro to access stack parameters so that offsets... | Stephane Carrez | 1 | -0/+7 |
2003-04-12 | * config/rs6000/rs6000.c (rs6000_hash_constant): Skip '0' fields. | David Edelsohn | 1 | -0/+4 |
2003-04-12 | mklibgcc.in (libgcc-stage-start): For every multilib directory containing a l... | Alexandre Oliva | 1 | -2/+3 |
2003-04-12 | Makefile.in (stage1-start, [...]): Move $(SPECS) to specs in stage dir. | Alexandre Oliva | 1 | -0/+7 |
2003-04-12 | mklibgcc.in (libgcc-stage-start): Move into the stage directory object files ... | Alexandre Oliva | 1 | -0/+5 |
2003-04-12 | * profile.c (read_counts_file): Initialise 'checksum'. | Geoffrey Keating | 1 | -0/+2 |
2003-04-12 | * emit-rtl.c (gen_rtx): Really correct typo. | Geoffrey Keating | 1 | -0/+2 |
2003-04-12 | re PR c++/9393 (Anonymous namespaces and compiling the same file twice) | Geoffrey Keating | 1 | -0/+17 |
2003-04-12 | c-pch.c: Include flags.h. | Geoffrey Keating | 1 | -0/+9 |
2003-04-12 | * doc/extend.texi (Empty Structures): New. | Geoffrey Keating | 1 | -0/+4 |
2003-04-12 | emit-rtl.c (gen_rtx): Fix typos. | Eric Christopher | 1 | -0/+4 |
2003-04-11 | * emit-rtl.c (gen_rtx): Zero '0' fields. | Richard Henderson | 1 | -0/+4 |
2003-04-11 | re PR c++/10202 ([IA64] ICE in int_mode_for_mode, at stor-layout.c) | Richard Henderson | 1 | -0/+6 |
2003-04-11 | bugreport.texi: Fix paragraph breaking between sections in preparation for Te... | Simon Law | 1 | -0/+10 |
2003-04-11 | i386.c (tls_model_chars): Remove. | Richard Henderson | 1 | -0/+13 |
2003-04-11 | rtl.def (SYMBOL_REF): Add two 0 fields. | Richard Henderson | 1 | -0/+21 |
2003-04-11 | libfuncs.h (LTI_setbits, [...]): New. | Richard Henderson | 1 | -0/+11 |
2003-04-11 | c-tree.texi (Functions): Remove DECL_REAL_CONTEXT documentation; add DECL_FRI... | Mark Mitchell | 1 | -0/+5 |
2003-04-11 | install.texi (hppa): Update links for HP-UX patches. | John David Anglin | 1 | -0/+16 |
2003-04-11 | darwin-c.c (darwin_pragma_unused): Use lookup_name, not IDENTIFIER_LOCAL_VALUE. | Zack Weinberg | 1 | -0/+5 |
2003-04-11 | re PR c/10201 ([IA64] ICE in int_mode_for_mode, at stor-layout.c) | Richard Henderson | 1 | -0/+6 |
2003-04-11 | invoke.texi: Eliminate extra white-space caused by @gccoptlist{ on its own line. | James A. Morrison | 1 | -0/+8 |
2003-04-11 | Makefile.in (loop-init.o): Do not depend on gcov-io.h, gcov-iov.h. | Nathan Sidwell | 1 | -0/+34 |
2003-04-11 | Makefile.in (fixinc.sh): Pass BUILD_LIBERTY as LIBERTY to mkfixinc.sh. | Alexandre Oliva | 1 | -0/+11 |
2003-04-11 | c-decl.c (struct binding_level): Add shadowed_tags and function_body... | Zack Weinberg | 1 | -0/+105 |
2003-04-11 | extend.texi (Template Instantiation): Refer to ISO standard, not Working Paper. | Jonathan Wakely | 1 | -0/+6 |
2003-04-11 | tree.c (tree_operand_check_failed): New function. | Zack Weinberg | 1 | -9/+22 |
2003-04-10 | re PR inline-asm/8803 (Internal compiler error in instantiate_virtual_regs_1,... | Jan Hubicka | 1 | -0/+6 |