Commit 7c8b1a77 by Uros Bizjak

* ChangeLog: Fix whitespace.

From-SVN: r149544
parent f9644617
...@@ -199,8 +199,8 @@ ...@@ -199,8 +199,8 @@
2009-07-08 Adam Nemet <anemet@caviumnetworks.com> 2009-07-08 Adam Nemet <anemet@caviumnetworks.com>
* simplify-rtx.c (simplify_binary_operation_1) <AND>: Transform (and * simplify-rtx.c (simplify_binary_operation_1) <AND>:
(truncate)) into (truncate (and)). Transform (and (truncate)) into (truncate (and)).
2009-07-08 Adam Nemet <anemet@caviumnetworks.com> 2009-07-08 Adam Nemet <anemet@caviumnetworks.com>
...@@ -342,8 +342,7 @@ ...@@ -342,8 +342,7 @@
2009-07-07 Manuel López-Ibáñez <manu@gcc.gnu.org> 2009-07-07 Manuel López-Ibáñez <manu@gcc.gnu.org>
* cgraphunit.c: Replace %J by an explicit location. Update all * cgraphunit.c: Replace %J by an explicit location. Update all calls.
calls.
* c-decl.c: Likewise. * c-decl.c: Likewise.
* function.c: Likewise. * function.c: Likewise.
* varasm.c: Likewise. * varasm.c: Likewise.
...@@ -395,8 +394,7 @@ ...@@ -395,8 +394,7 @@
2009-07-06 Diego Novillo <dnovillo@google.com> 2009-07-06 Diego Novillo <dnovillo@google.com>
* tree-pretty-print.c (dump_generic_node): Protect * tree-pretty-print.c (dump_generic_node): Protect against NULL op0.
against NULL op0.
(debug_tree_chain): Handle cycles. (debug_tree_chain): Handle cycles.
2009-07-06 Nick Clifton <nickc@redhat.com> 2009-07-06 Nick Clifton <nickc@redhat.com>
...@@ -410,8 +408,7 @@ ...@@ -410,8 +408,7 @@
(TARGET_CPU_CPP_BUILTINS): Define (TARGET_CPU_CPP_BUILTINS): Define
__FMOVD_ENABLED__ if TARGET_FMOVD is true. __FMOVD_ENABLED__ if TARGET_FMOVD is true.
* config/sh/sh.md (movdf_i4): For alternative 0 use either one or * config/sh/sh.md (movdf_i4): For alternative 0 use either one or
two fmov instructions depending upon whether TARGET_FMOVD is two fmov instructions depending upon whether TARGET_FMOVD is enabled.
enabled.
(split for DF load from memory into register): Also handle (split for DF load from memory into register): Also handle
MEMs which consist of REG+DISP addressing. MEMs which consist of REG+DISP addressing.
(split for DF store from register to memory): Likewise. (split for DF store from register to memory): Likewise.
...@@ -456,8 +453,7 @@ ...@@ -456,8 +453,7 @@
2009-07-03 Vladimir Makarov <vmakarov@redhat.com> 2009-07-03 Vladimir Makarov <vmakarov@redhat.com>
PR target/40587 PR target/40587
* ira.c (build_insn_chain): Use DF_LR_OUT instead of * ira.c (build_insn_chain): Use DF_LR_OUT instead of df_get_live_out.
df_get_live_out.
2009-07-03 Richard Guenther <rguenther@suse.de> 2009-07-03 Richard Guenther <rguenther@suse.de>
...@@ -473,9 +469,9 @@ ...@@ -473,9 +469,9 @@
2009-07-03 Richard Guenther <rguenther@suse.de> 2009-07-03 Richard Guenther <rguenther@suse.de>
PR middle-end/34163 PR middle-end/34163
* tree-chrec.c (chrec_convert_1): Fold (T2)(t +- x) to * tree-chrec.c (chrec_convert_1): Fold (T2)(t +- x) to (T2)t +- (T2)x
(T2)t +- (T2)x if t +- x is known to not overflow and if t +- x is known to not overflow and the conversion widens the
the conversion widens the operation. operation.
* Makefile.in (tree-chrec.o): Add $(FLAGS_H) dependency. * Makefile.in (tree-chrec.o): Add $(FLAGS_H) dependency.
2009-07-03 Jan Hubicka <jh@suse.cz> 2009-07-03 Jan Hubicka <jh@suse.cz>
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment