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
/
cse.c
Age
Commit message (
Expand
)
Author
Files
Lines
2014-07-09
remove has_execute
Trevor Saunders
1
-3
/
+0
2014-06-15
df.h (FOR_EACH_ARTIFICIAL_USE, [...]): New macros.
Richard Sandiford
1
-7
/
+4
2014-05-06
Merge in wide-int.
Kenneth Zadeck
1
-3
/
+9
2014-05-06
tree-pass.h (TODO_verify_ssa, [...]): Remove.
Richard Biener
1
-6
/
+3
2014-04-17
pass cfun to pass::execute
Trevor Saunders
1
-5
/
+6
2014-04-17
pass current function to opt_pass::gate ()
Trevor Saunders
1
-21
/
+11
2014-04-17
remove has_gate
Trevor Saunders
1
-3
/
+0
2014-04-11
re PR rtl-optimization/60663 (Errors out on valid inline asm)
Jakub Jelinek
1
-0
/
+7
2014-03-11
builtins.c (expand_builtin_setjmp_receiver): Use and clobber hard_frame_point...
Richard Sandiford
1
-5
/
+0
2014-02-27
re PR rtl-optimization/49847 (NULL deref in fold_rtx (prev_insn_cc0 == NULL))
Mikael Pettersson
1
-3
/
+21
2014-01-02
Update copyright years in gcc/
Richard Sandiford
1
-1
/
+1
2014-01-01
re PR rtl-optimization/59647 (ICE in simplify_const_unary_operation, at simpl...
Jakub Jelinek
1
-0
/
+12
2013-12-09
Eliminate FOR_EACH_BB macro.
David Malcolm
1
-1
/
+1
2013-12-09
Eliminate last_basic_block macro.
David Malcolm
1
-2
/
+2
2013-12-09
Eliminate BASIC_BLOCK macro.
David Malcolm
1
-1
/
+1
2013-11-20
Fixup whitespace.
Mike Stump
1
-2
/
+2
2013-11-19
Eliminate ENTRY_BLOCK_PTR and EXIT_BLOCK_PTR macros
David Malcolm
1
-3
/
+3
2013-09-28
alloc-pool.c, [...]: Add missing whitespace before "(".
Richard Sandiford
1
-8
/
+8
2013-09-27
cse.c (count_reg_usage): Handle INT_LIST.
Richard Sandiford
1
-0
/
+1
2013-09-23
rtl.texi (REG_NOTES): Say that int_list can also be used.
Richard Sandiford
1
-1
/
+4
2013-09-16
cse.c (try_const_anchors): Punt on CC modes.
Richard Sandiford
1
-0
/
+5
2013-08-23
re PR other/57324 (Undefined behavior issues found with clang's -fsanitize=un...
Marc Glisse
1
-1
/
+1
2013-08-05
Automated conversion of passes to C++ classes
David Malcolm
1
-54
/
+110
2013-06-20
re PR rtl-optimization/57425 (RTL alias analysis unprepared to handle stack s...
Joern Rennecke
1
-1
/
+1
2013-06-16
re PR rtl-optimization/57425 (RTL alias analysis unprepared to handle stack s...
Joern Rennecke
1
-2
/
+2
2013-04-10
passes.c (execute_todo): Do not call ggc_collect conditional here.
Richard Biener
1
-4
/
+1
2013-02-07
re PR rtl-optimization/56178 (Miscompilation of Ada front-end with profiled b...
Eric Botcazou
1
-20
/
+20
2013-01-10
Update copyright years in gcc/
Richard Sandiford
1
-3
/
+1
2012-12-03
gcse.c (struct reg_use): Remove unused struct.
Steven Bosscher
1
-0
/
+1
2012-11-26
re PR middle-end/55030 (gcc.c-torture/execute/builtins/memcpy-chk.c execution...
Hans-Peter Nilsson
1
-3
/
+2
2012-11-01
This patch normalizes more bitmap function names.
Lawrence Crowl
1
-7
/
+7
2012-11-01
invoke.texi: Update -fopt-info documentation.
Sharad Singhai
1
-0
/
+3
2012-10-30
cse.c (hash_rtx_cb): Replace RTX_UNCHANGING_P with MEM_READONLY_P in head com...
Eric Botcazou
1
-2
/
+2
2012-10-30
This patch implements the unification of the *bitmap interfaces as discussed.
Lawrence Crowl
1
-1
/
+1
2012-10-24
re PR rtl-optimization/55010 (Internal consistency failure : invalid rtl shar...
Jakub Jelinek
1
-3
/
+4
2012-10-16
combine.c (record_dead_and_set_regs): Iterate over hard register set with a h...
Steven Bosscher
1
-13
/
+11
2012-08-23
alias.c (rtx_equal_for_memref_p): Convert constant cases.
Kenneth Zadeck
1
-23
/
+6
2012-07-26
cse.c (find_comparison_args): Check for cycles of any length.
Andrew Jenner
1
-6
/
+17
2012-07-16
system.h (dump_file): Do not define.
Steven Bosscher
1
-1
/
+0
2012-06-15
re PR middle-end/53590 (compiler fails to generate SIMD instruction for FP di...
Eric Botcazou
1
-4
/
+4
2012-05-31
output.h (__gcc_host_wide_int__): Move to hwint.h.
Steven Bosscher
1
-1
/
+0
2012-05-29
integrate.c: Remove.
Steven Bosscher
1
-6
/
+1
2012-05-18
re PR rtl-optimization/53352 (Incorrect CSE optimization on RTL expressions w...
Meador Inge
1
-1
/
+5
2012-05-14
attribs.c (decl_attributes): Avoid emitting a warning if ATTR_FLAG_BUILT_IN.
Bernd Schmidt
1
-1
/
+2
2012-05-05
rtl.h (plus_constant, [...]): Merge into a single plus_constant function.
Richard Sandiford
1
-4
/
+4
2012-04-18
lto-symtab.c (lto_cgraph_replace_node): Update.
Jan Hubicka
1
-1
/
+1
2012-03-29
cgraph.h (cgraph_materialize_all_clones): Remove.
Richard Guenther
1
-2
/
+2
2012-03-28
loop-init.c (loop_optimizer_init): If loops are preserved perform incremental...
Richard Guenther
1
-3
/
+3
2012-03-21
cse.c (invalidate_from_sets_and_clobbers, [...]): Split out from ...
Steven Bosscher
1
-186
/
+313
2012-01-24
rtl.h (true_dependence, [...]): Remove varies parameter.
Richard Sandiford
1
-64
/
+1
[prev]
[next]