Age | Commit message (Expand) | Author | Files | Lines |
2004-02-02 | * Makefile.in: Remove setting of THREADSLIB on mips o32, unneeded. | Arnaud Charlet | 2 | -2/+4 |
2004-02-02 | * gcc.dg/titype-1.c: Fix pasto. | Eric Botcazou | 2 | -1/+5 |
2004-02-02 | arm.md, [...]: Fix indentation. | Kazu Hirata | 14 | -64/+76 |
2004-02-02 | Fixed a typo. | Giovanni Bajo | 1 | -1/+1 |
2004-02-02 | [multiple changes] | Arnaud Charlet | 70 | -1564/+2720 |
2004-02-02 | sparc.c (function_arg_slotno): Align TImode arguments on a 16-byte boundary i... | Eric Botcazou | 4 | -5/+54 |
2004-02-02 | rtlanal.c (reg_overlap_mentioned_p): Don't test CONSTANT_P (x). | Paolo Bonzini | 2 | -12/+27 |
2004-02-02 | * doc/invoke.texi (SPARC options): Document that -mflat is deprecated. | Eric Botcazou | 2 | -0/+6 |
2004-02-02 | arc.md, [...]: Replace gen_rtx with gen_rtx_fmt_e*. | Kazu Hirata | 23 | -89/+106 |
2004-02-02 | mcore.c (block_move_sequence): Replace gen_rtx_CONST_INT with GEN_INT. | Kazu Hirata | 2 | -4/+7 |
2004-02-02 | re PR c++/13957 (Insufficient diagnostic for dependent expression parsed as n... | Giovanni Bajo | 4 | -4/+30 |
2004-02-02 | re PR c++/13957 (Insufficient diagnostic for dependent expression parsed as n... | Giovanni Bajo | 1 | -0/+6 |
2004-02-02 | pt.c (tsubst_qualified_id): Improved error message when a type is expected bu... | Giovanni Bajo | 1 | -2/+5 |
2004-02-02 | alias.c (record_set): Use hard_regno_nregs. | Jan Hubicka | 40 | -275/+372 |
2004-02-02 | Daily bump. | GCC Administrator | 1 | -1/+1 |
2004-02-01 | arm.c, [...]: Replace "gen_rtx (FOO, " with "gen_rtx_FOO (". | Kazu Hirata | 37 | -491/+509 |
2004-02-01 | * config/h8300/h8300.md (two peephole2's): New. | Kazu Hirata | 2 | -0/+39 |
2004-02-01 | sol2-bi.h: Handle TARGET_CPU_ultrasparc3. | Eric Botcazou | 3 | -4/+28 |
2004-02-01 | * de.po: Update. | Joseph Myers | 2 | -190/+204 |
2004-02-01 | builtins.c (expand_builtin_pow): If flag_unsafe_math_optimizations isn't set... | Roger Sayle | 2 | -3/+10 |
2004-02-01 | builtins.def (BUILT_IN_SIGNBIT, [...]): New GCC builtins. | Roger Sayle | 8 | -0/+247 |
2004-02-01 | * config/mips/mips.md (adddi3_internal_2): Remove superfluous %s. | Richard Sandiford | 2 | -1/+5 |
2004-02-01 | mips.h (PREDICATE_CODES): Remove entries for "mips_const_double_ok" and "simp... | Chris Demetriou | 3 | -3/+9 |
2004-02-01 | Daily bump. | GCC Administrator | 1 | -1/+1 |
2004-01-31 | c4x.md: Use GEN_INT instead of gen_rtx (CONST_INT, ...). | Kazu Hirata | 2 | -4/+7 |
2004-01-31 | * varasm.c (output_constant_pool): Don't zap the pool. | Richard Henderson | 2 | -3/+4 |
2004-01-31 | genrecog.c (decision_type): Add DT_const_int. | Kazu Hirata | 2 | -0/+31 |
2004-01-31 | m32r.c (m32r_load_pic_register): Use GEN_INT instead of gen_rtx_CONST_INT. | Kazu Hirata | 2 | -1/+6 |
2004-01-31 | xtensa.h (DYNAMIC_CHAIN_ADDRESS): Use GEN_INT instead of gen_rtx_CONST_INT. | Kazu Hirata | 2 | -2/+6 |
2004-01-31 | target-def.h (TARGET_STRICT_ARGUMENT_NAMING): Define as hook_bool_CUMULATIVE_... | Kazu Hirata | 4 | -3/+14 |
2004-01-31 | sh.c: Replace "gen_rtx (FOO, " with "gen_rtx_FOO (". | Kazu Hirata | 4 | -63/+69 |
2004-01-31 | * doc/invoke.texi (SPARC options): Restructure and update. | Eric Botcazou | 2 | -47/+53 |
2004-01-31 | system.h (PROMOTE_FUNCTION_ARGS, [...]): Poison. | Kazu Hirata | 5 | -44/+24 |
2004-01-31 | i386-protos.h: Remove the prototype for ix86_setup_incoming_varargs. | Kazu Hirata | 4 | -34/+15 |
2004-01-31 | class.c: Fix comment typos. | Kazu Hirata | 8 | -10/+20 |
2004-01-31 | alloc-pool.c: Fix comment typos. | Kazu Hirata | 7 | -8/+18 |
2004-01-31 | invoke.texi: Follow spelling conventions. | Kazu Hirata | 3 | -3/+8 |
2004-01-31 | install.texi: Fix typos. | Kazu Hirata | 3 | -2/+7 |
2004-01-31 | s390.c (s390_decompose_address): Do not treat virtual registers as pointers. | Ulrich Weigand | 3 | -5/+7 |
2004-01-31 | call-super-2.m: Update line numbers for the including of stddef.h. | Andrew Pinski | 2 | -4/+9 |
2004-01-31 | combine.c (cse_main): Set gen_lowpart to gen_lowpart_for_combine and restore ... | Paolo Bonzini | 5 | -102/+123 |
2004-01-31 | bt-load.c: Replace "gen_rtx (FOO, " with "gen_rtx_FOO (". | Kazu Hirata | 9 | -23/+34 |
2004-01-30 | re PR bootstrap/9249 (bootstrap fails with --enable-__cxa-atexit on Solaris) | Dara Hazeghi | 4 | -5/+99 |
2004-01-31 | ggc-zone.c (ggc_free): New function. | Daniel Berlin | 2 | -7/+30 |
2004-01-31 | alloc-pool.c, c-lex.c, c-pragma.h, c-semantics.c, cfghooks.c, | Kazu Hirata | 76 | -75/+117 |
2004-01-31 | Makefile.in (abs_docdir, abs_srcdir): Define. | Kelley Cook | 10 | -12/+39 |
2004-01-31 | Daily bump. | GCC Administrator | 1 | -1/+1 |
2004-01-30 | genconfig.c (main): Have CC0_P check its operand even on a target without cc0. | Kazu Hirata | 2 | -1/+8 |
2004-01-30 | re PR c++/13693 ([tree-ssa] build failure in mipsisa64-elf) | Richard Henderson | 3 | -6/+21 |
2004-01-30 | alpha.c: Remove mentions of deprecates macros in comments... | Kazu Hirata | 20 | -44/+76 |