aboutsummaryrefslogtreecommitdiff
path: root/gcc
AgeCommit message (Expand)AuthorFilesLines
2015-01-15dojump.h: New header file.Prathamesh Kulkarni227-876/+3935
2015-01-15Adjust scan string for PIEH.J. Lu2-1/+5
2015-01-15gengtype.c (create_user_defined_type): Workaround -Wmaybe-uninitialized false...Jakub Jelinek4-4/+17
2015-01-15re PR middle-end/64415 (ICE: verify_ssa failed / segmentation fault with LTO)Richard Biener2-1/+7
2015-01-15Fix oversight in previous commitEric Botcazou1-2/+1
2015-01-15expr.c (expand_expr_real_1): Use the expression to set the memory attributes ...Eric Botcazou4-9/+50
2015-01-15re PR middle-end/64415 (ICE: verify_ssa failed / segmentation fault with LTO)Richard Biener2-0/+6
2015-01-15re PR tree-optimization/64434 (Performance regression after operand canonical...Yuri Rumyantsev4-0/+113
2015-01-15Ensure options incompatible with micromips imply -mno-micromipsMatthew Fortune2-0/+12
2015-01-15Update the call-saved tests for micromips outputAndrew Bennett7-3/+88
2015-01-15[MIPS] Remove all excess parallel constructsMatthew Fortune5-471/+443
2015-01-15Add support for the R6 LSA and DLSA instructionsMatthew Fortune13-2/+137
2015-01-15Fix oversized bitfield warning.Matthew Wahab2-0/+5
2015-01-15Target optimization nodes: add support for arrays.Martin Liska2-2/+47
2015-01-15re PR tree-optimization/64365 (Predictive commoning after loop vectorization ...Richard Biener4-0/+65
2015-01-14common.opt: New option -fstack-protector-explicit.Marcos Diaz12-9/+147
2015-01-15re PR fortran/61933 (Inquire on internal units)Jerry DeLisle3-0/+26
2015-01-15re PR fortran/61933 (Inquire on internal units)Jerry DeLisle3-34/+16
2015-01-15libgo, compiler: Upgrade libgo to Go 1.4, except for runtime.Ian Lance Taylor3-1/+5
2015-01-15Daily bump.GCC Administrator1-1/+1
2015-01-14re PR target/53988 ([SH] tst Rm,Rn not used for QI/HImode)Oleg Endo6-16/+349
2015-01-14invoke.texi (Option Summary): Reclassify -fuse-ld as a linker option.Sandra Loosemore2-10/+17
2015-01-14re PR c++/58671 ([c++11] ICE with thread_local and self-referential variable ...Paolo Carlini4-4/+22
2015-01-14Fix indentation in an earlier gcc/ChangeLog updateMatthew Fortune1-11/+11
2015-01-14[MIPS] Update the ZC constraint.Matthew Fortune5-39/+60
2015-01-14Correct target selector in -mfentry testsH.J. Lu3-2/+8
2015-01-14builtins.c (expand_builtin_atomic_exchange): Remove error when memory model i...Andrew MacLeod4-31/+52
2015-01-14+ * lto-cgraph: Update function comments forAldy Hernandez2-5/+10
2015-01-14Makefile.in (site.exp): Do not set ENABLE_LTO.Ilya Verbin4-5/+12
2015-01-14cgraphunit.c (ipa_passes): Remove argument from ipa_write_summaries.Ilya Verbin8-9/+24
2015-01-14Fix year in ChangeLog.Ilya Tocar2-6/+6
2015-01-14re PR tree-optimization/59354 (Element swizzling produces invalid result with...Richard Biener4-2/+51
2015-01-14Fix neon test fails on non-neon configs.Andrew Stubbs2-0/+11
2015-01-14re PR middle-end/59448 (Code generation doesn't respect C11 address-dependency)Andrew MacLeod4-2/+16
2015-01-14re PR target/64386 (ICE: in extract_insn, at recog.c:2327 (unrecognizable ins...Ilya Tocar4-0/+33
2015-01-14re PR target/64393 (ICE: in extract_insn, at recog.c:2327 (unrecognizable ins...Ilya Tocar5-3/+30
2015-01-14re PR target/64387 (ICE: in extract_insn, at recog.c:2327 (unrecognizable ins...Ilya Tocar4-2/+28
2015-01-14store-pair-1.c: Fix typo.Christophe Lyon2-1/+5
2015-01-14[AArch64] Error out of arm_neon.h if nofp/nosimdKyrylo Tkachov4-0/+26
2015-01-14[doc][ARM] Deprecate -mapcs and -mapcs-frame.Kyrylo Tkachov2-1/+7
2015-01-14re PR target/64453 (Live high register not saved in function prolog on ARM wi...Thomas Preud'homme4-5/+34
2015-01-14arm.c: Tune the max_cond_insns/branch_cost for Cortex-M7.Hale Wang2-2/+14
2015-01-14re PR middle-end/64415 (ICE: verify_ssa failed / segmentation fault with LTO)Richard Biener5-3/+53
2015-01-14IPA ICF: handle IMAGPART_EXPR and REALPART_EXPR.Martin Liska4-1/+54
2015-01-14vect-movi.c: Check for vectorization for 64-bit and 128-bit.Tejas Belagod2-4/+9
2015-01-14[ARM] Fix PR target/64460: Set 'shift' attr properly on some patterns.Kyrylo Tkachov4-2/+82
2015-01-14Fix Linux multilib configurations with default architecturesMatthew Fortune6-4/+38
2015-01-14re PR tree-optimization/64493 (ICE at -O3 on x86_64-linux-gnu)Richard Biener5-1/+84
2015-01-14arm.c (arm_compute_save_reg_mask): Do not save lr in case of tail call.Joey Ye3-1/+19
2015-01-13tree-vrp.c (check_array_ref): Emit more warnings for warn_array_bounds >= 2.Martin Uecker8-3/+137