summaryrefslogtreecommitdiff
path: root/gcc
Commit message (Expand)AuthorAgeFilesLines
* function.c (thread_prologue_and_epilogue_insns): Make sure existing line numb...Richard Henderson2000-05-222-27/+62
* alpha.c (alpha_fnname): New static variable.Richard Kenner2000-05-224-19/+52
* cp-tree.h (IDENTIFIER_TYPENAME_P): Use a flag, not strncmp.Mark Mitchell2000-05-228-28/+52
* jump.c (jump_optimize_1): Don't increment LABEL_NUSES on deleted labels.Clinton Popetz2000-05-222-1/+7
* Fix whitespace in commentRichard Kenner2000-05-221-3/+2
* Use just -g instead of -gdwarf-2Alexandre Oliva2000-05-221-1/+1
* * gcc.dg/dwarf2-1.c: New test.Alexandre Oliva2000-05-222-0/+16
* optabs.c (can_extend_p): Allow unsignedp to have any nonzero value.Richard Kenner2000-05-222-6/+10
* * varasm.c (eh_frame_section): Revert change to argument list.Zack Weinberg2000-05-222-1/+5
* final.c (final_scan_insn, [...]): Remove dangling "else" that causes "break" ...Richard Kenner2000-05-222-3/+6
* m68k.h (STORE_FLAG_VALUE): Macro set to (-1), not -1.Philippe De Muyter2000-05-227-6/+12
* sparc.md (movdf_insn_v9only_vis): fzero has just one argument.Jakub Jelinek2000-05-222-1/+6
* alias.c (record_component_aliases): New function.Richard Kenner2000-05-224-22/+74
* * jump.c (can_reverse_comparison_p): Be prepared for insn null.Richard Henderson2000-05-222-2/+5
* simplify-rtx.c (simplify_ternary_operation): Try to simplify IF_THEN_ELSE to ...Richard Henderson2000-05-222-0/+24
* Daily bump.Jeff Law2000-05-222-2/+2
* Repeated using-declaration do have effect on the visible namesMartin v. Löwis2000-05-221-3/+2
* decl2.c (qualified_lookup_using_namespace): Look through namespace aliases.Martin v. Löwis2000-05-223-4/+14
* inclhack.def (sun_malloc): Handle `calloc'.Kaveh R. Ghazi2000-05-223-0/+12
* cp-tree.h (SET_BINFO_NEW_VTABLE_MARKED): Add sanity checks.Mark Mitchell2000-05-225-90/+446
* combine.c (try_combine): Handle i3_subst_into_i2 case when I2 is not a PARALLEL.Richard Kenner2000-05-212-1/+6
* cp-tree.h (struct lang_type): Remove search_slot.Mark Mitchell2000-05-216-157/+86
* Daily bump.Jeff Law2000-05-212-2/+2
* * lib/f-torture.exp (TORTURE_OPTIONS): Add "-O3 -g" and "-O3 -fssa".Richard Henderson2000-05-202-1/+6
* Oops, checked in verify-flow.patch by mistake, revertingAlexandre Oliva2000-05-201-2/+1
* mn10300.md (movdi, movdf): 64-bit clean-up.Alexandre Oliva2000-05-203-11/+24
* final.c (split_double): Right shift of negative values is not portable.Alexandre Oliva2000-05-202-15/+43
* parse.y (resolve_package): Correctly set `*next' (was off by one.)Alexandre Petit-Bianco2000-05-203-4/+16
* many applications of c_fix=format + testsBruce Korb2000-05-204-408/+1008
* * ifcvt.c (if_convert): Scan and kill dead code.Alexandre Oliva2000-05-202-2/+6
* * emit-rtl.c (unshare_all_rtl): Store the copied rtx.Alexandre Oliva2000-05-202-2/+6
* yet more applications of c_fix=format + testsBruce Korb2000-05-204-101/+228
* top level:Zack Weinberg2000-05-2012-38/+76
* more applications of c_fix=format + testsBruce Korb2000-05-204-322/+402
* 20000519-1.c (main): Fixed return value of testcase.Andreas Jaeger2000-05-202-1/+8
* alias.c: Clarify some comments.Richard Kenner2000-05-203-33/+37
* alias.c (aliases_everything_p): Don't special-case QImode here.Richard Kenner2000-05-203-24/+31
* * mklibgcc.in: Restore rule to create ${dir}.Alexandre Oliva2000-05-202-0/+6
* Makefile.in (libgcc.mk): Depend on xgcc$(exeext) for GCC_FOR_TARGET used by M...H.J. Lu2000-05-203-14/+48
* * Make-lang.in (cplib2.ready): Also depend on cc1plus$(exeext).H.J. Lu2000-05-202-1/+5
* * Makefile.in (bootstrap): Unset LANG_LIB2FUNCS for stage 1.H.J. Lu2000-05-202-1/+5
* fold-const.c (make_range): Handle degenerated intervals.Alexandre Oliva2000-05-202-2/+16
* Daily bump.Jeff Law2000-05-202-2/+2
* Don't create a separate copy of virtual bases for the CLASSTYPE_VBASECLASSES ...Mark Mitchell2000-05-199-170/+160
* cse.c (cse_basic_block): Only call find_reg_note if REG_NOTES not 0.Richard Kenner2000-05-1926-81/+159
* parse.y (block_end:): If the collected block doesn't feature a statement, ins...Alexandre Petit-Bianco2000-05-193-273/+282
* basic-block.h (struct edge_def): New field "count".Jan Hubicka2000-05-197-1210/+699
* * ifcvt.c (find_if_case_2): Don't allow THEN to be EXIT.Richard Henderson2000-05-192-3/+8
* * flow.c (make_edges): The sibling call edge to exit is abnormal.Richard Henderson2000-05-192-1/+6
* jump.c (redirect_jump): Add delete_unused argument.Richard Henderson2000-05-197-110/+118