Age | Commit message (Expand) | Author | Files | Lines |
2023-11-14 | input.h: eliminate implicit users of global_dc's file_cache | David Malcolm | 1 | -3/+8 |
2023-11-03 | diagnostics: add automatic URL-ification within messages | David Malcolm | 1 | -0/+1 |
2023-01-19 | value-relation: Fix up relation_union [PR108447] | Jakub Jelinek | 1 | -0/+1 |
2023-01-02 | Update copyright years. | Jakub Jelinek | 1 | -1/+1 |
2022-03-19 | selftest: Move C-specific tests to c_family | Arthur Cohen | 1 | -2/+0 |
2022-01-19 | Update per-file selftest and finalization hooks for .c to .cc renaming | David Malcolm | 1 | -37/+37 |
2022-01-17 | Change references of .c files to .cc files | Martin Liska | 1 | -2/+2 |
2022-01-03 | Update copyright years. | Jakub Jelinek | 1 | -1/+1 |
2021-12-12 | Replace gnu::unique_ptr with std::unique_ptr | Jonathan Wakely | 1 | -1/+0 |
2021-11-01 | diagnostics: escape non-ASCII source bytes for certain diagnostics | David Malcolm | 1 | -0/+2 |
2021-08-17 | Turn global 'ggc_force_collect' variable into 'force_collect' parameter to 'g... | Thomas Schwinge | 1 | -5/+0 |
2021-06-03 | Implement generic expression evaluator for range_query. | Aldy Hernandez | 1 | -0/+1 |
2021-01-04 | Update copyright years. | Jakub Jelinek | 1 | -1/+1 |
2020-12-17 | Add an alternative splay tree implementation | Richard Sandiford | 1 | -0/+1 |
2020-11-09 | Clean up irange self tests. | Aldy Hernandez | 1 | -0/+1 |
2020-09-22 | Fix ipa-modref selftest and destructor | Jan Hubicka | 1 | -0/+1 |
2020-04-27 | Fix warning URLs for Fortran and analyzer [PR 92830] | David Malcolm | 1 | -0/+1 |
2020-01-14 | Initial commit of analyzer | David Malcolm | 1 | -0/+3 |
2020-01-10 | Add diagnostic paths | David Malcolm | 1 | -0/+1 |
2020-01-01 | Update copyright years. | Jakub Jelinek | 1 | -1/+1 |
2019-12-11 | function-tests.c: expose selftest::make_fndecl for use elsewhere | David Malcolm | 1 | -0/+7 |
2019-11-14 | Remove higher precision range tests because they are unused. | Aldy Hernandez | 1 | -4/+1 |
2019-11-13 | Come up with selftests for dbgcnt. | Martin Liska | 1 | -0/+1 |
2019-11-05 | The base class for ranges is currently value_range_base, which is rather long... | Aldy Hernandez | 1 | -1/+1 |
2019-10-03 | Makefile.in (OBJS): Add range.o and range-op.o. | Aldy Hernandez | 1 | -0/+4 |
2019-07-09 | PR c++/61339 - add mismatch between struct and class [-Wmismatched-tags] to n... | Martin Sebor | 1 | -1/+1 |
2019-07-09 | PR c++/61339 - add mismatch between struct and class [-Wmismatched-tags] to n... | Martin Sebor | 1 | -1/+2 |
2019-05-23 | Bulletproof -fdiagnostics-format=json against bad locations (PR c++/90462) | David Malcolm | 1 | -0/+1 |
2019-01-01 | Update copyright years. | Jakub Jelinek | 1 | -1/+1 |
2018-12-19 | C++: more location wrapper nodes (PR c++/43064, PR c++/43486) | David Malcolm | 1 | -0/+1 |
2018-11-27 | Fix missing dump_impl_location_t values, using a new dump_metadata_t | David Malcolm | 1 | -0/+9 |
2018-11-13 | Eliminate source_location in favor of location_t | David Malcolm | 1 | -1/+1 |
2018-11-08 | cgraph: add selftest::symbol_table_test | David Malcolm | 1 | -0/+1 |
2018-10-04 | Report vectorization problems via a new opt_problem class | David Malcolm | 1 | -0/+1 |
2018-07-20 | Add "-fsave-optimization-record" | David Malcolm | 1 | -0/+2 |
2018-07-02 | selftest: introduce class auto_fix_quotes | David Malcolm | 1 | -0/+20 |
2018-06-28 | Come up with new --completion option. | Martin Liska | 1 | -0/+20 |
2018-06-26 | Introduce dump_location_t | David Malcolm | 1 | -0/+1 |
2018-05-01 | selftest: remove "Yoda ordering" in assertions | David Malcolm | 1 | -33/+33 |
2018-04-30 | selftest.h: fix alphabetization of per-source-file selftest declarations | David Malcolm | 1 | -7/+7 |
2018-03-14 | Fix ICE for missing header fix-it hints with overlarge #line directives (PR c... | David Malcolm | 1 | -0/+38 |
2018-01-03 | Update copyright years. | Jakub Jelinek | 1 | -1/+1 |
2018-01-02 | Rework VEC_PERM_EXPR folding | Richard Sandiford | 1 | -0/+1 |
2017-12-14 | poly_int: add poly-int.h | Richard Sandiford | 1 | -0/+38 |
2017-12-12 | Expensive selftests: torture testing for fix-it boundary conditions (PR c/82050) | David Malcolm | 1 | -0/+14 |
2017-12-07 | Add underscores to local vars in selftest macros | Richard Sandiford | 1 | -25/+25 |
2017-12-07 | PR c/81544 - attribute noreturn and warn_unused_result on the same function a... | Martin Sebor | 1 | -0/+1 |
2017-11-01 | Add more vec_duplicate simplifications | Richard Sandiford | 1 | -0/+1 |
2017-10-16 | Add gnu::unique_ptr | David Malcolm | 1 | -0/+1 |
2017-10-12 | re PR tree-optimization/82493 (UBSAN in gcc/sbitmap.c:368:28: runtime error: ... | Martin Liska | 1 | -0/+1 |