gcc-plugin
There are 19 repositories under gcc-plugin topic.
davidmalcolm/gcc-python-plugin
GCC plugin that embeds CPython inside the compiler
christophebedard/instrument-attribute-gcc-plugin
gcc plugin providing an instrument_function attribute and other flags to allow-list functions to be instrumented
acbits/reftrack-plugin
GCC plugin for C language that tracks references to allocated objects
yuchenkan/gcc-jump
C code browser
masyagin1998/gcc-plugin-guide
Краткий гайд по написанию плагинов для GCC на русском языке
koreader/ffi-cdecl
Automated C declaration extraction for FFI interfaces
x213212/Static-analyzer-in-gccplugin
Try to build a static analyzer in Gcc Plugin, the main application scenario is to detect memory-leak,double-free,use-after-free.
h4ck3rm1k3/gogccintro
golang interfaces for the gcc introspector
gml4gtk/singlefilegraph
graph layout in c in a single file library
xdu-icpc/gcc-plugins-for-oi
Some GCC plugins useful for OI training/judging.
0x7f454c46/cprintf
Compile-time printf-like function's format string parsing
marcolatella/SecRetAddress
SecRetAddress is a GCC plugin to protect the return address override
sdasgup3/non-separable-global-dataflow-framework
Extend GCC's GDFA Architecture to Non-separable Framwork
lgeorget/KayrebtCallgraphs
Extract the callgraph of an entire codebase
stahta01/gcc-callgraph-plugin
A GCC plugin to dump call graphs for programs being compiled using LTO.
stahta01/gcc-plugins
Experiments with the gcc plugin mechanism
stahta01/gcc-python-plugin
GCC plugin that embeds CPython inside the compiler
stahta01/spellhell
GCC plugin for spell checking string literals
stahta01/Static-analyzer-in-gccplugin
Try to build a static analyzer in Gcc Plugin, the main application scenario is to detect memory-leak,double-free,use-after-free.