aboutsummaryrefslogtreecommitdiff
path: root/gcc
AgeCommit message (Expand)AuthorFilesLines
2016-11-24Allow -fopenmp in NVPTX mkoffloadAlexander Monakov2-2/+7
2016-11-24sparc-common.c (sparc_option_optimization_table): Enable REE at -O2 and higher.Eric Botcazou3-0/+14
2016-11-24[TER] PR target/48863 : Don't replace expressions across local register varia...Kyrylo Tkachov4-4/+74
2016-11-24re PR rtl-optimization/78437 (invalid sign-extend conversion in REE pass)Eric Botcazou2-0/+54
2016-11-24Dump probability for edges a frequency for BBsMartin Liska13-21/+107
2016-11-24common.opt (flimit-function-alignment): New.Bernd Schmidt8-4/+43
2016-11-24re PR tree-optimization/71595 (ICE on valid code at -O2 and -O3 on x86_64-lin...Richard Biener6-13/+55
2016-11-24re PR rtl-optimization/78120 (If conversion no longer performed)Bernd Schmidt4-10/+61
2016-11-24re PR rtl-optimization/78120 (If conversion no longer performed)Bernd Schmidt2-1/+4
2016-11-24re PR rtl-optimization/78120 (If conversion no longer performed)Bernd Schmidt2-1/+23
2016-11-24match.pd: Refine type conversion in result expr for below pattern: (cond (cmp...Bin Cheng2-3/+9
2016-11-24re PR middle-end/78429 (ICE in set_value_range, at tree-vrp.c on non-standard...Eric Botcazou5-7/+50
2016-11-24cp_parser_range_for: use safe_push instead of quick_push (PRMartin Liska4-4/+26
2016-11-24ldp_stp_1.c: Add -mcpu=generic.Naveen H.S3-2/+7
2016-11-24re PR middle-end/71762 (~X & Y to X < Y doesn't work for uninitialized values)Richard Biener1-1/+3
2016-11-24fmaxmin.c: Add -fno-vect-cost-model.Naveen H.S13-12/+27
2016-11-24Fix print_node for CONSTRUCTORsMartin Liska3-29/+25
2016-11-24nios2.c (nios2_init_libfuncs): Add ATTRIBUTE_UNUSED.Chung-Lin Tang2-1/+5
2016-11-23re PR target/78458 (LRA ICE building libgcc for powerpc-linux-gnuspe e500v2)Peter Bergner4-3/+31
2016-11-24Daily bump.GCC Administrator1-1/+1
2016-11-23Fix e500 offset handling for TImode.Joseph Myers2-4/+9
2016-11-23Add another e500 subreg pattern.Joseph Myers4-0/+28
2016-11-24combine: Query can_change_dest_mode before changing dest modeSegher Boessenkool2-1/+7
2016-11-23* varasm.c (assemble_name): Increase buffer size for name.Jeff Law2-1/+3
2016-11-23* config/i386/i386.md: Move some insn patterns around.Uros Bizjak1-225/+225
2016-11-23* config/spu/spu.md (floatunsdidf2): Remove unused local variable.Jeff Law2-1/+5
2016-11-23* doc/extend.texi: Constify first argument to __builtin_object_size.Jakub Kicinski2-1/+5
2016-11-23opth-gen.awk: Use unsigned shifts for bit masks.Bernd Edlinger2-6/+11
2016-11-23re PR fortran/78297 (ICE in finish_equivalences, at fortran/trans-common.c:1246)Steven G. Kargl4-2/+27
2016-11-23* gcc.target/powerpc/builtins-3.c: Add -maltivec and -mvsx options.David Edelsohn2-2/+7
2016-11-23i386.md (*<any_or:code>hi_1): Fix operand 2 constraints.Uros Bizjak2-62/+67
2016-11-23re PR sanitizer/69278 (Confusion option handling for -sanitize-recovery=alll)Jakub Jelinek5-1/+49
2016-11-23re PR tree-optimization/78482 (wrong code at -O3 in both 32-bit and 64-bit mo...Jakub Jelinek2-3/+17
2016-11-23re PR middle-end/69183 (ICE when using OpenMP PRIVATE keyword in OMP DO loop ...Jakub Jelinek4-13/+48
2016-11-23re PR target/78230 (Compile pr66178.c fail for mips64el-elf with N64 abi)Kito Cheng2-2/+10
2016-11-23i386.md (*movqi_internal): Calculate mode attribute of alternatives 7,8,9 dep...Uros Bizjak2-85/+145
2016-11-23re PR c++/77907 (Add "const" to argument of constexpr constructor causes the ...Jakub Jelinek4-1/+40
2016-11-23* config/mcore/mcore.c (emit_new_cond_insn): Fix prototype.Jeff Law2-1/+3
2016-11-23iq2000.c (iq2000_rtx_costs): Avoid multiplication in boolean context warning.Jeff Law2-1/+4
2016-11-23re PR middle-end/78153 (strlen return value can be assumed to be less than PT...Prathamesh Kulkarni6-0/+61
2016-11-23* config/ia64/ia64.c (ia64_emit_insn_before): Fix prototype.Jeff Law2-1/+5
2016-11-23[Patch ARM 17/17] Enable _Float16 for ARM and fix PR target/63250James Greenhalgh6-9/+105
2016-11-23[Patch 16/17 libgcc ARM] Half to double precision conversionsJames Greenhalgh8-54/+109
2016-11-23[Patch testsuite patch 10/17] Add options for floatN when checking effective ...James Greenhalgh2-7/+18
2016-11-23[Patch 8/17] Make _Float16 available if HFmode is availableJames Greenhalgh2-4/+11
2016-11-23[Patch 7/17] Delete TARGET_FLT_EVAL_METHOD and poison it.James Greenhalgh8-39/+11
2016-11-23[Patch 6/17] Migrate excess precision logic to use TARGET_EXCESS_PRECISIONJames Greenhalgh12-118/+408
2016-11-23[Patch 5/17] Add -fpermitted-flt-eval-methods=[c11|ts-18661-3]James Greenhalgh9-0/+114
2016-11-23[Patch 4/17] Implement TARGET_C_EXCESS_PRECISION for m68kJames Greenhalgh2-0/+42
2016-11-23[Patch 3/17] Implement TARGET_C_EXCESS_PRECISION for s390James Greenhalgh2-0/+45