aboutsummaryrefslogtreecommitdiff
path: root/gcc/config
AgeCommit message (Expand)AuthorFilesLines
2010-08-10iterators.md: New file.Sofiane Naci5-325/+378
2010-08-09builtins.c (fold_builtin_next_arg): Use stdarg_p.Nathan Froyd9-35/+10
2010-08-08rs6000.c (branch_island): Define.Nathan Froyd1-39/+39
2010-08-08mingw32.h ((EXTRA_OS_CPP_BUILTINS): Define _WIN64 not expanded.Kai Tietz1-1/+1
2010-08-07re PR target/45213 ("suffix or operands invalid for `push'" triggered by opti...Uros Bizjak1-1/+5
2010-08-07By ramana for Marcus Shawcroft.Marcus Shawcroft1-35/+35
2010-08-07Cortex A9 VFP Pipeline description.Ramana Radhakrishnan4-73/+204
2010-08-06re PR target/44942 (Bug in argument passing of long double)Eric Botcazou1-5/+4
2010-08-05re PR target/45189 (New stack alignment test failures)Richard Henderson1-1/+2
2010-08-05i386.c (ix86_decompose_address): Check for SI_REG using REGNO of base_reg dir...Uros Bizjak1-2/+1
2010-08-04Force the use of stack_pointer_offset in computing the frame size.Richard Henderson1-40/+21
2010-08-04Remove code duplication in ix86_expand_epilogue.Richard Henderson1-87/+42
2010-08-04Describe unwinding for realigned frames explicitly.Richard Henderson2-8/+64
2010-08-04Emit the prologue/epilogue using frame offsets.Richard Henderson2-392/+560
2010-08-04Remove duplicate definition of TARGET_64BIT_MS_ABI.Richard Henderson1-3/+0
2010-08-04Cleanup 32-bit ms_hook code.Richard Henderson2-60/+72
2010-08-04Consolidate red-zone logic into ix86_using_red_zone.Richard Henderson1-7/+14
2010-08-04Simplify logic saving the int registers in the prologue.Richard Henderson1-11/+17
2010-08-04re PR target/44583 (c-c++-common/torture/complex-sign-add.c fails for signed ...Steve Ellcey3-30/+50
2010-08-04picochip.c (TARGET_OVERRIDE_OPTIONS_AFTER_CHANGE): Define.Hariharan Sandanagobalane3-40/+132
2010-08-04unix.h (GLOBAL_ASM_OPS): Add tabs around .globl.Uros Bizjak1-1/+1
2010-08-03simplify-rtx.c (simplify_binary_operation_1): Try to simplify away NEG as ope...Bernd Schmidt2-2/+2
2010-08-03spu.c (spu_emit_branch_hint): Do not access NOTE_KIND of non-NOTE insns.Ulrich Weigand1-1/+1
2010-08-03alpha.h (SWITCH_TAKES_ARG): Define.Joseph Myers9-21/+14
2010-08-03i386.h (ix86_compare_op0, [...]): Remove.Uros Bizjak4-130/+81
2010-08-02alpha.c (alpha_build_builtin_va_list): Mark __offset as volatile.Uros Bizjak1-0/+4
2010-08-02arm.c (arm_rtx_costs_1): Remove second clause from the if statement which add...Bernd Schmidt1-6/+4
2010-08-02re PR target/40457 (use stm and ldm to access consecutive memory words)Bernd Schmidt7-532/+2045
2010-08-02thumb2.md (thumb2_movdi, [...]): Delete patterns.Bernd Schmidt2-77/+26
2010-08-02final.c (final_scan_insn): Call CC_STATUS_INIT unconditionally.Bernd Schmidt5-637/+159
2010-08-02arm.c (COSTS_N_INSNS): Remove definition.Ramana Radhakrishnan1-3/+0
2010-08-01re PR target/45142 (split for *vec_set<mode>_0_sse2 incomplete)Uros Bizjak1-6/+7
2010-08-01mmix.h (ASM_OUTPUT_SOURCE_FILENAME): Remove macro.Anatoly Sokolov3-6/+5
2010-07-31John Tytgat <John.Tytgat@aaug.net>John Tytgat1-4/+0
2010-07-31spu.h (ASM_OUTPUT_SOURCE_FILENAME): Remove macro.Anatoly Sokolov1-7/+1
2010-07-31i386.md (mov<SWIM:mode>cc and corresponding splitter): Use ordered_comparison...Uros Bizjak1-2/+2
2010-07-30predicates.md (rx_constshift_operand): New.DJ Delorie2-9/+114
2010-07-30common.opt (-G): Don't define option here.Joseph Myers9-6/+91
2010-07-30mmix.c: Include basic-block.h.Anatoly Sokolov1-0/+1
2010-07-30i386.md (int_cond): Remove code iterator.Uros Bizjak1-10/+3
2010-07-30Add moxie-rtems configuration.Anthony Green1-0/+29
2010-07-28Add power6 copysign/parity supportMichael Meissner4-85/+82
2010-07-28i386.h (MCOUNT_NAME_BEFORE_PROLOGUE): New.Kai Tietz3-9/+52
2010-07-28arm.c (arm_pcs_default): Remove static.Chung-Lin Tang2-2/+11
2010-07-28part 3 of darwin64 PPC ABI changesIain Sandoe1-27/+45
2010-07-28darwin-driver.c (SWITCH_TAKES_ARG, [...]): Remove.Joseph Myers1-8/+0
2010-07-27arm.c (params.h): Include.Maxim Kuvyrkov2-0/+18
2010-07-27re PR rtl-optimization/40956 (Constants are never candidates for hoisting)Maxim Kuvyrkov1-1/+1
2010-07-27re PR target/42495 (redundant memory load)Maxim Kuvyrkov2-16/+61
2010-07-27re PR target/42495 (redundant memory load)Maxim Kuvyrkov2-7/+16