summaryrefslogtreecommitdiff
path: root/gcc/config
Commit message (Expand)AuthorAgeFilesLines
* alpha.c (emit_insxl): Force the first operand of the insbl or inswl pattern i...Roger Sayle2007-02-091-0/+2
* ia64.md (bswapdi2): New define_insn.Roger Sayle2007-02-091-1/+8
* constraints.md (Ym): New constraint.Richard Henderson2007-02-094-59/+197
* driver-i386.c: Turn on -mtune=native for AMDFAM10.Dwarakanath Rajagopal2007-02-091-2/+9
* 200x-xx-xx Nathan Sidwell <nathan@codesourcery.com> Richard Sandiford <richar...Nathan Sidwell2007-02-098-33/+118
* m32c.c (m32c_unpend_compare): Add default to silence warnings.DJ Delorie2007-02-081-19/+20
* lib1funcs.asm (RETLDM): Pop directly into PC when no special interworking nee...Paul Brook2007-02-081-1/+1
* xmmintrin.h: Make inclusion of emmintrin.h conditional to __SSE2__.Harsha Jagasia2007-02-081-2/+4
* m32c-protos.h (m32c_illegal_subreg_p): New.DJ Delorie2007-02-083-1/+81
* rs6000.md (ctz<mode>2, [...]): Remove constraints from define_expand's match_...Roger Sayle2007-02-081-16/+16
* * config/i386/i386.c (override_options): Set PTA_SSSE3 for core2.Jakub Jelinek2007-02-071-1/+1
* re PR target/29746 (gcc fails to bootstrap on sh4-*-linux-gnu)J"orn Rennecke2007-02-061-3/+16
* constraints.md (Y2): Rename from Y.Richard Henderson2007-02-064-83/+94
* rs6000.md (popcount<mode>2): Rewrite.Roger Sayle2007-02-063-21/+117
* darwin-tramp.asm (__trampoline_setup): Call __enable_execute_stack on complet...Geoffrey Keating2007-02-061-2/+4
* amdfam10Harsha Jagasia2007-02-0510-140/+1263
* * config/xtensa/xtensa.c (constantpool_mem_p): Skip over SUBREGs.Bob Wilson2007-02-051-0/+2
* tree-vectorizer.h (vectorizable_function): Add argument type argument, change...Richard Guenther2007-02-051-9/+21
* cris.md ("*andsi_movu", [...]): For size-changed operand where memory is allo...Hans-Peter Nilsson2007-02-051-7/+7
* alpha.c (alpha_add_builtins): New Helper function.Roger Sayle2007-02-051-32/+39
* m68k.md (pushdi-1, [...]): Don't use the 'y' constraint.Kazu Hirata2007-02-051-3/+3
* tm.texi (DWARF_ALT_FRAME_RETURN_COLUMN): Do not require DWARF_FRAME_RETURN_CO...Richard Sandiford2007-02-051-1/+9
* bfin-modes.def, [...]: Follow spelling conventions.Kazu Hirata2007-02-044-14/+14
* v850.c, [...]: Follow spelling conventions.Kazu Hirata2007-02-043-14/+14
* bitops.md, [...]: Follow spelling conventions.Kazu Hirata2007-02-0424-118/+118
* h8300.c, [...]: Follow spelling conventions.Kazu Hirata2007-02-043-14/+14
* pa.md (addvdi3, [...]): New ftrapv insns and expanders.John David Anglin2007-02-031-12/+215
* c-decl.c, [...]: Fix comment typos.Kazu Hirata2007-02-0312-12/+12
* darwin9.h (DARWIN_LINKER_GENERATES_ISLANDS): Add.Mike Stump2007-02-032-2/+13
* xtensa.c (smalloffset_mem_p): Use BASE_REG_P.Bob Wilson2007-02-033-115/+138
* * config/ia64/ia64.c (ia64_print_operand): Fix compare strings.Steve Ellcey2007-02-031-0/+12
* revert: i386.c (ix86_function_arg_regno_p): Put back the code before the foll...Hui-May Chang2007-02-021-17/+46
* re PR target/29682 (ICE: in change_pattern, at haifa-sched.c:4066 with -O3 -m...Maxim Kuvyrkov2007-02-022-2/+17
* re PR middle-end/28071 (A file that can not be compiled in reasonable time/sp...Maxim Kuvyrkov2007-02-024-41/+47
* pa.md (tp_load): Correct mfctl instruction syntax.Guy Martin2007-02-021-1/+1
* rs6000.c (rs6000_stack_info): Correct altivec_padding_size calculation on AIX.Geoffrey Keating2007-02-021-2/+5
* darwin.h (MD_UNWIND_SUPPORT): Don't define for 64-bit.Geoffrey Keating2007-02-021-0/+2
* * config/sh/sh.h (HAVE_SECONDARY_RELOADS): Remove.Kazu Hirata2007-01-311-2/+0
* re PR target/19087 (Overflowed address in dwarf debug line information)Anatoly Sokolov2007-01-311-0/+2
* optabs.h (enum optab_index): Add new OTI_isinf.Uros Bizjak2007-01-311-0/+38
* * gcc/config/arm/unwind-arm.h (_sleb128_t, _uleb128_t): New.Kazu Hirata2007-01-311-1/+8
* i386.h (NON_QI_REG_P): Remove.Kazu Hirata2007-01-312-12/+0
* cgraphunit.c, [...]: Fix comment typos.Kazu Hirata2007-01-312-3/+3
* builtins.c (expand_builtin_int_interclass_roundingfn): New function to handle...Uros Bizjak2007-01-301-13/+26
* decExcept.c: New.Janis Johnson2007-01-292-0/+88
* expr.c (emit_block_move_via_movmem, [...]): Add variant handling histograms; ...Jan Hubicka2007-01-281-7/+13
* i386.c (ix86_swap_binary_operands_p): New helper function to simplify/factori...Roger Sayle2007-01-271-50/+87
* re PR target/30182 (FAIL: gcc.dg/pr28796-2.c (test for excess errors))Steve Ellcey2007-01-263-1/+9
* m32c.c (m32c_cannot_change_mode_class): We don't allow changes to modes which...DJ Delorie2007-01-251-0/+8
* re PR target/25127 (internal compiler error: in rs6000_emit_prologue, at conf...Geoffrey Keating2007-01-253-30/+52