- 09 Feb, 2003 4 commits
-
-
* config/alpha/alpha.c (override_options): Turn off explicit relocs until post-peep2 code duplication resolved. From-SVN: r62597
Richard Henderson committed -
* optabs.c (expand_unop): Widen clz properly when clz is done via libcall. From-SVN: r62595
Kazu Hirata committed -
* hppa/atomicity.h (__Atomicity_lock<__inst>::_S_atomicity_lock): Correct alignment. (__exchange_and_add, __atomic_add): Use PA 2.0 ordered store to reset lock. From-SVN: r62593
John David Anglin committed -
From-SVN: r62592
GCC Administrator committed
-
- 08 Feb, 2003 10 commits
-
-
jcf-io.c (java_or_class_file): Use libiberty's lbasename instead of basename to avoid compiler warnings on Tru64. * jcf-io.c (java_or_class_file): Use libiberty's lbasename instead of basename to avoid compiler warnings on Tru64. From-SVN: r62582
Roger Sayle committed -
* config/h8300/clzsi2.c: Replace "GNU CC" with "GCC". * config/h8300/crti.asm: Likewise. * config/h8300/crtn.asm: Likewise. * config/h8300/ctzsi2.c: Likewise. * config/h8300/fixunssfsi.c: Likewise. * config/h8300/h8300-protos.h: Likewise. * config/h8300/h8300.c: Likewise. * config/h8300/h8300.h: Likewise. * config/h8300/h8300.md: Likewise. * config/h8300/paritysi2.c: Likewise. * config/h8300/popcountsi2.c: Likewise. * config/h8300/rtems.h: Likewise. From-SVN: r62581
Kazu Hirata committed -
* doc/invoke.texi: Documentation for my previous commit. * doc/passes.texi: Ditto. From-SVN: r62580
Zdenek Dvorak committed -
* cfgloop.h (fix_loop_placement, can_duplicate_loop_p, duplicate_loop_to_header_edge, loopify, remove_path, split_loop_bb): Declare. (DLTHE_FLAG_UPDATE_FREQ): New. * cfgloopmanip.c (duplicate_loop, duplicate_subloops, copy_loops_to, loop_redirect_edge, loop_delete_branch_edge, copy_bbs, remove_bbs, rpe_enum_p, find_branch, alp_enum_p, add_loop, fix_loop_placements, fix_bb_placement, fix_bb_placements, place_new_loop, scale_loop_frequencies, scale_bbs_frequencies, record_exit_edges): New static functions. (fix_loop_placement, can_duplicate_loop_p, duplicate_loop_to_header_edge, loopify, remove_path, split_loop_bb): New functions. * cfgloop.h (loop_optimizer_init, loop_optimizer_finalize, unswitch_loops): Declare. * loop-init.c: New file. * loop-unswitch.c: New file. * Makefile.in (loop-init.o, loop-unswitch.o): New. * params.def (PARAM_MAX_UNSWITCH_INSNS, PARAM_MAX_UNSWITCH_LEVEL): New. * toplev.c (DFI_loop2): New dump. (flag_unswitch_loops): New. (lang_independent_options): Add it. (rest_of_compilation): Call new loop optimizer. (parse_options_and_default_flags): Turn flag_unswitch_loops on with -O3. From-SVN: r62578
Zdenek Dvorak committed -
* config/h8300/clzsi2.c: New. * config/h8300/ctzsi2.c: Likewise. * config/h8300/paritysi2.c: Likewise. * config/h8300/popcountsi2.c: Likewise. * config/h8300/t-h8300 (LIB2FUNCS_EXTRA): Add above files. From-SVN: r62577
Kazu Hirata committed -
From-SVN: r62575
Laurynas Biveinis committed -
From-SVN: r62572
David Edelsohn committed -
* config/rs6000/rs6000.h (CLZ_DEFINED_VALUE_AT_ZERO): Define. * config/rs6000/rs6000.md (clzsi2): Rename from cntlzw2. (ffssi2): Use clz instead of unspec. (clzdi2): Rename from cntlzd2. (ffsdi2): Use clz instead of unspec. From-SVN: r62570
David Edelsohn committed -
* config/alpha/freebsd.h (LINK_SPEC): Weaken error to notice. * config/ia64/freebsd.h (LINK_SPEC): Likewise. * config/sparc/freebsd.h (LINK_SPEC): Likewise. * config/i386/freebsd.h (LINK_SPEC): Add clause to mirror other arches. * gcc.dg/20021014-1.c: Annotate with expected notice text. From-SVN: r62567
Loren J. Rittle committed -
From-SVN: r62566
GCC Administrator committed
-
- 07 Feb, 2003 26 commits
-
-
From-SVN: r62558
Wolfgang Bangerth committed -
* gcse.c (local_cprop_find_used_regs): New. (local_cprop_pass): Use it. From-SVN: r62555
Richard Henderson committed -
2003-02-04 Fred Fish <fnf@intrinsity.com> * mips-tfile.c (parse_def): Parenthesize assignments to fix precedence bugs. From-SVN: r62553
Fred Fish committed -
From-SVN: r62552
Segher Boessenkool committed -
* builtin-types.def (BT_FN_FLOAT_FLOAT_FLOAT): New built-in type. (BT_FN_LONG_DOUBLE_LONG_DOUBLE_LONG_DOUBLE): Likewise. (BT_FN_DOUBLE_DOUBLE_DOUBLE): Likewise. * builtins.def: Define pow, powf, powl, atan2, atan2f and atan2l builtin functions (and their __builtin_* variants). * builtins.c (mathfn_built_in): Handle missing log{,f,l} cases. (expand_builtin): Don't expand log{,f,l}, pow{,f,l} or atan2{,f,l} when not optimizing. * doc/extend.texi: Document new pow and atan2 builtins, and their float and long double variants. Realphabetize builtins. * testsuite/gcc.dg/builtins-4.c: New test case. From-SVN: r62551
Roger Sayle committed -
From-SVN: r62550
Jan Hubicka committed -
* config/i386/i386.h (MS_AGGREGATE_RETURN): New define. * config/i386/cygwin.h (MS_AGGREGATE_RETURN): Override default definition. * config/i386/i386.h (ix86_return_in_memory): Return aggregate types of up to 8 bytes via registers if MS_AGGREGATE_RETURN. From-SVN: r62547
Danny Smith committed -
* java/util/jar/JarFile.java (JarFile(String, boolean)): Read manifest when verify is true. (JarFile(File, boolean)): Likewise. (manifestRead): Set manifestRead field correctly. From-SVN: r62545
Mark Wielaard committed -
From-SVN: r62544
Jan Hubicka committed -
* i386.md (movdi_rex64_1): Fix mmx<->int move opcode. [[Split portion of a mixed commit.]] From-SVN: r62543.2
Jan Hubicka committed -
2003-02-07 Daniel Berlin <dberlin@dberlin.org> * cfg.c (dump_flow_info): Add back accidently deleted line. From-SVN: r62542
Daniel Berlin committed -
2003-02-07 Stephen Crawley <crawley@dstc.edu.au> * java/math/BigDecimal(valueOf): fix DiagBigDecimal val008, val013 tests; see patch #1016 on Savannah. 2003-02-07 Stephen Crawley <crawley@dstc.edu.au> * java/math/BigDecimal.java (BigDecimal): enhance parsing of exponents (toString): do not return Strings starting with . and - erroneously. Improves Mauve results to 12 of 600 instead of 16 of 338 on DiagBigDecimal. From-SVN: r62540
Stephen Crawley committed -
* java/beans/PropertyDescriptor.java (PropertyDescriptor(String, Class)): Sanity check getter and setter methods. (PropertyDescriptor(String, Class, String, String)): Likewise. (PropertyDescriptor(String, Method, Method): Factor out getter and setter method sanity checks into new method. (findMethods): Don't do parameter sanity checking of get method here. (checkMethods): New method. 2003-02-07 Stephen Crawley <crawley@dstc.edu.au> * java/beans/PropertyDescriptor.java: Reformat. From-SVN: r62537
Stephen Crawley committed -
From-SVN: r62535
Andrey Petrov committed -
* config/xtensa/xtensa.h (LIBGCC2_WORDS_BIG_ENDIAN): Set this based on preprocessor flag. From-SVN: r62534
Bob Wilson committed -
* gcse.c (implicit_sets): New. (compute_hash_table_work): Include them in hash table. (find_implicit_sets, fis_get_condition): New. (one_cprop_pass): Allocate and free implicit_sets; call find_implicit_sets before building hash table. Co-Authored-By: Richard Henderson <rth@redhat.com> From-SVN: r62533
Roger Sayle committed -
* cp-simplify.c (genericize_try_block): Do genericize catch blocks. [[Split portion of a mixed commit.]] From-SVN: r62528.2
Jason Merrill committed -
* libjava.mauve/xfails: Add new entries for gnu.testlet.java.text.CollationElementIterator.jdk11 From-SVN: r62525
Mark Wielaard committed -
From-SVN: r62523
Jason Thorpe committed -
From-SVN: r62522
Gabor Greif committed -
2003-02-07 Paolo Carlini <pcarlini@unitus.it> * testsuite/27_io/filebuf_virtuals.cc (test08): Fix for unsigned char platforms. From-SVN: r62519
Paolo Carlini committed -
2003-02-06 Andreas Tobler <a.tobler@schweiz.ch> * libffi/src/powerpc/darwin_closure.S: Fix alignement bug, allocate 8 bytes for the result. * libffi/src/powerpc/aix_closure.S: Likewise. * libffi/src/powerpc/ffi_darwin.c: Update stackframe description for aix/darwin_closure.S. From-SVN: r62514
Andreas Tobler committed -
* gcc.dg/20020430-1.c: Fix dg command typos. * gcc.dg/20020503-1.c: Likewise. From-SVN: r62511
Kaveh R. Ghazi committed -
* regrename.c (do_replace, find_oldest_value_reg, copyprop_hardreg_forward_1): Update register attributes. From-SVN: r62509
Jan Hubicka committed -
2003-02-06 Paolo Carlini <pcarlini@unitus.it> PR libstdc++/9562 * include/std/std_istream.h (basic_istream::sentry::operator bool()): Make const. * include/std/std_ostream.h (basic_ostream::sentry::operator bool()): Likewise. * testsuite/27_io/istream_sentry.cc (test03): Add. * testsuite/27_io/ostream_sentry.cc: Add. From-SVN: r62508
Paolo Carlini committed -
From-SVN: r62507
GCC Administrator committed
-