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-build.c
Age
Commit message (
Expand
)
Author
Files
Lines
2015-07-16
Add new object_allocator and clean-up allocator usage.
Martin Liska
1
-9
/
+9
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
-8
/
+5
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
-3
/
+0
2015-06-04
coretypes.h: Include machmode.h...
Andrew MacLeod
1
-1
/
+0
2015-06-01
Change use to type-based pool allocator in ira-build.c.
Martin Liska
1
-30
/
+21
2015-06-01
Change use to type-based pool allocator in ira-build.c.
Martin Liska
1
-8
/
+7
2015-05-19
Use std::swap instead of explicit swaps
Mikhail Maltsev
1
-21
/
+6
2015-01-05
Update copyright years.
Jakub Jelinek
1
-1
/
+1
2014-12-23
ira-build.c (ira_flattening): Add the current object to OBJECTS_LIVE after tr...
Zhouyi Zhou
1
-1
/
+1
2014-10-29
decl.c, [...]: Remove redundant enum from machine_mode.
Richard Sandiford
1
-2
/
+2
2014-10-27
ggcplug.c: Shuffle includes to include gcc-plugin.h earlier.
Andrew MacLeod
1
-0
/
+9
2014-10-14
ira.c: Fix typo in comment.
Kito Cheng
1
-1
/
+1
2014-09-30
ira-int.h (ira_allocno): Add "wmode" field.
David Sherwood
1
-12
/
+22
2014-08-22
ira: Use rtx_insn in various places
David Malcolm
1
-5
/
+5
2014-06-30
ira-build.c (sort_conflict_id_map): Don't call qsort if num is 0, as ira_obje...
Jakub Jelinek
1
-2
/
+3
2014-05-28
-fuse-caller-save - Use collected register usage information
Radovan Obradovic
1
-0
/
+10
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-12-09
Eliminate last_basic_block macro.
David Malcolm
1
-5
/
+8
2013-11-22
add auto_vec
Trevor Saunders
1
-6
/
+2
2013-11-19
Eliminate ENTRY_BLOCK_PTR and EXIT_BLOCK_PTR macros
David Malcolm
1
-1
/
+1
2013-11-19
Eliminate n_basic_blocks macro
David Malcolm
1
-1
/
+1
2013-10-30
regmove.c: Remove.
Vladimir Makarov
1
-9
/
+215
2013-09-28
alloc-pool.c, [...]: Add missing whitespace before "(".
Richard Sandiford
1
-2
/
+2
2013-04-30
function.h (loops_for_fn): New inline function.
Richard Biener
1
-10
/
+10
2013-03-29
Add uniform debug dump function names.
Lawrence Crowl
1
-0
/
+31
2013-03-01
re PR middle-end/56461 (GCC is leaking lots of memory)
Jakub Jelinek
1
-7
/
+8
2013-02-08
cfgloop.c (verify_loop_structure): Properly handle a loop exiting to another ...
Richard Biener
1
-12
/
+12
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-20
Introduce vNULL to use as a nil initializer for vec<>.
Diego Novillo
1
-2
/
+2
2012-11-17
This patch rewrites the old VEC macro-based interface into a new one based on...
Diego Novillo
1
-89
/
+77
2012-10-14
re PR rtl-optimization/38711 (ira should not be using df-lr except at -O1.)
Steven Bosscher
1
-3
/
+3
2012-10-11
ira-build.c (ira_loop_tree_body_rev_postorder): New function.
Steven Bosscher
1
-9
/
+127
2012-10-02
ira.h (target_ira): Add x_ira_class_singleton.
Richard Sandiford
1
-4
/
+3
2012-08-16
re PR middle-end/54146 (Very slow compile with attribute((flatten)))
Richard Guenther
1
-2
/
+8
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
-2
/
+2
2012-05-14
attribs.c (decl_attributes): Avoid emitting a warning if ATTR_FLAG_BUILT_IN.
Bernd Schmidt
1
-0
/
+10
2012-01-19
re PR rtl-optimization/40761 (IRA memory hog for insanely nested loops)
Vladimir Makarov
1
-67
/
+95
2011-12-05
re PR other/50775 (Register allocator sets up frame and frame pointer with lo...
Vladimir Makarov
1
-1
/
+0
2011-05-25
re PR rtl-optimization/48757 (internal compiler error: in compensate_edge, at...
Vladimir Makarov
1
-4
/
+11
2011-05-24
[multiple changes]
Vladimir Makarov
1
-4
/
+28
2011-05-01
reginfo.c (memory_move_cost): Change rclass argument type form 'enum reg_clas...
Anatoly Sokolov
1
-9
/
+10
2011-03-29
[multiple changes]
Vladimir Makarov
1
-161
/
+188
2011-03-28
re PR bootstrap/48307 (Bootstrap failure)
Vladimir Makarov
1
-188
/
+161
2011-03-27
[multiple changes]
Vladimir Makarov
1
-161
/
+188
2010-11-30
diagnostic-core.h: Include bversion.h.
Joseph Myers
1
-1
/
+0
[next]