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
/
ira.c
Age
Commit message (
Expand
)
Author
Files
Lines
2012-05-15
ira.c (find_moveable_pseudos): Skip registers whose DF_REG_EQ_USE_COUNT is no...
Bernd Schmidt
1
-0
/
+1
2012-05-14
attribs.c (decl_attributes): Avoid emitting a warning if ATTR_FLAG_BUILT_IN.
Bernd Schmidt
1
-0
/
+2
2012-05-10
re PR rtl-optimization/53125 (Very slow compilation on SPARC)
Vladimir Makarov
1
-2
/
+10
2012-05-01
ira.c (allocated_reg_info_size): New static variable.
Bernd Schmidt
1
-9
/
+10
2012-04-26
re PR middle-end/52997 (FAIL: gcc.dg/c99-intconst-1.c (internal compiler error))
Bernd Schmidt
1
-1
/
+2
2012-04-12
dbgcnt.def (ira_move): New counter.
Bernd Schmidt
1
-1
/
+518
2012-04-11
Remove TODO_dump_func completely
Xinliang David Li
1
-2
/
+2
2012-02-21
ira.c (check_allocation): Use REG_WORDS_BIG_ENDIAN, not WORDS_BIG_ENDIAN.
Bernd Schmidt
1
-3
/
+3
2012-01-24
rtl.h (true_dependence, [...]): Remove varies parameter.
Richard Sandiford
1
-2
/
+2
2012-01-19
re PR rtl-optimization/40761 (IRA memory hog for insanely nested loops)
Vladimir Makarov
1
-8
/
+13
2012-01-17
ira.c (do_reload): Make sure ira_dump_file is re-set if no reload dump is req...
Andreas Krebbel
1
-1
/
+1
2011-12-22
tree-pass.h (pass_reload): Declare.
Bernd Schmidt
1
-27
/
+48
2011-11-23
re PR rtl-optimization/48455 (Huge code size regression for all ARM configura...
Vladimir Makarov
1
-3
/
+2
2011-08-23
ira.c (ira_init_register_move_cost): Check small subclasses through ira_reg_c...
Vladimir Makarov
1
-1
/
+1
2011-08-19
re PR rtl-optimization/49936 (IRA handles CANNOT_CHANGE_MODE_CLASS poorly, + ...
Vladimir Makarov
1
-0
/
+4
2011-08-18
re PR rtl-optimization/50107 ([IRA, i386] allocates registers in very non-opt...
Vladimir Makarov
1
-9
/
+9
2011-07-20
target.def (class_max_nregs): New hook.
Anatoly Sokolov
1
-1
/
+1
2011-06-23
re PR middle-end/48770 (wrong code with -O -fprofile-arcs -fPIC -fno-dce -fno...
Jeff Law
1
-2
/
+7
2011-06-14
dumping cleanup phase 1 -- Removing TODO_dump_func
David Li
1
-1
/
+0
2011-05-26
re PR rtl-optimization/49154 (build fails on cris-elf in libgcc: ICE in setup...
Vladimir Makarov
1
-1
/
+6
2011-05-24
re PR rtl-optimization/48971 (ICE with -msoft-float -O2)
Vladimir Makarov
1
-35
/
+61
2011-05-12
ira.c (clarify_prohibited_class_mode_regs): Prevent the function from accessi...
Hariharan Sandanagobalane
1
-0
/
+6
2011-05-01
reginfo.c (memory_move_cost): Change rclass argument type form 'enum reg_clas...
Anatoly Sokolov
1
-2
/
+2
2011-04-20
remove useless if-before-free tests
Jim Meyering
1
-12
/
+6
2011-04-11
re PR middle-end/48464 (@171649: ICE in setup_pressure_classes, at ira.c:877)
Vladimir Makarov
1
-2
/
+2
2011-04-09
expr.c (expand_expr_real_1): Use add_to_hard_reg_set function instead of loop.
Anatoly Sokolov
1
-10
/
+4
2011-04-04
re PR target/48380 (ICE in postreload.c while building trunk)
Vladimir Makarov
1
-5
/
+4
2011-03-30
reload.h (reg_equiv_constant): Move into new structure reg_equivs, define acc...
Jeff Law
1
-40
/
+27
2011-03-29
[multiple changes]
Vladimir Makarov
1
-343
/
+778
2011-03-28
re PR bootstrap/48307 (Bootstrap failure)
Vladimir Makarov
1
-778
/
+343
2011-03-27
[multiple changes]
Vladimir Makarov
1
-343
/
+778
2011-03-08
re PR debug/47881 (-fcompare-debug failure (length) with -O -fno-dce -funroll...
Jakub Jelinek
1
-2
/
+3
2011-02-18
re PR rtl-optimization/46178 (gcc.target/i386/(u)divmod-[58].c FAIL: ICE: in ...
Chung-Lin Tang
1
-13
/
+5
2010-12-21
re PR rtl-optimization/46755 (ICE: in calc_dfs_tree, at dominance.c:395 with -O)
Steven Bosscher
1
-1
/
+2
2010-12-09
rtl.h (invalid_mode_change_p): Adjust prototype.
Richard Guenther
1
-2
/
+0
2010-12-06
ira.c (update_equiv_regs): Prohibit move insns if pressure-sensitive scheduli...
Vladimir Makarov
1
-1
/
+7
2010-11-04
ira.c (validate_equiv_mem): Remove code to avoid invalidation of readonly mem...
Jeff Law
1
-2
/
+6
2010-10-14
ira.c (setup_class_hard_regs): Fix typo in indexing ira_non_ordered_class_har...
Vladimir Makarov
1
-2
/
+2
2010-10-04
common.opt (fira-coalesce): Remove.
Vladimir Makarov
1
-2
/
+0
2010-09-29
optc-gen.awk: Generate global_options initializer instead of individual varia...
Joseph Myers
1
-1
/
+1
2010-09-09
re PR middle-end/44554 (Stack space after sigsetjmp is reused)
Vladimir Makarov
1
-2
/
+5
2010-09-09
re PR middle-end/40386 (wrong code generation for several SPEC CPU2000 benchm...
Vladimir Makarov
1
-2
/
+1
2010-09-02
target.def (class_likely_spilled_p): New hook.
Anatoly Sokolov
1
-1
/
+1
2010-08-05
From Martin Thuresson <martint@google.com>
Bernd Schmidt
1
-2
/
+2
2010-07-27
rtl.def (DEBUG_INSN, [...]): Swap operands 4 and 5.
Bernd Schmidt
1
-1
/
+1
2010-07-22
ira.c (check_allocation): Correctly handle the case where an allocno with two...
Bernd Schmidt
1
-10
/
+15
2010-07-22
ira-build.c (ira_create_object): New arg SUBWORD; all callers changed.
Bernd Schmidt
1
-21
/
+51
2010-07-14
ira-int.h (ira_object_conflict_iterator): Rename from ira_allocno_conflict_it...
Bernd Schmidt
1
-19
/
+26
2010-07-14
ira-int.h (struct ira_object): New.
Bernd Schmidt
1
-1
/
+3
2010-07-12
ira-int.h (target_ira_int): Add x_ira_prohibited_mode_move_regs and...
Richard Sandiford
1
-8
/
+2
[next]