summaryrefslogtreecommitdiff
path: root/gcc
Commit message (Expand)AuthorAgeFilesLines
* builtins.def: Fix comment formatting.Kazu Hirata2002-09-2929-96/+127
* cp-tree.h: Fix comment typos.Kazu Hirata2002-09-294-6/+12
* Daily bump.GCC Administrator2002-09-291-1/+1
* 20020720-1.x: No longer skip test on powerpc and MMIX targets.Roger Sayle2002-09-282-3/+7
* ChangeLog.4: Fix typos.Kazu Hirata2002-09-2823-31/+56
* avr.c: Eliminate use of _PC_ in pc relative insns.Theodore A. Roth2002-09-283-47/+51
* Daily bump.GCC Administrator2002-09-281-1/+1
* re PR preprocessor/8055 (PATCH: cpp0 dies with SIG11 when building FreeBSD ke...Zack Weinberg2002-09-284-10/+118
* Fix comment typo.Richard Henderson2002-09-271-1/+1
* unroll.c (simplify_cmp_and_jump_insns): New.Richard Henderson2002-09-272-44/+86
* re PR rtl-optimization/7520 (internal compiler error in verify_local_live_at_...Richard Henderson2002-09-273-2/+58
* expr.c (build_java_array_length_access): Check for null pointer.Andrew Haley2002-09-272-6/+29
* * emit-rtl.c (active_insn_p): Revert last change.Richard Henderson2002-09-272-28/+9
* extend.texi (tls_model): Document.Jakub Jelinek2002-09-2710-67/+146
* LANGUAGES: Follow spelling conventions.Kazu Hirata2002-09-2725-73/+100
* h8300.c (compute_saved_regs): Use a macro instead of a hard register number.Kazu Hirata2002-09-272-18/+20
* Daily bump.GCC Administrator2002-09-271-1/+1
* trunctfdf.c: New.David S. Miller2002-09-262-0/+18
* re PR rtl-optimization/7335 (Sparc: ICE in verify_wide_reg (flow.c:557) with ...David S. Miller2002-09-262-0/+14
* dbxout.c (FORCE_TEXT): Switch to current_function_decl, not text_section.David Edelsohn2002-09-264-36/+34
* * lib/target-supports.exp (check_weak_available): Handle solaris2.Kaveh R. Ghazi2002-09-272-0/+10
* sched-deps.c (sched_analyze_insn): Make clobber insns depend on call insns.Richard Henderson2002-09-263-1/+36
* * emit-rtl.c (const_double_htab_eq): Remove unused variable.Richard Henderson2002-09-262-1/+4
* ssa.c (rename_insn_1): Handle RENAME_NO_RTX correctly when handling undefined...Chris Lattner2002-09-262-13/+15
* Mark PR.Richard Henderson2002-09-261-0/+1
* emit-rtl.c (active_insn_p): Consider a clobber of the function return value t...Richard Henderson2002-09-262-5/+33
* * gcc.c-torture/execute/loop-15.c: New.Alan Modra2002-09-272-0/+44
* doloop.c (doloop_modify_runtime <biv skips initial incr>): Adjust by absolute...Alan Modra2002-09-272-2/+7
* c-common.h: Follow spelling conventions.Kazu Hirata2002-09-2623-60/+85
* ia64.c (ia64_expand_load_address): Ensure correct mode for symbol address.Steve Ellcey2002-09-262-0/+9
* elf.h: Add HANDLE_SYSV_PRAGMA.Eric Christopher2002-09-263-0/+11
* except.c (expand_builtin_extract_return_address): Handle case where Pmode != ...Eric Christopher2002-09-262-1/+16
* * config/ia64/hpux.h (ASM_OUTPUT_EXTERNAL_LIBCALL): NewSteve Ellcey2002-09-262-0/+15
* * config/ia64/hpux.h (TARGET_DEFAULT): Include TARGET_ILP32.Steve Ellcey2002-09-262-1/+5
* combine.c (simplify_set): Don't call to force_to_mode if size of integer type...Igor Shevlyakov2002-09-262-1/+7
* README.QMTEST: Fix typo.Janis Johnson2002-09-262-1/+5
* Makefile.in (qmtest-g++): Fix file name.Janis Johnson2002-09-262-1/+5
* * gcc.dg/20020926-1.c: New test.Ulrich Weigand2002-09-262-0/+18
* expr.c (expand_expr): Convert A - const to A + (-const) on RTX level, even fo...Ulrich Weigand2002-09-262-20/+30
* reload.c (dup_replacements): New function.Ulrich Weigand2002-09-262-3/+27
* * v850.md ("length"): Change default value to 4.Miles Bader2002-09-262-1/+5
* ChangeLog.1: Follow spelling conventions.Kazu Hirata2002-09-268-10/+20
* Add x prefix to v850e case for handling --with-cpu=v850e.Nick Clifton2002-09-262-1/+6
* re PR target/7842 ([REGRESSION] sparc code gen bug)David S. Miller2002-09-262-1/+6
* re PR target/7842 ([REGRESSION] sparc code gen bug)David S. Miller2002-09-262-0/+25
* gcc.exp (gcc_init): Use a filename for the testglue that is unique to the tool.Richard Earnshaw2002-09-265-4/+12
* Daily bump.GCC Administrator2002-09-261-1/+1
* Move C++ specific ChangeLog entry for "cp_binding_level reorg" patchDevang Patel2002-09-252-16/+16
* emit-rtl.c (const_double_htab_eq): Distinguish integer and fp CONST_DOUBLE; u...Richard Henderson2002-09-252-5/+11
* class.c (contains_empty_class_p): New method.Mark Mitchell2002-09-258-2/+128