- Jul 14, 2005
-
-
GCC Administrator authored
[[Split portion of a mixed commit.]] From-SVN: r101999.2
-
- Jul 13, 2005
-
-
Ian Lance Taylor authored
From-SVN: r101997
-
Jan Hubicka authored
* tree-dfa.c (dump_variable): Use default_def function. * tree-ssa-alias.c (dump_points_to_info): Likewise. * tree-ssa.c (verify_use): Likewise. * tree-ssanames.c (release_ssa_name): Likewise. * tree-tailcall.c (eliminate_tail_call): Likewise. (tree_optimize_tail_calls_1): Likewise. * tree-vrp.c (get_value_range): Likewise. From-SVN: r101994
-
Ben Elliston authored
* gcc.c (main): Compare language[0] with '*' when iterating over the infiles. From-SVN: r101993
-
Aldy Hernandez authored
From-SVN: r101992
-
Adrian Straetling authored
2005-07-13 Adrian Strae�tling <straetling@de.ibm.com> * config/s390/s390.c: (s390_cc_modes_compatible): Move before "s390_emit_compare". Add handling of CCZ1mode. (s390_canonicalize_comparison): Simplify cascaded EQ, NE. (390_emit_compare): Use "s390_cc_modes_compatible" for mode checking. (s390_branch_condition_mask): Add CCZ1mode handling. * config/s390/s390.md: ("seq", "*seq"): New pattern. ("sync_compare_and_swap_cc<mode>", "*sync_compare_and_swap_cc<mode>"): Use CCZ1mode instead of CCZmode. * config/s390/s390-modes.def: Add CCZ1mode. Comment new mode. From-SVN: r101990
-
Adrian Straetling authored
2006-07-13 Adrian Strae�tling <straetling@de.ibm.com> * config/s390/s390.md: ("cmpstrsi", "*cmpstr<mode>"): New pattern. ("strlen<mode>", "*strlen<mode>"): Use hard reg 0 in SImode. From-SVN: r101989
-
Jeff Law authored
From-SVN: r101986
-
Paul Thomas authored
2005-07-13 Paul Thomas <pault@gcc.gnu.org> * io/read.c (read_complex): Prevent X formatting during reads from going beyond EOR to fix NIST fm908.FOR failure. * io/list_read.c (read_complex): Allow complex data in list- directed reads to have eols either side of the comma to fix NIST FM906.FOR failure. 2005-07-13 Paul Thomas <pault@gcc.gnu.org> * gfortran.dg/past_eor.f90: New. * gfortran.dg/complex_read.f90: New. From-SVN: r101984
-
Eric Christopher authored
2005-07-13 Eric Christopher <echristo@redhat.com> * config/mips/mips.c (mips_canonicalize_comparison): New. (mips_emit_int_relational): Use. From-SVN: r101983
-
Eric Christopher authored
2005-07-13 Eric Christopher <echristo@redhat.com> * configure.in: Add toplevel noconfigdir support for tpf. * configure: Regenerate. 2005-07-13 Eric Christopher <echristo@redhat.com> * config.gcc (s390x-ibm-tpf*): Add extra_options. Remove static extra parts. * config/s390/s390.md: Include tpf.md. Move tpf specific patterns... * config/s390/tpf.md: To here. * config/s390/s390.opt: Move tpf specific options... * config/s390/tpf.opt: to here. Add mmain option. * config/s390/tpf-unwind.h: Remove unnecessary defines. * config/s390/tpf.h: Rewrite. From-SVN: r101982
-
Jeff Law authored
* gcc.dg/tree-ssa/pr22051-2.c: Tweak expected output to allow additional casts. From-SVN: r101980
-
H.J. Lu authored
2005-07-13 H.J. Lu <hongjiu.lu@intel.com> * doc/tm.texi: Remove @xref{Cross-profiling}. From-SVN: r101979
-
Tom Tromey authored
* jvspec.c (lang_specific_driver): Put filelist_filename first on command line. From-SVN: r101977
-
Jeff Law authored
* fold-const.c (fold_binary): When comparing two simple ADDR_EXPR expressions, test their _DECL operands for pointer equality rather than using operand_equal_p. * gcc.dg/tree-ssa/pr22321.c: New test. From-SVN: r101974
-
H.J. Lu authored
2005-07-13 H.J. Lu <hongjiu.lu@intel.com> * config/alpha/linux.h (TARGET_HAS_F_SETLKW): Renamed to ... (TARGET_POSIX_IO): This. * config/darwin.h: Likewise. * config/freebsd.h: Likewise. * config/linux.h: Likewise. * config/lynx.h: Likewise. * config/netbsd.h: Likewise. * config/rs6000/linux64.h: Likewise. * config/rs6000/linux.h: Likewise. * config/s390/tpf.h: Likewise. * config/sh/embed-elf.h: Likewise. * config/sparc/linux64.h: Likewise. * config/sparc/linux.h: Likewise. * config/svr4.h: Likewise. * gcov-io.h: Likewise. * doc/tm.texi: Updated. * libgcov.c (create_file_directory): Defined only if TARGET_POSIX_IO is defined. (gcov_exit): Call create_file_directory only if TARGET_POSIX_IO is defined. From-SVN: r101973
-
Jan Hubicka authored
From-SVN: r101972
-
David Edelsohn authored
* tree-ssa-dom.c (lookup_avail_expr): Do not pass member in freed structure as argument. From-SVN: r101971
-
Paolo Bonzini authored
ChangeLog: 2005-07-13 Paolo Bonzini <bonzini@gnu.org> PR tree-optimization/21921 * tree-iterator.c (tsi_link_before): Support the case when tsi_end_p (tsi) == true. testsuite/ChangeLog: 2005-07-13 Paolo Bonzini <bonzini@gnu.org> PR tree-optimization/21921 * gcc.dg/tree-ssa/pr21921.c: New. From-SVN: r101970
-
Daniel Berlin authored
From-SVN: r101969
-
Daniel Berlin authored
From-SVN: r101968
-
Andreas Schwab authored
* Make-lang.in (fortran/dependency.o): Depend on $(GFORTRAN_TRANS_DEPS). From-SVN: r101965
-
Paolo Carlini authored
2005-07-13 Paolo Carlini <pcarlini@suse.de> PR libstdc++/21193 (string & wstring) * include/tr1/functional (hash<string>, hash<wstring>): Reimplement using the FNV hash. * include/tr1/functional: Trivial formatting fixes. From-SVN: r101964
-
Zdenek Dvorak authored
PR tree-optimizatio/22442 * gcc.dg/tree-ssa/loop-11.c: New test. From-SVN: r101963
-
Zdenek Dvorak authored
PR tree-optimization/22442 * tree-chrec.c (chrec_fold_multiply_poly_poly): Associate chrecs correctly. From-SVN: r101962
-
Zdenek Dvorak authored
re PR rtl-optimization/20376 (The missed-optimization of general induction variables in the new rtl-level loop optimizer cause performance degradation.) PR rtl-optimization/20376 * toplev.c (process_options): Enable -fweb and -frename-registers when unrolling. * doc/invoke.texi: Update the information about when -fweb and -frename-registers are enabled. From-SVN: r101961
-
Andrew Pinski authored
2005-07-12 Andrew Pinski <pinskia@physics.uc.edu> PR tree-opt/21840 * tree-ssa-pre.c (eliminate): Convert the sprime to the correct type if *rhs_p is not a SSA_NAME. 2005-07-12 Andrew Pinski <pinskia@physics.uc.edu> PR tree-opt/21840 * gcc.c-torture/compile/pr21840.c: New test. From-SVN: r101960
-
Daniel Berlin authored
2005-07-12 Daniel Berlin <dberlin@dberlin.org> Fix PR tree-optimization/22422 * tree-ssa-structalias.c (struct variable_info): Add flag for special vars. (get_varinfo): Now a static function. (new_varinfo): init has_union and is_special_var to false. (solution_set_add): Check has_union. (do_da_constraint): Move temporary variable so it gets reset properly. Also check for special variable. (do_ds_constraint): Ditto. (do_sd_constraint): Ditto. (do_structure_copy): Check for special variable. (find_func_aliases): Ditto. (init_base_vars): Set special vars properly. From-SVN: r101959
-
GCC Administrator authored
[[Split portion of a mixed commit.]] From-SVN: r101953.2
-
- Jul 12, 2005
-
-
Aaron Luchko authored
* gnu/classpath/jdwp/processor/FieldCommandSet.java: Implemented the Field CommandSet. * gnu/classpath/jdwp/processor/InterfaceTypeCommandSet.java: Implemented the InterfaceType CommandSet. From-SVN: r101951
-
Jan Hubicka authored
* cfgexpand.c (expand_one_stack_var): Do not expand variables when we do unit-at-a-time. From-SVN: r101950
-
Tom Tromey authored
From-SVN: r101949
-
Tom Tromey authored
PR java/19674: * parse-scan.y (interface_member_declaration): Added empty_statement. From-SVN: r101948
-
Jan Hubicka authored
* tree-ssa-operands.c (parse_ssa_operands): Fix formatting. (get_expr_operands): Fix thinko wrt flags and subvars. From-SVN: r101947
-
Dale Johannesen authored
2005-07-12 Dale Johannesen <dalej@apple.com> * config/rs6000.c (rs6000_rtx_cost): Move FLOAT_EXTEND. From-SVN: r101946
-
Andrew Pinski authored
2005-07-12 Andrew Pinski <pinskia@physics.uc.edu> PR bootstrap/21704 * host-linux.h: Include limits.h. From-SVN: r101942
-
Thomas Koenig authored
2005-07-12 Thomas Koenig <Thomas.Koenig@online.de> PR libfortran/21593 gfortran.dg/dev_null.f90: Remove outdated comment about PR libfortran/21593. libgfortran/ChangeLog: Add PR to entry. From-SVN: r101940
-
Dale Johannesen authored
2005-07-10 Dale Johannesen <dalej@apple.com> * gcc.target/i386/compress-float-sse.c: New. * gcc.target/i386/compress-float-sse-pic.c: New. * gcc.target/i386/compress-float-387.c: New. * gcc.target/i386/compress-float-387-pic.c: New. * gcc.dg/compress-float-ppc.c: New. * gcc.dg/compress-float-ppc-pic.c: New. From-SVN: r101939
-
Dale Johannesen authored
2005-07-12 Dale Johannesen <dalej@apple.com> * expr.c (compress_float_constant): Add cost check. * config/rs6000.c (rs6000_rtx_cost): Adjust FLOAT_EXTEND cost. From-SVN: r101938
-
Thomas Koenig authored
2005-07-12 Thomas Koenig <Thomas.Koenig@online.de> io/unix.c: Add member special_file to type unix_stream. (fd_truncate): Don't call ftruncate or chsize if s refers to a special file. (fd_to_stream): initialize s->special_file. 2005-07-12 Thomas Koenig <Thomas.Koenig@online.de> gfortran.dg/dev_null.f90: Remove targets. From-SVN: r101937
-