aboutsummaryrefslogtreecommitdiff
path: root/gcc
AgeCommit message (Expand)AuthorFilesLines
2020-09-24updating for generic libcody interfacedevel/lto-offloadJohn Ravi2-12/+12
2020-08-291. renamed libcody lto functions to invoke functionsJohn Ravi3-45/+34
2020-08-23check lto compilation statusJohn Ravi2-2/+21
2020-08-19Merge remote-tracking branch 'origin/master' into devel/lto-offloadJohn Ravi1994-162788/+186527
2020-08-19analyzer: fix ICE on deref_rvalue on SK_COMPOUND [PR96643]David Malcolm2-21/+31
2020-08-19analyzer: fix ICE on folding vector 0 [PR96705]David Malcolm2-2/+11
2020-08-19analyzer: fix ICE converting float to int [PR96699]David Malcolm2-0/+18
2020-08-19rs6000, restrict bfloat convert intrinsic to Power 10. Fix BU_P10V macro defi...Carl Love3-322/+347
2020-08-19rs6000: Enable more sibcalls when TOC is not preservedBill Schmidt2-21/+28
2020-08-19i386: Use code_for_ instead of gen_ for parameterized names more.Uros Bizjak1-17/+19
2020-08-19tree-optimization/94234 - add pattern for ptr-diff on addresses with same offsetFeng Xue2-0/+18
2020-08-19x86: Detect Rocket Lake and Alder LakeH.J. Lu1-0/+10
2020-08-19AArch64: Remove "fndecl && TREE_PUBLIC (fndecl)" in aarch64_init_cumulative_argsPeixin Qiao2-1/+11
2020-08-19testsuite: require c99 runtime for trigonometric optimisation testsPat Bernardi3-1/+4
2020-08-19[testsuite, nvptx] Add effective target sync_int_long_stackTom de Vries2-2/+14
2020-08-18options: Make --help= see overridden valuesKewen Lin1-2/+8
2020-08-18analyzer: consider initializers for globals [PR96651]David Malcolm7-29/+224
2020-08-18analyzer: fix ICE with negative bit offsets [PR96648]David Malcolm2-1/+38
2020-08-19Daily bump.GCC Administrator8-1/+204
2020-08-18c++: alias template template_info settingNathan Sidwell2-8/+25
2020-08-18rs6000: Rename instruction xvcvbf16sp to xvcvbf16spnPeter Bergner5-8/+8
2020-08-18c++: Rewrite members for all deduction guides. [PR96199]Jason Merrill4-4/+71
2020-08-18c++: Handle enumerator in C++20 alias CTAD. [PR96199]Jason Merrill2-0/+87
2020-08-18PR fortran/96613,96686 - Fix type/kind issues, temporaries evaluating MIN/MAXHarald Anlauf6-8/+69
2020-08-18rs6000: unaligned VSX in memcpy/memmove expansionAaron Sawdey3-16/+105
2020-08-18Decouple adjust_range_from_scev from vr_values and value_range_equiv.Aldy Hernandez2-89/+103
2020-08-18PR middle-end/96665 - memcmp of a constant string not foldedMartin Sebor2-8/+91
2020-08-18Fix PR tree-optimization/96670 - ICE on memchr with an empty initializer.Martin Sebor3-1/+89
2020-08-18doc: add return type for functions in gimple.texiHu Jiangping1-3/+3
2020-08-18Update native_encode_expr description.Martin Sebor1-5/+6
2020-08-18i386: Rewrite restore_stack_nonlocal expander [PR96536].Uros Bizjak1-72/+43
2020-08-18New tests for PR rtl-optimization/96298.Roger Sayle2-0/+36
2020-08-18c++: Move hidden-lambda entity lookup checkingNathan Sidwell1-12/+10
2020-08-18d: Fix ICE Segmentation fault during RTL pass: expand on armhf/armel/s390xIain Buclaw4-6/+92
2020-08-18Don't use pinsr/pextr for struct initialization/extraction.liuhongt2-2/+81
2020-08-18c: Fix -Wunused-but-set-* warning with _Generic [PR96571]Jakub Jelinek2-6/+46
2020-08-18Adjust testcase.liuhongt1-7/+3
2020-08-17analyzer: fix name of local in region_model::get_rvalue_1David Malcolm1-2/+2
2020-08-17analyzer: fix ICE on unhandled tree codes in get_rvalue_1 [PR96641]David Malcolm2-1/+19
2020-08-17analyzer: fix ICE on unhandled tree codes in gassign [PR96640]David Malcolm1-2/+20
2020-08-18Daily bump.GCC Administrator5-1/+105
2020-08-17compiler: export thunks referenced by inline functionsIan Lance Taylor3-9/+10
2020-08-17analyzer: fix ICE on NULL dereference [PR96644]David Malcolm2-2/+26
2020-08-17analyzer: fix ICE due to NULL type [PR96639]David Malcolm2-1/+11
2020-08-17analyzer: handle &STRING_CST in constant pool initializers [PR96642]David Malcolm2-3/+28
2020-08-17i386: Use parametrized pattern names some more.Uros Bizjak6-68/+52
2020-08-17opnemp: add static assert for clause_names.Martin Liska1-6/+2
2020-08-17Add statement context to get_value_range.Aldy Hernandez2-32/+35
2020-08-17openmp: fix UBSAN error at gcc/fortran/openmp.c:4737Martin Liska1-1/+2
2020-08-17Force ENDBR immediate into memory.liuhongt3-0/+235