aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2013-11-07Use Pmode with stack_pointer_rtxH.J. Lu5-2/+34
2013-11-07tree-ssa-loop-ivopts.c (get_shiftadd_cost): Check equality using operand_equa...Bin Cheng2-2/+11
2013-11-07tree-ssa-loop-ivopts.c (alloc_iv): Lower address expressions.Bin Cheng8-9/+44
2013-11-07Daily bump.GCC Administrator1-1/+1
2013-11-06c-decl.c (locate_old_decl): If a previous conflicting decl is both explicit a...DJ Delorie4-1/+33
2013-11-06Revert "preprocessor/58580 - preprocessor goes OOM with warning for zero lite...Dodji Seketeli6-127/+34
2013-11-06float128-cmp-invalid.c, [...]: New tests.Joseph Myers88-3802/+4803
2013-11-06pr51244-11.c: Remove target line.Oleg Endo144-143/+289
2013-11-06macro.c (_cpp_builtin_macro_text): Correct wording of two warnings.Tobias Burnus10-14/+34
2013-11-06Check __x86_64__ for FPU stateH.J. Lu2-1/+8
2013-11-06Use 64-bit system types for x86-64H.J. Lu3-4/+20
2013-11-06Fix internal_clone for x32H.J. Lu2-8/+15
2013-11-06Cast pointers to uptr for 64-bit syscallsH.J. Lu2-19/+29
2013-11-06Fix spacing.Mike Stump1-2/+0
2013-11-06sh.md (addsf3, [...]): Use fp_arith_reg_operand instead of arith_reg_operand.Oleg Endo2-24/+29
2013-11-06sh.md (adddi3): Remove empty constraints.Oleg Endo2-30/+35
2013-11-06gdbinit.in: Disable strict type checking.Jeff Law2-0/+10
2013-11-06re PR rtl-optimization/30807 (postreload bug (might be generic in trunk))Oleg Endo2-0/+223
2013-11-06re PR c++/11006 ([CNI] ICE with use of __java_boolean)Paolo Carlini4-1/+26
2013-11-06libgo: Update to October 24 version of master library.Ian Lance Taylor596-7420/+31983
2013-11-06tree-pass.h (make_pass_live_range_shrinkage): New external.Vladimir Makarov11-16/+160
2013-11-06re PR target/59021 (new vzeroupper instructions generated with -mavx)Uros Bizjak4-11/+45
2013-11-06gcc-defs.exp (dg-additional-files-options): Extend regsub for dg-additional-f...James Lemke2-1/+6
2013-11-06c-opts.c (c_common_post_options): Set -ffp-contract=off in C standards modes.Joseph Myers5-5/+49
2013-11-06go-lang.c (go_langhook_post_options): If -fisolate-erroneous-paths was turned...Ian Lance Taylor2-0/+12
2013-11-06re PR tree-optimization/58653 (wrong code (segfaults) at -O3 on x86_64-linux-...Richard Biener5-88/+67
2013-11-06fib.c: Reduced the iteration from 40 to 30.Balaji V. Iyer6-89/+89
2013-11-06typoJason Merrill1-1/+1
2013-11-06gimple.h (block_in_transaction): Move to basic-block.h and rename.Andrew MacLeod4-10/+17
2013-11-06tree.c (drop_tree_overflow): New function.Richard Biener5-21/+53
2013-11-06preprocessor/58580 - preprocessor goes OOM with warning for zero literalsDodji Seketeli6-34/+127
2013-11-06Fix formattingEric Botcazou1-3/+1
2013-11-06i386.c (ix86_expand_prologue): Optimize stack checking for leaf functions wit...Eric Botcazou6-93/+169
2013-11-06regex_automaton.h (_S_opcode_word_boundry): Rename to _S_opcode_word_boundary.Jonathan Wakely5-9/+18
2013-11-06[AArch64] Fix size of memory store for the vst<n>_lane intrinsicsJames Greenhalgh2-9/+25
2013-11-06msp430.h (TARGET_CPU_CPP_BUILTINS): Define the name returned by msp430_mcu_name.Nick Clifton5-58/+108
2013-11-06gcc.c (do_spec_1): Do not insert a space after a %* substitution unless...Nick Clifton3-10/+58
2013-11-06sh-mem.cc (sh_expand_cmpnstr, [...]): Factorize probabilities...Christian Bruel6-61/+187
2013-11-06re PR middle-end/58970 (internal compiler error: in get_bit_range, at expr.c:...Jakub Jelinek5-7/+50
2013-11-06* gfortran.texi: Fix typo.Francois-Xavier Coudert2-1/+5
2013-11-06scheduler improvements for BD architecturesGanesh Gopalasubramanian3-11/+29
2013-11-06rs6000.c (rs6000_option_override_internal): Remove restriction against use of...Bill Schmidt2-5/+6
2013-11-06altivec.md (mulv4si3): Ensure we generate vmulouh for both big and little end...Bill Schmidt2-6/+18
2013-11-06altivec.md (vec_widen_umult_even_v16qi): Change define_insn to define_expand ...Bill Schmidt2-28/+153
2013-11-06re PR regression/58985 (gcc.dg/pr57518.c scan-rtl-dump-not ira REG_EQUIV...)Wei Mi2-2/+7
2013-11-06* Makefile.in (mostlyclean): Remove c-family objects.Mike Stump2-1/+5
2013-11-06sync.md (atomic_compare_and_swap<dwi>_doubleword): If possible, add .cfi dire...Ian Lance Taylor4-2/+29
2013-11-06Daily bump.GCC Administrator1-1/+1
2013-11-05N3655 C++1y TransformationTraits ReduxJonathan Wakely20-90/+563
2013-11-05rtlanal.c (tablejump_p): Expect a JUMP_TABLE_DATA to always follow immediatel...Steven Bosscher7-37/+31