- 30 Jun, 2002 2 commits
-
-
* config/rs6000/rs6000.md (ctrdi): Allocate pseudo for FPR constraint in define_expand, not splitter. Formatting. From-SVN: r55110
David Edelsohn committed -
2002-06-29 Aldy Hernandez <aldyh@redhat.com> * config/i386/i386.c (ix86_init_mmx_sse_builtins): Use build_function_type_list instead of build_function_type. * config/ia64/ia64.c (ia64_init_builtins): Same. * config/alpha/alpha.c (alpha_init_builtins): Same. * config/rs6000/rs6000.c (altivec_init_builtins): Same. * config/arm/arm.c (arm_init_builtins): Same. * tree.h: Add build_function_type_list prototype. * tree.c (build_function_type_list): New. From-SVN: r55109
Aldy Hernandez committed
-
- 29 Jun, 2002 9 commits
-
-
From-SVN: r55107
Kaveh R. Ghazi committed -
2002-06-28 Aaron Lehmann <aaronl@vitelus.com> * fold-cont.c: Remove unused CHARMASK. From-SVN: r55106
Aaron Lehmann committed -
From-SVN: r55104
Hans Boehm committed -
PR preprocessor/7150 * cppmain.c (scan_translation_unit_trad): Simplify. * cpplib.c (cpp_scan_nooutput): Handle traditional case. From-SVN: r55102
Neil Booth committed -
* config/i386/crtdll.h: Define EXTRA_OS_CPP_BUILTINS. Don't use CPP_PREDEFINES. * config/i386/cygwin.h (EXTRA_OS_CPP_BUILTINS): New. Used TARGET_OS_CPP_BUILTINS in preference to CPP_PREDEFINES. * config/i386/djgpp.h, config/i386/i386-coff.h, config/i386/i386-interix.h, config/i386/i386-interix3.h, config/i386/lynx-ng.h, config/i386/lynx.h, config/i386/mingw32.h, config/i386/openbsd.h, config/i386/ptx4-i.h, config/i386/sysv3.h, config/i386/uwin.h: Similarly. From-SVN: r55101
Neil Booth committed -
From-SVN: r55100
GCC Administrator committed -
* c4x.h: (TARGET_CPU_CPP_BUILTINS): Check flag_inline_functions and flag_inline_trees to enable inlining. From-SVN: r55091
Herman A.J. ten Brugge committed -
2002-06-28 Phil Edwards <pme@gcc.gnu.org> PR libstdc++/7157, PR libstdc++/7158, PR libstdc++/7161 * include/std/std_queue.h: Include deque.tcc, vector.tcc. * include/std/std_stack.h: Include deque.tcc. * testsuite/23_containers/adaptors.cc: New file. From-SVN: r55090
Phil Edwards committed -
configure.in (gcc_gxx_include_dir): Change to match versioned C++ headers if --enable-version-specific-runtime-libs... 2002-06-28 Phil Edwards <pme@gcc.gnu.org> * configure.in (gcc_gxx_include_dir): Change to match versioned C++ headers if --enable-version-specific-runtime-libs is used. * configure: Regenerate. From-SVN: r55088
Phil Edwards committed
-
- 28 Jun, 2002 21 commits
-
-
From-SVN: r55087
Jan Hubicka committed -
* combine.c (combine_simplify_rtx): Pass the mode of the shift count, not the shift operation when trying to simplify a shift on a SHIFT_COUNT_TRUNCATED target. From-SVN: r55085
Stephen Clarke committed -
* config/m68hc11/m68hc11.md ("*addsi3"): Use 'o' constraint to avoid the auto increment addressing modes. ("*subsi3"): Likewise. (split for add/sub on address): For 68HC12 push the value on the stack and do the operation with a pop. From-SVN: r55083
Stephane Carrez committed -
2002-06-28 Graham Stott <graham.stott@btinternet.com> * MAINTAINERS: Update my email address. From-SVN: r55082
Graham Stott committed -
From-SVN: r55081
Graham Stott committed -
* config/m68hc11/m68hc11.h (OPTIMIZATION_OPTIONS): Define. * config/m68hc11/m68hc11-protos.h (m68hc11_optimization_options): Declare. * config/m68hc11/m68hc11.c (m68hc11_optimization_options): New, do not reorder basic blocks at the end when optimizing for size. From-SVN: r55079
Stephane Carrez committed -
* cpplib.c (_cpp_handle_directive): Move #define-specific code to the #define handler... (do_define): ...here. (lex_macro_node): No longer a need to check for comments here. From-SVN: r55077
Neil Booth committed -
* config/m68hc11/m68hc11.c (autoinc_mode): New function. (m68hc11_make_autoinc_notes): New function. (m68hc11_split_move): Be very cautious when spliting a move with auto increment/decrement modes because this may result in incompatible directions; add REG_INC notes to the resulting insn for CSE reg. From-SVN: r55076
Stephane Carrez committed -
2002-06-28 Toon Moene <toon@moene.indiv.nluug.nl> * news.texi: Mention 2 Gbyte limit on 32-bit targets for arrays explicitly in news on g77-3.1. From-SVN: r55075
Toon Moene committed -
* config/m68hc11/m68hc11.c (register_indirect_p): For 68HC12 a constant can be a valid address. From-SVN: r55073
Stephane Carrez committed -
From-SVN: r55071
Aldy Hernandez committed -
From-SVN: r55070
Aldy Hernandez committed -
2002-06-28 Aldy Hernandez <aldyh@redhat.com> * config/rs6000/rs6000.c: Remove unusued variables from last patch. From-SVN: r55069
Aldy Hernandez committed -
2002-06-27 Aldy Hernandez <aldyh@redhat.com> Revert: * config/rs6000/rs6000.c (rs6000_override_options): Move *SUBTARGET_OVERRIDE_OPTIONS before the -m options. From-SVN: r55068
Aldy Hernandez committed -
2002-06-27 Aldy Hernandez <aldyh@redhat.com> * config/rs6000/rs6000.c (altivec_expand_builtin): Move lvx/stv/dst builtins... (altivec_expand_ld_builtin): ...to here. (altivec_expand_st_builtin): ...here. (altivec_expand_dst_builtin): ...and here (respectively). From-SVN: r55067
Aldy Hernandez committed -
From-SVN: r55066
Bob Wilson committed -
From-SVN: r55064
Bernd Schmidt committed -
From-SVN: r55061
GCC Administrator committed -
PR ada/7144 * Makefile.in: Fix typo in comment, patch by Adrian Knoth <adi@thur.de>. From-SVN: r55056
Andreas Jaeger committed -
PR preprocessor/7138 * cpplib.c (_cpp_handle_directive): Do traditional preparation after setting state.angled_headers. * cpptrad.c (scan_out_logical_line): Fix potential quote bug. From-SVN: r55055
Neil Booth committed -
* config/rs6000/rs6000.c (rs6000_override_options): Move *SUBTARGET_OVERRIDE_OPTIONS before the -m options. From-SVN: r55053
Aldy Hernandez committed
-
- 27 Jun, 2002 8 commits
-
-
* config/xtensa/xtensa.md: Give "*xxx" names to all unnamed insn's. (*lsiu, *ssiu, movstrsi_internal, zero_cost_loop_start, zero_cost_loop_end): Remove unnecessary "parallel" from insns. From-SVN: r55046
Bob Wilson committed -
2002-06-27 Phil Edwards <pme@gcc.gnu.org> * include/bits/stl_alloc.h: Deprecate all 'reallocate' memfns. * docs/html/ext/howto.html: Update allocator notes. From-SVN: r55044
Phil Edwards committed -
PR c++/6695 * pt.c (tsubst_friend_class): Substitute into the context of the friend before using it. PR c++/6695 * g++.dg/template/friend7.C: New file. From-SVN: r55041
Mark Mitchell committed -
* config/d30v/d30v.h: Remove commented out STACK_REGS #defines. * config/stormy16/stormy16.h: Likewise. * config/stormy16/stormy16.h (CUMULATIVE_ARGS): Replace typedef with #define. From-SVN: r55039
Roger Sayle committed -
* doc/install.texi (Binaries): Add Sinix/Reliant Unix. Move Hitachi entry. Make punctuation more consistent. From-SVN: r55037
Gerald Pfeifer committed -
2002-06-27 Aldy Hernandez <aldyh@redhat.com> * gcc.c-torture/execute/string-opt-8.c (strncmp): Fix typo in return type. From-SVN: r55035
Aldy Hernandez committed -
* doc/install.texi: Change ` bit' to `-bit'. * doc/md.texi: Change `-bits' to `-bit'. * doc/tm.texi: Change `-bits' to ` bits'. From-SVN: r55033
Matt Kraai committed -
* gcse.c (hoist_code): Rewrite to only get list of dominated blocks once per BB. Also fix reversed test (by removing need for the test at all). From-SVN: r55031
Daniel Berlin committed
-