Age | Commit message (Expand) | Author | Files | Lines |
2002-07-25 | invoke.texi: Document -mabi=meabi, and expand on the EABI description. | Richard Sandiford | 14 | -417/+629 |
2002-07-25 | mips.md (tablejump_mips161): Use gen_rtx_LABEL_REF. | Richard Sandiford | 2 | -2/+7 |
2002-07-25 | simpify-rtx.c (simplify_subreg): Don't pass MODE_CC mode to int_mode_for_mode. | J"orn Rennecke | 2 | -1/+7 |
2002-07-25 | c-common.c (c_sizeof_or_alignof_type): Take a third argument for complaining. | Gabriel Dos Reis | 10 | -81/+50 |
2002-07-25 | Daily bump. | GCC Administrator | 3 | -3/+3 |
2002-07-25 | c-decl.c (c_decode_option): No need to handle switches cpplib handles. | Neil Booth | 3 | -16/+6 |
2002-07-25 | defaults.h (ASM_OUTPUT_TYPE_DIRECTIVE, [...]): New default definitions of new... | Zack Weinberg | 27 | -513/+410 |
2002-07-25 | eabi.h: Define TARGET_SPE_ABI, TARGET_SPE, TARGET_ISEL, and TARGET_FPRS. | Aldy Hernandez | 2 | -1/+155 |
2002-07-25 | * testsuite/gcc.dg/ppc-spe.c: New. | Aldy Hernandez | 2 | -0/+691 |
2002-07-25 | eabi.h: Define TARGET_SPE_ABI, TARGET_SPE, TARGET_ISEL, and TARGET_FPRS. | Aldy Hernandez | 1 | -0/+17 |
2002-07-25 | eabi.h: Define TARGET_SPE_ABI, TARGET_SPE, TARGET_ISEL, and TARGET_FPRS. | Aldy Hernandez | 9 | -348/+5953 |
2002-07-24 | elf.h (STARTFILE_SPEC): Undo previous change. | Chris Demetriou | 4 | -8/+15 |
2002-07-24 | In cp/ChangeLog: | Geoffrey Keating | 4 | -4/+32 |
2002-07-24 | * gcc.c-torture/execute/loop-2e.c: Rewrite for 64 bit and no mmap. | Richard Henderson | 2 | -47/+30 |
2002-07-24 | expr.c (expand_expr): Use GOTO_SUBROUTINE_EXPR form when not optimizing. | Richard Henderson | 2 | -1/+12 |
2002-07-24 | ia64.c (gen_thread_pointer): Fix typo in marking thread_pointer_rtx as unchan... | David Mosberger | 2 | -1/+6 |
2002-07-24 | ra-colorize.c (INV_REG_ALLOC_ORDER): New macro. | Michael Matz | 2 | -4/+16 |
2002-07-24 | arm.md (arm_buneq, arm_bltgt): put '\' before ';' in output pattern. | Richard Earnshaw | 2 | -6/+24 |
2002-07-24 | elf.h (STARTFILE_SPEC): Never include crt0.o. | Chris Demetriou | 4 | -9/+14 |
2002-07-24 | stop recommending -fexternal-templates | Jason Merrill | 1 | -35/+0 |
2002-07-24 | toplev.c (rest_of_compilation): Dump loops before clobbering the structure. | Jan Hubicka | 2 | -3/+8 |
2002-07-24 | * rtlanal.c (keep_with_call_p): Avoid overflow in fixed_regs. | Jan Hubicka | 2 | -0/+5 |
2002-07-24 | * g++.dg/ext/alignof1.C (main): Return 0 for success. | Gabriel Dos Reis | 2 | -1/+5 |
2002-07-24 | [multiple changes] | Roger Sayle | 4 | -1/+219 |
2002-07-24 | pretty-print.h: Add macros from cp/error.c `:w | Gabriel Dos Reis | 2 | -14/+27 |
2002-07-24 | rs6000-protos.h (mask_operand_wrap): Declare. | Alan Modra | 5 | -172/+576 |
2002-07-24 | Daily bump. | GCC Administrator | 3 | -3/+3 |
2002-07-24 | rs6000.md: Remove scratch reg on insns using addze and similar (plus (compari... | Alan Modra | 2 | -201/+158 |
2002-07-23 | linux.h (ASM_OUTPUT_DEFINE_LABEL_DIFFERENCE_SYMBOL): Remove. | Neil Booth | 1 | -11/+0 |
2002-07-23 | cppexp.c (parse_defined): Mark macro used. | Neil Booth | 14 | -7/+177 |
2002-07-23 | * doc/tm.texi: Update documentation. | Neil Booth | 2 | -9/+1 |
2002-07-23 | dwarf2out.c (SECTION_ASM_OP, [...]): Remove. | Neil Booth | 10 | -64/+19 |
2002-07-23 | recog.c (asm_operand_ok): Allow float CONST_VECTORs for 'F'. | J"orn Rennecke | 5 | -7/+23 |
2002-07-23 | va-arg-15.x, [...]: Delete. | Kaveh R. Ghazi | 4 | -21/+5 |
2002-07-23 | reload.c (find_reloads_toplev): Use simplify_gen_subreg. | J"orn Rennecke | 5 | -43/+44 |
2002-07-23 | simplify-rtx.x (simplify_subreg): When constructing a CONST_VECTOR from indiv... | J"orn Rennecke | 2 | -1/+14 |
2002-07-23 | genautomata.c (VLA_HWINT_SHORTEN, [...]): Remove. | Neil Booth | 7 | -45/+12 |
2002-07-23 | pretty-print.h: New file. | Gabriel Dos Reis | 2 | -0/+62 |
2002-07-23 | real.c (REAL_WORDS_BIG_ENDIAN): Make 1 for DEC. | John David Anglin | 2 | -742/+482 |
2002-07-23 | extend.texi: Say ISO C90, not ISO C89. | Gabriel Dos Reis | 4 | -12/+17 |
2002-07-23 | explow.c (convert_memory_address): Fix conversion of CONSTs. | Steve Ellcey | 3 | -16/+69 |
2002-07-23 | Fix PR/7363: | Gabriel Dos Reis | 11 | -124/+124 |
2002-07-23 | gcse.c (try_replace_reg): Use num_changes_pending. | Jan Hubicka | 4 | -8/+33 |
2002-07-23 | calls.c (emit_library_call_value_1): If FUNCTION_ARG_PASS_BY_REFERENCE is tru... | J"orn Rennecke | 2 | -0/+16 |
2002-07-23 | Daily bump. | GCC Administrator | 3 | -3/+3 |
2002-07-23 | * config/m88k/m88k.h (SECTION_ASM_OP): Remove. | Neil Booth | 2 | -1/+4 |
2002-07-23 | * vmsdbgout.c (SECTION_ASM_OP): Remove. | Neil Booth | 2 | -5/+4 |
2002-07-23 | * config/i386/i386.c (AT_BP): Remove. | Neil Booth | 2 | -2/+4 |
2002-07-23 | defaults.h (obstack_chunk_alloc, [...]): Default definition. | Neil Booth | 30 | -80/+21 |
2002-07-23 | * lex.c (java_lex): Check for `e' or `E' after 0. | Tom Tromey | 2 | -2/+7 |