aboutsummaryrefslogtreecommitdiff
path: root/gcc/config
AgeCommit message (Expand)AuthorFilesLines
2004-08-05pa.c (pa_asm_output_aligned_bss, [...]): New functions.John David Anglin6-51/+135
2004-08-05rs6000.c (rs6000_rtx_costs): Fix mask_operand and mask64_operand thinkos.David Edelsohn1-5/+20
2004-08-05linux.h, [...]: Remove definitions conditioned on USE_GNULIBC_1 or conditione...Joseph Myers3-97/+9
2004-08-05i386.c (ix86_expand_prologue): If the function uses a frame pointer, restore ...Richard Sandiford1-1/+8
2004-08-05config.gcc (case i[34567]86-*-lynxos*): Update to LynxOS 4.0.Adam Nemet8-445/+372
2004-08-04rs6000.c (rs6000_rtx_costs): LABEL_REFs are zero cost.David Edelsohn1-3/+5
2004-08-04defaults.h (TARGET_DECLSPEC): New macro.Mark Mitchell7-36/+10
2004-08-04target-def.h (TARGET_CXX_CDTOR_RETURNS_THIS): Define.Paul Brook1-0/+14
2004-08-04config/sh/sh.h (TARGET_SWITCHES): Add no-renesas to select the GCC ABI.Nick Clifton1-0/+1
2004-08-03darwin-c.c: Don't search in "/Local/Library/Frameworks" for frameworks.Mike Stump1-1/+0
2004-08-03re PR target/16570 (missing _mm_malloc and _mm_free functions in xmmintrin.h)H.J. Lu5-0/+148
2004-08-03rs6000.c (machopic_output_stub): Align Darwin stubs.Dale Johannesen1-10/+16
2004-08-03config.gcc (arm*-*-symbianelf*): New target.Mark Mitchell1-0/+50
2004-08-03rs6000.c (rs6000_rtx_costs): Calculate cost of constants more accurately.David Edelsohn1-50/+170
2004-08-03* config/arm/arm.c (emit_sfm): Only emit a single frame adjustment.Paul Brook1-10/+15
2004-08-03arm-cores.def: Sort by architecture.Richard Earnshaw2-19/+39
2004-08-03gentune.sh: New file.Richard Earnshaw4-5/+39
2004-08-03altivec.md (altivec_vnmsubfp): Fix wrong pattern.Yossi Markovich1-2/+2
2004-08-02config.gcc (mips*-*-elf*, [...]): Add elfos.h to tm_file.Richard Sandiford2-213/+15
2004-08-02ia64.c (got_symbolic_operand): Do require a symbol+offset operand to have its...Zack Weinberg1-3/+13
2004-08-02rs6000.c (rs6000_split_multireg_move): Just abort if trying to *store* to a n...Geoffrey Keating2-46/+22
2004-08-02Patch for PR target/16155.Ben Elliston1-18/+18
2004-08-01invoke.texi: In the MIPS options section...Richard Sandiford1-22/+0
2004-08-01mips.md (cprestore): Provide two alternatives...Richard Sandiford1-6/+11
2004-08-01mips-protos.h (mips_gp_save_slot): Remove.Richard Sandiford3-67/+58
2004-07-31rs6000.c (legitimate_lo_sum_address_p): Permit non-offsettable addresses even...Geoffrey Keating4-72/+162
2004-07-31i386.md: New peephole2's to convert imul by 3, 5 or 9 into the equivalent lea...Roger Sayle1-0/+63
2004-07-29* config/sh/lib1funcs.asm: Make aliases movstr* for movmem*.Kaz Kojima1-1/+27
2004-07-29ia64.c (setjmp_operand): Delete, unused.Zack Weinberg3-106/+2
2004-07-29* pa.c (output_movb): Correct typo.John David Anglin1-1/+1
2004-07-29rtl.c (currently_expanding_to_rtl): New.Steven Bosscher4-35/+15
2004-07-29Introduce sh2a support.Alexandre Oliva11-112/+316
2004-07-29frv.md (movqi_internal, [...]): Add backup alternatives for memory inputs.Alexandre Oliva1-11/+19
2004-07-28darwin.c (darwin_one_byte_bool): New global variable.Matt Austern3-2/+19
2004-07-28* config/frv/frv.h (EPILOGUE_USES): New. Use LR.Richard Sandiford1-0/+2
2004-07-28rs6000.md ("move_from_CR_gt_bit"): Rename to move_from_CR_eq_bit.Aldy Hernandez4-16/+16
2004-07-28Introduce sh4a support.Alexandre Oliva12-10/+698
2004-07-28* config/rs6000/rs6000.c (function_arg_padding): Pad SFmode upwards.Alan Modra1-3/+3
2004-07-27libgcc2.c: Change all conditionals testing LIBGCC2_LONG_DOUBLE_TYPE_SIZE == 9...Zack Weinberg10-28/+25
2004-07-27m32r.c: Include integrate.h in order to get the prototype for get_hard_reg_in...Nick Clifton2-8/+9
2004-07-26i386.c (function_arg): Always treat 8- and 16-byte wide vectors the same, eve...Paolo Bonzini1-1/+23
2004-07-26calls.c (combine_pending_stack_adjustment_and_call): Make preferred_unit_stac...Richard Henderson2-4/+7
2004-07-26rs6000.md (movdi_internal64): Further disparage f->f.David Edelsohn1-1/+1
2004-07-26alpha.c (alpha_rtx_cost_data): Tweak int_div costs.Falk Hueffner1-3/+3
2004-07-26i386.c (output_fp_compare): Use ffreep to pop top value off of the stack if T...Roger Sayle1-1/+1
2004-07-25* config.gcc (i[34567]86-*-solaris2*, sparc64-*-solaris2*)Daniel Jacobowitz11-3/+447
2004-07-25[multiple changes]Zack Weinberg3-25/+8
2004-07-24m68k.c (output_scc_di): Fix coding style.Roman Zippel4-85/+54
2004-07-23altivec.h (vec_lvewx, [...]): Remove the const qualifier for the second argum...Janis Johnson1-9/+9
2004-07-23altivec.h (vec_stvewx, [...]): Use specific pointer types.Janis Johnson1-17/+81