Age | Commit message (Expand) | Author | Files | Lines |
2002-05-18 | final.c (HAVE_READONLY_DATA_SECTION): New. | Richard Henderson | 70 | -850/+336 |
2002-05-18 | c-common.c (c_common_post_options): Warn if -Wformat-zero-length is used with... | Jason Thorpe | 7 | -5/+52 |
2002-05-18 | timevar.c: Fix formatting. | Kazu Hirata | 6 | -81/+89 |
2002-05-18 | fix typo | Jason Merrill | 1 | -1/+1 |
2002-05-18 | cppinit.c (cpp_post_options): If preprocessed, turn off traditional. | Neil Booth | 4 | -22/+39 |
2002-05-18 | Daily bump. | GCC Administrator | 2 | -2/+2 |
2002-05-18 | decl2.c (import_export_decl): If we clear DECL_NOT_REALLY_EXTERN, make sure D... | Jason Merrill | 2 | -1/+12 |
2002-05-18 | cppinit.c (struct builtin): Remove unused fields. | Zack Weinberg | 2 | -60/+53 |
2002-05-17 | defaults.h (UNIQUE_SECTION): Remove. | Neil Booth | 3 | -23/+6 |
2002-05-17 | expr.c (init_expr_once): Don't use start/end_sequence. | Richard Henderson | 3 | -7/+11 |
2002-05-17 | * config/sh/lib1funcs.asm (GLOBAL): Use __USER_LABEL_PREFIX__. | Jason Thorpe | 2 | -7/+7 |
2002-05-17 | avr.c (avr_regs_to_save): New function. | Marek Michalkiewicz | 2 | -46/+58 |
2002-05-17 | Makefile.in: Update for cpptrad.c. | Neil Booth | 7 | -28/+413 |
2002-05-17 | c-common.c (c_common_init_options): Use C89 for Objective-C, and set the opti... | Neil Booth | 4 | -29/+30 |
2002-05-17 | install.texi (Specific, [...]): Document need to bootstrap with -mips3. | Rainer Orth | 2 | -0/+26 |
2002-05-17 | final.c: Fix formatting. | Kazu Hirata | 6 | -103/+111 |
2002-05-17 | PR c/6689, PR optimization/6615 | David S. Miller | 2 | -4/+13 |
2002-05-17 | * config/sparc/sparc.c (sparc_aout_select_section): Fixed typo. | Rainer Orth | 2 | -1/+5 |
2002-05-17 | sh.h (ENCODE_SECTION_INFO): Consider MODULE_LOCAL_P when encoding visibility ... | Kaz Kojima | 2 | -0/+6 |
2002-05-17 | * expr.c (force_operand): Fix reversed move. | Richard Sandiford | 2 | -1/+5 |
2002-05-17 | install.texi (Testing): Mention two common DejaGnu warnings that can be ignored. | Gerald Pfeifer | 2 | -0/+18 |
2002-05-17 | ia64.md: Use braced strings instead of quoted strings for code blocks. | Richard Henderson | 2 | -273/+206 |
2002-05-17 | hooks.c (hook_tree_bool_false): New. | Richard Henderson | 76 | -1695/+1228 |
2002-05-17 | arm.c (emit_multi_reg_push): Do not set RTX_FRAME_RELATED_P on the SEQUENCE. | Nick Clifton | 2 | -1/+5 |
2002-05-17 | Daily bump. | GCC Administrator | 2 | -2/+2 |
2002-05-17 | ia64.c (ia64_reorg): Rebuild bb_for_insn before splitting. | Richard Henderson | 2 | -8/+14 |
2002-05-16 | * config/ia64/ia64.c (saveable_obstack): Do not declare. | Richard Henderson | 2 | -3/+2 |
2002-05-17 | weak-3.c: Add dg-excess-error comment for cygwin, coff and h8300-*-hms targets | David Billinghurst | 4 | -0/+10 |
2002-05-16 | * config/alpha/unicosmk.h (TARGET_OS_CPP_BUILTINS): Fix typo. | Richard Henderson | 2 | -1/+5 |
2002-05-16 | Revert "Basic block renumbering removal", and two followup patches. | Richard Henderson | 45 | -1771/+1930 |
2002-05-17 | * lcm.c (optimize_mode_switching): Revert previous change. | Jason Thorpe | 2 | -1/+5 |
2002-05-16 | sched-rgn.c (schedule_insns): Initialize large_region_blocks with only extant... | Zdenek Dvorak | 2 | -1/+9 |
2002-05-17 | * lcm.c (optimize_mode_switching): Fix typo. | Jason Thorpe | 2 | -1/+5 |
2002-05-16 | * flow.c (calculate_global_regs_live): Queue blocks in program order. | Zdenek Dvorak | 2 | -9/+11 |
2002-05-16 | * doc/install.texi (Configuration): Document PWDCMD. | Rainer Orth | 2 | -0/+12 |
2002-05-16 | Reenable combination of hard regs unless CLASS_LIKELY_SPILLED_P. | Dale Johannesen | 2 | -6/+13 |
2002-05-16 | * tradcpp.c (main): Accept -O*. | Neil Booth | 1 | -1/+2 |
2002-05-16 | c-common.c (cb_register_builtins): Handle more built-ins here rather than in ... | Neil Booth | 6 | -22/+54 |
2002-05-16 | c-common.c (STDC_0_IN_SYSTEM_HEADERS, [...]): Default-define here. | Zack Weinberg | 8 | -124/+106 |
2002-05-16 | loop.h (struct loop_info): Add member has_prefetch. | Janis Johnson | 3 | -91/+142 |
2002-05-16 | Makefile.in: Allow for PWDCMD to override hardcoded pwd. | Rainer Orth | 21 | -62/+102 |
2002-05-16 | Basic block renumbering removal. | Zdenek Dvorak | 45 | -1946/+1946 |
2002-05-16 | * cfgrtl.c (purge_dead_edges): Correct handling of EDGE_EH. | Mark Mitchell | 2 | -5/+18 |
2002-05-16 | arm.c (arm_rtx_costs): Check for RTX being a SYMBOL_REF before calling CONSTA... | Nick Clifton | 3 | -9/+23 |
2002-05-16 | re PR c++/6620 (partial template specialization on int) | Kriang Lerdsuwanakij | 3 | -23/+54 |
2002-05-16 | Daily bump. | GCC Administrator | 2 | -2/+2 |
2002-05-16 | arc.h (CPP_PREDEFINES): Remove. | Neil Booth | 2 | -7/+17 |
2002-05-16 | cpphash.h (cpp_macro): Move here, and make expansion a union. | Neil Booth | 3 | -30/+43 |
2002-05-16 | scanasm.exp (scan-assembler): Use upvar, not uplevel. | Jason Merrill | 2 | -4/+10 |
2002-05-16 | rtti.c (get_tinfo_decl): Don't call comdat_linkage. | Jason Merrill | 5 | -32/+48 |