aboutsummaryrefslogtreecommitdiff
path: root/gcc
AgeCommit message (Expand)AuthorFilesLines
2014-06-18common.opt (fssa-phiopt): New option.Richard Biener5-1/+21
2014-06-18[genattrtab] Fix memory corruption, allocate enough memory for all bypassed r...Kyrylo Tkachov2-2/+17
2014-06-18tree-ssa-propagate.c (replace_phi_args_in): Return whether we propagated anyt...Richard Biener3-7/+17
2014-06-18re PR tree-optimization/52252 (An opportunity for x86 gcc vectorizer (gain up...Evgeny Stupachenko9-1/+471
2014-06-18gimplify.c (omp_notice_variable): If n is non-NULL and no flags change in ORT...Jakub Jelinek38-325/+3153
2014-06-18re PR fortran/61126 (gfortran does not enable -Wununused-parameter with -Wextra)Tobias Burnus2-1/+8
2014-06-18[multiple changes]Tobias Burnus4-6/+12
2014-06-18Daily bump.GCC Administrator1-1/+1
2014-06-17tree-dfa.h (get_addr_base_and_unit_offset_1): Move from here.Andrew MacLeod3-143/+146
2014-06-17re PR c++/60605 (incorrect diagosis of default template argument for function...Jason Merrill3-1/+15
2014-06-17check.c (gfc_check_atomic, [...]): Use argument for GFC_ISYM_CAF_GET.Tobias Burnus16-27/+1802
2014-06-17Fix dot dump bugXinliang David Li3-1/+7
2014-06-17Compile gcc.target/i386/fuse-caller-save.c with -fomit-frame-pointer (PR targ...Rainer Orth2-1/+7
2014-06-17genopinit.c (main): Use vec<>::qsort method.Richard Biener4-6/+10
2014-06-17Clean up ST_REGS handling in the MIPS backend.Matthew Fortune3-59/+9
2014-06-17passes.def (pass_all_early_optimizations): Remove copy-prop pass.Richard Biener2-2/+7
2014-06-17tree-switch-conversion.c (collect_switch_conv_info): Simplify and allow all b...Richard Biener2-9/+15
2014-06-17pr61335.f90 (cp_unit_create): Initialize unit_id and kind_id to zero.Uros Bizjak2-25/+24
2014-06-17re PR target/61483 ([AArch64] builtin va_start incorrectly initializes the fi...Yufeng Zhang7-7/+166
2014-06-17msp430.md (mulhisi3): Add a NOP after the DINT.Nick Clifton2-8/+13
2014-06-17re PR lto/61012 (lto1: errors during merging of translation units (error: var...Richard Biener3-0/+14
2014-06-17[PR middle-end/61508] fold-const.c:14863:55: error: cannot convert 'const cha...Thomas Schwinge2-2/+6
2014-06-17tree-ssa-propagate.c: Include domwalk.h.Richard Biener8-204/+217
2014-06-17tree-ssa-loop-im.c (determine_max_movement): Adjust cost of PHI node moving.Richard Biener4-4/+47
2014-06-17Daily bump.GCC Administrator1-1/+1
2014-06-17arm.c (arm_atomic_assign_expand_fenv): call default_atomic_assign_expand_fenv...Kugan Vivekanandarajah3-5/+15
2014-06-16re PR rtl-optimization/61325 (aarch64_be build fails)Vladimir Makarov2-4/+29
2014-06-16i386.c (decide_alg): Correctly handle maximum size of stringop algorithm.Uros Bizjak2-42/+41
2014-06-16asan.c (build_check_stmt): Fix maybe-uninitialized warning.Yury Gribov2-1/+12
2014-06-16re PR rtl-optimization/61522 (ICE while building libgcc in LRA)Vladimir Makarov2-1/+8
2014-06-16revert: symtab.c (symtab_node::reset_section): New method.Jan Hubicka7-42/+35
2014-06-16re PR tree-optimization/61482 (ICE in set_value_range, at tree-vrp.c:453 when...Richard Biener4-17/+52
2014-06-16Remove conflict markerAndreas Schwab1-8/+7
2014-06-16re PR c/60439 (No warning for case overflow in switch statement.)Marek Polacek2-1/+6
2014-06-16tweak changelog dateJason Merrill1-1/+1
2014-06-16* g++.dg/abi/layout4.C: Remove.Jason Merrill1-19/+0
2014-06-16re PR c++/61488 (Regression in template argument substitution in 4.9+)Jason Merrill3-0/+17
2014-06-16re PR c++/61500 ([C++11] Can't take pointer to member referenced via member p...Jason Merrill3-0/+37
2014-06-16Remove vpmacsdql instruction from multiplicationGanesh Gopalasubramanian4-3/+18
2014-06-16re PR middle-end/61430 (ICE in lra_create_copy)Chung-Lin Tang2-1/+11
2014-06-16tree-vect-data-refs.c (vect_can_force_dr_alignment_p): Check again DECL_IN_CO...Jan Hubicka2-1/+14
2014-06-16New asan-instrumentation-with-call-threshold parameter.Yury Gribov18-286/+478
2014-06-16tree-ssa-pre.c (eliminate_dom_walker::before_dom_children): Make all defs ava...Richard Biener2-7/+18
2014-06-16re PR plugins/45078 (config/vxworks-dummy.h not installed as a plugin header ...Jakub Jelinek2-1/+6
2014-06-16Minor tweaksEric Botcazou1-4/+4
2014-06-16re PR regression/61516 (build fails on auto-inc-dec.c or libgcc2.c with obvio...Richard Sandiford2-3/+9
2014-06-16* decl.c (grokvardecl): Fix pasto in previous patch.Jan Hubicka2-1/+5
2014-06-16Daily bump.GCC Administrator1-1/+1
2014-06-15c-common.c (handle_tls_model_attribute): Use set_decl_tls_model.Jan Hubicka27-33/+114
2014-06-15re PR fortran/28484 ([F03] system_clock with real-type count_rate does not co...Francois-Xavier Coudert10-32/+236