aboutsummaryrefslogtreecommitdiff
path: root/gcc
AgeCommit message (Expand)AuthorFilesLines
2022-05-03middle-end/105083 - check prerequesites in scev_initializeRichard Biener2-3/+4
2022-05-03middle-end/105461 - opts processing of -fvar-trackingRichard Biener2-2/+17
2022-05-03Fixup OPTION_SET_P usage in finish_optionsRichard Biener1-4/+7
2022-05-03tree-optimization/105394 - vector lowering of comparesRichard Biener1-1/+4
2022-05-02OpenMP, libgomp: Add new runtime routine omp_get_mapped_ptr.Marcel Vollweiler1-0/+1
2022-05-02testsuite: vect: update unaligned messageAlexandre Oliva1-1/+1
2022-05-03Daily bump.GCC Administrator5-1/+113
2022-05-02c++: improve template-id locationJason Merrill2-13/+17
2022-05-02c++: also note name used in enclosing classJason Merrill5-18/+86
2022-05-02x86: Add missing .note.GNU-stack to assembly sourceH.J. Lu8-0/+8
2022-05-02Fortran: Add location info to OpenMP tree nodesSandra Loosemore1-0/+11
2022-05-02c++: uses_template_parms cleanupsMarek Polacek2-20/+15
2022-05-02Assume a call is expensive when it mismatchesRichard Biener1-2/+5
2022-05-02tree-optimization/104240 - SLP discovery with swapped comparisonsRichard Biener2-1/+32
2022-05-02expand: Throw away non-external decls without varpool nodes [PR105415]Jakub Jelinek2-1/+28
2022-05-02gcov: Fix first time gcov info dumpSebastian Huber1-1/+4
2022-05-02tree-optimization/105437 - BB vect with extern defs of throwing stmtsRichard Biener2-0/+31
2022-05-02Use CASE_CONVERT in a few more casesRichard Biener5-11/+5
2022-05-02system.h: Include <initializer_list> in system.h unconditionallyJakub Jelinek1-0/+1
2022-05-02Daily bump.GCC Administrator2-1/+10
2022-05-01rs6000: "Y" is DS-form, not DQ-formSegher Boessenkool1-1/+1
2022-05-01Denormalize VR_VARYING to VR_RANGE before passing it to set_range_info_raw.Aldy Hernandez1-1/+10
2022-05-01Daily bump.GCC Administrator4-1/+21
2022-04-30gengtype: remove "tree_exp" special attributePatrick Palka2-37/+2
2022-04-30c-family: attribute ((aligned, mode)) [PR100545]Jason Merrill4-4/+27
2022-04-30Daily bump.GCC Administrator6-1/+353
2022-04-29c++: reorganize friend template matching [PR91618]Jason Merrill3-61/+49
2022-04-29c++: alias CTAD and member alias templates [PR104470]Jason Merrill4-6/+47
2022-04-29c++: lambda capture dependent type [PR82980]Jason Merrill1-4/+3
2022-04-29c++: tidy auto deductionJason Merrill1-3/+2
2022-04-29c++: pedwarn for empty unnamed enum in decl [PR67048]Marek Polacek2-1/+10
2022-04-29c++: check completeness after auto deduction [PR80351]Jason Merrill9-5/+119
2022-04-29Fix exchanged period and letter in gfortan.texi.Thomas Koenig1-1/+1
2022-04-29ipa: Release body of clone_of when removing its last clone (PR 100413)Martin Jambor2-1/+69
2022-04-29aarch64: Add option to pr105219 testcaseAndre Vieira1-0/+1
2022-04-29c++: Add fixed test [PR83596]Marek Polacek1-0/+11
2022-04-29c++: Add fixed test [PR78244]Marek Polacek1-0/+26
2022-04-29c++: Add fixed test [PR71424]Marek Polacek1-0/+13
2022-04-29c++: using in diagnostics [PR102987]Jason Merrill2-7/+12
2022-04-29c++: dump alias-declaration scopeJason Merrill2-1/+3
2022-04-29c++: Improve diagnostics for template args terminated with >= or >>= [PR104319]Jakub Jelinek3-6/+98
2022-04-29i386: Optimize double-word negation [PR51954]Uros Bizjak2-0/+59
2022-04-29Fix is_gimple_condexpr vs is_gimple_condexpr_for_condRichard Biener9-54/+70
2022-04-29Add gsi_after_labels overload for gimple_seqRichard Biener3-15/+30
2022-04-29tree-optimization/105431 - another overflow in powi handlingRichard Biener1-7/+5
2022-04-29Move common code from range-op.cc to header files.Aldy Hernandez3-97/+143
2022-04-29Remove various deprecated methods in class irange.Aldy Hernandez10-24/+24
2022-04-29Prefer global range info setters that take a range.Aldy Hernandez15-62/+79
2022-04-29Call set_undefined from irange constructor.Aldy Hernandez1-2/+1
2022-04-29Make irange::intersect(wide_int, wide_int) private.Aldy Hernandez3-6/+8