aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2022-01-04Add new hook ld_plugin_register_open_and_read_symbols.devel/mold-lto-pluginMartin Liska
2022-01-04libgcc: Use _dl_find_object in _Unwind_Find_FDEFlorian Weimer
2022-01-04libgomp/testsuite: Improve omp_get_device_num() testsTobias Burnus
2022-01-04tree-optimization/103690 - not up-to-date SSA and PRE DCERichard Biener
2022-01-04nvptx: Transition nvptx backend to STORE_FLAG_VALUE = 1Roger Sayle
2022-01-04Adjust VxWorks fixincludes hack for mkdir to work for C++Olivier Hainque
2022-01-04Register --sysroot in the driver switches tableOlivier Hainque
2022-01-04libgomp: Fix GOMP_DEVICE_NUM_VAR stringification during offload image loadChung-Lin Tang
2022-01-04tree-optimization/103864 - SLP reduction of reductions with conversionsRichard Biener
2022-01-04shrink-wrapping: Don't call can_get_prologue unnecessarily [PR103860]Jakub Jelinek
2022-01-04x86: Update model value for Alderlake and RocketlakeCui,Lili
2022-01-04openmp: Fix ICE in gimplify_omp_affinity [PR103643]Chung-Lin Tang
2022-01-04Force_reg operand 1.liuhongt
2022-01-04[COMMITTED] c++: [PR90782] Add testcaseAndrew Pinski
2022-01-03tree-pretty-print: still indent unhandled codesJason Merrill
2022-01-04Daily bump.GCC Administrator
2022-01-03c-family: Have -Wformat-diag accept "decl-specifier" [PR103758]Marek Polacek
2022-01-03i386: Always enable mov<V_32:mode> patterns [PR103894]Uros Bizjak
2022-01-03c++: Avoid narrowing in make_char_string_packMarek Polacek
2022-01-03Revamp documentation for _Complex types extensionAndrew Pinski
2022-01-03Fortran: Fix array copy-in/copy-out for BIND(C) functions [PR103390]Sandra Loosemore
2022-01-03i386, fab: Optimize __atomic_{add,sub,and,or,xor}_fetch (x, y, z) {==,!=,<,<=...Jakub Jelinek
2022-01-03middle-end/103851 - ensure SSA names are released during OMP loweringRichard Biener
2022-01-03symtab: Fold &a == &b to 0 if folding_initializer [PR94716]Jakub Jelinek
2022-01-03testsuite: fix ASAN errors in i386.exp testsMartin Liska
2022-01-03testsuite: fix vect.exp ASAN errorsMartin Liska
2022-01-03d: Merge upstream dmd 001bfd97b, druntime 759e6023, phobos 468788323.Iain Buclaw
2022-01-03docs: Use ; for function declarations.Martin Liska
2022-01-03c++: Support &typeid(x) == &typeid(y) and typeid(x) == typeid(y) in constant ...Jakub Jelinek
2022-01-03tree-optimization/66502 - add testcaseRichard Biener
2022-01-03Update copyright years.Jakub Jelinek
2022-01-03Add University of Illinois as external authorJakub Jelinek
2022-01-03Update Copyright in ChangeLog filesJakub Jelinek
2022-01-03Update copyright dates.Jakub Jelinek
2022-01-03Rotate ChangeLog files - step 2 - remove 2021 entries from ChangeLog files.Jakub Jelinek
2022-01-03Rotate ChangeLog files - part 1 - add ChangeLog-2021.Jakub Jelinek
2022-01-03Add testcase for PR103615Richard Biener
2022-01-03Daily bump.GCC Administrator
2022-01-02i386: Introduce V2QImode vectorized arithmetic [PR103861]Uros Bizjak
2022-01-02Adjust shadd-2 and shadd-3 scan counts.John David Anglin
2022-01-02Skip gcc.dg/guality/example.c on hppa-linux.John David Anglin
2022-01-02c++: fix array cleanup with throwing temp dtorJason Merrill
2022-01-02c++: don't wrap cleanups that can't throwJason Merrill
2022-01-02Generate illegal instruction fault if LWS syscall returns -EFAULT.John David Anglin
2022-01-02Use optab_libfunc to access sync_lock_test_and_set libfunc on hppa-linux.John David Anglin
2022-01-02Daily bump.GCC Administrator
2022-01-01Fixincludes: Handle __FLT_EVAL_METHOD__ == 16 on darwinFrancois-Xavier Coudert
2022-01-01Committed: Add testcases for a few PRsAndrew Pinski
2022-01-01testsuite: Adjust gcc.misc-tests/godump-1.c testcaseJakub Jelinek
2022-01-01objc: Fix handling of break stmt inside of switch inside of ObjC foreach [PR1...Jakub Jelinek