aboutsummaryrefslogtreecommitdiff
path: root/gcc
AgeCommit message (Expand)AuthorFilesLines
2021-05-12c++: Disable -Wint-in-bool-context in instantiationsMarek Polacek2-0/+17
2021-05-12OpenMP: Add support for 'close' in map clauseMarcel Vollweiler4-78/+283
2021-05-12[nvptx] Add -mptx=3.1/6.3Tom de Vries6-3/+44
2021-05-12tree-optimization/100566 - fix another predication issue in VNRichard Biener2-2/+40
2021-05-12libcpp: Fix up -fdirectives-only preprocessing of includes not ending with ne...Jakub Jelinek2-0/+9
2021-05-12lto-wrapper: silent warnings in testsMartin Liska1-0/+3
2021-05-12i386: Optimize vpblendvb on inverted mask register to vpblendvb on swapping t...liuhongt3-0/+77
2021-05-12tree-optimization/100519 - avoid reassociating asm goto defsRichard Biener2-41/+58
2021-05-12Fix uninitialized variable in Atree.Size_In_SlotsBob Duff2-9/+26
2021-05-12LTO: merge -flto=arg from object files.Martin Liska1-20/+57
2021-05-12Print warning diagnostics for -flto issues.Martin Liska2-3/+42
2021-05-12lto-wrapper: Use vec<cl_decoded_option> data type.Martin Liska1-220/+176
2021-05-12Fix ICE in output_rnglists, at dwarf2out.c:12294Bernd Edlinger2-0/+20
2021-05-12Remove version.h from object filesMartin Liska1-2/+2
2021-05-12Daily bump.GCC Administrator7-1/+355
2021-05-12middle-end/100547 - check rtvec_alloc sizeRichard Biener2-2/+5
2021-05-12expand: Don't reuse DEBUG_EXPRs with vector type if they have different modes...Jakub Jelinek2-1/+20
2021-05-12ada: do not use binary mode in conf.pyMartin Liska1-14/+14
2021-05-12match.pd: Optimize (x & y) == x into (x & ~y) == 0 [PR94589]Jakub Jelinek2-0/+33
2021-05-12Minor fixesEric Botcazou1-4/+5
2021-05-12i386: Implement FP vector compares for V2SFmode [PR98218]Uros Bizjak10-24/+161
2021-05-11preprocessor: Support C2X #elifdef, #elifndefJoseph Myers3-0/+136
2021-05-11Update gcc ja.po.Joseph Myers1-48/+36
2021-05-11Replace unreachable code with an assert.Martin Sebor1-55/+2
2021-05-11preprocessor: Fix cpp_avoid_paste for digit separatorsJoseph Myers2-0/+23
2021-05-11testsuite: Fix input operands of gcc.dg/guality/pr43077-1.cStefan Schulze Frielinghaus1-1/+1
2021-05-11preprocessor: Enable digit separators for C2XJoseph Myers4-1/+72
2021-05-11c++: ICE casting class to vector [PR100517]Jason Merrill2-1/+13
2021-05-11More maybe_fold_reference TLCRichard Biener1-59/+0
2021-05-11Remove BRIG front-end.Martin Liska68-14376/+6
2021-05-11ipa/100513 - fix SSA_NAME_DEF_STMT corruption in IPA param manipRichard Biener1-1/+3
2021-05-11arm: Avoid emitting bogus CFA adjusts for CMSE nonsecure calls [PR99725]Alex Coplan2-8/+18
2021-05-11aarch64: A couple of mul_laneq tweaksRichard Sandiford3-36/+82
2021-05-11More maybe_fold_reference TLCRichard Biener1-13/+14
2021-05-11middle-end/100509 - avoid folding constant to aggregate typeRichard Biener2-1/+11
2021-05-11arm: Remove duplicate definitions from arm_mve.h (pr100419).Srinath Parvathaneni1-328/+132
2021-05-11testsuite/s390: Fix risbg-ll-3.c f2_cconly test.Robin Dapp1-1/+1
2021-05-11Further minor fixesEric Botcazou2-10/+9
2021-05-11openmp: Fix up taskloop reduction ICE if taskloop has no iterations [PR100471]Jakub Jelinek1-1/+11
2021-05-11rs6000: Guard density_test only for vector versionKewen Lin1-1/+10
2021-05-11vect: Add costing_for_scalar parameter to init_cost hookKewen Lin10-17/+22
2021-05-11rs6000: Move rs6000_vect_nonmem into target cost_dataKewen Lin1-7/+6
2021-05-10c++: dependent operator expression lookup [PR51577]Patrick Palka3-13/+128
2021-05-10c++: fn parm pack expansion inside constraint [PR100138]Patrick Palka3-1/+32
2021-05-11Daily bump.GCC Administrator12-1/+592
2021-05-11Fix missing version_string in AdaMartin Liska5-7/+44
2021-05-10Add missing pragma Inline for classification attributesEric Botcazou1-75/+113
2021-05-10Do not use pragma Provide_Shift_Operators in Atree packageEric Botcazou2-9/+14
2021-05-10Remove obsolete comment and add missing headerEric Botcazou1-3/+4
2021-05-10Minor tweak to previous change for the sake of consistencyEric Botcazou1-4/+2