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
/
fold-const.c
Age
Commit message (
Expand
)
Author
Files
Lines
2000-03-02
c-common.c (c_common_nodes_and_builtins): Make sizetype_endlink reference the...
Richard Kenner
1
-4
/
+4
2000-03-01
fold-const.c (size_binop): Don't asert inputs are the same and have TYPE_IS_S...
Mark Mitchell
1
-4
/
+4
2000-02-27
builtins.c (c_strlen): Use size_diffop and return ssizetype value.
Richard Kenner
1
-51
/
+83
2000-02-19
c-common.c (decl_attributes): Set DECL_SIZE_UNIT.
Richard Kenner
1
-12
/
+16
2000-02-10
combine.c (make_extraction, [...]): Avoid warning on mixed-signedness conditi...
Richard Kenner
1
-1
/
+1
2000-01-18
calls.c (emit_call_1): Mark parameter with ATTRIBUTE_UNUSED.
Kaveh R. Ghazi
1
-2
/
+2
2000-01-14
eh-common.h: PROTO -> PARAMS.
Kaveh R. Ghazi
1
-50
/
+50
2000-01-10
Makefile.in (optabs.o): Depend on real.h
Kaveh R. Ghazi
1
-0
/
+2
2000-01-09
fold-const.c (lshift_double, [...]): Handle shifting by 2 * HOST_BITS_PER_WID...
John Wehle
1
-2
/
+16
2000-01-07
fold-const.c (real_hex_to_f): Remove duplicate declaration of expon.
Matt Austern
1
-1
/
+1
2000-01-04
* fold-const.c (make_range): Don't try to reverse an unbounded range.
J"orn Rennecke
1
-4
/
+5
1999-12-29
cse.c (free_element, [...]): Remove unused prototypes.
Kaveh R. Ghazi
1
-1
/
+1
1999-12-27
fold-const.c (operand_equal_p): Use memcmp to compare string constants.
Martin v. Löwis
1
-1
/
+1
1999-12-26
* fold-const.c (fold_truthop): Properly check for FP RHS.
Richard Kenner
1
-5
/
+3
1999-12-20
fold-const.c (real_hex_to_f): Remove unused "isldouble" variable.
Jeffrey A Law
1
-5
/
+1
1999-12-18
Fix typo in last change
Richard Kenner
1
-1
/
+1
1999-12-18
alias.c: Minor reformatting.
Richard Kenner
1
-110
/
+132
1999-12-06
fold-const.c (optimize_bit_field_compare): Only use one mode for both RHS and...
Richard Kenner
1
-37
/
+20
1999-11-29
Install proper change
Richard Kenner
1
-2
/
+3
1999-11-29
fold-const.c (extract_muldiv, [...]): Reverse operation if C is negative.
Richard Kenner
1
-19
/
+47
1999-11-29
Delete unused vars.
Bernd Schmidt
1
-6
/
+0
1999-11-29
Add missing return types
Bernd Schmidt
1
-0
/
+3
1999-11-27
fold-const.c (negate_expr, [...]): New.
Richard Kenner
1
-372
/
+443
1999-10-31
[multiple changes]
Richard Kenner
1
-38
/
+270
1999-10-30
fold-const.c (fold): Fix thinko when optimizing comparisons against -0.0.
Jeffrey A Law
1
-1
/
+2
1999-10-25
* fold-const.c (fold): Fix comment.
Jim Kingdon
1
-1
/
+1
1999-10-19
* fold-const.c (fold): Fix thinko in x+(-0) -> x transformation.
Alasdair Baird
1
-1
/
+2
1999-10-14
fold-const.c (fold): Convert (or (not arg0) (not arg1)) to (not (and (arg0) (...
Jan Hubicka
1
-0
/
+31
1999-10-14
fold-const.c (fold): Move bit_rotate code to the EXPR_PLUS case, falltrought ...
Jan Hubicka
1
-75
/
+89
1999-10-14
fold-const.c (fold): Handle more simplifications allowed by IEEE.
Jeffrey A Law
1
-3
/
+52
1999-10-14
* fold-const.c (fold): Detect rotates built from BIT_XOR_EXPRs.
Jeffrey A Law
1
-1
/
+7
1999-09-20
Revert this change. Gavin's patch to operand_equal_p is a better fix.
Jeffrey A Law
1
-4
/
+0
1999-09-20
Make it possible to prototype port-specific functions (and convert i386 to us...
Bernd Schmidt
1
-0
/
+1
1999-09-17
* fold-const.c (operand_equal_p): Pay attention to side effects.
Gavin Romig-Koch
1
-0
/
+6
1999-09-16
system.h (CTYPE_CONV, [...]): New macros.
Kaveh R. Ghazi
1
-1
/
+1
1999-09-06
Merge in gcc2-ss-010999
Jeff Law
1
-38
/
+25
1999-09-05
Makefile.in (ggc-simple.o): Depend on varray.h.
Richard Henderson
1
-21
/
+25
1999-09-02
fold-const.c (fold_range_test): Do not try to fold the range test if the rhs ...
Jeffrey A Law
1
-0
/
+4
1999-08-27
c-typeck.c (c_expand_start_case): Return immediately if exp is an ERROR_MARK.
Zack Weinberg
1
-0
/
+2
1999-08-24
fold-const.c (fold): Reassociate (+ (+ (* a b) c) (* d e)) as (+ (+ (* a b) (...
Richard Henderson
1
-0
/
+61
1999-06-02
Revert this change:
Mark Mitchell
1
-14
/
+10
1999-05-26
fold-const.c (fold_truthop): Make the field reference unsigned when convertin...
Andreas Schwab
1
-7
/
+5
1999-05-26
fold-const.c (fold): STRIP_NOPS when deciding whether or not something is a c...
Mark Mitchell
1
-10
/
+14
1999-05-16
fold-const.c (fold_truthop): When converting a one-bit comparison don't sign ...
Andreas Schwab
1
-15
/
+10
1999-04-25
fold-const.c (make_range): Always initialize arg0 and arg1.
Toshiyasu Morita
1
-2
/
+2
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
[next]