]> git.ipfire.org Git - thirdparty/gcc.git/history - gcc/ChangeLog
GCOV: remove typedef of coverage_t.
[thirdparty/gcc.git] / gcc / ChangeLog
2017-11-13  Martin LiskaGCOV: remove typedef of coverage_t.
2017-11-13  Martin LiskaGCOV: remove typedef for block_t
2017-11-13  Martin LiskaGCOV: remove typedef for arc_t
2017-11-13  Martin LiskaGCOV: remove typedef for function_t
2017-11-13  Martin LiskaGCOV: introduce vector for function_info::counts.
2017-11-13  Martin LiskaGCOV: simplify usage of function_info::artificial.
2017-11-13  Martin LiskaGCOV: introduce global vector of functions
2017-11-13  Jakub Jelinekre PR tree-optimization/82954 (ICE in fold_binary_loc...
2017-11-13  Richard Sandiford[AArch64] More aarch64_endian_lane_rtx
2017-11-12  Tom de Vries[riscv] Wrap ASM_OUTPUT_LABELREF in do {} while (0)
2017-11-12  Tom de VriesRemove semicolon after ASM_OUTPUT_ASCII
2017-11-12  Tom de Vries[cr16, powerpcspe, rs6000] Remove semicolon after ASM_O...
2017-11-11  Martin Seborre PR c/81117 (Improve buffer overflow checking in...
2017-11-11  Martin SeborPR bootstrap/82948 - prefix.c:202:15: error: 'char...
2017-11-11  Jan Hubicka* tree-ssa-loop-im.c (execute_sm_if_changed): Do not...
2017-11-11  Jan Hubicka* predict.c (maybe_hot_frequency_p): Do not use cfun.
2017-11-11  Jan Hubickatree-ssa-tail-merge.c (replace_block_by): Fix and re...
2017-11-10  Michael Meissnerrs6000.md (bswaphi2_reg): On ISA 3.0 systems, enable...
2017-11-10  Jeff LawFix my last ChangeLog entry
2017-11-10  Martin Seborre PR c/81117 (Improve buffer overflow checking in...
2017-11-10  Jeff Lawvr-values.h (VR_INITIALIZER): Move #define here.
2017-11-10  Jan Hubickaauto-profile.c (afdo_indirect_call): Drop frequency.
2017-11-10  Julia KovalGFNI enabling [3/4]
2017-11-10  Tamar Christinare PR target/82641 (Unable to enable crc32 for a certai...
2017-11-10  Pat Haugenpower9.md (power9-qpdiv): Correct DFU pipe usage.
2017-11-10  Martin SeborPR c/81117 - Improve buffer overflow checking in strncpy
2017-11-10  Martin LiskaGCOV: create one intermediate file per a gcno file...
2017-11-10  Jakub Jelinekre PR tree-optimization/82929 (r254579 causes ICE:...
2017-11-10  Martin LiskaGCOV: do not support unexecuted blocks in Ada
2017-11-10  Bin Chengtree-predcom.c (determine_roots_comp): Avoid memory...
2017-11-10  Jakub Jelinekre PR bootstrap/82916 (gcc miscompiled during stagefeed...
2017-11-09  Jakub Jelinekre PR rtl-optimization/82913 (ICE: Segmentation fault...
2017-11-09  Jeff Lawvr-values.h: New file with vr_values class.
2017-11-09  Jeff Lawtree-vrp.c (vrp_prop): Move class to earlier point...
2017-11-09  Jeff Lawtree-vrp.c (set_value_range): Do not reference vrp_equi...
2017-11-09  Jakub Jelinekgimple-ssa-store-merging.c (struct store_immediate_info...
2017-11-09  Jim WilsonRemove obsolete ECOFF support.
2017-11-09  Jan Hubickabb-reorder.c (max_entry_frequency): Remove.
2017-11-09  Thomas Preud'homme[ARM] Fix cmse_nonsecure_entry return insn size
2017-11-09  Segher Boessenkoolrs6000: Separate shrink-wrapping for the TOC register
2017-11-09  Martin JamborMoving parameter manipulation into its own file
2017-11-09  Richard SandifordAdd a vect_masked_store target selector
2017-11-09  Richard SandifordAdd a vect_align_stack_vars target selector
2017-11-09  Richard SandifordAdd a vect_variable_length target selector
2017-11-09  Richard SandifordAdd a vect_unaligned_possible target selector
2017-11-09  Richard SandifordAdd a vect_element_align_preferred target selector
2017-11-09  Richard SandifordAdd vect_perm3_* target selectors
2017-11-09  Richard SandifordBe stricter about CONST_VECTOR operands
2017-11-09  Richard SandifordImprove ivopts handling of forced scales
2017-11-09  Richard SandifordBase subreg rules on REGMODE_NATURAL_SIZE rather than...
2017-11-09  Jan Hubickare PR ipa/82879 (ICE in max, at profile-count.h:889)
2017-11-09  Jakub Jelinekgimple-ssa-store-merging.c (count_multiple_uses): New...
2017-11-09  Richard Bienerre PR tree-optimization/82902 (ICE verify_ssa failed...
2017-11-09  Martin LiskaInitialize split_branch_probability (PR target/82863).
2017-11-09  Martin LiskaRemove non needed check in bmp_iter_set_init (PR tree...
2017-11-09  Martin LiskaGCOV: support multiple functions per a line (PR gcov...
2017-11-09  Jakub Jelinekre PR debug/82837 (ICE in output_operand: invalid expre...
2017-11-09  Andi KleenAdd option to force indirect calls for x86
2017-11-08  Kito ChengRISC-V: Fix build error
2017-11-08  Jakub Jelinekre PR target/82855 (AVX512: replace OP+movemask with...
2017-11-08  Kyrylo Tkachov[AArch64] Add STP pattern to store a vec_concat of...
2017-11-08  Kyrylo Tkachov[simplify-rtx] Simplify vec_merge of vec_duplicates...
2017-11-08  Kyrylo Tkachovvec_merge + vec_duplicate + vec_concat simplification
2017-11-08  Kyrylo TkachovSimplify vec_merge of vec_duplicate with const_vector
2017-11-08  Jakub Jelinekre PR tree-optimization/78821 (GCC7: Copying whole...
2017-11-08  Wilco Dijkstra[AArch64] Simplify aarch64_can_eliminate
2017-11-08  Wilco Dijkstra[AArch64] Remove aarch64_frame_pointer_required
2017-11-08  Martin LiskaSimplify call of gimple_call_internal_p.
2017-11-08  Tom de Vries[mips] Wrap ASM_OUTPUT_LABELREF in do {} while (0)
2017-11-08  Tom de Vries[mips] Remove semicolon after do {} while (0) in ASM_OU...
2017-11-08  Martin LiskaFix fallthrough attribute ignorance w/ -fsanitize=addre...
2017-11-07  Eric Botcazou* gimple-pretty-print.c (dump_profile): Return "" inste...
2017-11-07  Jakub Jelinekre PR target/82855 (AVX512: replace OP+movemask with...
2017-11-07  Jakub Jelinekre PR target/82855 (AVX512: replace OP+movemask with...
2017-11-07  Segher Boessenkoolrs6000: Use isel for the cstore patterns
2017-11-07  Julia KovalFix SSE bits dependencies.
2017-11-07  Uros Bizjakre PR target/80425 (Extra inter-unit register move...
2017-11-07  Eric Botcazoure PR c/53037 (warn_if_not_aligned(X))
2017-11-07  Andrew WatermanRISC-V: Implement movmemsi
2017-11-07  Michael ClarkRISC-V: Define MUSL_DYNAMIC_LINKER
2017-11-07  Richard Sandiford[AArch64] Use aarch64_reg_or_imm instead of nonmemory_o...
2017-11-07  Richard Bienermatch.pd: Fix build.
2017-11-07  Wilco DijkstraPR71026: Canonicalize negates in division
2017-11-07  Sudakshina DasPR80131: Simplification of 1U << (31 - x)
2017-11-07  Marc GlisseMore bitop simplifications in match.pd
2017-11-07  Marc GlisseMore fold_negate in match.pd
2017-11-07  Tom de Vries[powerpcspe] Remove semicolon after do {} while (0...
2017-11-07  Tom de Vries[rs6000] Remove semicolon after do {} while (0) in...
2017-11-07  Tom de Vries[arm] Remove semicolon after while {} do (0) in HANDLE_...
2017-11-07  Segher Boessenkoolrs6000: Don't clear TARGET_ISEL implicitly
2017-11-07  James BowmanFT32 makes use of multiple address spaces.
2017-11-06  H.J. Lui386: Use reference of struct ix86_frame to avoid copy
2017-11-06  Marc GlisseUpdate comment in tree-vrp.h
2017-11-06  Richard Sandiford[AArch64] Pass number of units to aarch64_expand_vec_pe...
2017-11-06  Richard Sandiford[AArch64] Pass number of units to aarch64_simd_vect_par...
2017-11-06  Richard Sandiford[AArch64] Pass number of units to aarch64_reverse_mask
2017-11-06  Richard Sandiford[AArch64] Add an endian_lane_rtx helper routine
2017-11-06  Richard SandifordFix ChangeLog entry
2017-11-06  Carl Lovers6000-c.c (P8V_BUILTIN_VEC_REVB): Add power 8 definitions.
2017-11-06  Wilco Dijkstra[Arm] Cleanup IT attributes
next