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
/
passes.c
Age
Commit message (
Expand
)
Author
Files
Lines
2015-11-11
Fix various memory leaks
Martin Liska
1
-5
/
+14
2015-11-04
Pass manager: add support for termination of pass list
Martin Liska
1
-4
/
+28
2015-10-30
alias.c: Remove unused headers.
Andrew MacLeod
1
-26
/
+0
2015-10-29
alias.c: Reorder #include statements and remove duplicates.
Andrew MacLeod
1
-14
/
+13
2015-10-28
common.opt (fchecking): New flag controlling flag_checking.
Richard Biener
1
-1
/
+1
2015-10-27
[PATCH 7/9] ENABLE_CHECKING refactoring: middle-end, LTO FE
Mikhail Maltsev
1
-13
/
+7
2015-10-23
[PATCH] Call flush_ssaname_freelist more often
Jeff Law
1
-8
/
+5
2015-10-16
re PR target/67745 ([ARM] wrong alignments when __attribute__ ((optimize,targ...
Christian Bruel
1
-0
/
+5
2015-09-30
[PATCH] Update SSA_NAME manager to use two lists
Bernd Schmidt
1
-0
/
+9
2015-09-21
passes.c (rest_of_decl_compilation): Do not call dwarf2out_early_global_decl ...
Richard Biener
1
-1
/
+2
2015-09-20
switch from gimple to gimple*
Trevor Saunders
1
-2
/
+2
2015-09-17
passes.c (rest_of_decl_compilation): Always call early_global_decl debug hook...
Richard Biener
1
-1
/
+11
2015-08-27
passes.c (rest_of_decl_compilation): Guard early_global_decl call with !seen_...
Richard Biener
1
-1
/
+4
2015-07-10
gimple-predict.h: New file.
Andrew MacLeod
1
-0
/
+1
2015-07-08
re PR tree-optimization/66794 (ICE at -O2 and -O3 on x86_64-linux-gnu)
Richard Biener
1
-0
/
+1
2015-07-08
tree-core.h: Include symtab.h.
Andrew MacLeod
1
-17
/
+6
2015-06-25
function.h (ipa_opt_pass, [...]): Move forward declarations.
Andrew MacLeod
1
-2
/
+0
2015-06-25
hash-map-traits.h (simple_hashmap_traits::key_type): New typedef.
Richard Sandiford
1
-6
/
+2
2015-06-25
hash-traits.h (string_hash, [...]): New classes.
Richard Sandiford
1
-23
/
+1
2015-06-17
coretypes.h: Include input.h and as-a.h.
Andrew MacLeod
1
-3
/
+0
2015-06-13
re PR bootstrap/66448 (Bootstrap fails on darwin after r224161)
Iain Sandoe
1
-1
/
+1
2015-06-09
gcc-plugin.h: Move decls to plugin.h and include it.
Andrew MacLeod
1
-0
/
+3
2015-06-08
coretypes.h: Include hash-table.h and hash-set.h for host files.
Andrew MacLeod
1
-6
/
+0
2015-06-05
Merge debug-early branch into mainline.
Aldy Hernandez
1
-0
/
+50
2015-06-04
coretypes.h: Include machmode.h...
Andrew MacLeod
1
-5
/
+0
2015-04-15
Fix fdump-passes
Tom de Vries
1
-15
/
+2
2015-04-13
ipa-cp.c (ipcp_driver): Relase prev_edge.
Jan Hubicka
1
-2
/
+3
2015-03-25
passes.c (pass_manager::execute_early_local_passes): Guard execution of pass_...
Richard Biener
1
-2
/
+4
2015-02-26
passes.c (ipa_write_summaries_1): Call lto_output_init_mode_table.
Jakub Jelinek
1
-0
/
+2
2015-01-30
Always pass explicit location to fatal_error.
Joseph Myers
1
-4
/
+6
2015-01-15
dojump.h: New header file.
Prathamesh Kulkarni
1
-1
/
+10
2015-01-14
cgraphunit.c (ipa_passes): Remove argument from ipa_write_summaries.
Ilya Verbin
1
-2
/
+2
2015-01-09
genattrtab.c (write_header): Include hash-set.h...
Michael Collison
1
-4
/
+10
2015-01-05
Update copyright years.
Jakub Jelinek
1
-1
/
+1
2014-12-11
re PR ipa/61324 (ICE: SIGSEGV at ipa-comdats.c:321 with -fno-use-cxa-atexit -...
Jan Hubicka
1
-1
/
+1
2014-11-28
cgraphunit.c (ipa_passes): Handle flag_generate_offload.
Ilya Verbin
1
-1
/
+1
2014-11-19
PR jit/63854: Fix memory leaks within context/pass_manager/dump_manager
David Malcolm
1
-1
/
+38
2014-11-18
passes.c (remove_cgraph_node_from_order): New.
Ilya Enkovich
1
-1
/
+36
2014-11-16
passes.c (execute_one_pass): Do not apply all transforms prior every simple I...
Jan Hubicka
1
-30
/
+0
2014-11-13
[PATCH 2/7] OpenMP 4.0 offloading infrastructure: LTO streaming.
Ilya Verbin
1
-4
/
+7
2014-11-05
ipa-chkp.c: New.
Ilya Enkovich
1
-11
/
+83
2014-11-05
Reorganize post-ra pipeline for targets without register allocation.
Bernd Schmidt
1
-0
/
+38
2014-10-28
cgraph.h: Flatten.
Andrew MacLeod
1
-1
/
+4
2014-10-27
ggcplug.c: Shuffle includes to include gcc-plugin.h earlier.
Andrew MacLeod
1
-1
/
+1
2014-10-21
State cleanups from jit branch
David Malcolm
1
-0
/
+6
2014-10-16
function.h: Flatten file.
Andrew MacLeod
1
-0
/
+4
2014-08-25
IPA C++ refactoring 4/N
Martin Liska
1
-11
/
+11
2014-08-20
cgraphunit.c (ipa_passes, compile): Reshedule symtab_remove_unreachable_nodes...
Jan Hubicka
1
-2
/
+4
2014-08-01
IPA ICF pass 1/N
Martin Liska
1
-1
/
+1
2014-07-24
IPA C++ refactoring 2/N
Martin Liska
1
-2
/
+2
[next]