aboutsummaryrefslogtreecommitdiff
path: root/gcc/Makefile.in
AgeCommit message (Expand)AuthorFilesLines
2023-07-26analyzer: add symbol base class, moving region id to there [PR104940]David Malcolm1-0/+1
2023-07-17Include insn-opinit.h in PLUGIN_H [PR110610]Andre Vieira1-1/+1
2023-06-21analyzer: add text-art visualizations of out-of-bounds accesses [PR106626]David Malcolm1-0/+1
2023-06-21diagnostics: add support for "text art" diagramsDavid Malcolm1-1/+10
2023-06-15configure: Implement --enable-host-pieMarek Polacek1-13/+19
2023-06-12Split pointer ibased range operators to range-op-ptr.ccAndrew MacLeod1-0/+1
2023-06-05Fix PR 110085: `make clean` in GCC directory on sh target causes a failureAndrew Pinski1-7/+0
2023-05-24Gimple range PHI analyzer and testcasesAndrew MacLeod1-0/+1
2023-05-08Makefile.in: clean up match.pd-related dependenciesAlexander Monakov1-6/+3
2023-05-07build: Use -nostdinc generating macro_list [PR109522]Xi Ruoyao1-1/+1
2023-05-06build: Replace seq for portability with GNU Make variantJakub Jelinek1-10/+12
2023-05-05match.pd: Use splits in makefile and make configurable.Tamar Christina1-20/+47
2023-05-05genmatch: split shared code to gimple-match-exports.ccTamar Christina1-1/+3
2023-04-08riscv: Fix genrvv-type-indexer dependenciesJakub Jelinek1-2/+4
2023-03-21html: Set CONTENTS_OUTPUT_LOCATION=inline if makeinfo supports itArsen Arsenović1-1/+5
2023-01-30Set CROSS_SYSTEM_HEADER_DIR according includedirYunQiang Su1-1/+5
2023-01-02Update copyright years.Jakub Jelinek1-1/+1
2022-12-31modula-2: Fix building the plugin for Darwin [PR107612].Rainer Orth1-2/+3
2022-12-08analyzer: rename region-model-impl-calls.cc to kf.ccDavid Malcolm1-1/+1
2022-12-06analyzer: split out more stuff from region-model-impl-calls.ccDavid Malcolm1-0/+3
2022-11-30analyzer: move bounds checking to a new bounds-checking.ccDavid Malcolm1-0/+1
2022-11-24Remove value_range_equiv.Aldy Hernandez1-1/+0
2022-11-23d: respect --enable-link-mutex configure optionMartin Liska1-0/+1
2022-11-22Revert "configure: Implement --enable-host-pie"Marek Polacek1-17/+12
2022-11-22configure: Implement --enable-host-pieMarek Polacek1-12/+17
2022-11-16analyzer: split out checker-path.cc into a new checker-event.ccDavid Malcolm1-0/+1
2022-11-15c, analyzer: support named constants in analyzer [PR106302]David Malcolm1-0/+2
2022-11-14Revert "sphinx: support Sphinx in build system"Martin Liska1-142/+226
2022-11-14Revert "sphinx: add --with-sphinx-build"Martin Liska1-20/+19
2022-11-14Revert "sphinx: support installation if sphinx-build is missing"Martin Liska1-36/+64
2022-11-14Revert "avr: sphinx: port gen-avr-mmcu to RST"Martin Liska1-7/+0
2022-11-14Revert "docs: fix links pointing to gcc.gnu.org/install"Martin Liska1-1/+1
2022-11-11analyzer: new warning: -Wanalyzer-infinite-recursion [PR106147]David Malcolm1-0/+1
2022-11-09docs: fix links pointing to gcc.gnu.org/installMartin Liska1-1/+1
2022-11-09avr: sphinx: port gen-avr-mmcu to RSTMartin Liska1-0/+7
2022-11-09sphinx: support installation if sphinx-build is missingMartin Liska1-64/+36
2022-11-09sphinx: add --with-sphinx-buildMartin Liska1-19/+20
2022-11-09sphinx: support Sphinx in build systemMartin Liska1-226/+142
2022-11-04Better integrate default 'sorry' 'TARGET_ASM_CONSTRUCTOR', 'TARGET_ASM_DESTRU...Thomas Schwinge1-1/+0
2022-11-04Restore default 'sorry' 'TARGET_ASM_CONSTRUCTOR', 'TARGET_ASM_DESTRUCTOR'Thomas Schwinge1-0/+1
2022-10-04analyzer: revamp side-effects of call summaries [PR107072]David Malcolm1-0/+1
2022-09-29Add OPTIONS_H_EXTRA to GTFILESRichard Sandiford1-0/+1
2022-09-22Create gimple_range_op_handler in a new source file.Andrew MacLeod1-0/+1
2022-09-09analyzer: add support for plugin-supplied known function behaviorsDavid Malcolm1-0/+1
2022-09-02STABS: remove -gstabs and -gxcoff functionalityMartin Liska1-3/+1
2022-08-31Support --disable-fixincludes.Martin Liska1-17/+13
2022-07-25Dispatch code for floating point range ops.Aldy Hernandez1-0/+1
2022-07-15Convert vrange dumping facilities to pretty_printer.Aldy Hernandez1-0/+1
2022-07-03Implement class vrange_storage to stream ranges to long term memory.Aldy Hernandez1-0/+2
2022-07-02analyzer: implement five new warnings for misuse of POSIX file descriptor API...Immad Mir1-0/+1