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
/
fold-const.c
Age
Commit message (
Expand
)
Author
Files
Lines
1999-03-26
fold-const.c (fold_truthop): Optimize bitfield references with different mask...
Charles M. Hannum
1
-12
/
+11
1999-03-26
fold-const.c (fold_truthop): Build a type for both the lhs and rhs and use it...
Charles M. Hannum
1
-25
/
+49
1999-03-26
fold-const.c (fold_truthop): Mask the lhs and rhs after merging adjacent bitf...
Charles M. Hannum
1
-10
/
+22
1999-03-25
fold-const.c (fold_truthop): Verify that the lhs and rhs are in the same bit ...
Charles M. Hannum
1
-1
/
+3
1999-03-24
fold-const.c (make_range): If orig_type is unset, set it as soon as we know t...
Richard Earnshaw
1
-2
/
+5
1999-03-23
* fold-const.c (fold): Recognise a rotate by an unsigned amount.
Geoff Keating
1
-16
/
+36
1999-03-15
fold-const.c (exact_real_inverse): Move variable `float_error' into the scope...
Kaveh R. Ghazi
1
-59
/
+112
1999-02-10
fold-const.c (range_binop): Take account of the bounded nature of fixed lengt...
Nathan Sidwell
1
-6
/
+18
1999-01-27
Remove trigraph in comment
Zack Weinberg
1
-1
/
+1
1999-01-26
Merge in gcc2 snapshot 19980929. See gcc/ChangeLog and gcc/FSFChangeLog for
Jeffrey A Law
1
-11
/
+34
1999-01-22
fold-const.c (lshift_double): Mark 'prec' arguments as possibly unused.
Jeffrey A Law
1
-2
/
+2
1998-12-01
c-common.c (declare_function_name): Declare predefinied variable `__func__'.
Ulrich Drepper
1
-0
/
+229
1998-10-13
Warning fixes:
Kaveh R. Ghazi
1
-1
/
+1
1998-09-20
fold-const.c (fold): Yet another COND_EXPR bug...
Richard Henderson
1
-0
/
+4
1998-09-20
* fold-const.c (fold): Fix another type in COND_EXPR handling code.
Jeffrey A Law
1
-1
/
+2
1998-09-19
fold-const.c (fold): Fix typo in COND_EXPR handling code.
Michael Tiemann
1
-2
/
+3
1998-08-17
Makefile.in (cplus-dep.o): Use cplus-dem.c from libiberty.
Kaveh R. Ghazi
1
-0
/
+1
1998-08-13
expr.c (safe_from_p): Change code to ERROR_MARK only when not accessing nodes.
Jason Merrill
1
-15
/
+3
1998-07-17
loop.h (struct induction): Add no_const_addval.
Richard Henderson
1
-12
/
+35
1998-06-29
* Merge from gcc2 June 9, 1998 snapshot. See ChangeLog.13 for
Jeff Law
1
-10
/
+19
1998-06-25
fold-const.c (make_range): Don't go looking at TREE_OPERANDs of nodes that ar...
Mark Mitchell
1
-4
/
+14
1998-06-19
c-common.c (truthvalue_conversion): Protect side effects in the expression wh...
Andreas Schwab
1
-4
/
+8
1998-06-17
* fold-const.c (make_range): Do not widen the type of the expression.
Jeffrey A Law
1
-0
/
+6
1998-06-17
expr.c (check_max_integer_computation_mode): New function.
Jeffrey A Law
1
-0
/
+4
1998-06-12
fold-const.c (fold): Revert last change.
Richard Henderson
1
-17
/
+5
1998-06-09
fold-const.c (fold): Even with otherwise constant trees...
Richard Henderson
1
-5
/
+17
1998-06-06
Some fixes for KNR compilers:
Kaveh R. Ghazi
1
-1
/
+1
1998-06-02
fold-const.c (fold, [...]): When folding VAR++ == CONST or VAR-- == CONST con...
Andreas Schwab
1
-4
/
+49
1998-05-22
fold-const.c (ssize_binop): New fn.
Jason Merrill
1
-0
/
+34
1998-05-15
fold-const.c (constant_boolean_node): New function.
Mark Mitchell
1
-14
/
+24
1998-05-06
typo typo fixes fixes
Jeff Law
1
-1
/
+1
1998-05-06
toplev.h: New file.
Robert Lipe
1
-0
/
+1
1998-05-05
* Check in merge from gcc2. See ChangeLog.12 for details.
Jeff Law
1
-22
/
+40
1998-04-25
* fold-const.c (fold_convert): Fix typo.
Jeffrey A Law
1
-1
/
+1
1998-04-04
tree.h (sizetype_tab[2], [...]): Merge all of these into a single struct, wit...
Richard Henderson
1
-2
/
+2
1998-04-04
* Check in merge from gcc2. See ChangeLog.11 and ChangeLog.12
Jeff Law
1
-12
/
+12
1998-04-01
fold-const.c (optimze_bit_field_compare): Initialize rnbitpos, rnbitsize, rnm...
Jeffrey A Law
1
-6
/
+6
1998-04-01
varasm.c (make_decl_rtl): Update the DECL_ASSEMBLER_NAME for a entity in a lo...
Mark Mitchell
1
-0
/
+2
1998-03-19
fold-const.c (fold): Replace sign-extension of a zero extended value by a sin...
Philippe De Muyter
1
-0
/
+7
1998-03-18
fold-const.c (operand_equal_for_comparison_p): See if equal when nop conversi...
Richard Kenner
1
-1
/
+9
1998-03-01
* fold-const.c (fold_range_test): Always return a value.
Jeffrey A Law
1
-2
/
+3
1998-02-17
fold-const.c: Include "system.h" to get stdlib.h and stdio.h.
Kaveh R. Ghazi
1
-7
/
+8
1998-02-15
tree.c (first_rtl_op): New fn.
Jason Merrill
1
-3
/
+5
1998-02-13
varasm.c (output_constant_pool): Bring back 'done' label inside an appropriat...
Jeffrey A Law
1
-1
/
+0
1998-02-01
expr.c (get_inner_reference): Use sbitsizetype for type sizes.
J"orn Rennecke
1
-15
/
+17
1997-12-20
bitmap.c (bitmap_clear): Ensure `inline' is at the beginning of the declaration.
Kaveh R. Ghazi
1
-1
/
+3
1997-12-18
tree.c (build_range_type): Allow creation of ranges with no maximum.
Richard Henderson
1
-10
/
+35
1997-12-11
Another handful of gcc-2.8 changes (will it ever go out the door?).
Jeff Law
1
-5
/
+7
1997-12-06
Merge from gcc-2.8
Jeff Law
1
-3
/
+3
1997-11-14
* fold-const.c (fold_truthop): Fix bug in last change.
J"orn Rennecke
1
-2
/
+2
[next]