aboutsummaryrefslogtreecommitdiff
path: root/gcc
AgeCommit message (Expand)AuthorFilesLines
2001-07-19Restore ASM_OUTPUT_LABEL_REF definition.Catherine Moore2-0/+15
2001-07-19reload1.c (eliminate_regs_in_insn): When updating a set to the frame pointer ...Geoffrey Keating2-15/+26
2001-07-19reload1.c (choose_reload_regs): Don't inherit a reload that crosses multiple ...Geoffrey Keating2-2/+11
2001-07-19top.c (ffe_decode_option): Disallow lang-independent processing for -ffixed-f...Jakub Jelinek2-1/+9
2001-07-19ifcvt.c (noce_try_store_flag_constants): Use trunc_int_for_mode when negating...Geoffrey Keating2-7/+14
2001-07-19tree.def: Document restriction on {L|R}SHIFT_EXPR's second argument.Toon Moene5-3/+20
2001-07-19unwind-dw2.c (_Unwind_FrameState): Add eh_ptr.Mark Kettenis2-8/+80
2001-07-19osf.h (ASM_OUTPUT_WEAK_ALIAS, [...]): Define.Rainer Orth7-31/+63
2001-07-19configure.in (assembler dwarf2 debug_line support): Define nop insn for m68k.Andreas Schwab3-2/+8
2001-07-19* class.c (finish_struct_anon): Forbid nested classes.Mark Mitchell3-2/+13
2001-07-19Daily bump.GCC Administrator2-2/+2
2001-07-19Makefile.in (toplev.o, [...]): Don't depend on dwarfout.h.Neil Booth22-179/+233
2001-07-19c-lex.c (c_lex): Remove CPP_INT, CPP_FLOAT cases.Neil Booth7-28/+31
2001-07-19class.c (type_requires_array_cookie): New function.Mark Mitchell6-43/+119
2001-07-19dwarf2out.c (dwarf2out_abstract_function): Don't emit in-class declaration at...Jeff Sturm2-4/+12
2001-07-18Fix markup for reload_in/out.Richard Henderson1-2/+2
2001-07-18md.texi (reload_in/out): Document restrictions in predicates and constraints ...Richard Henderson2-0/+17
2001-07-18* defaults.h (ASM_OUTPUT_WEAK_ALIAS): Check for ASM_WEAKEN_LABEL.Rainer Orth2-1/+7
2001-07-18NEWS (Changes in GCC 3.0): Fix typo.Xavier Delacour2-1/+6
2001-07-18* cse.c: Undo my previous patch.Jan Hubicka2-27/+9
2001-07-18For PR java/2812:Tom Tromey4-7/+17
2001-07-18For PR java/2812:Tom Tromey5-304/+527
2001-07-18flow.c (redirect_edge_and_branch): Bail out on complex edges.Richard Henderson3-59/+33
2001-07-18cse.c (delete_trivially_dead_insns): Delete the libcall block when return val...Jan Hubicka2-5/+32
2001-07-18* gcse.c (pre_insert_copy_insn): Call update_ld_motion_stores.Jan Hubicka2-0/+5
2001-07-18vtgc1.C: Revert patch from 2001-04-26 since vtable-gc is supported again.Andreas Jaeger2-14/+5
2001-07-18Fixed bug in gthr-posix.h - buggy backend thread functions for objective-cNicola Pero1-0/+10
2001-07-18Fixed backend function of objc_mutex_trylock which was brokenNicola Pero1-12/+21
2001-07-18Daily bump.GCC Administrator2-2/+2
2001-07-18* gcc.dg/iftrap-1.c: Fix target line.Andreas Jaeger2-7/+11
2001-07-18* integrate.c (output_inline_function): Correct type of debug_hooks.Andreas Jaeger2-2/+6
2001-07-18combine.c (combine_simplify_rtx): DIV can be treated associatively for floats...Toon Moene2-4/+8
2001-07-17* reload.c (push_secondary_reload): Accept empty-string for ALL_REGS.Richard Henderson2-5/+16
2001-07-17calls.c (prepare_call_address): New parameter SIBCALLP.Richard Henderson4-12/+21
2001-07-17config.gcc: For *-*-chorusos triplet, get chorus.h file from config directory.Chandra Chavva1-13939/+10
2001-07-17config.gcc: For *-*-chorusos triplet, get chorus.h file from config directory.Chandra Chavva5-95/+13943
2001-07-17configure.in (assembler eh_frame optimization): Handle big endian.Andreas Schwab3-11/+29
2001-07-17expr.c (epxand_expr): Convert divisions into multiplications by reciprocals i...Jan Hubicka2-0/+15
2001-07-17dbxout.c (dbxout_really_begin_function): Rename to dbxout_begin_function.Neil Booth15-158/+209
2001-07-17c-typeck.c (build_binary_op): Do not shorten unsigned right shift after sign ...Richard Henderson4-13/+34
2001-07-17combine.c (combine_simplify_rtx): Attempt to simplify a*(b/c) as (a*b)/c for ...Jan Hubicka3-120/+184
2001-07-17c-pragma.h (HANDLE_PRAGMA_WEAK): Define iff ASM_WEAKEN_LABEL and ASM_OUTPUT_W...H.J. Lu7-26/+55
2001-07-17c-parse.in (all_prefix_attributes): New variable.Joseph Myers6-144/+159
2001-07-17com.c (lang_print_error_function): Argument context is unused.Toon Moene2-1/+7
2001-07-17mips.h: Change TUNE_MIPS* options to use mips_tune.Eric Christopher3-64/+72
2001-07-17Daily bump.GCC Administrator2-2/+2
2001-07-16m68k.c: Include expr.h and reload.h.Richard Henderson2-10/+12
2001-07-16cse.c (set_live_p): Take INSN argument for cc0; update callers.Daniel Berlin2-21/+30
2001-07-17Fix typo in my last entry.Andreas Jaeger1-1/+1
2001-07-17unix.h (ASM_OUTPUT_MI_THUNK): Fix output format for x86-64 pic support.Andreas Jaeger4-37/+47