Age | Commit message (Expand) | Author | Files | Lines |
1999-12-11 | class.c (get_vtable_name): Use a literal format string and VTABLE_NAME_PREFIX... | Kaveh R. Ghazi | 8 | -26/+43 |
1999-12-11 | typeck.c (apply_chill_array_layout, [...]): Avoid the use of ANSI string conc... | Kaveh R. Ghazi | 3 | -8/+11 |
1999-12-11 | Daily bump. | Jeff Law | 5 | -5/+5 |
1999-12-10 | configure.in: Fix typo for "-64" in 64bit as check. | Ben Collins | 3 | -3/+8 |
1999-12-10 | longlong.h (__sparc_v9__): Use %rDIGIT instead of %DIGIT where appropriate. | Jakub Jelinek | 2 | -4/+9 |
1999-12-10 | c-parse.in (string): With -Wtraditional, warn if ANSI string concatenation is... | Kaveh R. Ghazi | 7 | -686/+709 |
1999-12-10 | flow.c (flow_loops_dump): Avoid ANSI string concatenation. | Kaveh R. Ghazi | 2 | -6/+8 |
1999-12-10 | m68k.h (CONDITIONAL_REGISTER_USAGE): If we have no 68881, we have no 68881 re... | Geoff Keating | 2 | -15/+30 |
1999-12-10 | arm.md (*mulsidi3adddi, [...]): New patterns for long long multiply-accumulate. | Clinton Popetz | 1 | -0/+5 |
1999-12-10 | parse.h (BUILD_THROW): Add support for sjlj-exceptions. | Andrew Haley | 6 | -12/+28 |
1999-12-10 | Undo previous change | Bernd Schmidt | 2 | -2/+5 |
1999-12-10 | sparc.c (fp_sethi_p, [...]): New functions. | David S. Miller | 6 | -114/+326 |
1999-12-10 | Daily bump. | Jeff Law | 5 | -5/+5 |
1999-12-10 | c-common.c (c_common_nodes_and_builtins): Create __builtin_ptrdiff_t and __bu... | Gavin Romig-Koch | 2 | -0/+11 |
1999-12-09 | * pa/elf.h (MAX_OFILE_ALIGNMENT): Define. | Jeffrey A Law | 2 | -0/+9 |
1999-12-10 | regclass.c (globalize_reg): Re-instate test that allows fixed registers to be... | J"orn Rennecke | 4 | -3/+21 |
1999-12-09 | i386.md (cpu attribute): Add "athlon". | Jan Hubicka | 4 | -13/+201 |
1999-12-09 | loop.c (record_biv): Declare parameter as int. | Andreas Jaeger | 3 | -0/+9 |
1999-12-09 | except.c (expand_throw): Add static attribute to match prototype. | Andreas Jaeger | 4 | -3/+15 |
1999-12-09 | decl.c (init_decl_processing): Reenable inlining on trees. | Mark Mitchell | 6 | -102/+118 |
1999-12-09 | tree.c (copy_node): Do zero the TREE_CHAIN, even for an EXPR_WITH_FILE_LOCATION. | Mark Mitchell | 2 | -3/+6 |
1999-12-09 | re GNATS libgcj/117 (_Jv_PthreadCheckMonitor test is not portable.) | Tom Tromey | 2 | -2/+22 |
1999-12-09 | sparc.h (PROMOTE_FOR_CALL_ONLY): Define. | Jakub Jelinek | 4 | -15/+51 |
1999-12-09 | > * decl.c (init_decl_processing): Mark throw_node as a noreturn > function w... | Anthony Green | 2 | -0/+16 |
1999-12-09 | * i386.md (neg??, abs?f, one_cmpl?i): Use nonimmediate_operand in expander. | Jan Hubicka | 2 | -13/+16 |
1999-12-09 | * flow.c (recompute_reg_usage): Use basic block info to get loop_depth. | Jan Hubicka | 2 | -45/+41 |
1999-12-09 | combine.c (try_combine, [...]): Remove REG_N_REFS updating code. | Jan Hubicka | 2 | -20/+5 |
1999-12-09 | linux64.h (TARGET_DEFAULT): Make -mapp-regs default on linux64 again. | Jakub Jelinek | 4 | -21/+53 |
1999-12-09 | dump.c (dequeue_and_dump): Abbreviate `class' as `cls', not `csl'. | Mark Mitchell | 4 | -27/+43 |
1999-12-09 | Daily bump. | Jeff Law | 5 | -5/+5 |
1999-12-08 | * gcc.c-torture/compile/991208-1.c: New test. | Nathan Sidwell | 2 | -0/+8 |
1999-12-08 | * flow.c (count_basic_blocks): Don't add (use (const_int 0)) insns. | Richard Henderson | 2 | -12/+4 |
1999-12-08 | longlong.h: Merge in changes from glibc. | Jakub Jelinek | 3 | -85/+326 |
1999-12-08 | Don't hoist volatile mems out of loops. | Bernd Schmidt | 2 | -1/+6 |
1999-12-08 | sparc.h (SPARC_SETHI_P): Don't look at topmost 32 bits if TARGET_ARCH32. | Jakub Jelinek | 2 | -1/+5 |
1999-12-08 | sparc.c (ultra_cmove_results_ready_p, [...]): Typo fix. | Jakub Jelinek | 2 | -4/+9 |
1999-12-08 | sol2-64.h: Same as sol2-sld-64.h... | Alexandre Oliva | 4 | -92/+142 |
1999-12-08 | alpha.c (secondary_reload_class): For !BWX, sub-simode outputs require a regi... | Richard Henderson | 2 | -11/+20 |
1999-12-08 | Makefile.in (FPBIT_FUNCS, [...]): Add _sf_to_usi _df_to_usi. | Brendan Kehoe | 2 | -5/+14 |
1999-12-08 | configure.in: When target is sparc* and tm_file contains 64, test for 64bit s... | Alexandre Oliva | 6 | -79/+203 |
1999-12-08 | Daily bump. | Jeff Law | 5 | -5/+5 |
1999-12-08 | configure.in (sparc64-*-linux*): Use posix threads if enabled. | Jakub Jelinek | 4 | -87/+99 |
1999-12-08 | sparc.c (sparc_emit_float_lib_cmp): New function. | Jakub Jelinek | 5 | -65/+727 |
1999-12-07 | sparc.h (LEGITIMATE_CONSTANT_P): Consider TFmode 0.0L as legitimate constant ... | Jakub Jelinek | 3 | -4/+80 |
1999-12-07 | sparc.md (sethi_di_medlow_embmedany_pic): Fix pattern so that it is actually ... | Jakub Jelinek | 2 | -6/+6 |
1999-12-07 | sparc.c (hard_32bit_mode_classes): Mark registers suitable for holding OFmode... | Jakub Jelinek | 2 | -25/+39 |
1999-12-07 | loop.h (struct induction): Add multi_insn_incr. | Richard Henderson | 3 | -16/+60 |
1999-12-07 | invoke.texi (C Dialect Options): Remove -flang-c9x, add -std documentation. | Martin v. Löwis | 2 | -8/+36 |
1999-12-07 | Daily bump. | Jeff Law | 5 | -5/+5 |
1999-12-07 | tree.c (walk_tree): Don't recurse into DECL_INITIAL or DECL_SIZE unless... | Mark Mitchell | 2 | -4/+22 |