| Commit message (Expand) | Author | Age | Files | Lines |
* | Merge changes from merged-arm-thumb-backend-branch onto trunk. | rearnsha | 2000-04-08 | 38 | -8914/+8447 |
* | Daily bump. | law | 2000-04-08 | 5 | -5/+5 |
* | * cpp-nullchar.c: Remove test as embedded nulls | neil | 2000-04-08 | 1 | -30/+0 |
* | * basic-block.h (conflict_graph_enum_fn): K&R fix. | ghazi | 2000-04-08 | 2 | -1/+5 |
* | Correct merge conflict | neil | 2000-04-08 | 1 | -0/+5 |
* | * tree.c (tree_expr_nonnegative_p): New function. | ghazi | 2000-04-08 | 6 | -13/+46 |
* | * i386.md (ashrsi3, ashrhi3, ashrqi3): Fix typo. | wehle | 2000-04-08 | 3 | -8/+57 |
* | * gcc.dg/compare2.c: New test. | ghazi | 2000-04-08 | 2 | -0/+62 |
* | * gcc.dg/cpp-nullchar.c: New test. | neil | 2000-04-08 | 1 | -0/+4 |
* | * cpp-nullchar.c: New test. | neil | 2000-04-08 | 1 | -0/+30 |
* | * cppexp.c (parse_charconst): Null does not end character | neil | 2000-04-08 | 5 | -18/+107 |
* | * flow.c (loop_depth): Remove. | rth | 2000-04-07 | 2 | -517/+618 |
* | Fix filename for block_lump_real_i4 patch. | amylaar | 2000-04-07 | 1 | -1/+1 |
* | Fix comment. | amylaar | 2000-04-07 | 1 | -4/+4 |
* | * Makefile.in (conflict.o): Depend on $(RTL_H) and $(BASIC_BLOCK_H) | rth | 2000-04-07 | 2 | -2/+7 |
* | * cpplib.c (do_elif): Skip the rest of the line if we're | zack | 2000-04-07 | 7 | -11/+67 |
* | Fix nit. | wilson | 2000-04-07 | 2 | -2/+4 |
* | * calls.c (expand_call): emit_queue if we're trying a sibcall. | jason | 2000-04-07 | 2 | -0/+8 |
* | * g++.old-deja/g++.abi/vmihint.C: Adjust __vmi_class_type_info | nathan | 2000-04-07 | 2 | -1/+6 |
* | Rename abi::__vmi_class_type_info members. | nathan | 2000-04-07 | 3 | -27/+40 |
* | * config/sparc/t-linux64 (tcrtbeginS.o, tcrtendS.o): Remove. | jakub | 2000-04-07 | 3 | -27/+25 |
* | * config/alpha/alpha.c (alpha_emit_conditional_move): Fail | rth | 2000-04-07 | 3 | -3/+23 |
* | * rtl.def (COND_EXEC): New. | rth | 2000-04-07 | 8 | -61/+146 |
* | * ggc.h (struct rtx_def): Forward declare. | rth | 2000-04-07 | 5 | -0/+27 |
* | * gcse.c (gcse_main): Don't rebuild the CFG here. | rth | 2000-04-07 | 4 | -103/+113 |
* | * basic-block.h (merge_blocks_nomove): Declare. | rth | 2000-04-07 | 3 | -93/+115 |
* | * tinfo.cc (convert_to_base): New function. | nathan | 2000-04-07 | 2 | -25/+41 |
* | * ssa.c (compute_conservative_reg_partition): Declare with | samuel | 2000-04-07 | 4 | -34/+19 |
* | Daily bump. | law | 2000-04-07 | 5 | -5/+5 |
* | * genrecog.c (*): Rename _last_insn to last_insn. | rth | 2000-04-07 | 2 | -14/+25 |
* | * flow.c (compute_flow_dominators): Free worklist. | rth | 2000-04-07 | 2 | -0/+5 |
* | Michael Matz <matzmich@cs.tu-berlin.de> | rth | 2000-04-07 | 2 | -12/+40 |
* | Forgot the ChangeLog entry in this commit; here it is. | samuel | 2000-04-07 | 1 | -0/+62 |
* | * tinfo.cc (operator=): Use __builtin_strcmp. | jason | 2000-04-06 | 3 | -2/+7 |
* | * rtl.h (INSN_P): New macro. | samuel | 2000-04-06 | 7 | -69/+1163 |
* | * tlink.c (read_repo_files): Don't look for .rpo info for | jason | 2000-04-06 | 2 | -1/+12 |
* | * sh.h (STRUCT_VALUE, RETURN_IN_MEMORY): Define. | amylaar | 2000-04-06 | 2 | -1/+23 |
* | Fix Copyright. | amylaar | 2000-04-06 | 1 | -1/+1 |
* | * config/sh/lib1funcs.asm (___udivsi3_i4): | amylaar | 2000-04-06 | 2 | -1/+7 |
* | * config/sh/lib1funcs.asm (___udivsi3_i4): When using fmovd, | amylaar | 2000-04-06 | 2 | -0/+11 |
* | * cp-tree.h (lang_decl_flags): Rename saved_inline to deferred. | mmitchel | 2000-04-06 | 16 | -80/+71 |
* | * config/sparc/sparc.md (movtf_insn_sp32, movtf_insn_vis_sp32, | jakub | 2000-04-06 | 3 | -17/+30 |
* | * MAINTAINERS: Added myself. | phdm | 2000-04-06 | 2 | -0/+5 |
* | * g++.old-deja/g++.abi/vmihint.C: New test. | nathan | 2000-04-06 | 2 | -0/+74 |
* | * regrename.c (regrename_optimize): Handle no REG_ALLOC_ORDER. | scox | 2000-04-06 | 2 | -0/+8 |
* | * cpp-ifparen.c, cpp-missingop.c, cpp-missingparen.c, | neil | 2000-04-06 | 7 | -13/+23 |
* | * vec.cc: New file. | nathan | 2000-04-06 | 3 | -2/+171 |
* | * rtti.c (dfs_class_hint_mark): New static function. | nathan | 2000-04-06 | 2 | -10/+66 |
* | * cpphash.c (CPP_IS_MACRO_BUFFER, FORWARD, PEEKC): Delete. | zack | 2000-04-06 | 7 | -417/+581 |
* | Daily bump. | law | 2000-04-06 | 5 | -5/+5 |