Age | Commit message (Expand) | Author | Files | Lines |
2023-06-21 | testsuite: move handle-multiline-outputs to before check for blank lines | David Malcolm | 1 | -0/+2 |
2023-06-20 | libcpp: Improve location for macro names [PR66290] | Lewis Hyatt | 9 | -11/+63 |
2023-06-20 | Improve DSE to handle stores before __builtin_unreachable () | Richard Biener | 1 | -1/+1 |
2023-06-15 | c: add name hints to c_parser_declspecs [PR107583] | David Malcolm | 1 | -0/+10 |
2023-06-15 | libcpp: Diagnose #include after failed __has_include [PR80753] | Jakub Jelinek | 1 | -0/+15 |
2023-06-15 | Fix 'dg-warning' in 'c-c++-common/Wfree-nonheap-object-3.c' for C++ | Thomas Schwinge | 1 | -1/+1 |
2023-06-14 | Tighten 'dg-warning' alternatives in 'c-c++-common/Wfree-nonheap-object{,-2,-... | Thomas Schwinge | 3 | -8/+8 |
2023-06-12 | OpenMP: Cleanups related to the 'present' modifier | Tobias Burnus | 3 | -8/+18 |
2023-06-06 | openmp: Add support for the 'present' modifier | Tobias Burnus | 4 | -3/+138 |
2023-05-30 | OpenMP: Improve C/C++ parsing error message [PR109999] | Tobias Burnus | 5 | -10/+10 |
2023-05-30 | riscv: add work around for PR sanitizer/82501 | Andreas Schwab | 1 | -0/+1 |
2023-05-22 | testsuite/52641: Fix tests that fail for 16-bit int / pointer targets. | Georg-Johann Lay | 1 | -1/+1 |
2023-05-22 | Skip some tests that won't work for target AVR. | Georg-Johann Lay | 10 | -0/+11 |
2023-05-17 | i386: Fix up types in __builtin_{inf,huge_val,nan{,s},fabs,copysign}q builtin... | Jakub Jelinek | 1 | -0/+32 |
2023-05-08 | PHIOPT: Add diamond bb form to factor_out_conditional_conversion | Andrew Pinski | 1 | -3/+3 |
2023-05-07 | Move substitute_and_fold over to use simple_dce_from_worklist | Andrew Pinski | 1 | -2/+4 |
2023-04-30 | hwasan: adjust wording in expected output in tests | Martin Liska | 4 | -7/+7 |
2023-04-28 | harden-conditionals: detach values before compares | Alexandre Oliva | 1 | -0/+24 |
2023-04-27 | testsuite: adjust NOP expectations for RISC-V | Jan Beulich | 3 | -3/+6 |
2023-04-25 | 'omp scan' struct block seq update for OpenMP 5.x | Tobias Burnus | 1 | -0/+95 |
2023-04-04 | sanitizer: missing signed integer overflow errors [PR109107] | Marek Polacek | 4 | -0/+96 |
2023-03-31 | c-c++-common/Warray-bounds.c: Fix excess warnings on LLP64 | Jonathan Yong | 1 | -4/+4 |
2023-03-28 | Don't emit -Wxor-used-as-pow on macro expansions [PR107002] | David Malcolm | 4 | -0/+23 |
2023-03-26 | predict: Don't emit -Wsuggest-attribute=cold warning for functions which alre... | Jakub Jelinek | 1 | -0/+19 |
2023-03-24 | diagnostics: ensure that .sarif files are UTF-8 encoded [PR109098] | David Malcolm | 9 | -0/+186 |
2023-03-24 | json: preserve key-insertion order [PR109163] | David Malcolm | 6 | -54/+61 |
2023-03-17 | c, ubsan: Instrument even shortened divisions [PR109151] | Jakub Jelinek | 1 | -0/+14 |
2023-03-17 | openmp: Fix up handling of doacross loops with noreturn body in loops [PR108685] | Jakub Jelinek | 1 | -0/+17 |
2023-03-16 | middle-end: always find a basename for -fdiagnostics-format=* | Martin Liska | 1 | -0/+3 |
2023-03-16 | tree-optimization/109123 - run -Wuse-afer-free only early | Richard Biener | 1 | -1/+1 |
2023-03-15 | diagnostics: attempt to capture crash info in SARIF output [PR109097] | David Malcolm | 1 | -0/+5 |
2023-03-14 | c++: -Wreturn-type with if (true) throw [PR107310] | Jason Merrill | 1 | -2/+2 |
2023-03-13 | libcpp: Fix ICE on directive inside _Pragma() operator [PR67046] | Lewis Hyatt | 1 | -0/+10 |
2023-03-10 | ubsan: missed -fsanitize=bounds for compound ops [PR108060] | Marek Polacek | 5 | -0/+88 |
2023-03-10 | c, c++, cgraphunit: Prevent duplicated -Wunused-value warnings [PR108079] | Jakub Jelinek | 1 | -0/+10 |
2023-03-04 | c-family: Incremental fix for -Wsign-compare BIT_NOT_EXPR handling [PR107465] | Jakub Jelinek | 1 | -0/+6 |
2023-03-04 | c-family: Fix up -Wsign-compare BIT_NOT_EXPR handling [PR107465] | Jakub Jelinek | 2 | -0/+128 |
2023-03-03 | -Wdangling-pointer: don't mark SSA lhs sets as stores | Alexandre Oliva | 1 | -2/+2 |
2023-03-02 | testsuite: Handle "packed" targets in c-c++-common/auto-init-7.c and -8.c | Hans-Peter Nilsson | 2 | -2/+2 |
2023-03-01 | OpenMP: Ignore side-effects when finding struct comps [PR108545] | Tobias Burnus | 1 | -0/+19 |
2023-03-01 | ubsan: Add another testcase for [0] array in the middle of struct [PR108894] | Jakub Jelinek | 1 | -0/+15 |
2023-02-24 | asan: adjust module name for global variables | Martin Liska | 1 | -1/+1 |
2023-02-22 | c-family: avoid compile-time-hog in c_genericize [PR108880] | Marek Polacek | 1 | -0/+13 |
2023-02-15 | warn-access: wrong -Wdangling-pointer with labels [PR106080] | Marek Polacek | 2 | -0/+21 |
2023-02-15 | c++: Add testcases from some Issaquah DRs | Jakub Jelinek | 1 | -0/+20 |
2023-02-11 | ipa-cp: Punt for too large offsets [PR108605] | Jakub Jelinek | 1 | -0/+24 |
2023-02-11 | gcc/testsuite: fix excess warnings for mingw-w64 | Jonathan Yong | 1 | -3/+3 |
2023-02-09 | OpenMP: Parse align clause in allocate directive in C/C++ | Tobias Burnus | 1 | -0/+36 |
2023-01-26 | opts: SANITIZE_ADDRESS wrongly cleared [PR108543] | Marek Polacek | 4 | -0/+60 |
2023-01-26 | testsuite: Fix hwasan/arguments-3.c failures | Richard Sandiford | 1 | -3/+3 |