aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2022-01-04Add new hook ld_plugin_register_open_and_read_symbols.devel/mold-lto-pluginMartin Liska2-24/+83
2022-01-04libgcc: Use _dl_find_object in _Unwind_Find_FDEFlorian Weimer1-0/+18
2022-01-04libgomp/testsuite: Improve omp_get_device_num() testsTobias Burnus2-19/+27
2022-01-04tree-optimization/103690 - not up-to-date SSA and PRE DCERichard Biener3-18/+23
2022-01-04nvptx: Transition nvptx backend to STORE_FLAG_VALUE = 1Roger Sayle2-37/+41
2022-01-04Adjust VxWorks fixincludes hack for mkdir to work for C++Olivier Hainque3-28/+27
2022-01-04Register --sysroot in the driver switches tableOlivier Hainque1-1/+3
2022-01-04libgomp: Fix GOMP_DEVICE_NUM_VAR stringification during offload image loadChung-Lin Tang2-3/+3
2022-01-04tree-optimization/103864 - SLP reduction of reductions with conversionsRichard Biener2-9/+25
2022-01-04shrink-wrapping: Don't call can_get_prologue unnecessarily [PR103860]Jakub Jelinek1-4/+10
2022-01-04x86: Update model value for Alderlake and RocketlakeCui,Lili1-0/+2
2022-01-04openmp: Fix ICE in gimplify_omp_affinity [PR103643]Chung-Lin Tang2-1/+20
2022-01-04Force_reg operand 1.liuhongt2-1/+18
2022-01-04[COMMITTED] c++: [PR90782] Add testcaseAndrew Pinski1-0/+13
2022-01-03tree-pretty-print: still indent unhandled codesJason Merrill1-5/+6
2022-01-04Daily bump.GCC Administrator14-1/+260
2022-01-03c-family: Have -Wformat-diag accept "decl-specifier" [PR103758]Marek Polacek3-3/+9
2022-01-03i386: Always enable mov<V_32:mode> patterns [PR103894]Uros Bizjak2-17/+19
2022-01-03c++: Avoid narrowing in make_char_string_packMarek Polacek1-1/+2
2022-01-03Revamp documentation for _Complex types extensionAndrew Pinski1-19/+54
2022-01-03Fortran: Fix array copy-in/copy-out for BIND(C) functions [PR103390]Sandra Loosemore11-4/+228
2022-01-03i386, fab: Optimize __atomic_{add,sub,and,or,xor}_fetch (x, y, z) {==,!=,<,<=...Jakub Jelinek16-36/+2133
2022-01-03middle-end/103851 - ensure SSA names are released during OMP loweringRichard Biener2-12/+23
2022-01-03symtab: Fold &a == &b to 0 if folding_initializer [PR94716]Jakub Jelinek5-3/+39
2022-01-03testsuite: fix ASAN errors in i386.exp testsMartin Liska10-30/+46
2022-01-03testsuite: fix vect.exp ASAN errorsMartin Liska2-2/+2
2022-01-03d: Merge upstream dmd 001bfd97b, druntime 759e6023, phobos 468788323.Iain Buclaw197-650/+711
2022-01-03docs: Use ; for function declarations.Martin Liska1-2/+2
2022-01-03c++: Support &typeid(x) == &typeid(y) and typeid(x) == typeid(y) in constant ...Jakub Jelinek4-0/+43
2022-01-03tree-optimization/66502 - add testcaseRichard Biener1-0/+18
2022-01-03Update copyright years.Jakub Jelinek16043-16108/+16108
2022-01-03Add University of Illinois as external authorJakub Jelinek1-1/+2
2022-01-03Update Copyright in ChangeLog filesJakub Jelinek22-22/+22
2022-01-03Update copyright dates.Jakub Jelinek24-27/+27
2022-01-03Rotate ChangeLog files - step 2 - remove 2021 entries from ChangeLog files.Jakub Jelinek8-86981/+8
2022-01-03Rotate ChangeLog files - part 1 - add ChangeLog-2021.Jakub Jelinek8-0/+87013
2022-01-03Add testcase for PR103615Richard Biener1-0/+13
2022-01-03Daily bump.GCC Administrator5-1/+71
2022-01-02i386: Introduce V2QImode vectorized arithmetic [PR103861]Uros Bizjak11-13/+362
2022-01-02Adjust shadd-2 and shadd-3 scan counts.John David Anglin2-2/+2
2022-01-02Skip gcc.dg/guality/example.c on hppa-linux.John David Anglin1-0/+1
2022-01-02c++: fix array cleanup with throwing temp dtorJason Merrill2-6/+54
2022-01-02c++: don't wrap cleanups that can't throwJason Merrill2-6/+21
2022-01-02Generate illegal instruction fault if LWS syscall returns -EFAULT.John David Anglin1-0/+6
2022-01-02Use optab_libfunc to access sync_lock_test_and_set libfunc on hppa-linux.John David Anglin1-12/+12
2022-01-02Daily bump.GCC Administrator4-1/+31
2022-01-01Fixincludes: Handle __FLT_EVAL_METHOD__ == 16 on darwinFrancois-Xavier Coudert3-5/+64
2022-01-01Committed: Add testcases for a few PRsAndrew Pinski2-0/+66
2022-01-01testsuite: Adjust gcc.misc-tests/godump-1.c testcaseJakub Jelinek1-32/+32
2022-01-01objc: Fix handling of break stmt inside of switch inside of ObjC foreach [PR1...Jakub Jelinek2-1/+103