1. 16 Oct, 2003 5 commits
    • builtins.c (fold_builtin_memcpy, [...]): New functions. · 5bb650ec
      
      	* builtins.c (fold_builtin_memcpy, fold_builtin_mempcpy,
      	fold_builtin_memmove, fold_builtin_strcpy, fold_builtin_strncpy,
      	fold_builtin_memcmp, fold_builtin_strcmp, fold_builtin_strncmp):
      	New functions.
      	(expand_builtin_memcpy): Use integer_zerop instead of testing
      	host_integerp and tree_low_cst directly.  Move misapplied hunk
      	for optimization wher SRC and DEST point to the same location.
      	(expand_builtin_mempcpy): From here.
      	(expand_builtin_memmove): Use integer_zerop instead of testing
      	host_integerp and tree_low_cst_directly.
      	(expand_builtin_memset): Likewise.
      	(expand_builtin_memcmp): Likewise (and for integer_onep).
      	(expand_builtin_strncmp): Likewise.
      	(fold_builtin): Call the appropriate fold_builtin_foo functions
      	to optimize memcpy, mempcpy, memmove, strcpy, strncpy, memcmp,
      	strcmp and strncmp.
      
      From-SVN: r72547
      Roger Sayle committed
    • 960416-1.x: Remove. · 8725a9b4
      	* gcc.c-torture/execute/960416-1.x: Remove.
      	* gcc.c-torture/execute/divconst-3.x: Likewise.
      
      From-SVN: r72545
      Kazu Hirata committed
    • darwin-protos.h (machopic_non_lazy_ptr_name): Delete prototype. · 6f94a68e
      	* config/darwin-protos.h (machopic_non_lazy_ptr_name): Delete
      	prototype.  Clean up some whitespace.
      	* config/darwin.c: Use gen_rtx_FOO (...) rather than
      	gen_rtx (FOO, ...).
      	(machopic_non_lazy_ptr_name): Make static.
      	(name_needs_quotes): Allow '.' and '$' unquoted.
      	(machopic_legitimize_pic_address): Improve codegen in dynamic-no-pic
      	case.
      
      From-SVN: r72544
      Geoffrey Keating committed
    • Fix CRLF problem with 20031012-1.c · 42f3a0a0
      From-SVN: r72543
      R. Kelley Cook committed
    • Daily bump. · 4d67c199
      From-SVN: r72541
      GCC Administrator committed
  2. 15 Oct, 2003 25 commits
  3. 14 Oct, 2003 10 commits