summaryrefslogtreecommitdiff
path: root/gcc
Commit message (Expand)AuthorAgeFilesLines
* system.h: Don't redefine abort or trim_filename.Zack Weinberg1999-08-2627-371/+273
* decl.c (grokdeclarator): Amend comment.Mark Mitchell1999-08-265-5/+30
* newJason Merrill1999-08-251-0/+9
* tree.c (cp_build_qualified_type_real): If we're asking for the same quals we ...Jason Merrill1999-08-252-1/+9
* optabs.c (emit_cmp_and_jump_insns): Be more thorough in canonization.Richard Henderson1999-08-252-1/+7
* m88k.h (VERSION_INFO2): Kill.Richard Henderson1999-08-256-29/+22
* cp-tree.def (SUBOBJECT): New tree node.Mark Mitchell1999-08-2519-1336/+1620
* cpplib.c (detect_if_not_defined): New function.Jim Meyering1999-08-252-28/+109
* lss-001.C, [...]: New tests.Paul Burchard1999-08-2512-0/+193
* * c-common.c (combine_strings): Always set TREE_CONSTANT.Jason Merrill1999-08-252-1/+6
* combine.c (nonzero_bits): Allow single-ly set registers to be anywere in the ...Gavin Romig-Koch1999-08-252-11/+37
* * jvspec.c (lang_specific_driver): Correctly handle --help again.Tom Tromey1999-08-252-2/+10
* loop.c (express_from): Try harder to unify (* c N) and (* c M) where N and M ...Richard Henderson1999-08-252-0/+29
* * dump.c (dequeue_and_dump): Dump TARGET_EXPRs.Mark Mitchell1999-08-252-0/+18
* sbitmap.h (sbitmap_intersection_of_succs): Add prototype.Andrew MacLeod1999-08-255-12/+245
* lists.c (unused_insn_list, [...]): New file for maintaining various types of ...Andrew MacLeod1999-08-256-125/+219
* Fix compile time warning messages.Nick Clifton1999-08-254-11/+16
* gjavah.c (print_name, [...]): Add static prototype.Kaveh R. Ghazi1999-08-2515-595/+739
* genattr.c (gen_attr): Add prototype arguments for get_attr_*().Kaveh R. Ghazi1999-08-252-4/+10
* Warning fixes:Kaveh R. Ghazi1999-08-2513-48/+112
* * thunk1.C: New test.Alexandre Oliva1999-08-252-0/+42
* * g++.old-deja/g++.other/decl5.C: New testNathan Sidwell1999-08-252-0/+82
* decl2.c (handle_class_head): Be graceful about additional scope qualifiers.Nathan Sidwell1999-08-252-9/+28
* Fix small problem with gcse dumpsBernd Schmidt1999-08-252-1/+6
* Add support for generating .weak, .type and .size assembler directives.Nick Clifton1999-08-252-25/+163
* Fix typo.Jeff Law1999-08-254-5/+5
* Fix typoJeff Law1999-08-251-2/+2
* Fix typos.Jeff Law1999-08-254-4/+4
* Fix minor oops in last change.Jeff Law1999-08-251-1/+1
* Daily bump.Jeff Law1999-08-252-2/+2
* calls.c (emit_call_1): Use call_pop/call_value_pop for all values of n_popped...John David Anglin1999-08-252-1/+15
* tm.texi: GNU CC -> GCC conversion.Jeffrey A Law1999-08-252-90/+96
* * lang-specs.h: Pass cc1 spec to f771.Rainer Orth1999-08-252-4/+8
* loop.c (strength_reduce): Automatically unroll loops if the unrolled loop siz...Michael Tiemann1999-08-252-3/+37
* flow.c (delete_block): Spell NOTE_INSN_EH_REGION_BEG and NOTE_INSN_EH_REGION_...Mark Mitchell1999-08-252-2/+7
* loop.c (insert_bct): Replace use of sdiv_optab with asr_optab and delete comm...Michael Tiemann1999-08-242-13/+9
* haifa-sched.c (find_rgns): Mark a block found during the DFS search as reacha...Jeffrey A Law1999-08-242-0/+18
* * haifa-sched.c (get_visual_tbl_length): Fix off-by-one error.Jeffrey A Law1999-08-242-1/+5
* mkfixinc.sh: Don't fix uwin headers.Mumit Khan1999-08-244-9/+22
* gcse.c (find_avail_set): Follow chains of register-register copies.Bernd Schmidt1999-08-242-25/+74
* gcse.c (cprop_jump): New function, broken out of cprop_insn.Bernd Schmidt1999-08-242-76/+137
* final.c (output_addr_const): Handle case where ASM_OPEN_PAREN and ASM_CLOSE_P...Art Haas1999-08-242-2/+7
* Makefile.in (PREPROCESSOR_DEFINES): New macro.Fred Fish1999-08-253-41/+75
* jump.c (jump_optimize_1): Do cmov opt on any single-set; force B into a regis...Richard Henderson1999-08-242-7/+31
* fold-const.c (fold): Reassociate (+ (+ (* a b) c) (* d e)) as (+ (+ (* a b) (...Richard Henderson1999-08-242-0/+67
* haifa-sched.c (split_hard_reg_notes): Move to flow.cBob Manson1999-08-247-689/+1128
* newJason Merrill1999-08-241-0/+31
* call.c (build_conditional_expr): Fix typo.Jason Merrill1999-08-244-8/+32
* expr.c (expand_expr): Cope with COND_EXPRs with one non-returning branch.Nathan Sidwell1999-08-242-2/+12
* expr.c (store_expr): Always pass down the target, even when not doing CSE.Mark Mitchell1999-08-242-2/+6