aboutsummaryrefslogtreecommitdiff
path: root/gcc
AgeCommit message (Expand)AuthorFilesLines
2001-05-11Makefile.in: Exterminate all references to assert.h.Zack Weinberg29-221/+53
2001-05-11* gcc.c-torture/execute/ieee/ieee.exp: Don't run ieee tests on VAX.John David Anglin2-1/+8
2001-05-11* lib/objc.exp: Add -lposix4 on Solaris 2.8.Mark Mitchell2-0/+10
2001-05-11* combine.c (simplify_comparison): Fix typo.Graham Stott2-1/+5
2001-05-11loop.h (struct movables): Remove `num'.Mark Mitchell3-32/+66
2001-05-11* optabs.c (emit_libcall_block): Don't mark calls as CONST_CALL_P.Mark Mitchell2-2/+5
2001-05-11Daily bump.GCC Administrator2-2/+2
2001-05-11c-common.c (finish_label_expr): New function, lifted from from cp/semantics.c.Neil Booth6-43/+100
2001-05-11cp-tree.h (finish_label_expr, [...]): Delete.Neil Booth4-30/+7
2001-05-11t-mn10300 (dp-bit.c, fp-bit.c): Don't define FLOAT_BIT_ORDER_MISMATCH.Alexandre Oliva2-7/+6
2001-05-10expr.c (emit_push_insn): Convert PUSH_ROUNDING argument to bytes.David Edelsohn2-3/+9
2001-05-10cse.c (cse_insn): Mostly remove first hunk of code which collapsed a computed...Jeffrey A Law2-30/+20
2001-05-10expr.c (emit_group_load): extract_bit_field requires a REG or MEM as an argum...David Edelsohn2-14/+22
2001-05-10jump.c (jump_optimize_1): Do not wrap the new jump target inside a LABEL_REF...Jeffrey A Law2-3/+6
2001-05-10dwarf2out.c (mem_loc_descriptor): Do not pass constant pool contents for a SY...Toon Moene2-2/+13
2001-05-10c-common.c (combine_strings): Widen strings in a host-endian-independent way.DJ Delorie2-5/+17
2001-05-10c-parse.in: Remove many shift/reduce conflicts.Joseph Myers4-207/+739
2001-05-10ifcvt.c (merge_if_block): Use any_uncondjump_p...Jeffrey A Law3-3/+13
2001-05-10Daily bump.GCC Administrator2-2/+2
2001-05-10cppinit.c (cpp_post_options): Shut off macro expansion if -fpreprocessed.Zack Weinberg11-78/+314
2001-05-09objc.texi: Move from ../libobjc/objc-features.texi.Joseph Myers5-4/+475
2001-05-09* i386.md (DImode move splitters): Use !MMX and !SSE for the condition.Jan Hubicka2-3/+9
2001-05-09regclass.c (scan_one_insn): Update REG_N_REFS when optimizing handling of two...Alexandre Oliva2-1/+11
2001-05-09Makefile.in (NM_FOR_TARGET): Look for ./nm, then .../binutils/nm-new instead ...Alexandre Oliva2-2/+9
2001-05-09i386.md (movdi splitter): Fix the splitting condition (float_extenddftf split...Jan Hubicka2-3/+8
2001-05-09genrecog.c (write_switch): Avoid outputting of switch for types wider than int.Jan Hubicka2-0/+9
2001-05-09Daily bump.GCC Administrator2-2/+2
2001-05-08reload1.c (copy_eh_notes): New function.Andrew Haley2-1/+34
2001-05-08re PR java/2538 (latest gcj no longer compiles apache xerces parser due probl...Alexandre Petit-Bianco2-4/+15
2001-05-08Daily bump.GCC Administrator2-2/+2
2001-05-08Really remove this fileZack Weinberg1-0/+0
2001-05-08config.gcc (i[34567]86-*-sco3.2v4*, [...]): Delete stanzas.Zack Weinberg10-427/+14
2001-05-07re PR java/2598 (Runtime crash regression accessing field from enclosing clas...Alexandre Petit-Bianco2-10/+18
2001-05-07pa.md (interspace_jump): Revise comment.John David Anglin3-6/+37
2001-05-07op2.C: Don't use `glob' as a variable.Mark Mitchell3-36/+41
2001-05-07toplev.c (compile_file): Set up the output file before we call the various in...Jeffrey A Law2-21/+24
2001-05-07except.c (sjlj_mark_call_sites): Do not search for assignments to non-argumme...Jeffrey A Law2-0/+8
2001-05-07splay-tree.h (splay_tree_max): New function.Mark Mitchell2-7/+41
2001-05-07pa.h (MAX_LONG_TYPE_SIZE): Should be 32, not 64.Jeffrey A Law3-1/+13
2001-05-07Daily bump.GCC Administrator2-2/+2
2001-05-07* Makefile.in (tradcpp0): Correct typo in dependency list.Zack Weinberg2-1/+5
2001-05-07rs6000.c (rs6000_emit_prologue): Don't save the link register if we're not go...Geoffrey Keating2-6/+13
2001-05-07* pa.c (compute_frame_size): 64-bit frame marker is 16 bytes.Alan Modra2-1/+5
2001-05-06unroll.c (loop_iterations): Don't sign-extend abs_diff; zero-extend it.Alexandre Oliva2-7/+20
2001-05-06optabs.c (expand_binop): Sign-extend xop0 and xop1 from the widest mode in na...Alexandre Oliva2-1/+14
2001-05-06Whitespace changeAlexandre Oliva1-2/+2
2001-05-06* config/mips/mips.md: Sign extend CONST_INTs.Alexandre Oliva2-9/+29
2001-05-06invoke.texi (Option Summary): Add -momit-leaf-frame-pointer (i386 Options): D...Andreas Jaeger2-4/+17
2001-05-06c-typeck.c (internal_build_compound_expr): Check for array to pointer convers...Neil Booth2-8/+9
2001-05-06syshdr.h: New file.Neil Booth4-16/+20