aboutsummaryrefslogtreecommitdiff
path: root/gcc
AgeCommit message (Expand)AuthorFilesLines
1999-09-23Use cbranch patterns when availableBernd Schmidt6-60/+118
1999-09-23Daily bump.Jeff Law2-2/+2
1999-09-22Add missing \Jeff Law1-1/+1
1999-09-23* ir.texi: Document CLEANUP_STMT, SCOPE_STMT, and START_CATCH_STMT.Mark Mitchell2-4/+42
1999-09-23decl.c (pushdecl): Do create a binding for extern "C" functions...Mark Mitchell3-8/+24
1999-09-23mips.h (GO_IF_LEGITIMATE_ADDRESS): Don't accept large register offsets; let L...Stan Cox3-4/+25
1999-09-22pa.c, [...]: Support multiple assembler dialects in most assembler templates.Jeffrey A Law4-268/+302
1999-09-22rs6000.c (expand_block_move): DImode loads and stores require word-aligned di...David Edelsohn2-54/+132
1999-09-22Fix complex-5.c problemMichael Meissner4-4/+114
1999-09-22pa.c (hppa_legitimize_address): Handle full offsets for PA2.0 FP loads and st...Jeffrey A Law3-4/+31
1999-09-22* pa.h (BRANCH_COST): Define.Jeffrey A Law2-0/+5
1999-09-22* lang-specs.h: Added `%(jc1)' to the jc1 spec.Tom Tromey2-1/+3
1999-09-22* pa.md (return, return_internal): Use bve for PA2.0.Jeffrey A Law2-2/+14
1999-09-22pa.md (fused multiply): Add variants which reduce height for the fused multip...Jeffrey A Law2-0/+284
1999-09-22pa.md (subsi3): Turn into an expander.Jeffrey A Law2-3/+6
1999-09-22pa.md (subsi3): Turn into an expander.Jeffrey A Law2-2/+24
1999-09-22pa.md (floatunssisf2, [...]): Generate different RTL for TARGET_PA_20.Jeffrey A Law2-2/+89
1999-09-22decl.c (define_case_label): Don't crash if we're not in a switch.Jason Merrill4-22/+21
1999-09-22javaop.h (WORD_TO_FLOAT): Use `inline' unconditionally.Tom Tromey2-12/+9
1999-09-22basic-block.h (add_noreturn_fake_exit_edges): Use correct name.Andrew MacLeod3-4/+10
1999-09-22Makefile.in (INTL_MOSTLYCLEAN, INTL_CLEAN): New variables.Nathan Sidwell2-7/+16
1999-09-22configure.in (AC_PREREQ): Bump to 2.13.Kaveh R. Ghazi8-180/+188
1999-09-22regclass.c (init_regs): Add "top_of_stack" as a garbage collection root.Jeffrey A Law2-0/+4
1999-09-22c-parse.in: save and restore warn_pointer_arith on __extension__ along with p...Jim Kingdon6-912/+977
1999-09-22flow.c (record_active_eh_regions): Terminate loop after finding the last insn...Jeffrey A Law2-0/+7
1999-09-22Udo previous deltaNick Clifton3-29/+0
1999-09-22Fix/suppress some testsuite failures for the Arm.Nick Clifton3-0/+29
1999-09-22oops - add change missed from previous deltaNick Clifton1-0/+1
1999-09-22* config/c4x/c4x.md: Delete parallel instruction peepholes.Michael Hayes2-583/+4
1999-09-22* config/c4x/c4x.c (c4x_add_gc_roots): Add tree roots.Michael Hayes2-0/+9
1999-09-22c4x.c (c4x_process_after_reload): Rework machdep insn splitting to not use ou...Michael Hayes2-17/+21
1999-09-22c4x.h (EXPAND_BUILTIN_VA_START): Call c4x_va_start.Michael Hayes3-0/+19
1999-09-22Daily bump.Jeff Law2-2/+2
1999-09-21Typo last change.Richard Henderson1-1/+1
1999-09-22Various fixes for problems discovered stress-testing GC.Alex Samuel6-15/+48
1999-09-21Jan Hubicka <hubicka@freesoft.cz>Jan Hubicka2-0/+43
1999-09-21remove check_lang_option prototypeJason Merrill1-1/+0
1999-09-21decl2.c (lang_decode_option): Accept and ignore -finit-priority.Jason Merrill2-0/+9
1999-09-21machmode.h (HOST_PTR_PRINTF): Move from here ...Kaveh R. Ghazi5-23/+29
1999-09-21haifa-sched.c (sched_analyze): Rename local variable `region' to avoid confli...Kaveh R. Ghazi2-4/+9
1999-09-21basic-block.h (basic_block): Add eh_beg, eh_end.Richard Henderson3-139/+300
1999-09-21dump.c (dequeue_and_dump): Handle START_CATCH_STMT, CLEANUP_STMT, and SCOPE_S...Mark Mitchell2-0/+31
1999-09-21* g++.dg/ecos.exp: Don't supply -finit-priority to cc1plus.Mark Mitchell2-7/+11
1999-09-21decl2.c (lang_decode_option): Adjust, in the wake of recent changes to option...Mark Mitchell2-44/+36
1999-09-21New test case.Martin v. Löwis1-0/+21
1999-09-21typeck.c (get_member_function_from_ptrfunc): Allow extraction of function poi...Martin v. Löwis2-13/+34
1999-09-21extend.texi (Bound member functions): Document unbound pmf conversion.Martin v. Löwis1-0/+8
1999-09-21extend.texi (Bound member functions): Document unbound pmf conversion.Martin v. Löwis1-0/+5
1999-09-21flow.c (split_edge): Handle insertion on a fallthrough edge which has the EXI...Andrew MacLeod2-3/+15
1999-09-21flow.c (remove_edge): New function to remove an edge from the flow graph.Andrew MacLeod3-0/+98