- 08 Sep, 2002 21 commits
-
-
combine.c (try_combine): Handle the case that undobuf.other_insn has been turned into a return or... * combine.c (try_combine): Handle the case that undobuf.other_insn has been turned into a return or unconditional jump, by inserting a BARRIER if necessary. (simplify_set): Test if a condition code setter has a constant comparison at compile time, if so convert this insn to a no-op move and update/simplify the condition code user (undobuf.other_insn). From-SVN: r56955
Roger Sayle committed -
* config/arm/netbsd.h (INITIALIZE_TRAMPOLINE): Redefine. (CLEAR_INSN_CACHE): Define. From-SVN: r56954
Krister Walfridsson committed -
2002-09-08 Toon Moene <toon@moene.indiv.nluug.nl> * g77.dg/7388.f: New test case for PR 7388. From-SVN: r56953
Toon Moene committed -
* basic-block.h: Fix comment formatting. * c-common.c: Likewise. * c-common.h: Likewise. * c-lex.c: Likewise. * c-pretty-print.c: Likewise. * cfglayout.c: Likewise. * cfgloop.c: Likewise. * defaults.h: Likewise. * et-forest.c: Likewise. * explow.c: Likewise. * function.h: Likewise. * gcov.c: Likewise. * genattrtab.c: Likewise. * gengtype.c: Likewise. * ifcvt.c: Likewise. * libgcc2.c: Likewise. * loop.c: Likewise. * profile.c: Likewise. * ra-build.c: Likewise. * real.c: Likewise. * rtl.h: Likewise. * tracer.c: Likewise. * tree-inline.c: Likewise. * varasm.c: Likewise. From-SVN: r56952
Kazu Hirata committed -
2002-09-08 Jan Hubicka <jh@suse.cz> * emit-rtl.c (set_mem_attributes_minus_bitpos): Fix array_ref handling. * loop.c (loop_gics_reduce): Emit addition after. From-SVN: r56950
Jan Hubicka committed -
* gcc_release: Make snapshots come from the mainline. * snapshot-README: Update. From-SVN: r56949
Joseph Myers committed -
* varasm.c (default_assemble_visibility): Rename from assemble_visibility. * output.h: Here too. * target-def.h (TARGET_ASM_ASSEMBLE_VISIBILITY): And here. * config/rs6000/rs6000.c (rs6000_assemble_visibility): And here. From-SVN: r56948
Alan Modra committed -
* reload.c (find_reloads <p constraint>): Pass operand_mode to find_reloads_address. From-SVN: r56946
Alan Modra committed -
* config/h8300/h8300.md (udivmodqi4): Enable on H8/300. (anonymous pattern): Likewise. From-SVN: r56945
Kazu Hirata committed -
From-SVN: r56944
GCC Administrator committed -
[[Split portion of a mixed commit.]] From-SVN: r56943.3
GCC Administrator committed -
2002-09-07 Scott Snyder <snyder@fnal.gov> PR target/7374 * config/alpha/alpha.md (abstf2): Fix typo: 'neg' for 'abs'. From-SVN: r56936
Scott Snyder committed -
From-SVN: r56935
Roger Sayle committed -
* varasm.c (decode_rtx_const): Don't check undefined field for CONST_VECTOR. From-SVN: r56934
Igor Shevlyakov committed -
From-SVN: r56932
Richard Henderson committed -
sched-deps.c (sched_analyze_insn): Make sure to add insn to reg_last->sets after flushing the dependency lists to... * sched-deps.c (sched_analyze_insn): Make sure to add insn to reg_last->sets after flushing the dependency lists to guarantee that subsequent clobbers will be dependent on it. From-SVN: r56929
Glen Nakamura committed -
* combine.c (simplify_shift_const): Calculate rotate count correctly for vector operands. From-SVN: r56928
Igor Shevlyakov committed -
* c-typeck.c (c_tree_expr_nonnegative_p): New function. (build_binary_op): Call c_tree_expr_nonnegative_p rather than tree_expr_nonnegative_p. (build_conditional_expr): Likewise. * c-tree.h (c_tree_expr_nonnegative_p): Declare. * gcc.dg/compare2.c: Remove xfail from cases 10 and 12. From-SVN: r56927
Ansgar Esztermann committed -
* builtins.def (inf, inff, infl): Mark const. (huge_val, huge_valf, huge_vall): Likewise. (BUILT_IN_GETEXP, BUILT_IN_GETMAN): Remove. From-SVN: r56926
Richard Henderson committed -
From-SVN: r56925
Richard Henderson committed -
From-SVN: r56924
Richard Henderson committed
-
- 07 Sep, 2002 10 commits
-
-
* config/h8300/h8300.md (udivmodqi4): Split the pattern into an expander and an anonymous pattern. Zero out the upper half of the dividend in the expander. (udivmodqi4): Likewise. From-SVN: r56923
Kazu Hirata committed -
2002-09-07 Jan Hubicka <jh@suse.cz> * com.c (ffe_type_for_mode): Handle long double. From-SVN: r56921
Jan Hubicka committed -
* config/locale/generic/messages_members.cc: Add specialization for messages<wchar_t>. * config/locale/ieee_1003.1-20021/messages_members.cc: Likewise. From-SVN: r56920
Jakub Jelinek committed -
2002-09-07 Adam Megacz <adam@xwt.org> * java/net/natPlainDatagramSocket.cc: include ws2tcpip.h for definition of IP_TOS. From-SVN: r56918
Adam Megacz committed -
* config/h8300/h8300.c: Fix formatting. * config/h8300/h8300.h: Likewise. * config/h8300/h8300.md: Likewise. From-SVN: r56917
Kazu Hirata committed -
* cfgcleanup.c (try_crossjump_to_edge): Fix updating of liveness information. From-SVN: r56916
Zdenek Dvorak committed -
From-SVN: r56915
Graham Stott committed -
From-SVN: r56914
GCC Administrator committed -
From-SVN: r56907
Alan Modra committed -
* doc/tm.texi (TARGET_ASM_ASSEMBLE_VISIBILITY): Describe. * target-def.h (TARGET_ASM_ASSEMBLE_VISIBILITY): Define. (TARGET_ASM_OUT): Add the above here. * target.h (struct gcc_target): Add "visibility" field. * varasm.c (maybe_assemble_visibility): Call targetm visibility func. * config/rs6000/rs6000.c (rs6000_assemble_visibility): New function. (TARGET_ASM_ASSEMBLE_VISIBILITY): Define. (rs6000_legitimize_reload_address, first_reg_to_save): Formatting. From-SVN: r56906
Alan Modra committed
-
- 06 Sep, 2002 9 commits
-
-
[gcc/ChangeLog] 2002-09-06 Ziemowit Laski <zlaski@apple.com> * c-lang.c (objc_is_id): New stub. * c-tree.h (objc_is_id): New forward declaration. * c-typeck.c (build_c_cast): Do not strip protocol qualifiers from 'id' type. * objc/objc-act.c (objc_comptypes): Correct handling of protocol qualifiers. (objc_is_id): New. [gcc/testsuite/ChangeLog] 2002-09-05 Ziemowit Laski <zlaski@apple.com> * objc.dg/proto-lossage-1.m: New test. From-SVN: r56905
Ziemowit Laski committed -
* config/i386/i386.h (GOT_SYMBOL_NAME): Define. * config/i386/i386.c (output_set_got): Use GOT_SYMBOL_NAME. (ix86_output_addr_diff_elt) Likewise. (x86_output_mi_thunk) Likewise. * config/i386/netbsd.h (GOT_SYMBOL_NAME): Redefine. From-SVN: r56904
Krister Walfridsson committed -
2002-09-06 Benjamin Kosnik <bkoz@redhat.com> * include/bits/localefwd.h: Tweak formatting. * docs/html/abi.txt: Add. From-SVN: r56903
Benjamin Kosnik committed -
From-SVN: r56901
Jeff Law committed -
* configure.target: Use cpu_include_dir="config/cpu/sparc" for all sparc targets. * config/cpu/sparc/bits/atomicity.h: New file. * config/cpu/sparc/sparc32/bits/atomicity.h: Removed. * config/cpu/sparc/sparc64/bits/atomicity.h: Removed. [[Split portion of a mixed commit.]] From-SVN: r56897.2
Jakub Jelinek committed -
* configure.target: Use cpu_include_dir="config/cpu/sparc" for all sparc targets. * config/cpu/sparc/atomicity.h: New file. * config/cpu/sparc/sparc32/atomicity.h: Removed. * config/cpu/sparc/sparc64/atomicity.h: Removed. From-SVN: r56896
Jakub Jelinek committed -
* config/os/gnu-linux/ctype_noninline.h [_GLIBCPP_USE_SHADOW_HEADERS]: Remove using _C_legacy::__ctype_*. (ctype<char>::classic_table): If _GLIBCPP_C_LOCALE_GNU, return _S_c_locale->__ctype_b, otherwise temporarily switch to "C" locale and return __ctype_b. (ctype<char>::ctype(__c_locale, const mask*, bool, size_t)): If not _GLIBCPP_C_LOCALE_GNU, temporarily switch to "C" locale and initialize using __ctype_{b,tolower,toupper}. (ctype<char>::ctype(const mask*, bool, size_t)): If _GLIBCPP_C_LOCALE_GNU, initialize using _S_c_locale->__ctype_{b,tolower,toupper}, otherwise temporarily switch to "C" locale and initialize using __ctype_{b,tolower,toupper}. From-SVN: r56893
Jakub Jelinek committed -
From-SVN: r56891
Neil Booth committed -
* h8300.c (enum shift_alg): Move to earlier in h8300.c. (enum shift_type, enum h8_cpu): Likewise. (INL, ROT, LOP, SPC macros): Likewise. (shift_alg_qi, shift_alg_hi, shift_alg_si): Likewise. Lose const designator. (h8300_init_once): Update shift_alg_{qi,hi,si} to use more space efficient algorithms when optimize for codesize. From-SVN: r56890
Dhananjay R. Deshpande committed
-