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
/
store-motion.c
Age
Commit message (
Expand
)
Author
Files
Lines
2016-04-24
make avail_stores a vec<rtx_insn *>
Trevor Saunders
1
-16
/
+16
2016-02-24
[gcse] PR rtl-optimization/69886: Check target mode in can_assign_to_reg_with...
Kyrylo Tkachov
1
-1
/
+2
2016-01-04
Update copyright years.
Jakub Jelinek
1
-1
/
+1
2015-10-30
alias.c: Remove unused headers.
Andrew MacLeod
1
-16
/
+0
2015-10-29
alias.c: Reorder #include statements and remove duplicates.
Andrew MacLeod
1
-8
/
+8
2015-10-27
[PATCH 7/9] ENABLE_CHECKING refactoring: middle-end, LTO FE
Mikhail Maltsev
1
-8
/
+6
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
-11
/
+4
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
-7
/
+0
2015-06-06
emit-rtl.c, [...]: Replace rtx base types with more derived ones.
Richard Sandiford
1
-2
/
+2
2015-06-04
coretypes.h: Include machmode.h...
Andrew MacLeod
1
-5
/
+0
2015-05-20
Promote types of RTL expressions to more derived ones.
Mikhail Maltsev
1
-2
/
+2
2015-04-18
remove need for store_values_directly
Trevor Saunders
1
-6
/
+6
2015-01-15
dojump.h: New header file.
Prathamesh Kulkarni
1
-1
/
+11
2015-01-09
genattrtab.c (write_header): Include hash-set.h...
Michael Collison
1
-4
/
+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
-2
/
+9
2014-10-16
function.h: Flatten file.
Andrew MacLeod
1
-0
/
+5
2014-09-09
single_set takes an insn
David Malcolm
1
-5
/
+6
2014-08-28
NEXT_INSN and PREV_INSN take a const rtx_insn
David Malcolm
1
-5
/
+6
2014-08-28
store-motion.c: Include rtl-iter.h.
Richard Sandiford
1
-14
/
+8
2014-08-27
Use rtx_insn_list in various places
David Malcolm
1
-11
/
+13
2014-08-23
store-motion.c: Use rtx_insn
David Malcolm
1
-16
/
+21
2014-07-09
remove has_execute
Trevor Saunders
1
-1
/
+0
2014-06-24
Remove a layer of indirection from hash_table
Trevor Saunders
1
-7
/
+8
2014-06-15
df.h (DF_INSN_INFO_MWS, [...]): New macros.
Richard Sandiford
1
-12
/
+12
2014-05-06
tree-pass.h (TODO_verify_ssa, [...]): Remove.
Richard Biener
1
-2
/
+1
2014-04-17
pass cfun to pass::execute
Trevor Saunders
1
-1
/
+4
2014-04-17
pass current function to opt_pass::gate ()
Trevor Saunders
1
-10
/
+10
2014-04-17
remove has_gate
Trevor Saunders
1
-1
/
+0
2014-01-02
Update copyright years in gcc/
Richard Sandiford
1
-1
/
+1
2013-12-09
Eliminate FOR_EACH_BB macro.
David Malcolm
1
-3
/
+3
2013-12-09
Eliminate last_basic_block macro.
David Malcolm
1
-13
/
+19
2013-11-19
Eliminate ENTRY_BLOCK_PTR and EXIT_BLOCK_PTR macros
David Malcolm
1
-2
/
+2
2013-11-19
Eliminate n_basic_blocks macro
David Malcolm
1
-2
/
+2
2013-09-28
alloc-pool.c, [...]: Add missing whitespace before "(".
Richard Sandiford
1
-3
/
+3
2013-08-05
Automated conversion of passes to C++ classes
David Malcolm
1
-18
/
+36
2013-04-26
This patch is the main part of a consolodation of the hash_table patches to t...
Lawrence Crowl
1
-23
/
+26
2013-04-10
passes.c (execute_todo): Do not call ggc_collect conditional here.
Richard Biener
1
-1
/
+1
2013-01-10
Update copyright years in gcc/
Richard Sandiford
1
-2
/
+1
2013-01-04
Update Copyright years for files modified in 2011 and/or 2012.
Jakub Jelinek
1
-1
/
+1
2012-11-17
This patch rewrites the old VEC macro-based interface into a new one based on...
Diego Novillo
1
-1
/
+1
2012-11-01
This patch normalizes more bitmap function names.
Lawrence Crowl
1
-15
/
+15
2012-11-01
invoke.texi: Update -fopt-info documentation.
Sharad Singhai
1
-0
/
+1
2012-10-30
This patch implements the unification of the *bitmap interfaces as discussed.
Lawrence Crowl
1
-9
/
+9
2012-07-16
system.h (dump_file): Do not define.
Steven Bosscher
1
-1
/
+0
2012-05-31
output.h (__gcc_host_wide_int__): Move to hwint.h.
Steven Bosscher
1
-1
/
+0
2012-04-21
re PR bootstrap/53021 (bootstrap failure on Linux/ia32)
Richard Sandiford
1
-9
/
+3
[next]