aboutsummaryrefslogtreecommitdiff
path: root/gcc/config
AgeCommit message (Expand)AuthorFilesLines
2009-08-20alpha.c (alpha_end_function): Do not clear crtl->emit structure and free insn...Uros Bizjak1-8/+0
2009-08-20s390.c (Z10_PREDICT_DISTANCE): New macro.Andreas Krebbel2-77/+212
2009-08-20s390.md ("*brx_stage1_<GPR:mode>", [...]): New patterns.Andreas Krebbel3-0/+187
2009-08-20Fix twolf ICE for ARMRamana Radhakrishnan2-8/+28
2009-08-20pa.md (reload_inhi, [...]): New patterns.John David Anglin2-1/+69
2009-08-19method.c (use_thunk): Call free_after_compilation after assemble_end_function.Jakub Jelinek8-8/+0
2009-08-18alpha.c (alpha_output_mi_thunk_osf): Allocate insn locators before emit_insn ...Uros Bizjak1-3/+5
2009-08-18elfos.h (ASM_DECLARE_OBJECT_NAME): Use gnu_unique_object type if available.Jason Merrill1-18/+31
2009-08-18re PR target/40971 (ICE in memory_address)Jakub Jelinek1-2/+29
2009-08-17m32c.md (UNS_FSETB, UNS_FREIT): New.DJ Delorie3-14/+90
2009-08-17alpha.c (vms_valid_pointer_mode): New function.Douglas B Rupp2-0/+10
2009-08-16re PR target/38599 (There should be a Pmode == DImode version of the MIPS lwx...Richard Sandiford1-3/+3
2009-08-16mips-protos.h (mips_push_asm_switch): New function.Richard Sandiford5-85/+113
2009-08-16alpha.c (alpha_and_function): Handle NULL_RTX returned from prev_active_insn.Uros Bizjak1-1/+1
2009-08-16avr.h (AVR_HAVE_8BIT_SP): New macros.Anatoly Sokolov2-8/+16
2009-08-14extend.texi (Symbol-Renaming Pragmas): redefine_extname is supported on all p...Olatunji Ruwase1-2/+0
2009-08-14fde-vms.c: New file.Douglas B Rupp4-21/+214
2009-08-14unwind-ia64.c (struct _Unwind_Context): Add new field 'signal_pfs_loc'.Eric Botcazou2-17/+49
2009-08-14config.gcc (ia64-hp-*vms*): Insert ia64/t-ia64 in tmake_file.Douglas B Rupp6-0/+741
2009-08-14alpha.c (alpha_emit_conditional_move): Handle TFmode compares.Uros Bizjak1-0/+7
2009-08-14re PR target/40934 (ICE in get_hard_regnum, at reg-stack.c:741)Paolo Bonzini1-1/+1
2009-08-14re PR target/41019 (Vector conditional move produces wrong code with -O3.)Uros Bizjak1-24/+25
2009-08-13djgpp-stdint.h: New.DJ Delorie1-0/+62
2009-08-13sh.c (sh_override_options): When flag_exceptions or flag_unwind_tables is on...Kaz Kojima1-0/+23
2009-08-13cygwin.h (LINK_SPEC): Add --enable-auto-image-base.Dave Korn1-1/+1
2009-08-12re PR target/41029 (ICE RTL check: expected code 'reg', have 'post_inc' in rh...Kaz Kojima1-1/+1
2009-08-12sh.c (sh_promote_function_mode): Add ATTRIBUTE_UNUSED.Kaz Kojima1-1/+2
2009-08-12tm.texi (TARGET_PROMOTE_FUNCTION_MODE): Add documentation for for_return == 2.Paolo Bonzini3-3/+3
2009-08-12arm.c (arm_init_libfuncs): Add __sync_synchronize.Andrew Haley1-0/+4
2009-08-11predicates.md (qi_mask_operand, [...]): New predicates.Adam Nemet5-54/+154
2009-08-11re PR target/8603 ([Alpha] s?addl pattern doesn't work)Uros Bizjak1-18/+2
2009-08-11alpha.c (alpha_init_builtins): Nullify FWRITE and FWRITE_UNLOCKED.Douglas B Rupp1-0/+6
2009-08-11alpha.c (alpha_return_in_memory): On VMS...Vasiliy Fofanov2-10/+23
2009-08-11vms.h (OPTIMIZATION_OPTIONS): RemoveDouglas B Rupp1-14/+10
2009-08-11alpha.c (alpha_sa_size): Force procedure type to PT_STACK when frame_pointer_...Olivier Hainque3-33/+93
2009-08-11alpha.c (common_object_handler): New function.Eric Botcazou3-45/+45
2009-08-10re PR bootstrap/41018 (bootstrap broken on FreeBSD powerpc)Andreas Tobler1-1/+4
2009-08-10alpha.c: Include libfuncs.hDouglas B Rupp4-10/+98
2009-08-10alpha.c (struct machine_function): New flag for VMS, uses_condition_handler.Olivier Hainque8-62/+534
2009-08-10alpha.c (alpha_links): Add 'target' field.Eric Botcazou2-30/+33
2009-08-10alpha.c (TARGET_ASM_UNALIGNED_*_OP): Define if on VMS.Douglas B Rupp4-9/+53
2009-08-10alpha.c (alpha_initialize_trampoline): Initialize VMS trampoline IAW ABI for ...Douglas B Rupp4-62/+44
2009-08-10vms.h (HANDLE_SYSV_PRAGMA): Define.Douglas B Rupp2-15/+5
2009-08-06lib1funcs.asm (ARM_DIV_BODY): Add Thumb-2 implementation.Paul Brook1-9/+54
2009-08-06arm.c (pcs_attribute_args): Comment out unsupported attribute variants.Richard Earnshaw1-0/+4
2009-08-06arm.c (arm_handle_pcs_attribute): Pass the entire name object to warning ().Richard Earnshaw1-2/+1
2009-08-06* arm.c (arm_handle_pcs_attribute): Use %qE in warning.Richard Earnshaw1-1/+1
2009-08-06Merge ARM/hard_vfp_branch to trunkRichard Earnshaw6-85/+1115
2009-08-06re PR target/40957 (standard_sse_constant_opcode crash on x86 64)Uros Bizjak1-43/+18
2009-08-06mips.h (TARGET_SYNC_AFTER_SC): New macro.David Daney2-3/+19