diff options
author | rguenth <rguenth@138bc75d-0d04-0410-961f-82ee72b054a4> | 2010-07-05 13:14:24 +0000 |
---|---|---|
committer | rguenth <rguenth@138bc75d-0d04-0410-961f-82ee72b054a4> | 2010-07-05 13:14:24 +0000 |
commit | 6a50bb58de60f828b784905ae36401af286ca5e8 (patch) | |
tree | ee1c815950dce667a9a95adb37a128ac344f44ea | |
parent | b6cfe28d11605d543af0a1dafdd7ecdfb7642871 (diff) | |
download | gcc-6a50bb58de60f828b784905ae36401af286ca5e8.tar.gz |
2010-07-05 Richard Guenther <rguenther@suse.de>
* double-int.h (double_int_sub): Declare.
* double-int.c (double_int_sub): New function.
* dwarf2out.c (field_byte_offset): Use it.
* fixed-value.c (do_fixed_add): Likewise.
(do_fixed_multiply): Likewise.
(do_fixed_divide): Likewise.
* tree-predcom.c (add_ref_to_chain): Likewise.
(determine_roots_comp): Likewise.
* tree-ssa-loop-niter.c (derive_constant_upper_bound_ops): Likewise.
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@161836 138bc75d-0d04-0410-961f-82ee72b054a4
-rw-r--r-- | gcc/ChangeLog | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/gcc/ChangeLog b/gcc/ChangeLog index 23d71ec8b9e..1a81e6d1494 100644 --- a/gcc/ChangeLog +++ b/gcc/ChangeLog @@ -1,3 +1,15 @@ +2010-07-05 Richard Guenther <rguenther@suse.de> + + * double-int.h (double_int_sub): Declare. + * double-int.c (double_int_sub): New function. + * dwarf2out.c (field_byte_offset): Use it. + * fixed-value.c (do_fixed_add): Likewise. + (do_fixed_multiply): Likewise. + (do_fixed_divide): Likewise. + * tree-predcom.c (add_ref_to_chain): Likewise. + (determine_roots_comp): Likewise. + * tree-ssa-loop-niter.c (derive_constant_upper_bound_ops): Likewise. + 2010-07-05 Nathan Froyd <froydnj@codesourcery.com> * vec.h (VEC_splice, VEC_safe_splice): New macros. Add function |