aboutsummaryrefslogtreecommitdiff
path: root/gcc
AgeCommit message (Expand)AuthorFilesLines
2018-01-16Don't group gather loads (PR83847)Richard Sandiford4-2/+44
2018-01-16re PR rtl-optimization/83620 (ICE: in assign_by_spills, at lra-assigns.c:1470...Jakub Jelinek6-2/+35
2018-01-16re PR rtl-optimization/83213 (peephole bug with -O2)Jakub Jelinek2-0/+6
2018-01-16re PR tree-optimization/83843 (wrong code at -O2)Jakub Jelinek4-0/+70
2018-01-16re PR c++/83817 (internal compiler error: tree check: expected call_expr, hav...Jakub Jelinek4-1/+29
2018-01-16re PR c++/83825 (ICE on invalid C++ code with shadowed identifiers: in operat...Jakub Jelinek4-6/+32
2018-01-16pr83435.c: Restrict to target pthread.Richard Biener2-1/+5
2018-01-16re PR testsuite/82132 (FAIL: gcc.dg/vect/vect-tail-nomask-1.c (test for exces...Richard Biener2-0/+10
2018-01-15RISC-V: Increase mult/div cost if not implemented in hardware.Andrew Waterman2-1/+13
2018-01-15PR c++/83588 - struct with two flexible arrays causes an internal compiler errorMartin Sebor4-2/+62
2018-01-16re PR fortran/82257 (f951: Internal compiler error segmentation fault)Louis Krupp6-4/+76
2018-01-16Daily bump.GCC Administrator1-1/+1
2018-01-16rs6000: Delete "delayed_cr" insn typeSegher Boessenkool27-42/+75
2018-01-15i386: Rewrite indirect_branch_operand logicH.J. Lu2-2/+7
2018-01-15Don't check ix86_indirect_branch_register for GOT operandH.J. Lu3-12/+18
2018-01-15i386: Rewrite ix86_indirect_branch_register logicH.J. Lu2-12/+16
2018-01-15i386: Rename to ix86_indirect_branch_registerH.J. Lu5-21/+39
2018-01-15re PR middle-end/83837 (libgomp.fortran/pointer[12].f90 FAIL)Jakub Jelinek2-9/+28
2018-01-15PR testsuite/83869 - c-c++-common/attr-nonstring-3.c fails starting with r256683Martin Sebor2-2/+7
2018-01-15compiler: reclaim memory of escape analysis NodesIan Lance Taylor5-1/+67
2018-01-15compiler: make sure variables captured by defer closure liveIan Lance Taylor2-6/+31
2018-01-15re PR fortran/54613 ([F08] Add FINDLOC plus support MAXLOC/MINLOC with KIND=/...Thomas Koenig12-42/+278
2018-01-15i386: Don't use ASM_OUTPUT_DEF for TARGET_MACHOH.J. Lu33-32/+71
2018-01-15re PR target/83850 (Spills on vector extract, gcc.target/i386/pr80846-1.c FAILs)Richard Biener2-1/+6
2018-01-15Missing vect_double in gcc.dg/vect/pr79920.c (PR83836)Richard Sandiford2-1/+6
2018-01-15[arm] PR target/83687: Fix invalid combination of VSUB + VABS into VABDKyrylo Tkachov6-45/+61
2018-01-15Adjust tests to AVR_TINY.Georg-Johann Lay25-36/+96
2018-01-15re PR c/83801 ([avr] String constant in __flash not put into .progmem)Georg-Johann Lay3-0/+41
2018-01-15re PR middle-end/82694 (Linux kernel miscompiled since r250765)Jakub Jelinek10-24/+87
2018-01-15re PR lto/83804 ([meta] LTO memory consumption)Richard Biener3-59/+30
2018-01-15BASE-VER: Bump to 8.0.1.Richard Biener2-1/+5
2018-01-14re PR other/83508 ([arm] c-c++-common/Wrestrict.c fails since r255836)Martin Sebor4-0/+53
2018-01-14tree-ssa-loop-im.c (sort_bbs_in_loop_postorder_cmp): Stabilize sort.Cory Fields3-3/+7
2018-01-14re PR target/83013 (MicroBlaze - #ident - Error: operation combines symbols i...Nathan Rossi2-1/+9
2018-01-15Daily bump.GCC Administrator1-1/+1
2018-01-14PR c++/81327 - cast to void* does not suppress -Wclass-memaccessMartin Sebor2-10/+18
2018-01-14Fix date in log.Jerry DeLisle1-1/+1
2018-01-14Correct ChangeLog of x86: Add -mfunction-return=H.J. Lu1-1/+2
2018-01-14Correct ChangeLog of x86: Add -mindirect-branch=H.J. Lu1-0/+2
2018-01-14re PR libfortran/83811 (fortran 'e' format broken for single digit exponents)Jerry DeLisle2-0/+15
2018-01-14config.gcc (i[34567]86-*-*): Remove one duplicate gfniintrin.h entry from ext...Jakub Jelinek2-6/+11
2018-01-14x86: Disallow -mindirect-branch=/-mfunction-return= with -mcmodel=largeH.J. Lu15-0/+150
2018-01-14x86: Add 'V' register operand modifierH.J. Lu5-1/+39
2018-01-14x86: Add -mindirect-branch-registerH.J. Lu49-63/+223
2018-01-14x86: Add -mfunction-return=H.J. Lu58-50/+569
2018-01-14x86: Add -mindirect-branch=H.J. Lu43-19/+1571
2018-01-14re PR ipa/83051 (ICE on valid code at -O3: in edge_badness, at ipa-inline.c:1...Jan Hubicka4-1/+43
2018-01-14inline_small_functions speedupRichard Sandiford2-5/+17
2018-01-14re PR tree-optimization/83501 (strlen(a) not folded after strcpy(a, "..."))Prathamesh Kulkarni2-1/+6
2018-01-14rs6000-p8swap.c (rs6000_sum_of_two_registers_p): New function.Kelvin Nilsen32-145/+3350