Age | Commit message (Expand) | Author | Files | Lines |
2003-05-09 | stdarg1.C: Make sure arg "3" is passed as a long, and not an int. | DJ Delorie | 2 | -1/+6 |
2003-05-10 | Daily bump. | GCC Administrator | 2 | -2/+2 |
2003-05-09 | xtensa.c (xtensa_emit_loop_end): Only use "nop.n" instruction if the Xtensa d... | Bob Wilson | 2 | -2/+7 |
2003-05-09 | Treelang fixes including built failures on PPC and others. | Tim Josling | 5 | -8/+31 |
2003-05-09 | mklibgcc.in: Remove extra quotes. | Matt Kraai | 2 | -1/+5 |
2003-05-09 | rs6000.c (spe_init_builtins): Fix typo in creation of int_ftype_void. | Mark Mitchell | 2 | -2/+6 |
2003-05-09 | Makefile.in: Rebuilt. | Tom Tromey | 8 | -190/+18 |
2003-05-09 | vxxscale.h, [...]: New files. | Olivier Hainque | 8 | -0/+223 |
2003-05-09 | reload1.c (reload_cse_move2add): Don't turn an implicit truncation into a sel... | Alexandre Oliva | 2 | -4/+22 |
2003-05-09 | * arm.md (clzsi2): The CLZ instruction is predicable. | Richard Earnshaw | 2 | -1/+6 |
2003-05-09 | * config/xtensa/xtensa.c: Formatting. | Bob Wilson | 2 | -60/+64 |
2003-05-09 | tree-dump.c (dequeue_and_dump): Use CONSTRUCTOR_ELTS... | Diego Novillo | 2 | -1/+7 |
2003-05-09 | PR c++/10555, c++/10576 | Kriang Lerdsuwanakij | 4 | -0/+39 |
2003-05-09 | update_version (ADD_BRANCHES): Add, set to MAIN and tree-ssa-20020619-branch. | Gerald Pfeifer | 2 | -1/+8 |
2003-05-09 | tree-dump.c (dequeue_and_dump): CONSTRUCTOR nodes contain only one operand. | Diego Novillo | 2 | -1/+6 |
2003-05-09 | toplev.h (warning_with_file_and_line): Don't declare. | Gabriel Dos Reis | 3 | -36/+7 |
2003-05-09 | c-parse.in (if_stmt_locus): New object. | Gabriel Dos Reis | 4 | -11/+27 |
2003-05-09 | 2003-05-09 Michael Koch <konqueror@gmx.de> | Michael Koch | 10 | -269/+58 |
2003-05-09 | 2003-05-09 Michael Koch <konqueror@gmx.de> | Michael Koch | 3 | -9/+31 |
2003-05-09 | 2003-05-09 Michael Koch <konqueror@gmx.de> | Michael Koch | 4 | -26/+128 |
2003-05-09 | expr.c (move_block_from_reg): Remove "size" parm. | Alan Modra | 15 | -80/+94 |
2003-05-09 | Daily bump. | GCC Administrator | 2 | -2/+2 |
2003-05-08 | stormy16.c (xstormy16_expand_builtin_va_arg): Fix to handle arguments for whi... | DJ Delorie | 4 | -19/+47 |
2003-05-08 | 20020404-1.x: New, skip for 16-bit targets. | DJ Delorie | 7 | -0/+35 |
2003-05-08 | Solaris 7 .register fix. | Jeff Sturm | 5 | -21/+88 |
2003-05-08 | mklibgcc.in: Use mkinstalldirs when installing multilib directories. | Aldy Hernandez | 2 | -2/+7 |
2003-05-08 | sh.c (gen_block_redirect, [...]): Use CODE_FOR_jump_compact instead of CODE_F... | J"orn Rennecke | 2 | -3/+8 |
2003-05-08 | configure.host: Set with_libffi_default and libgcj_interpreter to "yes". | Tom Tromey | 2 | -2/+7 |
2003-05-08 | natGC.cc (drawString): Removed obsolete code. | Scott Gilbertson | 2 | -8/+4 |
2003-05-08 | objc-act.c (error_with_ivar): Don't use error_with_file_and_line. | Gabriel Dos Reis | 2 | -10/+11 |
2003-05-08 | stmt.c (emit_locus): New macro. | Gabriel Dos Reis | 2 | -16/+27 |
2003-05-08 | Fix an entry. | David O'Brien | 1 | -0/+1 |
2003-05-08 | * g++.dg/other/packed1.C: Mark xfail for sparc*- not sparc-. | Kaveh R. Ghazi | 2 | -1/+3 |
2003-05-08 | c-decl.c (define_label): Tidy. | Gabriel Dos Reis | 2 | -29/+31 |
2003-05-08 | builtins.c (readonly_data_expr): New function. | Kaveh R. Ghazi | 4 | -21/+88 |
2003-05-08 | re PR fortran/8485 (g77 doesn't accept INTEGER*8 constant in PARAMETER multip... | Roger Sayle | 5 | -16/+130 |
2003-05-08 | std_streambuf.h (setg, setp): Don't touch _M_mode. | Paolo Carlini | 2 | -4/+4 |
2003-05-08 | init.c (build_new_1): Don't reuse a TARGET_EXPR in an expression. | Jason Merrill | 2 | -22/+37 |
2003-05-07 | * unwind-libunwind.c (_Unwind_FindEnclosingFunction): New. | David Mosberger | 2 | -1/+11 |
2003-05-07 | i386.c (ix86_split_long_move): Fix base register mode for XFmode splits for T... | Richard Henderson | 2 | -7/+21 |
2003-05-07 | sched-ebb.c (schedule_ebb): Supply the correct starting block number to save_... | Richard Henderson | 2 | -1/+6 |
2003-05-07 | toplev.c (enum dump_file_index): Swap DFI_ce3, DFI_bbro. | Richard Henderson | 2 | -2/+7 |
2003-05-08 | Daily bump. | GCC Administrator | 2 | -2/+2 |
2003-05-07 | crtbegin.asm (__do_jv_register_classes): Don't forget to preserve gp. | David Mosberger | 3 | -30/+49 |
2003-05-07 | except.c: Revert 04-01 and 04-02 forced-unwind changes. | Richard Henderson | 21 | -650/+612 |
2003-05-07 | Fix typo in last changelog entry. | Richard Henderson | 1 | -1/+1 |
2003-05-07 | unwind-dw2.c (_Unwind_GetGR): Cast pointer to _Unwind_Ptr, not _Unwind_Word. | Richard Henderson | 2 | -1/+6 |
2003-05-07 | cons: New. | Benjamin Kosnik | 3 | -0/+91 |
2003-05-07 | stmt.c (force_label_rtx): New function, based on logic formerly found in expa... | Zack Weinberg | 8 | -28/+66 |
2003-05-07 | s/burtle/iterative | Jason Merrill | 4 | -6/+6 |