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
/
loop-invariant.c
Age
Commit message (
Expand
)
Author
Files
Lines
2015-01-09
genattrtab.c (write_header): Include hash-set.h...
Michael Collison
1
-0
/
+1
2015-01-05
Update copyright years.
Jakub Jelinek
1
-1
/
+1
2014-10-29
decl.c, [...]: Remove redundant enum from machine_mode.
Richard Sandiford
1
-3
/
+3
2014-10-27
ggcplug.c: Shuffle includes to include gcc-plugin.h earlier.
Andrew MacLeod
1
-6
/
+10
2014-10-16
function.h: Flatten file.
Andrew MacLeod
1
-0
/
+5
2014-08-22
loop-invariant.c: Use rtx_insn in various places
David Malcolm
1
-13
/
+14
2014-07-03
loop-invariant.c (struct invariant): Add a new member: eqno;
Zhenqiang Chen
1
-2
/
+15
2014-06-30
loop-invariant.c (get_inv_cost): Handle register class.
Zhenqiang Chen
1
-6
/
+34
2014-06-24
Remove a layer of indirection from hash_table
Trevor Saunders
1
-9
/
+6
2014-06-23
loop-invariant.c (pre_check_invariant_p): New function.
Zhenqiang Chen
1
-1
/
+35
2014-06-19
loop-invariant.c (get_inv_cost): Skip invariants, which are marked as "move",...
Zhenqiang Chen
1
-0
/
+4
2014-06-15
df.h (DF_INSN_INFO_MWS, [...]): New macros.
Richard Sandiford
1
-10
/
+8
2014-01-17
re PR rtl-optimization/38518 (Excessive compile time with -O3)
Richard Biener
1
-12
/
+3
2014-01-02
Update copyright years in gcc/
Richard Sandiford
1
-1
/
+1
2013-12-09
Eliminate FOR_EACH_BB macro.
David Malcolm
1
-1
/
+1
2013-11-28
re PR target/57293 (not needed frame pointers on IA-32 (performance regressio...
Vladimir Makarov
1
-1
/
+1
2013-11-19
cfgloop.h (struct loop_iterator): C++-ify, add constructor and destructor and...
Richard Biener
1
-7
/
+5
2013-09-28
alloc-pool.c, [...]: Add missing whitespace before "(".
Richard Sandiford
1
-5
/
+5
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-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-27
loop-invariant.c (check_invariant_table_size): Take sizeof of the right type.
Steven Bosscher
1
-1
/
+1
2012-11-17
This patch rewrites the old VEC macro-based interface into a new one based on...
Diego Novillo
1
-21
/
+19
2012-10-23
dbxout.c (dbxout_symbol_location): Pass new argument to alter_subreg.
Vladimir Makarov
1
-1
/
+1
2012-10-19
common.opt (flag_ira_hoist_pressure): New.
Bin Cheng
1
-2
/
+2
2012-10-18
loop-invariant.c: Include target.h.
Eric Botcazou
1
-1
/
+17
2012-10-08
bitmap.h (bitmap_and_into): Update prototype.
Steven Bosscher
1
-4
/
+12
2012-08-23
alias.c (rtx_equal_for_memref_p): Convert constant cases.
Kenneth Zadeck
1
-9
/
+3
2012-07-17
dumpfile.h (TDF_COMMENT): New define.
Steven Bosscher
1
-1
/
+1
2012-07-16
system.h (dump_file): Do not define.
Steven Bosscher
1
-0
/
+1
2012-05-31
output.h (__gcc_host_wide_int__): Move to hwint.h.
Steven Bosscher
1
-1
/
+0
2012-05-31
ira.h (target_ira): Delete x_ira_available_class_regs.
Richard Sandiford
1
-1
/
+1
2011-08-18
rtl.h (set_src_cost, [...]): New functions.
Richard Sandiford
1
-1
/
+1
2011-08-18
rtl.h (set_rtx_cost, [...]): New functions.
Richard Sandiford
1
-1
/
+1
2011-03-29
[multiple changes]
Vladimir Makarov
1
-67
/
+76
2011-03-28
re PR bootstrap/48307 (Bootstrap failure)
Vladimir Makarov
1
-76
/
+67
2011-03-27
[multiple changes]
Vladimir Makarov
1
-67
/
+76
2010-08-20
vec.h (FOR_EACH_VEC_ELT): Define.
Nathan Froyd
1
-5
/
+5
2010-08-19
cfgloop.c (get_loop_body_in_bfs_order): Avoid redundant call to bitmap_bit_p.
Nathan Froyd
1
-4
/
+2
2010-07-10
re PR middle-end/42505 (loop canonicalization causes a lot of unnecessary tem...
Sandra Loosemore
1
-9
/
+14
2010-04-09
loop-invariant.c (replace_uses): New static function.
Eric Botcazou
1
-22
/
+41
2010-04-02
Make-lang.in, [...]: Update copyright years.
Steven Bosscher
1
-1
/
+1
2010-03-18
Remove the REG_EQUAL note if we don't know its invariant status.
H.J. Lu
1
-8
/
+10
2009-11-25
Remove trailing white spaces.
H.J. Lu
1
-25
/
+25
2009-11-08
re PR rtl-optimization/41928 (segfault at gcc/bitmap.c:297)
Richard Guenther
1
-0
/
+2
2009-10-26
extend.texi (Named Address Spaces): New section.
Ben Elliston
1
-1
/
+1
2009-10-20
* loop-invariant.c (create_new_invariant): Use different magic number.
Michael Matz
1
-1
/
+10
2009-10-20
re PR debug/41340 (GCC produces different code with and without -g option)
Jakub Jelinek
1
-1
/
+1
2009-10-14
params.def (PARAM_IRA_LOOP_RESERVED_REGS): New.
Vladimir Makarov
1
-41
/
+569
2009-09-02
invoke.texi (-fvar-tracking-assignments): New.
Alexandre Oliva
1
-1
/
+1
[next]