| Commit message (Expand) | Author | Age | Files | Lines |
* | * config/i386/linux.h (NO_PROFILE_COUNTERS): Define to 1. | jakub | 2003-06-04 | 26 | -293/+798 |
* | * config.gcc: Revert accidentally committed ARM changes. | drow | 2003-06-04 | 2 | -3/+16 |
* | * builtins.c (dconstpi, dconste): New mathematical constants. | sayle | 2003-06-04 | 9 | -2/+258 |
* | * calls.c (expand_call): Avoid calling pure or const functions | sayle | 2003-06-04 | 2 | -6/+39 |
* | * system.h: Do not poison TDESC_SECTION_ASM_OP, | aj | 2003-06-04 | 2 | -2/+6 |
* | * final.c (asm_fprintf): Update comments, accept "-+ #0" flags, | ghazi | 2003-06-04 | 2 | -19/+36 |
* | * Makefile.in (cse.o): Add params.h dependency. | rakdver | 2003-06-04 | 4 | -7/+27 |
* | * i386.c (ix86_reorg): Replace the jump instead of adding nop. | hubicka | 2003-06-04 | 3 | -8/+34 |
* | PR optimization/11018 | ebotcazou | 2003-06-04 | 4 | -2/+58 |
* | PR optimization/10876 | ebotcazou | 2003-06-04 | 7 | -83/+94 |
* | * unwind-dw2-fde-glibc.c (_Unwind_IteratePhdrCallback):Remove usage of | aj | 2003-06-04 | 2 | -5/+3 |
* | 2003-06-03 Chris Demetriou <cgd@broadcom.com> | cgd | 2003-06-04 | 2 | -0/+5 |
* | * config/i386/uwin.h: Remove SUBTARGET_PROLOGUE. | aj | 2003-06-04 | 12 | -237/+69 |
* | * collect2.c (is_ctor_dtor): Remove CFRONT_LOSSAGE dependend code. | aj | 2003-06-04 | 2 | -8/+2 |
* | * fix-header.c: Remove ADD_MISSING_EXTERN_C dependend variables. | aj | 2003-06-04 | 2 | -29/+8 |
* | * g77spec.c (lang_specific_driver): Remove ALT_LIBM usage. | aj | 2003-06-04 | 4 | -8/+9 |
* | * optabs.c (expand_binop): Optimize complex multiplication for | sayle | 2003-06-04 | 2 | -2/+12 |
* | * optabs.c (expand_binop): Attempt to reuse pseudos for duplicate | sayle | 2003-06-04 | 2 | -4/+28 |
* | * varasm.c (force_const_mem): Handle alignment of constants not | sayle | 2003-06-04 | 2 | -2/+10 |
* | forgot to commit. | aldyh | 2003-06-04 | 1 | -0/+5 |
* | 2003-06-03 Jason Merrill <jason@redhat.com> | aldyh | 2003-06-04 | 3 | -4/+15 |
* | Daily bump. | gccadmin | 2003-06-04 | 1 | -1/+1 |
* | * flow.c (initialize_uninitialized_subregs): Use | kazu | 2003-06-03 | 2 | -2/+10 |
* | * gcc.dg/20020525-1.c: Replace 0x5a5a5a5a with -1. | kazu | 2003-06-03 | 2 | -3/+7 |
* | PR ada/9953: | hainque | 2003-06-03 | 1 | -0/+8 |
* | 2003-06-04 Olivier Hainque <hainque@act-europe.fr> | hainque | 2003-06-03 | 1 | -4/+1 |
* | * optabs.c (expand_abs_nojump): Split out from ... | rth | 2003-06-03 | 5 | -7/+33 |
* | * dwarf2out.c (DEBUG_STR_SECTION_FLAGS): Heed flag_merge_constants. | amodra | 2003-06-03 | 2 | -1/+7 |
* | * config.gcc (default_use_cxa_atexit): New variable, defaults to no. | thorpej | 2003-06-03 | 4 | -279/+307 |
* | * Makefile.in (TEXI_GCC_FILES): Remove vms.texi entry. | rupp | 2003-06-03 | 1 | -3/+3 |
* | *** empty log message *** | rupp | 2003-06-03 | 4 | -228/+7 |
* | * g++.dg/abi/empty6.C (B): Request alignment of 8 bytes. | amylaar | 2003-06-03 | 2 | -1/+8 |
* | * gcc.dg/torture/builtin-noret-1.c (_exit, _Exit): Make weak. | amylaar | 2003-06-03 | 1 | -0/+5 |
* | * configure.in (inhibit_libc): Don't define when configuring | amylaar | 2003-06-03 | 4 | -46/+49 |
* | * configure.in (gcc_cv_as_hidden): Disable .hidden completely on | ro | 2003-06-03 | 3 | -17/+23 |
* | * expr.c (emit_move_insn_1): Use emit_move_insn to move the parts | sayle | 2003-06-03 | 2 | -16/+15 |
* | * combine.c (simplify_set): Don't move a subreg in SET_SRC to | kazu | 2003-06-03 | 2 | -10/+13 |
* | * gcc.dg/torture/builtin-noret-1.c (_exit, _Exit): Make weak. | amylaar | 2003-06-03 | 2 | -0/+17 |
* | * config/i386/x86-64.h: Remove two target-independent comments; | neroden | 2003-06-03 | 2 | -14/+10 |
* | Commit patch that was approved last october. Oops. | green | 2003-06-03 | 2 | -1/+5 |
* | 2003-06-03 Aldy Hernandez <aldyh@redhat.com> | aldyh | 2003-06-03 | 2 | -11/+4 |
* | PR c++/10940 | lerdsuwa | 2003-06-03 | 4 | -10/+50 |
* | * builtins.def (BUILT_IN_CABS, BUILT_IN_CABSF, BUILT_IN_CABSL): | sayle | 2003-06-03 | 6 | -4/+134 |
* | 2003-06-03 Aldy Hernandez <aldyh@redhat.com> | aldyh | 2003-06-03 | 8 | -8/+259 |
* | * configure.in (HAVE_LD_PIE): Check for ld -pie. | jakub | 2003-06-03 | 41 | -90/+251 |
* | * builtins.c (expand_builtin_memcpy): Remove endp argument and endp | jakub | 2003-06-03 | 10 | -92/+412 |
* | * doc/md.texi (Processor pipeline description): Improve wording. | bje | 2003-06-03 | 2 | -17/+21 |
* | * c-opts.c (c_common_handle_option): New, pulled out of | neil | 2003-06-03 | 2 | -16/+35 |
* | Daily bump. | gccadmin | 2003-06-03 | 1 | -1/+1 |
* | 2003-06-03 David Billinghurst (David.Billinghurst@riotinto.com) | billingd | 2003-06-03 | 2 | -2/+7 |