aboutsummaryrefslogtreecommitdiff
path: root/gcc/ChangeLog
AgeCommit message (Expand)AuthorFilesLines
2017-09-15Turn TRULY_NOOP_TRUNCATION into a hookRichard Sandiford1-0/+89
2017-09-15[PR target/67591] ARM v8 Thumb IT blocks are deprecatedChristophe Lyon1-0/+10
2017-09-15Turn CANNOT_CHANGE_MODE_CLASS into a hookRichard Sandiford1-0/+134
2017-09-15re PR tree-optimization/82217 (ICE on valid code at -O1 and above: in visit_p...Richard Biener1-0/+6
2017-09-15re PR middle-end/82145 (i386/pr38988.c, i386/pr46254.c, i386/pr55154.c, i386/...Jakub Jelinek1-0/+6
2017-09-15re PR tree-optimization/68823 ([graphite] tramp3d-v4 compiled with -floop-nes...Richard Biener1-0/+8
2017-09-14rs6000-builtin.def (BU_FLOAT128_1_HW): New macros to support float128 built-i...Michael Meissner1-0/+24
2017-09-14rs6000.c (rs6000_set_up_by_prologue): Make sure the TOC reg (r2) isn't in the...Pat Haugen1-0/+5
2017-09-14Add LOOP_VINFO_MAX_VECT_FACTORRichard Sandiford1-0/+14
2017-09-14Add a vect_worthwhile_without_simd_p helper routineRichard Sandiford1-0/+11
2017-09-14Add a vect_get_num_copies helper routineRichard Sandiford1-0/+22
2017-09-14Make more use of gimple-fold.h in tree-vect-loop.cRichard Sandiford1-0/+7
2017-09-14Add gimple_build_vector* helpersRichard Sandiford1-0/+18
2017-09-14Use vec<> for constant permute masksRichard Sandiford1-0/+38
2017-09-14Use vec<> in build_vectorRichard Sandiford1-0/+46
2017-09-14Store VECTOR_CST_NELTS directly in tree_nodeRichard Sandiford1-0/+25
2017-09-14tree-ssa-sccvn.c (visit_phi): Merge undefined values similar to VN_TOP.Richard Biener1-0/+5
2017-09-14* dwarf2out.c (dwarf2out_source_line): Remove superfluous test.Eric Botcazou1-0/+4
2017-09-14re PR target/81325 (-fcompare-debug failure on ppc64le)Jakub Jelinek1-0/+6
2017-09-14* combine.c (make_compound_operation_int): Formatting fixes.Jakub Jelinek1-0/+2
2017-09-14elf.h (LINK_EH_SPEC): Add -static-pie support.Jakub Jelinek1-0/+17
2017-09-13sysv4.h (STARTFILE_LINUX_SPEC): Add -static-pie support.Jakub Jelinek1-0/+12
2017-09-13Fix emission of exception dispatch (PR middle-end/82154).Martin Liska1-0/+6
2017-09-13Turn SECONDARY_MEMORY_NEEDED into a hookRichard Sandiford1-0/+98
2017-09-13Turn SECONDARY_MEMORY_NEEDED_MODE into a target hookRichard Sandiford1-0/+44
2017-09-13[AArch64, PATCH] Improve Neon store of zeroJackson Woodruff1-0/+7
2017-09-13[store-merging] Use store order as tie-breaker in sort_by_bitposKyrylo Tkachov1-0/+5
2017-09-13dwarf2out.c (output_die_symbol): Remove.Richard Biener1-0/+5
2017-09-13re PR tree-optimization/82128 (ICE on valid code)Richard Biener1-0/+7
2017-09-13tree-cfg.c (verify_gimple_assign_binary): Add verification for WIDEN_SUM_EXPR...Richard Biener1-2/+9
2017-09-13pr63304_1.c: Remove-mno-fix-cortex-a53-843419.Kugan Vivekanandarajah1-0/+6
2017-09-12sparc.c (output_return): Output the source location of the insn in the delay ...Eric Botcazou1-0/+6
2017-09-12Add -static-pie to GCC driver to create static PIEH.J. Lu1-0/+22
2017-09-12Remove '*' from movsi/di/ti patternsWilco Dijkstra1-9/+15
2017-09-12re PR target/80204 (macosx-version-min wrong for macOS Sierra 10.12.3)Simon Wright1-0/+6
2017-09-12re PR target/82112 (internal compiler error: in fold_convert_loc, at fold-con...Jakub Jelinek1-0/+9
2017-09-12altivec.md (vec_widen_umult_even_v4si, [...]): Add define expands for vmuleuw...Carl Love1-0/+13
2017-09-12[Patch AArch64 2/2] Fix memory sizes to load/store patternsJames Greenhalgh1-0/+29
2017-09-12[Mechanical Patch ARM/AArch64 1/2] Rename load/store scheduling types to enco...James Greenhalgh1-0/+40
2017-09-12Reduce lookup_attribute memory footprint.Martin Liska1-0/+6
2017-09-12re PR tree-optimization/82157 (ICE on valid code at -O2 and -O3: cannot updat...Richard Biener1-0/+6
2017-09-12Turn HARD_REGNO_NREGS into a target hookRichard Sandiford1-0/+159
2017-09-12Use hard_regno_nregs instead of HARD_REGNO_NREGSRichard Sandiford1-0/+21
2017-09-12Convert hard_regno_nregs to a functionRichard Sandiford1-0/+98
2017-09-12Make more use of in_hard_reg_set_pRichard Sandiford1-0/+5
2017-09-12Make more use of end_hard_regnoRichard Sandiford1-0/+17
2017-09-12Make more use of END_REGNORichard Sandiford1-0/+9
2017-09-12Make more use of REG_NREGSRichard Sandiford1-0/+34
2017-09-12Turn SLOW_UNALIGNED_ACCESS into a target hookRichard Sandiford1-0/+61
2017-09-12PR81285: Fix uninitialised variable in emit_store_flag_intRichard Sandiford1-0/+6