aboutsummaryrefslogtreecommitdiff
path: root/gcc
AgeCommit message (Expand)AuthorFilesLines
2000-05-09calls.c (expand_call): Increment currently_expanding_call before calling opti...Richard Henderson2-4/+7
2000-05-09* reload1.c (reload_combine): Fix errors in last change.Richard Kenner2-3/+8
2000-05-09gcc.c (used_arg): Skip over a semicolon at the end of the split-up loop; don'...Zack Weinberg2-2/+5
2000-05-09disable hpux8_bogus_inlines on SCOBruce Korb3-10/+27
2000-05-09top level:Zack Weinberg65-450/+619
2000-05-09flow.c (flow_delete_insn): Use INSN_DELETED_P for marking insn as deleted.Denis Chertykov2-1/+7
2000-05-09avr-protos.h (extra_constraint): change a type of second argument from char t...Denis Chertykov6-149/+314
2000-05-09Added 'test_text' for many fixesBruce Korb3-29/+163
2000-05-09fixinc.sco is not needed any moreBruce Korb2-445/+4
2000-05-09calls.c (expand_call): Reorganize somewhat in order to avoid unnecesary recal...Jan Hubicka2-227/+260
2000-05-09alias.c (nonlocal_reference_p): Minor reformatting.Richard Kenner4-80/+100
2000-05-09Daily bump.Jeff Law2-2/+2
2000-05-08ia64-protos.h (ia64_expand_prediction): Declare.Richard Henderson4-100/+204
2000-05-08predict.c (PROB_NEVER, [...]): New.Richard Henderson1-13/+23
2000-05-08ifcvt.c (cond_exec_process_insns): New argument prob_val.Richard Henderson1-9/+35
2000-05-08final.c (current_insn_predicate): New.Richard Henderson2-0/+16
2000-05-08* config/ia64/ia64.md (extendsfdf2): Split only after reload.Richard Henderson1-1/+1
2000-05-08* config/ia64/ia64.c (ia64_direct_return): Require frame size zero.Richard Henderson1-1/+1
2000-05-08rtlanal.c (may_trap_p): Consider old-style and volatile asms to trap.Richard Henderson2-1/+9
2000-05-09expr.c (build_jni_stub): Cache the result of _Jv_LookupJNIMethod.Tom Tromey2-4/+25
2000-05-08Fix typo spotted by grahams.Jim Wilson2-1/+5
2000-05-08gensupport.c (process_rtx): Copy and post-process each member of the define_i...Richard Henderson2-2/+12
2000-05-08ia64.md (extendsfdf2): Split the nop case out of existance.Richard Henderson2-8/+19
2000-05-08* config/ia64/ia64.h (predicate_operator): Declare.Richard Henderson1-0/+1
2000-05-08cpplex.c (spell_token): New function.Neil Booth3-65/+89
2000-05-08ia64.c (ia64_encode_section_info): Exit early for global register variables...Richard Henderson2-40/+50
2000-05-08flow.c (init_propagate_block_info): Watch out for conditional branch to next ...Richard Henderson2-6/+24
2000-05-08tinfo.cc (__dynamic_cast): Use a reinterpret_cast.Nathan Sidwell3-4/+15
2000-05-08Remove dependencies on dead filesBruce Korb2-16/+11
2000-05-08disable fixincludes for -*-msdosdjgpp* |Bruce Korb2-14/+15
2000-05-08Fix comment describing ELIMINABLE_REGSNick Clifton2-4/+9
2000-05-08New test.Catherine Moore2-0/+14
2000-05-08code generation reduction & sco script removalBruce Korb4-38/+13
2000-05-08no longer neededBruce Korb3-4313/+0
2000-05-08Daily bump.Jeff Law2-2/+2
2000-05-08linux.h: Remove undefines which disabled .ctor/.dtor support.Andreas Jaeger2-28/+5
2000-05-08Makefile.in (LOOSE_CFLAGS): Add /g modifiers to both sed substitutions.Zack Weinberg2-1/+6
2000-05-07cxxabi.h: Use __SIZE_TYPE_ and __PTRDIFF_TYPE__ in place of std::size_t and...Nathan Sidwell4-56/+67
2000-05-07cpplex.c: Move new lexer definitions and prototypes to top.Neil Booth2-102/+113
2000-05-07Daily bump.Jeff Law2-2/+2
2000-05-07rtl.def (COND_EXEC): Clarify.John Wehle3-16/+25
2000-05-06ia64.c (predicate_operator): New.Richard Henderson4-178/+355
2000-05-06ia64.c (sdata_symbolic_operand): Mark unused args.Richard Henderson2-23/+32
2000-05-06c-decl.c: Include "tm_p.h".Richard Henderson5-128/+157
2000-05-06rtl.def (DEFINE_COND_EXEC): New.Richard Henderson4-90/+830
2000-05-06flow.c (mark_set_1): Don't update conditional life info if the register is no...Richard Henderson2-1/+6
2000-05-06Add imssing blank lineRichard Kenner1-0/+1
2000-05-06Makefile.in (STAGESTUFF): Add genrtl.c and genrtl.h.Zack Weinberg2-1/+10
2000-05-06Makefile.in (gensupport.o): Compile for the host.Richard Henderson15-129/+95
2000-05-06code-gen2.C: Cast to size_t, not int.Richard Henderson6-66/+75