aboutsummaryrefslogtreecommitdiff
path: root/gcc/config
AgeCommit message (Expand)AuthorFilesLines
2006-06-05re PR target/27051 (Compiler generates .sdata when -mno-sdata specified)Steve Ellcey1-1/+2
2006-06-04re PR target/26223 (ICE on long double with -mno-80387)Roger Sayle1-7/+32
2006-06-03Update copyright notice on host-darwin.c.Geoffrey Keating1-1/+1
2006-06-03Index: gcc/ChangeLogGeoffrey Keating1-2/+13
2006-06-01v850.h (ASM_OUTPUT_ADDR_DIFF_ELT): Disabled the shift, as we've disabled the ...DJ Delorie1-2/+4
2006-06-01invoke.texi: Add cpu_type power6.Pete Steinmetz3-0/+5
2006-06-01avr.h (SET_ASM_OP): Define.Anatoly Sokolov1-0/+2
2006-06-01* config/bfin/bfin.c: Fix comment typos.Kazu Hirata1-2/+2
2006-06-01i386.c (ix86_expand_fp_absneg_operator): When SSE isn't available...Roger Sayle2-17/+18
2006-05-31bfin-protos.h (bfin_hardware_loop): Declare.Jie Zhang5-46/+1019
2006-05-31bfin.c (bfin_delegitimize_address): New.Jie Zhang1-0/+22
2006-05-31arm.c (arm_print_operand case 'S'): Validate that the operand is a shift oper...Richard Earnshaw1-2/+10
2006-05-30m32c.c (m32c_expand_insv): Check that the value we're inserting is a singlt-b...Naveen.H.S1-0/+8
2006-05-30m32r.h (DBX_OUTPUT_SOURCE_LINE): Fix type of begin_label.Steven Bosscher2-31/+32
2006-05-30re PR target/27790 (Unrecognizable insn with -ftree-vectorize -O1 -msse2)Uros Bizjak1-0/+2
2006-05-29bfin.opt (mfdpic): New option.Bernd Schmidt9-51/+358
2006-05-29* config/bfin/bfin.h (PARM_BOUNDRY, STACK_BOUNDRY): Remove.Kazu Hirata1-4/+0
2006-05-28cfgcleanup.c, [...]: Fix comment typos.Kazu Hirata8-9/+9
2006-05-26re PR target/27571 (alpha: ICE in get_attr_usegp, at config/alpha/alpha.md:171)Falk Hueffner1-0/+1
2006-05-24re PR target/27627 (__builtin_nanf("") doesn't return a _quiet_ nan on parisc)John David Anglin1-2/+7
2006-05-23re PR target/27696 (g++.dg/other/i386-2.C ICEs on the mainline on x86_64)Kazu Hirata1-2/+5
2006-05-22re PR target/27266 (syncronization primitives cause ICE with -march=pentium o...Kazu Hirata1-0/+6
2006-05-22avr.c (avr_mcu_types): Add support for attiny261...Joerg Wunsch3-19/+170
2006-05-22revert: invoke.texi (-msselibm): Document.Richard Guenther3-126/+0
2006-05-22cris.opt (march): Remove VarExists attribute.Nick Clifton1-2/+2
2006-05-22Fix typo in last changeMike Stump1-1/+1
2006-05-21darwin-c.c (darwin_pragma_options): Use BAD instead.Mike Stump1-5/+5
2006-05-21darwin-c.c (BAD): Conditionalize on OPT_Wpragmas.Mike Stump1-1/+2
2006-05-21* config/rs6000/rs6000.md (floatsitf2): Remove constraints.David Edelsohn1-2/+2
2006-05-20* config/pa/pa-linux.h (STRING_ASM_OP): Prepend and append a tab.Andreas Schwab1-1/+1
2006-05-19linux-unwind.h: Include <asm/unistd.h>Richard Sandiford1-5/+9
2006-05-19re PR target/22209 (libgfortran unresolvable symbols on irix6.5)Richard Sandiford7-107/+2
2006-05-19t-hpux-shlib (SHLIB_LINK): Remove `-lc'.John David Anglin2-3/+5
2006-05-18i386.opt (-mstackrealign): New flag.Stuart Hastings2-5/+54
2006-05-17arm.opt (target_fpe_name): Remove VarExists.H.J. Lu2-2/+2
2006-05-17unwind-dw2.c: Add declarations for uw_update_context and uw_frame_state_for.John David Anglin1-2/+10
2006-05-16re PR target/26885 (-m64 -m32 no longer creates 32-bit object)H.J. Lu1-2/+2
2006-05-16re PR target/26600 (internal compiler error: in push_reload, at reload.c:1303)Roger Sayle1-0/+23
2006-05-15crtstuff.c (__dso_handle): Set section from TARGET_LBIGCC_SDATA_SECTION if de...DJ Delorie1-0/+2
2006-05-12s390.c (s390_const_ok_for_constraint_p): Disallow -4G for On contraint.Andreas Krebbel2-3/+5
2006-05-10r113709@merlin: rearnsha | 2006-05-10 22:53:26 +0100Richard Earnshaw1-24/+1
2006-05-10re PR target/24949 (FAIL: gcc.c-torture/compile/20000403-2.c -O0)Kazu Hirata1-28/+28
2006-05-09re PR bootstrap/26545 (undeclared 64bit constants in c-common.c)David Edelsohn1-0/+3
2006-05-09config.host (<i[34567]86-*-*, [...]): Set host_extra_gcc_objs and host_xmake_...Michael Matz4-2/+199
2006-05-09mips-ps-3d.md (scc_ps, s<code>_ps): New patterns.Richard Sandiford4-14/+112
2006-05-09hpux-unwind.h (pa_fallback_frame_state): Handle return parameter relocation a...John David Anglin1-0/+36
2006-05-08re PR target/27277 (standard i387 constant loading insns (fldz, fld1) are not...Uros Bizjak1-1/+16
2006-05-08Remove the svn:mime-type property.Kazu Hirata1-1/+1
2006-05-07re PR target/24879 ([4.1]: SSE3 monitor intrinsic doesn't work in 64bit)H.J. Lu2-9/+19
2006-05-07re PR target/27421 (ICE with invalid array in struct)Volker Reichelt1-0/+3