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/existing-fp8
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
/
ipa-split.c
Age
Commit message (
Expand
)
Author
Files
Lines
2014-08-25
IPA C++ refactoring 4/N
Martin Liska
1
-1
/
+1
2014-07-24
IPA C++ refactoring 1/N
Martin Liska
1
-9
/
+6
2014-07-24
tree-inline.h (estimate_move_cost): Add speed_p parameter.
Richard Biener
1
-2
/
+3
2014-07-09
remove has_execute
Trevor Saunders
1
-2
/
+0
2014-06-25
IPA REF refactoring
Martin Liska
1
-1
/
+1
2014-06-06
cfgexpand.c (expand_gimple_cond): Remove check for current_loops.
Richard Biener
1
-2
/
+1
2014-05-06
tree-pass.h (TODO_verify_ssa, [...]): Remove.
Richard Biener
1
-2
/
+2
2014-04-17
pass cfun to pass::execute
Trevor Saunders
1
-2
/
+8
2014-04-17
pass current function to opt_pass::gate ()
Trevor Saunders
1
-24
/
+20
2014-04-17
remove has_gate
Trevor Saunders
1
-2
/
+0
2014-01-02
Update copyright years in gcc/
Richard Sandiford
1
-1
/
+1
2013-12-19
re PR other/59545 (Signed integer overflow issues)
Jakub Jelinek
1
-0
/
+2
2013-12-17
Time profile-based function reordering (phase 2).
Martin Liska
1
-0
/
+4
2013-12-16
re PR middle-end/58956 (wrong code at -O1 and above (affecting gcc 4.6 to tru...
Jakub Jelinek
1
-5
/
+5
2013-12-09
Eliminate FOR_EACH_BB macro.
David Malcolm
1
-2
/
+2
2013-12-09
Eliminate last_basic_block macro.
David Malcolm
1
-1
/
+1
2013-12-09
Eliminate profile_status macro.
David Malcolm
1
-2
/
+2
2013-12-09
Eliminate BASIC_BLOCK macro.
David Malcolm
1
-1
/
+2
2013-11-22
gimple.h: Remove all includes.
Andrew MacLeod
1
-0
/
+5
2013-11-21
Reword comments that mention ENTRY_BLOCK_PTR and EXIT_BLOCK_PTR macros
David Malcolm
1
-1
/
+1
2013-11-19
Eliminate ENTRY_BLOCK_PTR and EXIT_BLOCK_PTR macros
David Malcolm
1
-21
/
+22
2013-11-19
Factor unrelated declarations out of tree.h.
Diego Novillo
1
-0
/
+4
2013-11-14
gimplify-be.h: New file.
Andrew MacLeod
1
-0
/
+2
2013-11-13
gimple-walk.h: New File.
Andrew Macleod
1
-0
/
+2
2013-11-12
gimple-expr.h (create_tmp_var_name, [...]): Relocate prototypes from gimple.h.
Andrew MacLeod
1
-1
/
+1
2013-10-29
Autogenerated fixes of "->symbol." to "->"
David Malcolm
1
-14
/
+14
2013-10-29
tree-outof-ssa.h: Remove include files.
Andrew MacLeod
1
-0
/
+1
2013-10-23
tree-ssa.h: Remove all #include's
Andrew MacLeod
1
-2
/
+7
2013-09-28
alloc-pool.c, [...]: Add missing whitespace before "(".
Richard Sandiford
1
-4
/
+4
2013-09-12
tree-ssa.h: New.
Andrew MacLeod
1
-1
/
+1
2013-09-06
ipa-split.c (split_function): Set DECL_NO_INLINE_WARNING_P on the non-inlinab...
Eric Botcazou
1
-0
/
+3
2013-09-02
ipa-split.c (execute_split_functions): Split externally visible functions cal...
Jan Hubicka
1
-1
/
+3
2013-08-08
cgraphbuild.c (build_cgraph_edges): Do not walk into debugs.
Jan Hubicka
1
-0
/
+1
2013-08-05
Automated conversion of passes to C++ classes
David Malcolm
1
-34
/
+70
2013-05-29
cgraph.h (symtab_node_base): Add definition, alias and analyzed flags...
Jan Hubicka
1
-6
/
+34
2013-04-26
tree-cfg.c (execute_build_cfg): Build the loop tree.
Richard Biener
1
-0
/
+3
2013-03-04
re PR tree-optimization/56424 (ICE at tree-inline.c:2833 on a-nllcef.ads at -O2)
Eric Botcazou
1
-1
/
+3
2013-01-10
Update copyright years in gcc/
Richard Sandiford
1
-2
/
+1
2012-11-20
Introduce vNULL to use as a nil initializer for vec<>.
Diego Novillo
1
-4
/
+4
2012-11-17
This patch rewrites the old VEC macro-based interface into a new one based on...
Diego Novillo
1
-44
/
+40
2012-11-01
invoke.texi: Update -fopt-info documentation.
Sharad Singhai
1
-0
/
+2
2012-10-05
re PR debug/54519 (Debug info quality regression due to (pointless) partial i...
Jakub Jelinek
1
-0
/
+78
2012-09-10
Remove unnecessary VEC function overloads.
Diego Novillo
1
-2
/
+2
2012-08-17
tree-sra.c (modify_function): Free redirect_callers vector.
Richard Guenther
1
-0
/
+1
2012-08-14
backport: As described in http://gcc.gnu.org/ml/gcc/2012-08/msg00015.html...
Diego Novillo
1
-7
/
+7
2012-08-14
cfgexpand.c (expand_used_vars): Use virtual_operand_p.
Richard Guenther
1
-11
/
+7
2012-08-10
tree.h (SSA_NAME_VAR): Return NULL_TREE if an IDENTIFIER_NODE is recorded as ...
Richard Guenther
1
-0
/
+3
2012-08-07
tree-flow.h (copy_ssa_name_fn): New function.
Richard Guenther
1
-1
/
+1
2012-08-02
Add free inline summary pass after pass_early_local_passes
H.J. Lu
1
-1
/
+1
2012-08-02
tree-flow.h (set_default_def): Rename to ...
Richard Guenther
1
-32
/
+15
[next]