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
/
explow.c
Age
Commit message (
Expand
)
Author
Files
Lines
2013-04-30
explow.c (plus_constant): Pass "mode" to immed_double_int_const.
Richard Sandiford
1
-3
/
+3
2013-01-10
Update copyright years in gcc/
Richard Sandiford
1
-3
/
+1
2013-01-04
Update Copyright years for files modified in 2011 and/or 2012.
Jakub Jelinek
1
-1
/
+1
2012-09-24
Finish conversion of uses of double_int to the new API.
Lawrence Crowl
1
-18
/
+15
2012-08-23
alias.c (rtx_equal_for_memref_p): Convert constant cases.
Kenneth Zadeck
1
-2
/
+1
2012-08-02
Revert "PR 34548"
Richard Henderson
1
-18
/
+37
2012-08-01
re PR middle-end/34548 (GCC generates too many alignment adds for alloca)
Richard Henderson
1
-37
/
+18
2012-06-02
2012-06-2 Kenneth Zadeck <zadeck@naturalbridge.com>
Kenneth Zadeck
1
-1
/
+1
2012-05-30
explow.c (probe_stack_range): Restore simple control flow and stop again when...
Eric Botcazou
1
-5
/
+4
2012-05-10
md.texi (Standard Names): Document probe_stack_address.
Eric Botcazou
1
-7
/
+14
2012-05-05
rtl.h (plus_constant, [...]): Merge into a single plus_constant function.
Richard Sandiford
1
-31
/
+25
2012-04-04
rtl.texi (const_double): Document as sign-extending.
Mike Stump
1
-31
/
+46
2011-09-14
re PR middle-end/50251 (Revision 178353 caused many test failures)
Tom de Vries
1
-0
/
+14
2011-08-19
Permute conversion and addition of constant for zero-extend.
H.J. Lu
1
-7
/
+12
2011-08-15
re PR debug/50006 (ICE in in connect_traces, at dwarf2cfi.c:2677)
Richard Henderson
1
-2
/
+5
2011-08-02
re PR debug/49864 (ICE: in maybe_record_trace_start, at dwarf2cfi.c:2439)
Richard Henderson
1
-26
/
+39
2011-07-06
explow.c (trunc_int_for_mode): Use GET_MODE_PRECISION instead of GET_MODE_BIT...
Bernd Schmidt
1
-1
/
+1
2011-07-01
Use proper mode for stack save area.
H.J. Lu
1
-1
/
+3
2011-06-15
target-def.h (TARGET_HAVE_NAMED_SECTIONS): Move to common/common-target-def.h.
Joseph Myers
1
-0
/
+1
2011-06-02
function.h (struct stack_usage): Remove dynamic_alloc_count field.
Eric Botcazou
1
-34
/
+2
2011-05-25
common.opt (flag_stack_usage_info): New variable.
Eric Botcazou
1
-5
/
+5
2011-05-04
explow.c (promote_mode): Move variable declarations before code.
Richard Guenther
1
-2
/
+7
2011-05-04
calls.c (emit_library_call_value_1): Invoke promote_function_mode hook on lib...
Andreas Krebbel
1
-0
/
+17
2011-03-23
optabs.h (emit_unop_insn, [...]): Change insn code parameter from "int" to "e...
Richard Sandiford
1
-19
/
+11
2011-03-03
explow.c (emit_stack_save): Remove 'after' parameter.
Richard Henderson
1
-45
/
+10
2011-01-18
re PR middle-end/46894 (vector tests fail on powerpc 32-bit)
Eric Botcazou
1
-7
/
+12
2010-11-30
hwint.c: New.
Joseph Myers
1
-1
/
+0
2010-11-06
explow.c (allocate_dynamic_stack_space): Check MALLOC_ABI_ALIGNMENT.
Ian Lance Taylor
1
-7
/
+12
2010-11-05
re PR target/46084 (gcc.dg/split-4.c failed with -mavx -m32)
Ian Lance Taylor
1
-2
/
+11
2010-10-09
re PR rtl-optimization/33721 ([meta-bug] Gcc can't properly align stack varia...
Richard Henderson
1
-43
/
+68
2010-09-27
common.opt (fsplit-stack): New option.
Ian Lance Taylor
1
-9
/
+65
2010-09-24
re PR middle-end/45234 (ICE in expand_call, at calls.c:2845 when passing alig...
Jakub Jelinek
1
-26
/
+51
2010-08-30
Stack usage support
Eric Botcazou
1
-38
/
+85
2010-08-05
Replace exact_log2(x & -x) in favor of more direct computation.
Richard Henderson
1
-3
/
+7
2010-07-08
toplev.h: Do not include diagnostic-core.h.
Manuel López-Ibáñez
1
-0
/
+1
2010-07-02
expr.h (emit_stack_probe): Declare.
Eric Botcazou
1
-10
/
+9
2010-05-26
explow.c (set_stack_check_libfunc): Adjust to accept name as a string instead...
Steven Bosscher
1
-2
/
+4
2009-12-13
tm.texi (STACK_CHECK_PROBE_LOAD): Delete.
Eric Botcazou
1
-3
/
+0
2009-11-10
re PR target/10127 (-fstack-check let's program crash)
Eric Botcazou
1
-9
/
+15
2009-11-10
re PR middle-end/20548 (ACATS c52103x c52104x c52104y segfault)
Eric Botcazou
1
-1
/
+2
2009-11-03
re PR target/10127 (-fstack-check let's program crash)
Eric Botcazou
1
-82
/
+258
2009-10-26
tm.texi (TARGET_ADDR_SPACE_POINTER_MODE): Document.
Ben Elliston
1
-17
/
+24
2009-10-26
extend.texi (Named Address Spaces): New section.
Ben Elliston
1
-13
/
+14
2009-09-01
tree.c (tree_expr_size): New function.
Richard Guenther
1
-2
/
+2
2009-08-12
tm.texi (TARGET_PROMOTE_FUNCTION_MODE): Add documentation for for_return == 2.
Paolo Bonzini
1
-5
/
+3
2009-08-06
Merge ARM/hard_vfp_branch to trunk
Richard Earnshaw
1
-2
/
+2
2009-08-03
explow.c (promote_mode): Mark TYPE and PUNSIGNEDP as possibly unused.
Andreas Krebbel
1
-1
/
+2
2009-08-02
2009-08-02 Paolo Bonzini <bonzini@gnu.org
Paolo Bonzini
1
-1
/
+0
2009-08-01
expr.c (store_constructor): Use promote_decl_mode.
Paolo Bonzini
1
-31
/
+64
2009-06-22
alias.c: Use REG_P...
Shujing Zhao
1
-13
/
+13
[next]