aboutsummaryrefslogtreecommitdiff
path: root/gcc
AgeCommit message (Expand)AuthorFilesLines
2021-11-15Use 'location_hash' for 'gcc/diagnostic-spec.h:nowarn_map'Thomas Schwinge2-9/+4
2021-11-15Use 'location_hash' for 'seen_locations' in 'gcc/profile.c:branch_prob'Thomas Schwinge1-1/+2
2021-11-15Drop tree overflow in irange setter.Aldy Hernandez2-0/+23
2021-11-15Fortran: openmp: Add support for thread_limit clause on targetTobias Burnus2-1/+4
2021-11-15testsuite: Add testcase for already fixed PR [PR100469]Jakub Jelinek1-0/+32
2021-11-15x86: Add gcc.target/i386/pr103205-2.cH.J. Lu1-0/+46
2021-11-15openmp: Add support for thread_limit clause on targetJakub Jelinek4-5/+33
2021-11-15Fix PHI ordering problems in the path solver.Aldy Hernandez2-20/+42
2021-11-15path solver: Default to global range if nothing found.Aldy Hernandez2-2/+2
2021-11-15tree-optimization/103237 - avoid vectorizing unhandled double reductionsRichard Biener2-0/+35
2021-11-15PR target/103069: Relax cmpxchg loop for x86 targetHongyu Wang8-2/+318
2021-11-15tree-optimization/103219 - avoid ICE in unroll-and-jamRichard Biener2-1/+25
2021-11-15[tree-vectorizer.c] Merge pass_vectorize::execute with vectorize_loops and re...Prathamesh Kulkarni2-89/+83
2021-11-15testsuite: i386: Require dfp in gcc.target/i386/pr101346.cRainer Orth1-0/+1
2021-11-15i386: Fix up x86 atomic_bit_test* expanders for !TARGET_HIMODE_MATH [PR103205]Jakub Jelinek2-3/+14
2021-11-15c++: location of lambda object and conversion callJason Merrill3-7/+10
2021-11-15c++: check constexpr constructor bodyJason Merrill3-9/+22
2021-11-15c++: is_this_parameter and coroutines proxiesJason Merrill1-1/+2
2021-11-15c++: c++20 constexpr default ctor and array initJason Merrill2-2/+32
2021-11-15c++: don't do constexpr folding in unevaluated contextJason Merrill2-1/+8
2021-11-15c++: constexpr virtual and vbase thunkJason Merrill2-5/+32
2021-11-15gcc.dg/uninit-pred-9_b.c: Correct last adjustment for cris-elfHans-Peter Nilsson1-2/+2
2021-11-15VAX: Implement the `-mlra' command-line optionMaciej W. Rozycki3-2/+22
2021-11-15Daily bump.GCC Administrator3-1/+128
2021-11-15[Commmitted] Move some testcases to torture from tree-ssaAndrew Pinski4-8/+0
2021-11-15Track nondeterminism and interposable calls in ipa-modrefJan Hubicka4-34/+187
2021-11-14VAX: Add the `setmemhi' instructionMaciej W. Rozycki3-0/+87
2021-11-14Extend modref to track killsJan Hubicka6-79/+471
2021-11-14Remove gcc.dg/pr103229.cAldy Hernandez1-10/+0
2021-11-14Do not pass NULL to memset in ssa_global_cache.Aldy Hernandez2-1/+12
2021-11-14tsan: remove not needed -ldl in optionsMartin Liska2-2/+2
2021-11-14Cleanup tree-ssa-alias and tree-ssa-dse use of modref summaryJan Hubicka8-73/+77
2021-11-14Daily bump.GCC Administrator4-1/+244
2021-11-14Fix bug in ipa-pure-const and add debug countersJan Hubicka2-4/+10
2021-11-13More ipa-modref-tree.h cleanupsJan Hubicka3-49/+63
2021-11-13Implement DSE of dead functions calls storing memory.Jan Hubicka9-12/+227
2021-11-13Fix checking disabled build.Jan Hubicka1-2/+2
2021-11-13modref_access_node cleanupJan Hubicka2-514/+563
2021-11-13Add finalize method to modref summary.Jan Hubicka3-29/+36
2021-11-13Whitelity type attributes for function signature changeJan Hubicka3-9/+39
2021-11-13analyzer: add four new taint-based warningsDavid Malcolm19-123/+1492
2021-11-13Remember fnspec based EAF flags in modref summary.Jan Hubicka3-41/+49
2021-11-13path solver: Compute all PHI ranges simultaneously.Aldy Hernandez3-9/+69
2021-11-13Enable ipa-sra with fnspec attributesJan Hubicka3-15/+76
2021-11-13path solver: Merge path_range_query constructors.Aldy Hernandez2-27/+21
2021-11-13Fix wrong code with modref and some builtins.Jan Hubicka1-16/+14
2021-11-13Daily bump.GCC Administrator6-1/+323
2021-11-13or1k: Fix clobbering of _mcount argument if fPIC is enabledStafford Horne3-16/+42
2021-11-12Fix wrong code with pure functionsJan Hubicka3-2/+38
2021-11-12path solver: Solve PHI imports first for ranges.Aldy Hernandez1-2/+13