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/existing-fp8
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
2001-10-11
alias.c: Remove uses of "register" specifier in declarations of arguments and...
Stan Shebs
1
-19
/
+19
2001-10-01
function.c (keep_stack_depressed): Don't use delete_insn.
Richard Kenner
1
-76
/
+0
2001-08-22
explow.c (set_mem_attributes): Avoid returning a bogus alias set from a new MEM.
Jason Merrill
1
-0
/
+9
2001-08-22
Makefile.in, [...]: replace "GNU CC" with "GCC".
Lars Brinkhoff
1
-12
/
+12
2001-08-13
expr.h: Split out optab- and libfunc-related code to...
Zack Weinberg
1
-0
/
+1
2001-08-12
defaults.h: Define PREFERRED_STACK_BOUNDARY to STACK_BOUNDARY if not already ...
Zack Weinberg
1
-18
/
+5
2001-08-08
dbxout.c: Fix comment formatting.
Kazu Hirata
1
-2
/
+2
2001-07-19
* tm.texi (POINTERS_EXTEND_UNSIGNED) Modify definition.
Steve Ellcey
1
-15
/
+27
2001-07-11
alias.c (set_mem_alias_set): New function.
Richard Kenner
1
-1
/
+1
2001-07-09
emit-rtl.c (adjust_address, [...]): Handle an address that is a LO_SUM specia...
Richard Kenner
1
-5
/
+0
2001-07-09
[multiple changes]
Richard Kenner
1
-12
/
+4
2001-07-04
emit-rtl.c (replace_equiv_address): New function.
Richard Kenner
1
-2
/
+4
2001-07-03
Install correct hunks
Richard Kenner
1
-4
/
+2
2001-07-03
* explow.c (plus_constant_wide): Reinitialize Y for restart.
Richard Kenner
1
-3
/
+7
2001-07-03
explow.c (plus_constant_wide, case PLUS): Call find_constant_term and avoid c...
Richard Kenner
1
-8
/
+11
2001-07-02
explow.c (plus_constant_wide, [...]): New case.
Richard Kenner
1
-19
/
+5
2001-06-15
* explow.c (expr_size): If DECL and size specified, use it.
Richard Kenner
1
-1
/
+7
2001-06-04
tree.def (ARRAY_RANGE_REF): New code.
Richard Kenner
1
-1
/
+2
2001-05-01
bitmap.c: Change NULL_PTR to NULL or "(rtx*)0".
Kaveh R. Ghazi
1
-3
/
+3
2001-03-22
mkconfig.sh: Include insn-flags.h.
Richard Henderson
1
-2
/
+0
2001-02-13
* explow.c (trunc_int_for_mode): Sign-extend value to mode.
Alexandre Oliva
1
-22
/
+10
2001-02-06
combine.c (nonzero_bits, case PLUS): If pointers extend unsigned and this is ...
Richard Kenner
1
-0
/
+5
2001-02-01
builtins.c (expand_builtin_alloca): allocate_dynamic_stack_space returns Pmod...
Richard Kenner
1
-15
/
+10
2001-01-22
explow.c (probe_stack_range): Ensure value passed to stack_check_libfunc is p...
Richard Kenner
1
-6
/
+14
2001-01-01
explow.c (convert_memory_address, [...]): Copy STRING_POOL_ADDRESS_P.
Richard Kenner
1
-0
/
+1
2000-10-13
Remove obstacks.
Mark Mitchell
1
-5
/
+0
2000-09-18
combine.c (if_then_else_cond): Canonicalize BImode true to STORE_FLAG_VALUE.
Richard Henderson
1
-0
/
+4
2000-07-23
unuglyfying code
Aldy Hernandez
1
-0
/
+2
2000-06-13
* explow.c (set_mem_attributes): Do nothing for NULL type.
Richard Henderson
1
-1
/
+9
2000-06-05
explow.c (maybe_set_unchanging): New function, broken out from...
Jason Merrill
1
-3
/
+27
2000-05-31
Makefile.in (c-decl.o): Depend on rtl.h and expr.h.
Richard Kenner
1
-12
/
+59
2000-05-25
combine.c (try_combine): Use any_condjump_p...
Jan Hubicka
1
-1
/
+1
2000-05-04
simplify-rtx.c (simplify_ternary_operation): Cast to unsigned.
Jason Merrill
1
-3
/
+4
2000-05-04
rtl.h (MEM_COPY_ATTRIBUTES): Also copy RTX_UNCHANGING_P and MEM_ALIAS_SET.
Richard Kenner
1
-6
/
+2
2000-04-01
builtins.c (expand_builtin_apply): Pass proper parameters to allocate_dynamic...
Jan Hubicka
1
-0
/
+17
2000-03-30
calls.c (expand_call): Pass bit alignment to mark_reg_pointer.
Richard Kenner
1
-3
/
+3
2000-03-25
* Rework fields used to describe positions of bitfields and
Richard Kenner
1
-1
/
+4
2000-02-25
Copyright fixes.
Jeff Law
1
-1
/
+2
2000-02-07
calls.c (compute_argument_block_size): New argument preferred_stack_boundary.
Jan Hubicka
1
-0
/
+7
2000-01-19
stupid.c: Die die die.
Richard Henderson
1
-4
/
+0
2000-01-14
eh-common.h: PROTO -> PARAMS.
Kaveh R. Ghazi
1
-5
/
+5
1999-12-04
c-common.c (enum attrs): Add A_NO_LIMIT_STACK.
Geoff Keating
1
-0
/
+27
1999-11-16
explow.c (hard_function_value): Add outgoing argument.
Jakub Jelinek
1
-3
/
+13
1999-10-31
[multiple changes]
Richard Kenner
1
-5
/
+27
1999-09-20
Make it possible to prototype port-specific functions (and convert i386 to us...
Bernd Schmidt
1
-0
/
+1
1999-09-12
Replace insn_foo with insn_data.foo.
Richard Henderson
1
-9
/
+8
1999-09-06
Merge in gcc2-ss-010999
Jeff Law
1
-4
/
+8
1999-08-15
Fix misuses of MAX_MACHINE_MODE that can result in an infinite loop.
Jim Wilson
1
-2
/
+2
1999-08-09
Include function.h in most files.
Bernd Schmidt
1
-0
/
+1
1999-08-02
Call force_operand if X does not satisfy general_operand
Nick Clifton
1
-0
/
+5
[next]