index
:
riscv-gnu-toolchain/gcc.git
devel/analyzer
devel/autopar_devel
devel/autopar_europar_2021
devel/bypass-asm
devel/c++-contracts
devel/c++-coroutines
devel/c++-modules
devel/c++-name-lookup
devel/coarray_native
devel/fortran_unsigned
devel/gccgo
devel/gfortran-caf
devel/gimple-linterchange
devel/gomp-5_0-branch
devel/icpp2021
devel/ira-select
devel/ix86/evex512
devel/jlaw/crc
devel/loop-unswitch-support-switches
devel/lto-offload
devel/m2link
devel/modula-2
devel/mold-lto-plugin
devel/mold-lto-plugin-v2
devel/nothrow-detection
devel/omp/gcc-10
devel/omp/gcc-11
devel/omp/gcc-12
devel/omp/gcc-13
devel/omp/gcc-14
devel/omp/gcc-9
devel/omp/ompd
devel/power-ieee128
devel/range-gen3
devel/ranger
devel/rust/master
devel/sh-lra
devel/sphinx
devel/ssa-range
devel/subreg-coalesce
devel/unified-autovect
master
releases/egcs-1.0
releases/egcs-1.1
releases/gcc-10
releases/gcc-11
releases/gcc-12
releases/gcc-13
releases/gcc-14
releases/gcc-2.95
releases/gcc-2.95.2.1-branch
releases/gcc-3.0
releases/gcc-3.1
releases/gcc-3.2
releases/gcc-3.3
releases/gcc-3.4
releases/gcc-4.0
releases/gcc-4.1
releases/gcc-4.2
releases/gcc-4.3
releases/gcc-4.4
releases/gcc-4.5
releases/gcc-4.6
releases/gcc-4.7
releases/gcc-4.8
releases/gcc-4.9
releases/gcc-5
releases/gcc-6
releases/gcc-7
releases/gcc-8
releases/gcc-9
releases/libgcj-2.95
trunk
Unnamed repository; edit this file 'description' to name the repository.
root
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
gcc
/
plugin.c
Age
Commit message (
Expand
)
Author
Files
Lines
2015-07-08
tree-core.h: Include symtab.h.
Andrew MacLeod
1
-2
/
+1
2015-06-25
hash-table.h: Update comments.
Richard Sandiford
1
-3
/
+1
2015-06-17
coretypes.h: Include input.h and as-a.h.
Andrew MacLeod
1
-1
/
+0
2015-06-08
coretypes.h: Include hash-table.h and hash-set.h for host files.
Andrew MacLeod
1
-5
/
+0
2015-06-04
coretypes.h: Include machmode.h...
Andrew MacLeod
1
-3
/
+0
2015-06-03
plugins.texi (enum plugin_event): New event.
Andres Tiraboschi
1
-0
/
+4
2015-04-18
remove need for store_values_directly
Trevor Saunders
1
-6
/
+6
2015-01-30
Always pass explicit location to fatal_error.
Joseph Myers
1
-3
/
+6
2015-01-09
genattrtab.c (write_header): Include hash-set.h...
Michael Collison
1
-0
/
+11
2015-01-05
Update copyright years.
Jakub Jelinek
1
-1
/
+1
2014-12-10
remove gengtype support for param_is use_param, if_marked and splay tree allo...
Trevor Saunders
1
-5
/
+0
2014-06-24
Remove a layer of indirection from hash_table
Trevor Saunders
1
-6
/
+7
2014-01-02
Update copyright years in gcc/
Richard Sandiford
1
-1
/
+1
2013-11-20
plugin.def: Add comment about register_callback and invoke_plugin_callbacks_f...
Basile Starynkevitch
1
-0
/
+2
2013-09-28
alloc-pool.c, [...]: Add missing whitespace before "(".
Richard Sandiford
1
-1
/
+1
2013-09-20
plugin.c (parse_plugin_arg_opt): Accept equal sign inside plugin argument.
Basile Starynkevitch
1
-10
/
+7
2013-04-26
This patch is the main part of a consolodation of the hash_table patches to t...
Lawrence Crowl
1
-19
/
+36
2013-01-10
Update copyright years in gcc/
Richard Sandiford
1
-1
/
+1
2013-01-04
Update Copyright years for files modified in 2011 and/or 2012.
Jakub Jelinek
1
-1
/
+1
2012-07-16
system.h (dump_file): Do not define.
Steven Bosscher
1
-1
/
+0
2012-05-29
LANGUAGES: Fix typos.
Joseph Myers
1
-1
/
+1
2011-10-19
[multiple changes]
Roland Stigge
1
-2
/
+2
2011-08-11
plugin.def: Add event for finish_decl.
Romain Geissler
1
-0
/
+2
2011-01-09
re PR c/46902 (gcc.dg/plugin/plugindir*.c gives ICEs on powerpc-apple-darwin9)
Iain Sandoe
1
-9
/
+0
2010-12-01
common.opt (main_input_filename, [...]): New Variable entries.
Joseph Myers
1
-1
/
+0
2010-11-10
cfgloop.c (verify_loop_structure): Use %' in diagnostics.
Joseph Myers
1
-9
/
+9
2010-10-05
opts-common.c (handle_option, [...]): Add diagnostic_context parameter.
Joseph Myers
1
-1
/
+1
2010-07-08
toplev.h: Do not include diagnostic-core.h.
Manuel López-Ibáñez
1
-0
/
+1
2010-05-29
tree-vrp.c (debug_value_range, [...]): Annotate with DEBUG_FUNCTION.
Jan Hubicka
1
-2
/
+2
2010-05-25
diagnostic.c: Don't include plugin.h.
Joseph Myers
1
-0
/
+26
2010-04-29
plugin.h (invoke_plugin_callbacks): New inline function.
Brian Hackett
1
-8
/
+7
2010-04-12
gcc.c (cc1_options): Handle -iplugindir before processing the cc1 spec.
Matthias Klose
1
-5
/
+43
2009-12-21
decl.c (finish_function): Rename pre-genericize event.
Brian Hackett
1
-2
/
+2
2009-12-11
plugin.c (get_named_event_id): Fix hash table rebuild to include dynamically ...
Joern Rennecke
1
-1
/
+1
2009-12-01
cgraphunit.c (plugin.h): Include.
Grigori Fursin
1
-29
/
+161
2009-11-25
Remove trailing white spaces.
H.J. Lu
1
-2
/
+2
2009-11-19
plugin.c (FMT_FOR_PLUGIN_EVENT): added definition.
Basile Starynkevitch
1
-4
/
+7
2009-11-06
plugins.texi (Plugin callbacks): added PLUGIN_PRAGMAS.
Basile Starynkevitch
1
-2
/
+6
2009-10-11
plugin.c (try_init_one_plugin): Improve constness of variable err.
Gerald Pfeifer
1
-1
/
+1
2009-09-28
tree-pass.h (register_pass_info): New structure.
Sriraman Tallam
1
-188
/
+1
2009-09-28
Add support for using ggc cache tables from plugins.
Duncan Sands
1
-0
/
+6
2009-07-09
plugin.c (try_init_one_plugin): passes RTLD_GLOBAL to dlopen.
Basile Starynkevitch
1
-1
/
+5
2009-06-29
plugins.texi: Document PLUGIN_START_UNIT.
Olatunji Ruwase
1
-0
/
+3
2009-06-18
plugins.texi: Document plugin_is_GPL_compatible.
Diego Novillo
1
-1
/
+10
2009-06-16
[multiple changes]
Olatunji Ruwase
1
-0
/
+5
2009-05-26
plugins.texi (Loading plugins): typo.
Basile Starynkevitch
1
-0
/
+19
2009-05-21
plugin.c (try_init_one_plugin): Updated to new plugin_init API.
Taras Glek
1
-15
/
+1
2009-05-14
passes.c (finish_optimization_passes): Change i to int.
Ian Lance Taylor
1
-2
/
+2
2009-05-14
2009-05-13 Taras Glek <tglek@mozilla.com>
Taras Glek
1
-0
/
+2
2009-05-06
plugin-support.exp: New file containing support procs for plugin testcases.
Le-Chun Wu
1
-1
/
+0
[next]