summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* * c-lang.c (c_post_options): Call cpp_post_options.neil2001-01-0710-65/+105
* * jump.c (comparison_dominates_p): Support unordered compares.hubicka2001-01-072-3/+23
* * simplify-rtx.c (simplify_relational_operation): Always simplifyhubicka2001-01-072-0/+14
* * combine.c (combine_simplify_rtx): Recognize the unordered compares.hubicka2001-01-072-9/+37
* * cse.c (fold_rtx): Handle unordered comparisons.hubicka2001-01-072-23/+38
* * rtlanal.c (set_of_1): New static function.hubicka2001-01-073-84/+59
* * c-common.c (c_common_nodes_and_builtins): Add _Exit builtin.jsm282001-01-075-5/+104
* * (initialize, initialize_builtins,neil2001-01-072-114/+141
* Fix typo.aoliva2001-01-071-2/+2
* * collect2.c (COFF specific stuff): Revert 12-06 patchrth2001-01-072-3/+6
* * gcc.dg/format/format.h: New file.jsm282001-01-0744-362/+184
* * hard-reg-set.h: Add multiple include guard.m.hayes2001-01-076-157/+297
* * loop.h (loop_insn_hoist): New prototype.m.hayes2001-01-073-22/+61
* * loop.c (emit_iv_add_mult): Use single_set to examine new insn.m.hayes2001-01-072-3/+10
* * sched-rgn.c (is_cfg_nonregular): Fix thinko's last change.rth2001-01-072-3/+6
* * Makefile.in (DRIVER_DEFINES): Define ENABLE_SHARED_LIBGCC andrth2001-01-074-7/+134
* * Makefile.in (slibdir): New variable.rth2001-01-0711-276/+388
* * config/rs6000/aix.h (LINK_LIBGCC_SPECIAL_1): New.rth2001-01-074-8/+9
* Daily bump.law2001-01-075-5/+5
* * loop.c (count_loop_regs_set): Delete.m.hayes2001-01-072-140/+110
* * toplev.c (main): Call the front-end specific post_optionsneil2001-01-078-1/+64
* * c-lex.c (init_c_lex): Request #define / #undef callbacksneil2001-01-074-14/+47
* * reload.c (subst_reloads): Take INSN argument. Whenaoliva2001-01-0710-24/+90
* Fix comments for docletsgreen2001-01-068-14/+29
* * gcc.c-torture/execute/20010106-1.c: New test.aoliva2001-01-062-0/+34
* * loop.c (scan_loop): Use xcalloc for the regs array.rth2001-01-062-9/+11
* * gcc.dg/format/format.exp: New file.jsm282001-01-0644-0/+107
* * mkdeps.c (deps_add_dep): Fix vector re-allocation.neil2001-01-062-1/+5
* * integrate.c (copy_rtx_and_substitute): When copyingamylaar2001-01-062-3/+17
* Daily bump.law2001-01-065-5/+5
* From patha@softlab.ericsson.se:bryce2001-01-062-1/+7
* * loop.c (debug_biv, debug_giv): New.m.hayes2001-01-063-98/+131
* 2001-01-05 Benjamin Kosnik <bkoz@redhat.com>bkoz2001-01-068-77/+105
* * pa.md (return, return_internal): Modify patterns to prevent regrenamelaw2001-01-062-3/+11
* Testcase for recent checkin.mrs2001-01-061-0/+4
* * varasm.c (assemble_name): Ensure we output the stripped name.mrs2001-01-062-1/+5
* Update copyright.rth2001-01-061-1/+1
* * dwarf2out.c (mem_loc_descriptor) [case MEM]: Revert 10-31 change.rth2001-01-062-12/+6
* Faster __mulsi routinenickc2001-01-062-45/+53
* * cpp.texi: Update for -MQ.neil2001-01-065-63/+65
* Implement __builtin_return_address (0)nickc2001-01-064-3/+97
* * cpplib.h (struct cpp_reader): Add help_only field.zack2001-01-055-15/+58
* Use alloca to create temporary string for initialisation before callingnickc2001-01-052-3/+8
* * java/io/PipedReader: Synchronize on "lock" instead of this.bryce2001-01-052-119/+135
* * rtl.h (print_simple_rtl): New.m.hayes2001-01-053-36/+77
* * function.c (fixup_var_refs): Use push_to_full_sequence wherezack2001-01-052-1/+6
* Declare flag_reorder_blocks and flag_rename_registersmeissner2001-01-052-0/+13
* Note that INSN_PTR may be the note at the beginning of a blockaoliva2001-01-051-1/+2
* * gcc.c-torture/execute/991228-1.c: Take word endianness intoaoliva2001-01-052-2/+13
* * function.c (reorder_blocks): Make sure the flags are all resetdj2001-01-052-0/+38