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
/
dce.c
Age
Commit message (
Expand
)
Author
Files
Lines
2018-08-06
Remaining support for clobber high
Alan Hayward
1
-2
/
+9
2018-03-20
re PR debug/84875 (ICE in maybe_record_trace_start, at dwarf2cfi.c:2348 on s3...
Jakub Jelinek
1
-3
/
+24
2018-01-26
re PR rtl-optimization/83985 (Compile time hog for 32-bit BE powerpc targets)
Jakub Jelinek
1
-9
/
+6
2018-01-03
poly_int: GET_MODE_SIZE
Richard Sandiford
1
-2
/
+2
2018-01-03
Update copyright years.
Jakub Jelinek
1
-1
/
+1
2017-12-20
poly_int: MEM_OFFSET and MEM_SIZE
Richard Sandiford
1
-5
/
+8
2017-12-12
[SFN] boilerplate changes in preparation to introduce nonbind markers
Alexandre Oliva
1
-1
/
+1
2017-01-01
Update copyright years.
Jakub Jelinek
1
-1
/
+1
2016-11-15
Use MEM_SIZE rather than GET_MODE_SIZE in dce.c
Richard Sandiford
1
-6
/
+7
2016-10-13
Move MEMMODEL_* from coretypes.h to memmodel.h
Thomas Preud'homme
1
-0
/
+1
2016-10-12
dce: Don't dead-code delete separately wrapped restores
Segher Boessenkool
1
-0
/
+9
2016-01-04
Update copyright years.
Jakub Jelinek
1
-1
/
+1
2015-10-30
alias.c: Remove unused headers.
Andrew MacLeod
1
-5
/
+0
2015-10-29
alias.c: Reorder #include statements and remove duplicates.
Andrew MacLeod
1
-5
/
+5
2015-08-12
Revert "replace several uses of the anon namespace with GCC_FINAL"
Trevor Saunders
1
-4
/
+12
2015-08-11
replace several uses of the anon namespace with GCC_FINAL
Trevor Saunders
1
-12
/
+4
2015-07-10
gimple-predict.h: New file.
Andrew MacLeod
1
-0
/
+1
2015-07-08
tree-core.h: Include symtab.h.
Andrew MacLeod
1
-9
/
+3
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
-4
/
+0
2015-06-04
coretypes.h: Include machmode.h...
Andrew MacLeod
1
-3
/
+0
2015-01-09
genattrtab.c (write_header): Include hash-set.h...
Michael Collison
1
-0
/
+9
2015-01-05
Update copyright years.
Jakub Jelinek
1
-1
/
+1
2014-10-27
ggcplug.c: Shuffle includes to include gcc-plugin.h earlier.
Andrew MacLeod
1
-0
/
+7
2014-10-23
re PR target/63534 (Bootstrap failure on x86_64/i686-linux)
Evgeny Stupachenko
1
-0
/
+4
2014-08-22
dce.c: Use rtx subclasses
David Malcolm
1
-22
/
+24
2014-07-09
remove has_execute
Trevor Saunders
1
-2
/
+0
2014-06-15
df.h (FOR_EACH_ARTIFICIAL_USE, [...]): New macros.
Richard Sandiford
1
-8
/
+5
2014-06-15
df.h (DF_INSN_INFO_MWS, [...]): New macros.
Richard Sandiford
1
-47
/
+46
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
-16
/
+10
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-09
Eliminate FOR_ALL_BB macro.
David Malcolm
1
-1
/
+1
2013-12-09
Eliminate FOR_EACH_BB_REVERSE macro.
David Malcolm
1
-2
/
+2
2013-12-09
Eliminate FOR_EACH_BB macro.
David Malcolm
1
-1
/
+1
2013-12-09
Eliminate BASIC_BLOCK macro.
David Malcolm
1
-1
/
+1
2013-09-28
alloc-pool.c, [...]: Add missing whitespace before "(".
Richard Sandiford
1
-4
/
+4
2013-08-21
Revert:
Jeff Law
1
-11
/
+0
2013-08-20
dce.c (fini_dce): Call df_analyze again just in case delete_unmarked_insns re...
Alexey Makhalov
1
-0
/
+11
2013-08-05
Automated conversion of passes to C++ classes
David Malcolm
1
-34
/
+70
2013-04-10
passes.c (execute_todo): Do not call ggc_collect conditional here.
Richard Biener
1
-4
/
+2
2013-01-10
Update copyright years in gcc/
Richard Sandiford
1
-2
/
+1
2012-11-17
This patch rewrites the old VEC macro-based interface into a new one based on...
Diego Novillo
1
-5
/
+5
2012-11-12
re PR rtl-optimization/51447 (global register variable definition incorrectly...
Steven Bosscher
1
-0
/
+6
2012-11-01
This patch normalizes more bitmap function names.
Lawrence Crowl
1
-2
/
+2
2012-11-01
invoke.texi: Update -fopt-info documentation.
Sharad Singhai
1
-0
/
+2
2012-10-30
re PR debug/54953 (New sra-1.c FAILs on powerpc)
Jakub Jelinek
1
-3
/
+8
2012-10-30
This patch implements the unification of the *bitmap interfaces as discussed.
Lawrence Crowl
1
-2
/
+2
[next]