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
2014-03-20
re PR middle-end/60597 (ICE in df_refs_verify, at df-scan.c:4323)
Jakub Jelinek
1
-1
/
+1
2014-01-24
Replace flag_enable_cilkplus with flag_cilkplus.
Balaji V. Iyer
1
-1
/
+1
2014-01-16
re PR rtl-optimization/59835 (gcc.target/i386/sse-2[34].c timeout)
Vladimir Makarov
1
-1
/
+1
2014-01-15
re PR debug/54694 (internal compiler error: in dwarf2out_frame_debug_expr, at...
Richard Henderson
1
-0
/
+12
2014-01-15
re PR rtl-optimization/59511 (FAIL: gcc.target/i386/pr36222-1.c scan-assemble...
Vladimir Makarov
1
-66
/
+68
2014-01-02
Update copyright years in gcc/
Richard Sandiford
1
-1
/
+1
2013-12-13
ira.h (struct ira_reg_equiv): Rename to ira_reg_equiv_s.
Vladimir Makarov
1
-4
/
+4
2013-12-09
Eliminate FOR_ALL_BB macro.
David Malcolm
1
-2
/
+2
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
-11
/
+11
2013-12-09
Eliminate last_basic_block macro.
David Malcolm
1
-4
/
+8
2013-11-28
re PR target/57293 (not needed frame pointers on IA-32 (performance regressio...
Vladimir Makarov
1
-10
/
+9
2013-11-26
re PR rtl-optimization/59166 (ICE in simplify_subreg, at simplify-rtx.c:5901 ...
Jakub Jelinek
1
-3
/
+3
2013-11-24
re PR bootstrap/59279 (r205337 breaks bootstrap with java)
Steven Bosscher
1
-1
/
+1
2013-11-24
jump.c (reset_insn_reg_label_operand_notes): New function, split out from ...
Steven Bosscher
1
-1
/
+1
2013-11-22
re PR rtl-optimization/10474 (shrink wrapping for functions)
Martin Jambor
1
-8
/
+39
2013-11-19
re PR rtl-optimization/59099 (Erroneous register allocation on 32-bit x86 usi...
Martin Jambor
1
-17
/
+24
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
-1
/
+1
2013-11-14
ira.c: Add comment about threads at the top of file.
Vladimir Makarov
1
-1
/
+8
2013-11-12
re PR rtl-optimization/10474 (shrink wrapping for functions)
Martin Jambor
1
-11
/
+205
2013-11-06
tree-pass.h (make_pass_live_range_shrinkage): New external.
Vladimir Makarov
1
-5
/
+6
2013-10-31
re PR rtl-optimization/58934 (build fails on cris-elf in reload_cse_simplify_...
Martin Jambor
1
-200
/
+5
2013-10-30
regmove.c: Remove.
Vladimir Makarov
1
-1
/
+523
2013-10-30
re PR rtl-optimization/10474 (shrink wrapping for functions)
Martin Jambor
1
-5
/
+200
2013-10-29
Added _Cilk_spawn and _Cilk_sync (2 cilk keywords) for C.
Balaji V. Iyer
1
-0
/
+3
2013-10-21
Re-factor inclusion of tree.h.
Diego Novillo
1
-0
/
+1
2013-09-28
alloc-pool.c, [...]: Add missing whitespace before "(".
Richard Sandiford
1
-7
/
+7
2013-09-08
ira.c (update_equiv_regs): Only call set_paradoxical_subreg for non-debug insns.
Richard Sandiford
1
-5
/
+2
2013-08-13
ira.c (setup_class_translate_array): Use aclass instead of cl for classes not...
Vladimir Makarov
1
-2
/
+2
2013-08-05
Automated conversion of passes to C++ classes
David Malcolm
1
-34
/
+68
2013-06-19
re PR rtl-optimization/57518 (Redundant insn generated in LRA)
Wei Mi
1
-1
/
+49
2013-05-23
re PR target/57341 (wrong code on x86_64-linux at -O3 in 32-bit mode)
Richard Biener
1
-1
/
+1
2013-05-07
ira.c (update_equiv_regs): Add insn having equiv memory even if it is not lhs...
Vladimir Makarov
1
-6
/
+28
2013-04-12
tree-pass.h (TODO_do_not_ggc_collect): New.
Richard Biener
1
-3
/
+39
2013-04-10
passes.c (execute_todo): Do not call ggc_collect conditional here.
Richard Biener
1
-39
/
+3
2013-02-13
re PR target/56184 (Internal compiler error in push_reload during bootstrap s...
Vladimir Makarov
1
-3
/
+8
2013-02-08
ira.c (ira): Free broken dominator information.
Richard Biener
1
-0
/
+1
2013-02-08
cfgloop.c (verify_loop_structure): Properly handle a loop exiting to another ...
Richard Biener
1
-17
/
+6
2013-01-10
Update copyright years in gcc/
Richard Sandiford
1
-2
/
+1
2012-12-21
re PR bootstrap/54128 (GCC does not bootstrap on little endian mips due to mi...
Steve Ellcey
1
-2
/
+2
2012-11-27
rtl.h (debug_bb_n_slim, [...]): Remove prototypes.
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
-8
/
+8
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
This patch implements the unification of the *bitmap interfaces as discussed.
Lawrence Crowl
1
-3
/
+3
2012-10-28
re PR rtl-optimization/38711 (ira should not be using df-lr except at -O1.)
Steven Bosscher
1
-0
/
+16
2012-10-25
re PR bootstrap/55068 (AIX bootstrap in push_reload() after LRA merge)
Vladimir Makarov
1
-0
/
+1
2012-10-23
dbxout.c (dbxout_symbol_location): Pass new argument to alter_subreg.
Vladimir Makarov
1
-155
/
+429
2012-10-19
common.opt (flag_ira_hoist_pressure): New.
Bin Cheng
1
-1
/
+1
[next]