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 | PR libstdc++/13976 (continued) | Paolo Carlini | 3 | -2/+10 |
2004-02-02 | re PR libstdc++/13976 (ext/new_allocator.h:81: warning: unused parameter '__h') | Paolo Carlini | 4 | -3/+12 |
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 | configure.in: Add pkgconfig check for glib and gthread. | Thomas Fitzsimmons | 3 | -82/+185 |
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 | 2 | -2/+2 |
2004-02-01 | stl_algo.h: Additional minor tweaks. | Paolo Carlini | 7 | -82/+95 |
2004-02-01 | vector.tcc (vector::_M_insert_aux(iterator)): Remove, unused. | Paolo Carlini | 2 | -45/+6 |
2004-02-01 | arm.c, [...]: Replace "gen_rtx (FOO, " with "gen_rtx_FOO (". | Kazu Hirata | 37 | -491/+509 |
2004-02-01 | jvm.h (MAYBE_UNUSED): New macro tp mark probably unused arguments. | Michael Koch | 4 | -2/+12 |
2004-02-01 | stl_function.h: Additional minor tweaks. | Paolo Carlini | 2 | -6/+10 |
2004-02-01 | deque.tcc: Wrap overlong lines... | Paolo Carlini | 14 | -3604/+4032 |
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 | stl_bvector.h: Wrap overlong lines... | Paolo Carlini | 3 | -243/+356 |
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 | 2 | -2/+2 |
2004-01-31 | stl_algo.h: Minor additional reformat, add copyright year. | Paolo Carlini | 3 | -24/+30 |
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 | stl_algo.h: Wrap overlong lines... | Paolo Carlini | 4 | -1240/+1662 |
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 | basic_string.h (_Rep::operator[]): Remove, unused. | Paolo Carlini | 2 | -8/+10 |
2004-01-31 | alloc-pool.c: Fix comment typos. | Kazu Hirata | 7 | -8/+18 |
2004-01-31 | 2004-01-31 Per Bothner <per@bothner.com> | Per Bothner | 2 | -0/+11 |
2004-01-31 | invoke.texi: Follow spelling conventions. | Kazu Hirata | 3 | -3/+8 |