aboutsummaryrefslogtreecommitdiff
path: root/gcc
AgeCommit message (Expand)AuthorFilesLines
2020-06-10[Ada] Remove Determine_LicenseArnaud Charlet1-159/+1
2020-06-10[Ada] Incorrect accessibility checks on functions callsJustin Squirek6-184/+203
2020-06-10[Ada] Reject illegal bodies for null proceduresGhjuvan Lacambre1-0/+7
2020-06-10[Ada] Fix incorrect insertion of post-call actions in if-expressionEric Botcazou1-5/+10
2020-06-10[Ada] Minor reformatting and some typo fixesGary Dismukes4-14/+14
2020-06-10Make {SLP_TREE,STMT_VINFO}_VEC_STMTS a vector of gimple *Richard Biener7-380/+282
2020-06-10Merge evrp uses of substitute_and_fold_engine into the engine itself.Aldy Hernandez10-303/+220
2020-06-10Revamp frvrp*changes flags.Aldy Hernandez7-27/+21
2020-06-10Tidy up gimple_state class.Aldy Hernandez5-177/+49
2020-06-10Add missing store in emission of asan_stack_free.Martin Liska1-2/+18
2020-06-10Move evrp trapping conditional to its own function.Aldy Hernandez3-4/+11
2020-06-10Remove unused tmp_stats_pre_fold_bb_end.Aldy Hernandez2-2/+0
2020-06-10AArch64: Adjust costing of by element MUL to be the same as SAME3 MUL.Tamar Christina2-1/+38
2020-06-10Introduce STMT_VINFO_VEC_STMTSRichard Biener6-1500/+873
2020-06-10tmmark: verify_ssa failed [PR95569]Qian Chao2-0/+19
2020-06-10Add more unimplemented operands in enhanced_operand_compare::operand_equal_p.Aldy Hernandez1-0/+6
2020-06-10Fix off-by-one allocation bug in get_fresh_function_name.Aldy Hernandez1-1/+1
2020-06-10Add gcc_assert that &global_options are not dirty modified.Martin Liska4-0/+51
2020-06-10Daily bump.GCC Administrator7-1/+477
2020-06-09PowerPC: Add future hwcap2 bitsMichael Meissner2-0/+16
2020-06-09PowerPC: Add future hwcap2 bitsMichael Meissner1-0/+33
2020-06-09PowerPC: Add future hwcap2 bitsMichael Meissner3-1/+11
2020-06-09Remove loop_ranger::range_of_phi as loop_ranger::range_of_stmt handles things.Aldy Hernandez3-19/+1
2020-06-09PowerPC: Add pcrel/prefixed target supports.Michael Meissner1-0/+6
2020-06-09When specifying a non-system prefix with --with-zstd, the build fails because...Michael Kuhn3-2/+7
2020-06-09asan: fix wrong options for a test-case.Martin Liska1-1/+1
2020-06-09coroutines: Ensure distinct DTOR trees [PR95137].Iain Sandoe1-9/+13
2020-06-09tree-inline: Fix VLA handling [PR95552]Jason Merrill2-0/+20
2020-06-09tsan: Add optional support for distinguishing volatilesMarco Elver4-12/+109
2020-06-09PowerPC: PowerPC tests: Add prefixed/pcrel tests.Michael Meissner1-0/+19
2020-06-09Implement loop_ranger::range_of_stmt to use SCEV when evaluating PHI's.Aldy Hernandez4-2/+33
2020-06-09Remove dead codeRichard Biener1-42/+0
2020-06-09d: Merge upstream dmd 13d67c575.Iain Buclaw25-57/+843
2020-06-09c++: Tweak predeclare_vla.Jason Merrill1-1/+2
2020-06-09openmp: ensure variables in offload table are streamed out (PRs 94848 + 95551)Tobias Burnus1-3/+3
2020-06-09Remove dead codeRichard Biener1-43/+0
2020-06-09Fix some ChangeLog entriesPatrick Palka2-2/+2
2020-06-09gcov-dump: fix --help spacingMartin Liska1-1/+1
2020-06-09sanitizer: do not inline no-sanitize into sanitizer fnMartin Liska6-14/+103
2020-06-09AArch64+SVE: Add support for unpacked unary ops and BICJoe Ramsay8-19/+127
2020-06-09gcov: improve --coverage small exampleMartin Liska1-1/+2
2020-06-09[Ada] Missing check on private overriding of dispatching primitiveJavier Miranda5-12/+47
2020-06-09[Ada] Small enhancement in XEinfo utilityEric Botcazou2-16/+44
2020-06-09[Ada] Implement AI12-0028: Import of variadic C functionsEric Botcazou10-107/+278
2020-06-09[Ada] Code clean ups and comments updatesArnaud Charlet6-4/+17
2020-06-09[Ada] Improve handling of null unbounded stringsArnaud Charlet2-42/+13
2020-06-09[Ada] Remove kludge for AI05-0087Arnaud Charlet2-41/+14
2020-06-09[Ada] Small cleanup in Einfo unitEric Botcazou2-114/+173
2020-06-09[Ada] Ada2020 AI12-0282: Shared variable control aspects in genericsEd Schonberg1-2/+21
2020-06-09[Ada] Improve handling of aggregates in Side_Effect_FreeArnaud Charlet1-0/+6